summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Collapse)Author
2002-07-01MLINKS for lock.9 (and spl.9 -> splassert.9)Artur Grabowski
2002-06-29the theChristian Weisgerber
2002-06-21Alphabetise. From Mike Pechkin.Tobias Weingartner
2002-06-21Add hash(9) and hashinit(9).Tobias Weingartner
2002-06-14Typo.Aaron Campbell
2002-06-12Finish the first sentence (has anyone ever read this man page?).Aaron Campbell
2002-06-12Minor typographical fixes and spelling.Aaron Campbell
2002-06-12oops. forgot to add lock to MakefileNiels Provos
2002-06-12lock man page from NetBSDNiels Provos
2002-06-11document the need for IPL_STATCLOCKArtur Grabowski
2002-06-07Add mbuf tag PACKET_TAG_PF_ROUTED, used to prevent loops for pf routedDaniel Hartmeier
packets. ok angelos@
2002-06-07tyopAaron Campbell
2002-06-03use void keyword in usage example. ok theoKjell Wooding
2002-05-31sync with KAME.Kenjiro Cho
- remove space at EOL - typo: retuen -> return
2002-05-28 man9/:Mike Pechkin
o) Start new sentence on a new line; o) FreeBSD -> .Fx; o) OpenBSD -> .Ox; o) Close .Bl/Bd lists; millert@ ok
2002-05-27kill unused arc4random_8() APITheo de Raadt
2002-05-26more MLINKSTheo de Raadt
2002-05-23'SEE ALSO' audit in 'share/man/':Mike Pechkin
o) sort; o) "," is separator of entries; o) don't use "." or "," in the last entry; millert@ ok
2002-05-20doc new splassert sysctl behavior.Artur Grabowski
2002-05-15Document splassert.Artur Grabowski
2002-05-15uimove(9) from NetBSD with minor changes for OpenBSD. We shouldTodd C. Miller
consider changing the size parameter to uiomove() from int to size_t.
2002-05-15splvm, not splimpArtur Grabowski
2002-04-23document the keying operationsTheo de Raadt
2002-04-03Document pool_destroy. From NetBSD through Kamil Andrusz <wizz@mniam.net>Artur Grabowski
pr 2507
2002-04-01recommending sysexits.h has been ridiculous from the startTheo de Raadt
2002-03-07Add descriptions of BUS_DMA_READ, BUS_DMA_WRITE, and BUS_DMA_STREAMINGJason Wright
(from NetBSD)
2002-03-01Add a big CAVEATS section that explains the volatile environment whenArtur Grabowski
shutdown hooks are run.
2002-02-28Check in some new vnode man page from FreeBSD. Thanks to Peter WernerConstantine Sapuntzakis
2002-02-25Make pool_sethardlimit() check that it doesn't decrease the limit belowDaniel Hartmeier
the current size of the pool. ok art@
2002-02-25Catch up to reality.Artur Grabowski
2002-02-22Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@Dale Rahn
2002-02-17Deprecate __PTodd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-15Xr tvtohz.Artur Grabowski
2002-02-15Document tvtohz.Artur Grabowski
2002-02-08.Nm packet tags -> .Nm mbuf_tagsAngelos D. Keromytis
2002-01-29Thanks to Brian Kifiak for pointing out incomplete descriptionConstantine Sapuntzakis
2002-01-26Sync with reality, from Hans-Joerg.Hoexer@yerbouti.franken.deAngelos D. Keromytis
2002-01-12 o Don't use register except in conjunction with assemblerTodd C. Miller
o use volatile to avoid clobbering by longjmp or vfork o variables to be modified in signal handlers should be volatile sig_atomic_t
2002-01-04update from Vladimir Popov <jumbo@narod.ru> and some from meMichael Shalayeff
2001-12-29missd one pair of anglesMichael Shalayeff
2001-12-29fix the history and tag the names properMichael Shalayeff
2001-12-29proper historyMichael Shalayeff
2001-12-22New scalable implementation with constant time add and delete. ok deraadt@Thomas Nordin
2001-12-15Clarify description of the vnode life cycle and locksConstantine Sapuntzakis
2001-12-06oops, local change escapedMichael Shalayeff
2001-12-06fix MLINKS for mbuf(9)Michael Shalayeff
2001-12-06mbuf(9) man page. Thanks for art@ and mpech@ corrections.Jean-Jacques Bernard-Gundol
2001-11-13o) Fix bogus .Xr usage;Mike Pechkin
o) CAVEAT -> CAVEATS; o) AUTHOR -> AUTHORS; o) Start new sentence on a new line; o) For URL and path names use .Pa; o) We don't like .Pp before .Rs; o) Don't use .Pp before/after .Sh; o) OpenBSD -> .Ox; millert@ ok and help;