Age | Commit message (Expand) | Author |
2008-05-25 | do not need sys/protosw.h | Theo de Raadt |
2008-05-08 | space | Claudio Jeker |
2008-05-08 | Fix fallout from the route priority thing. | Esben Norby |
2008-05-08 | Don't display the outlabel and interface for POP operations. | Esben Norby |
2008-05-07 | Add support to show and modify rtm_priority. | Claudio Jeker |
2008-05-06 | Labels in the sockaddr are stored like on the wire so shift and byte swap | Claudio Jeker |
2008-05-06 | Minor cleanup. OK norby@ | Claudio Jeker |
2008-04-30 | Correct MPLS output of route -n show. | Esben Norby |
2008-04-28 | It is now possible to enter static MPLS routes into the kernel. | Esben Norby |
2007-09-05 | Correct the format strings after the recent rt_metrics changes. | Claudio Jeker |
2007-07-24 | Sync closer to netstat/show.c this removes also the unneeded variable | Claudio Jeker |
2007-07-21 | Check the rtm_version before trying to print an entry. If the rtmsg has a | Claudio Jeker |
2007-06-04 | remove IPX, agreed by many | Henning Brauer |
2007-03-23 | Add a new flag -F to netstat restricting route display in conjuction | Pierre-Yves Ritschard |
2006-12-29 | Route warns about a illegal prefixlen when a default inet6 route is present. | Claudio Jeker |
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino |
2006-06-16 | make route show work on secondary tables, using the just committed | Henning Brauer |
2006-05-30 | this fixes a crash observed by Naddy on amd64, and permits the src/dst ip's to | Todd T. Fries |
2006-05-27 | Kill unused Aflag support that sneeked in via netstat code. | Claudio Jeker |
2006-05-27 | Do not print an error in case of ENOPROTOOPT. Install medias do not have | Claudio Jeker |
2006-03-31 | Be careful when accessing the external destination address, as it is not set | Hans-Joerg Hoexer |
2006-03-30 | Print the "Encap" heading only when the sadb is not empty. | Hans-Joerg Hoexer |
2006-03-30 | If an address family is specified do not print IPSec "routes". Additionally | Claudio Jeker |
2006-03-30 | Minor cleanup and start using rmx_refcnt to show the refcount instead of 0. | Claudio Jeker |
2006-03-29 | Use sysctl to get information about encap routes (aka ipsec). Now | Hans-Joerg Hoexer |
2006-03-23 | Fix pretty-print of carp link addresses by making them print like IFT_ETHER. | Ryan Thomas McBride |
2006-02-01 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek |
2005-05-27 | Experimental support for opportunitic use of jumbograms where only some hosts | Ryan Thomas McBride |
2005-03-30 | more bitrot bites the dust | Henning Brauer |
2005-03-30 | unconditionalize INET6 support, no binary change | Henning Brauer |
2005-02-18 | ansi, knf, and other style nits; ok henning | Jared Yanovich |
2004-11-17 | remove NI_WITHSCOPEID (which is not standard) | Jun-ichiro itojun Hagino |
2004-10-14 | avoid collision of variable "err" with err() | Jared Yanovich |
2004-09-24 | kill homegrown quit(); use err()/errx() instead | Jared Yanovich |
2004-09-22 | remove -S, -src, -srcmask, and other source routing stuff. ok henning | Jared Yanovich |
2004-09-21 | print route labels in monitor mode. ok henning | Jared Yanovich |
2004-09-15 | unused functions | Theo de Raadt |
2004-07-05 | fix warning: extra tokens at end of #undef; ok henning | Peter Valchev |
2004-06-25 | remove netiso and netns code | Henning Brauer |
2004-06-16 | Fix -S flag with new show code. ok claudio@ | Cedric Berger |
2004-06-15 | Cleanup last commit here: | Todd C. Miller |
2004-06-15 | do not crash on 'route flush' | Theo de Raadt |
2004-06-12 | Make route show output similar to netstat -r output. | Claudio Jeker |
2004-06-06 | add new "-src" and "-srcmask" modifiers to make it possible to add a source | Cedric Berger |
2003-08-26 | mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parent | Jun-ichiro itojun Hagino |
2003-07-02 | missing protos | Theo de Raadt |
2003-06-26 | ansi and protos | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |