Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Due to dropped mbuf in netisr queue route(8) can fall into infinity | Andrey V. Elsukov | 2016-07-27 | 1 | -1/+27 | |
* | MFH | Glen Barber | 2016-03-02 | 1 | -2/+0 | |
|\ | ||||||
| * | DIRDEPS_BUILD: Regenerate without local dependencies. | Bryan Drewery | 2016-02-24 | 1 | -2/+0 | |
* | | Explicitly add more files to the 'runtime' package. | Glen Barber | 2016-02-09 | 1 | -0/+1 | |
|/ | ||||||
* | Fix /sbin/route to never look up (invalid) interface names through DNS | Ryan Stone | 2015-09-17 | 1 | -0/+3 | |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+21 | |
|\ | ||||||
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 | |
| * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 1 | -9/+1 | |
| |\ | |/ |/| | ||||||
| * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 3 | -9/+14 | |
| |\ | ||||||
| * | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 | |
| * | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 | |
| * | | Merge from head | Simon J. Gerraty | 2014-05-08 | 2 | -3/+1 | |
| |\ \ | ||||||
| * \ \ | Merge head | Simon J. Gerraty | 2014-04-28 | 3 | -136/+154 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge head@256284 | Simon J. Gerraty | 2013-10-13 | 1 | -0/+5 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge from head | Simon J. Gerraty | 2013-09-05 | 2 | -405/+398 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 | |
| * | | | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 | |
| * | | | | | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 3 | -203/+486 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+22 | |
* | | | | | | | | Eliminate incorrect IPv6 mask guessing: | Alexander V. Chernikov | 2015-01-16 | 1 | -9/+1 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Finish r274175: do control plane MTU tracking. | Alexander V. Chernikov | 2014-11-17 | 1 | -1/+1 | |
* | | | | | | | Kill custom in_matroute() radix mathing function removing one rte mutex lock. | Alexander V. Chernikov | 2014-11-11 | 3 | -6/+1 | |
* | | | | | | | Put "break" after err() to please coverity. | Alexander V. Chernikov | 2014-11-04 | 1 | -0/+1 | |
* | | | | | | | Print human-readable error for "route not found" case. | Alexander V. Chernikov | 2014-10-31 | 1 | -2/+11 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Fix incorrect netmasks being passed via rtsock. | Alexander V. Chernikov | 2014-05-08 | 1 | -2/+0 | |
* | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | When switching variables to flags in r243185 a few cases were missed. | Bjoern A. Zeeb | 2014-04-16 | 1 | -5/+5 | |
* | | | | | Remove AppleTalk support. | Gleb Smirnoff | 2014-03-14 | 3 | -70/+2 | |
* | | | | | Remove IPX support. | Gleb Smirnoff | 2014-03-14 | 1 | -1/+0 | |
* | | | | | Bump dates in nestat(1) and route(8) man pages. | Alexander V. Chernikov | 2014-01-11 | 1 | -5/+4 | |
* | | | | | Add -4/-6 shorthand for -finet/-finet6 in route(8) and netstat(8). | Alexander V. Chernikov | 2014-01-10 | 3 | -4/+44 | |
* | | | | | Do some more sanity checks in route(8): require netmask to have | Alexander V. Chernikov | 2014-01-09 | 1 | -0/+7 | |
* | | | | | route(1): Pull static data to the top of the file. | Eitan Adler | 2013-12-04 | 1 | -15/+15 | |
* | | | | | route(1): Pull static buffer out of the function and into function scope. | Eitan Adler | 2013-12-04 | 1 | -17/+17 | |
* | | | | | route(1): Pull static buffer out of the function and into function scope. | Eitan Adler | 2013-12-04 | 1 | -13/+13 | |
* | | | | | route(1): Pull static variable out of the function and into function scope. | Eitan Adler | 2013-12-04 | 1 | -3/+3 | |
* | | | | | route(1): Pull static buffer out of the function and into function scope. | Eitan Adler | 2013-12-04 | 1 | -4/+5 | |
* | | | | | Avoid using a static buffer in atalk_ntoa. This will help allow users to cal... | Eitan Adler | 2013-12-04 | 1 | -9/+15 | |
* | | | | | Add const qualifier where appropriate | Eitan Adler | 2013-12-04 | 1 | -2/+2 | |
* | | | | | Add const qualifier where appropriate | Eitan Adler | 2013-12-04 | 1 | -1/+1 | |
* | | | | | Turn 'n' into a local variable. This is required for additional changes. | Eitan Adler | 2013-12-04 | 1 | -1/+2 | |
* | | | | | Use long explicitly for the time difference. | Hiroki Sato | 2013-10-18 | 1 | -1/+2 | |
* | | | | | - Add relative specification in expiration time. | Hiroki Sato | 2013-10-17 | 3 | -11/+43 | |
| |_|_|/ |/| | | | ||||||
* | | | | When destination parameter is missing, exit with a clear synopsis, | Gleb Smirnoff | 2013-10-08 | 1 | -0/+5 | |
| |_|/ |/| | | ||||||
* | | | Fix boundary check of sockaddr array. | Hiroki Sato | 2013-08-01 | 1 | -3/+2 | |
* | | | Fix a bug in cp += SA_SIZE() in RTA_* loop. This could prevent | Hiroki Sato | 2013-07-24 | 1 | -8/+7 | |
* | | | - Use getnameinfo() for both of AF_INET and AF_INET6 in routename(). | Hiroki Sato | 2013-07-21 | 1 | -46/+54 | |
* | | | - Fix nflag in routename(). | Hiroki Sato | 2013-07-21 | 1 | -10/+33 | |
* | | | - Simplify getaddr() and print_getmsg() by using RTAX_* instead of RTA_* | Hiroki Sato | 2013-07-20 | 1 | -80/+48 | |
* | | | Show "default" for the zero-filled address consistently when nflag == 0. | Hiroki Sato | 2013-07-20 | 1 | -13/+10 |