aboutsummaryrefslogtreecommitdiff
path: root/sbin/route/route.c
Commit message (Expand)AuthorAgeFilesLines
* route(8): correctly return exit status when "-q" flag is used.Eugene Grosbein2018-10-271-4/+6
* Fix memory leaks in route(8).Alexander V. Chernikov2018-03-311-0/+2
* route(8): make it possible to manually delete pinned routeEugene Grosbein2018-02-241-1/+3
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Fix userland tools that don't check the format of routing socketPatrick Kelsey2017-04-161-9/+10
* Delete trailing whitespace (no functional change)Enji Cooper2017-03-211-4/+4
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Due to dropped mbuf in netisr queue route(8) can fall into infinityAndrey V. Elsukov2016-07-271-1/+27
* Fix /sbin/route to never look up (invalid) interface names through DNSRyan Stone2015-09-171-0/+3
* Eliminate incorrect IPv6 mask guessing:Alexander V. Chernikov2015-01-161-9/+1
* Finish r274175: do control plane MTU tracking.Alexander V. Chernikov2014-11-171-1/+1
* Kill custom in_matroute() radix mathing function removing one rte mutex lock.Alexander V. Chernikov2014-11-111-3/+0
* Put "break" after err() to please coverity.Alexander V. Chernikov2014-11-041-0/+1
* Print human-readable error for "route not found" case.Alexander V. Chernikov2014-10-311-2/+11
* Fix incorrect netmasks being passed via rtsock.Alexander V. Chernikov2014-05-081-2/+0
* When switching variables to flags in r243185 a few cases were missed.Bjoern A. Zeeb2014-04-161-5/+5
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-64/+0
* Add -4/-6 shorthand for -finet/-finet6 in route(8) and netstat(8).Alexander V. Chernikov2014-01-101-2/+22
* Do some more sanity checks in route(8): require netmask to haveAlexander V. Chernikov2014-01-091-0/+7
* route(1): Pull static data to the top of the file.Eitan Adler2013-12-041-15/+15
* route(1): Pull static buffer out of the function and into function scope.Eitan Adler2013-12-041-17/+17
* route(1): Pull static buffer out of the function and into function scope.Eitan Adler2013-12-041-13/+13
* route(1): Pull static variable out of the function and into function scope.Eitan Adler2013-12-041-3/+3
* route(1): Pull static buffer out of the function and into function scope.Eitan Adler2013-12-041-4/+5
* Avoid using a static buffer in atalk_ntoa. This will help allow users to cal...Eitan Adler2013-12-041-9/+15
* Add const qualifier where appropriateEitan Adler2013-12-041-2/+2
* Add const qualifier where appropriateEitan Adler2013-12-041-1/+1
* Turn 'n' into a local variable. This is required for additional changes.Eitan Adler2013-12-041-1/+2
* Use long explicitly for the time difference.Hiroki Sato2013-10-181-1/+2
* - Add relative specification in expiration time.Hiroki Sato2013-10-171-10/+29
* When destination parameter is missing, exit with a clear synopsis,Gleb Smirnoff2013-10-081-0/+5
* Fix boundary check of sockaddr array.Hiroki Sato2013-08-011-3/+2
* Fix a bug in cp += SA_SIZE() in RTA_* loop. This could preventHiroki Sato2013-07-241-8/+7
* - Use getnameinfo() for both of AF_INET and AF_INET6 in routename().Hiroki Sato2013-07-211-46/+54
* - Fix nflag in routename().Hiroki Sato2013-07-211-10/+33
* - Simplify getaddr() and print_getmsg() by using RTAX_* instead of RTA_*Hiroki Sato2013-07-201-80/+48
* Show "default" for the zero-filled address consistently when nflag == 0.Hiroki Sato2013-07-201-13/+10
* Add cast to (void *) to the following cases to suppress warnings byHiroki Sato2013-07-201-24/+23
* Fix a gcc warning.Hiroki Sato2013-07-181-1/+4
* Use NET_RT_DUMP.0.FIB leaf node instead of setting td_proc->p_fibnum.Hiroki Sato2013-07-171-12/+2
* - Add support of MK_INET_SUPPORT=no.Hiroki Sato2013-07-171-266/+275
* Fix a bug that the gateway address was not shown when a -gateway modifierHiroki Sato2013-06-091-0/+1
* Retire struct sockaddr_inarp.Gleb Smirnoff2013-01-311-4/+1
* Fix -iface and -interface modifiers.Hiroki Sato2013-01-081-14/+14
* - Fix strtol() error handling.Hiroki Sato2012-12-161-16/+35
* - Move definition of V_deembed_scopeid to scope6_var.h.Hiroki Sato2012-12-051-10/+0
* Fix fallout from r243019, which broke parsing of shortened networkGleb Smirnoff2012-12-041-0/+7
* - Fix LOR in sa6_recoverscope() in rt_msg2()[1].Hiroki Sato2012-12-041-0/+10
* Flush stdout after RTM_IFANNOUNCE message.Gleb Smirnoff2012-12-041-0/+1
* No need to be root when running with -t or -d.Gleb Smirnoff2012-12-041-2/+2