Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated the route(9) man page by removing nonexistent function and | 2017-01-11 | 1 | -27/+13 | |
| | | | | | | updating the prototype of others. ok jmc@ | ||||
* | add missing NAME entries; | 2015-11-23 | 1 | -4/+7 | |
| | | | | feedback/ok schwarze | ||||
* | Rename rtrequest1() to rtrequest(). | 2015-10-30 | 1 | -3/+3 | |
| | | | | "make sure to update the manpage too" mpi@ | ||||
* | Do not report an EDQUOT "Disk quota exceeded" error from the routing | 2014-12-19 | 1 | -3/+8 | |
| | | | | | | code. Instead generate an ENOBUFS "No buffer space available" error at the malloc(9) failure in rt_setgate(9) and propagate it. OK mpi@ | ||||
* | Document rtalloc(9). | 2014-11-01 | 1 | -11/+3 | |
| | |||||
* | RTFREE() is no more. | 2014-10-14 | 1 | -6/+2 | |
| | |||||
* | rtalloc(9) and rtalloc_noclone(9) are dead, long live rtalloc1(9)! | 2014-10-08 | 1 | -6/+2 | |
| | | | | reminded by phessler@ | ||||
* | Add a man page for rtrequest1(9) splitted from route(9) with some | 2014-04-02 | 1 | -95/+4 | |
| | | | | | | improvements. ok sthen@ | ||||
* | Split route(9) into various manuals to make it easier to complete/improve | 2014-03-18 | 1 | -140/+6 | |
| | | | | | | its content. With inputs from jmc@ and schwarze@ | ||||
* | Adjust man pages since RTA_GENMASK is going away (even though we keep the | 2014-01-22 | 1 | -3/+2 | |
| | | | | | defines for now they should not be documented). OK benno@ and agreed dlg@ | ||||
* | Obvious .Xr fixes, found while testing mandocdb(8). | 2014-01-20 | 1 | -3/+3 | |
| | |||||
* | Replace old-fashioned .Fd by new-fangled .In for #include lines. | 2013-06-04 | 1 | -3/+3 | |
| | | | | | Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@. No objection from jmc@ against this type of change. | ||||
* | Update the route(9) manpage to reflect recent change to rt_lookup() | 2012-09-19 | 1 | -4/+4 | |
| | | | | | | reminded by jmc@ ok jmc@ claudio@ | ||||
* | Consistently use the term "route label" throughout. | 2011-12-12 | 1 | -6/+6 | |
| | | | | Noticed by and ok sthen@ | ||||
* | s/timout/timeout | 2011-12-09 | 1 | -2/+2 | |
| | |||||
* | typo, s/conficts/conflicts/ | 2011-12-09 | 1 | -3/+3 | |
| | |||||
* | Begin documenting the soup sandwich that is the kernel routing code. | 2011-12-08 | 1 | -0/+351 | |
Much handholding jmc@ ok jmc@ sthen@ claudio@ |