| Age | Commit message (Expand) | Author |
| 2010-01-26 | Add AF_APPLETALK support to getnameinfo(); make "route show" use it. | is |
| 2009-10-21 | Remove 3rd and 4th clauses in christos' license. OK christos. | snj |
| 2009-03-17 | fix sign-compare issues | lukem |
| 2008-12-28 | parse unsigned long with strtoul not atoi | christos |
| 2008-09-10 | Get the socket addresses for dst/gateway/netmask/interface/ifaddr | dyoung |
| 2008-09-10 | Don't cast a sockunion * to sockaddr *. Instead, reference the | dyoung |
| 2008-09-10 | Delete superfluous casts to void *. | dyoung |
| 2008-09-10 | Constify. | dyoung |
| 2008-09-10 | Constify. | dyoung |
| 2008-09-10 | Constify. | dyoung |
| 2008-09-09 | Extract subroutine extract_addrs() for reuse, later. | dyoung |
| 2008-09-09 | Constify. | dyoung |
| 2008-09-09 | Shorten a staircase. Remove superfluous parentheses from return | dyoung |
| 2008-09-09 | Use EXIT_FAILURE instead of anonymous constant '1'. | dyoung |
| 2008-09-09 | Use a union and sizeof() to avoid a cast and an anonymous constant | dyoung |
| 2008-09-09 | Use bool. | dyoung |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2007-02-18 | TSEL() is const char* now | hubertf |
| 2006-11-11 | Fix a bug that caused 0.0.0.0/0 to be treated like 0.0.0.0/32. | apb |
| 2006-10-16 | add missing initializer | christos |
| 2006-09-23 | print the L flag for routes with llinfo. makes you not wonder why | pooka |
| 2006-09-23 | Let us qualify 'route flush' and 'route show' commands with -llinfo | dyoung |
| 2006-09-23 | Move the #ifndef SMALL code together. | dyoung |
| 2006-09-23 | Use the symbol AF_UNSPEC instead of 0 as appropriate. | dyoung |
| 2006-09-23 | Remove dead code. | dyoung |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 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 |