History log of /freebsd-current/usr.sbin/traceroute/findsaddr-socket.c
Revision Date Author Comments
# 3f0b1089 03-Feb-2024 Lexi Winter <lexi@le-Fay.ORG>

traceroute: remove rcsid tags

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1100


# 6a6c5572 03-Feb-2024 Lexi Winter <lexi@le-Fay.ORG>

traceroute: remove configuration #defines

traceroute used a series of #defines to specify what features are
available on the host platform. As traceroute is now in source, these
are unnecessary and complicate the code, so remove them.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1100


# 9b7a920a 03-Feb-2024 Lexi Winter <lexi@le-Fay.ORG>

traceroute: move from contrib to usr.sbin

traceroute hasn't had a vendor import since 2002, while since then it's
had several significant FreeBSD-specific commits. Since it's unlikely
another vendor import will happen, and to make the merge of traceroute6
into traceroute easier, import traceroute into usr.sbin.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1100