summaryrefslogtreecommitdiff
path: root/share/man/man9/rtalloc.9
Commit message (Collapse)AuthorAgeFilesLines
* Document RO_RTFREE() macro.Gleb Smirnoff2012-07-041-1/+10
| | | | Notes: svn path=/head/; revision=238093
* Update this page to describe modern interfaces.Gleb Smirnoff2011-12-141-114/+147
| | | | Notes: svn path=/head/; revision=228499
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* This main goals of this project are:Qing Li2008-12-151-36/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. separating L2 tables (ARP, NDP) from the L3 routing tables 2. removing as much locking dependencies among these layers as possible to allow for some parallelism in the search operations 3. simplify the logic in the routing code, The most notable end result is the obsolescent of the route cloning (RTF_CLONING) concept, which translated into code reduction in both IPv4 ARP and IPv6 NDP related modules, and size reduction in struct rtentry{}. The change in design obsoletes the semantics of RTF_CLONING, RTF_WASCLONE and RTF_LLINFO routing flags. The userland applications such as "arp" and "ndp" have been modified to reflect those changes. The output from "netstat -r" shows only the routing entries. Quite a few developers have contributed to this project in the past: Glebius Smirnoff, Luigi Rizzo, Alessandro Cerri, and Andre Oppermann. And most recently: - Kip Macy revised the locking code completely, thus completing the last piece of the puzzle, Kip has also been conducting active functional testing - Sam Leffler has helped me improving/refactoring the code, and provided valuable reviews - Julian Elischer setup the perforce tree for me and has helped me maintaining that branch before the svn conversion Notes: svn path=/head/; revision=186119
* - Document RT_[UN]LOCK, RT_ADDREF, RT_REMREF.Gleb Smirnoff2004-10-111-1/+26
| | | | | | | | | | | - Describe how RT_FREE actually works. Grammar check: ru Reviewed by: sam MFC after: 1 month Notes: svn path=/head/; revision=136396
* More grammar cleanups from MDocGuard^WRuslan.Gleb Smirnoff2004-10-081-3/+3
| | | | Notes: svn path=/head/; revision=136254
* Mdoc and grammar fixes.Gleb Smirnoff2004-10-071-7/+9
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=136214
* - note that RTF_PRCLONING is obsoletedGleb Smirnoff2004-10-071-19/+47
| | | | | | | | | | | - explain locking differencies between rtalloc(), rtalloc_ign(), rtalloc1() and rtfree(), RTFREE(). Reviewed by: andre (1.5 months ago) OK'd by: ru Notes: svn path=/head/; revision=136213
* Mdoc Janitor:Hiten Pandya2003-10-231-8/+16
| | | | | | | * Fix hard sentence breaks. Notes: svn path=/head/; revision=121383
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-06-021-1/+1
| | | | Notes: svn path=/head/; revision=115697
* Some mdoc(7) fixes:Hiten Pandya2003-05-311-9/+9
| | | | | | | | | | | Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately. The .Ar mdoc(7) specifier should only be used when displaying command line arguments. Approved by: des (mentor) Notes: svn path=/head/; revision=115440
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
| | | | Notes: svn path=/head/; revision=84306
* Removed whitespace at end-of-line; no content changes. I simply didJens Schweikhardt2001-07-141-5/+5
| | | | | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days Notes: svn path=/head/; revision=79727
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-1/+1
| | | | Notes: svn path=/head/; revision=70466
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68962
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.Philippe Charnier1998-03-121-4/+5
| | | | | | | Use .An/.Aq. Notes: svn path=/head/; revision=34504
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-131-1/+2
| | | | Notes: svn path=/head/; revision=24890
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22986
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Correct some spelling errors.Mike Pritchard1996-12-011-2/+2
| | | | Notes: svn path=/head/; revision=20059
* Add an rtentry(9) page to describe the structure of a routing-tableGarrett Wollman1996-10-081-2/+3
| | | | | | | entry and the metrics and flags which pertain thereto. Notes: svn path=/head/; revision=18816
* Document what I believe to be the interface of rtalloc*.Garrett Wollman1996-10-081-0/+200
Notes: svn path=/head/; revision=18810