| Age | Commit message (Expand) | Author |
| 2006-08-26 | Remove XNS and CCITT/X25 bits. | matt |
| 2006-08-06 | Bump date for previous. | wiz |
| 2006-08-06 | Document -nocloning, -nocloned flags. Shift a couple of columns | dyoung |
| 2006-08-06 | KNF err(3), errx(3) usage, indentation, braces. | dyoung |
| 2006-08-06 | Add route keywords -nocloned, -nocloning. | dyoung |
| 2006-01-29 | Use default option order (AaBbCc...). | wiz |
| 2006-01-26 | Print the INET netmask if it is non-contiguous. | is |
| 2006-01-25 | PR/32632: Yves-Emmanuel JUTARD: Improvment suggestion in 'route' display. | christos |
| 2006-01-25 | PR/32629: Yves-Emmanuel JUTARD: Type errors in sbin/route/route.c, another | christos |
| 2005-08-31 | Add full IPv6 syntax support when route is built with -DSMALL and -DINET6. | ginsbach |
| 2005-08-30 | Clean up some minor nits: | ginsbach |
| 2005-08-15 | Make sure that a netmask socket address value prints appropriately when the | ginsbach |
| 2005-08-12 | Make sure the get command always exits non-zero on error. This makes things | ginsbach |
| 2005-08-12 | Trim the local domain name in routename() for INET6 lookups; similar to | ginsbach |
| 2005-08-10 | Make this build for __GNUC__ <= 2 (i.e. for vax). The cast to | he |
| 2005-08-09 | Accept protocol flags, i.e. -inet, -inet6, with the show command. | ginsbach |
| 2005-08-09 | Fix the default case in sodump(). Printing the address of the "which" | ginsbach |
| 2005-08-09 | More style nits (KNF); casts and sizeof's are not followed by a space. | ginsbach |
| 2005-07-20 | switch is not a function, so add a space; sort switch elements | ginsbach |
| 2005-07-15 | * Exit non-zero error code when flushroute() fails operating on the | ginsbach |
| 2005-06-26 | const poisoning. | christos |
| 2005-06-25 | Teach route(8) to print the messages generated by net80211. | dyoung |
| 2005-05-19 | Convert prefixlen() to ANSI function declaration. Missed by earlier | ginsbach |
| 2005-05-19 | Due to a limitation in inet_addr(3) it was not possible to specify a | ginsbach |
| 2005-05-13 | Adjust field width for route -n show similar to netstat -rn when displaying | ginsbach |
| 2005-05-13 | Fix botched prior commit. Additional debugging error messages mistakenly | ginsbach |
| 2005-05-12 | * Honor -net when using CIDR (net/mask) notation. This differs | ginsbach |
| 2005-05-10 | Fix macro NEXTADDR so that the names, like so_dst, are printed | ginsbach |
| 2005-02-05 | Kill __P(), use ANSI function declarations. | xtraeme |
| 2005-01-10 | Only compile in IPv6 support if ${USE_INET6} != "no" | lukem |
| 2004-11-16 | NI_WITHSCOPEID was not picked up by IETF standardization process. | itojun |
| 2004-05-15 | bump buffer size for any_ntoa(), for huge sa_len | itojun |
| 2004-05-15 | 2-byte read overrun for unknown sockaddr. from openbsd | itojun |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-02 | correct typo. PR misc/22944 | itojun |
| 2003-10-01 | print prefixlen on -show | itojun |
| 2003-09-16 | Remove a comment that referred to a non-committed part of the patch I | cube |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-07 | Bump date for flushall description. | wiz |
| 2003-07-19 | This is an updated submitted patch originally written by Jim Rees | jrf |
| 2003-06-11 | PR/21856: Robert Elz: Changes to route(8) to allow /n instead of -prefixlen | christos |
| 2003-06-03 | permit foo/bar notation, like "route add 10.0.0.0/8 127.0.0.1". | itojun |
| 2003-05-17 | strlcpy [a few mistakes found] | itojun |
| 2003-04-21 | This addresses PR 17613 when certain methods of adding routes would | jrf |
| 2003-04-03 | Made a note in the code about the -d and -d options brought up in | jrf |
| 2003-02-25 | Split .Nm with other macro arguments on two lines. | wiz |
| 2002-10-18 | correct prefixlen handling for IPv4. | itojun |
| 2002-10-18 | Make prefixlen check to make sure its argument is present before deref | itojun |
| 2002-10-03 | New sentence, new line. From Robert Elz. | wiz |