Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-01 | MLINKS for lock.9 (and spl.9 -> splassert.9) | Artur Grabowski | |
2002-06-29 | the the | Christian Weisgerber | |
2002-06-21 | Alphabetise. From Mike Pechkin. | Tobias Weingartner | |
2002-06-21 | Add hash(9) and hashinit(9). | Tobias Weingartner | |
2002-06-14 | Typo. | Aaron Campbell | |
2002-06-12 | Finish the first sentence (has anyone ever read this man page?). | Aaron Campbell | |
2002-06-12 | Minor typographical fixes and spelling. | Aaron Campbell | |
2002-06-12 | oops. forgot to add lock to Makefile | Niels Provos | |
2002-06-12 | lock man page from NetBSD | Niels Provos | |
2002-06-11 | document the need for IPL_STATCLOCK | Artur Grabowski | |
2002-06-07 | Add mbuf tag PACKET_TAG_PF_ROUTED, used to prevent loops for pf routed | Daniel Hartmeier | |
packets. ok angelos@ | |||
2002-06-07 | tyop | Aaron Campbell | |
2002-06-03 | use void keyword in usage example. ok theo | Kjell Wooding | |
2002-05-31 | sync 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-27 | kill unused arc4random_8() API | Theo de Raadt | |
2002-05-26 | more MLINKS | Theo 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-20 | doc new splassert sysctl behavior. | Artur Grabowski | |
2002-05-15 | Document splassert. | Artur Grabowski | |
2002-05-15 | uimove(9) from NetBSD with minor changes for OpenBSD. We should | Todd C. Miller | |
consider changing the size parameter to uiomove() from int to size_t. | |||
2002-05-15 | splvm, not splimp | Artur Grabowski | |
2002-04-23 | document the keying operations | Theo de Raadt | |
2002-04-03 | Document pool_destroy. From NetBSD through Kamil Andrusz <wizz@mniam.net> | Artur Grabowski | |
pr 2507 | |||
2002-04-01 | recommending sysexits.h has been ridiculous from the start | Theo de Raadt | |
2002-03-07 | Add descriptions of BUS_DMA_READ, BUS_DMA_WRITE, and BUS_DMA_STREAMING | Jason Wright | |
(from NetBSD) | |||
2002-03-01 | Add a big CAVEATS section that explains the volatile environment when | Artur Grabowski | |
shutdown hooks are run. | |||
2002-02-28 | Check in some new vnode man page from FreeBSD. Thanks to Peter Werner | Constantine Sapuntzakis | |
2002-02-25 | Make pool_sethardlimit() check that it doesn't decrease the limit below | Daniel Hartmeier | |
the current size of the pool. ok art@ | |||
2002-02-25 | Catch up to reality. | Artur Grabowski | |
2002-02-22 | Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@ | Dale Rahn | |
2002-02-17 | Deprecate __P | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part 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-15 | Xr tvtohz. | Artur Grabowski | |
2002-02-15 | Document tvtohz. | Artur Grabowski | |
2002-02-08 | .Nm packet tags -> .Nm mbuf_tags | Angelos D. Keromytis | |
2002-01-29 | Thanks to Brian Kifiak for pointing out incomplete description | Constantine Sapuntzakis | |
2002-01-26 | Sync with reality, from Hans-Joerg.Hoexer@yerbouti.franken.de | Angelos D. Keromytis | |
2002-01-12 | o Don't use register except in conjunction with assembler | Todd 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-04 | update from Vladimir Popov <jumbo@narod.ru> and some from me | Michael Shalayeff | |
2001-12-29 | missd one pair of angles | Michael Shalayeff | |
2001-12-29 | fix the history and tag the names proper | Michael Shalayeff | |
2001-12-29 | proper history | Michael Shalayeff | |
2001-12-22 | New scalable implementation with constant time add and delete. ok deraadt@ | Thomas Nordin | |
2001-12-15 | Clarify description of the vnode life cycle and locks | Constantine Sapuntzakis | |
2001-12-06 | oops, local change escaped | Michael Shalayeff | |
2001-12-06 | fix MLINKS for mbuf(9) | Michael Shalayeff | |
2001-12-06 | mbuf(9) man page. Thanks for art@ and mpech@ corrections. | Jean-Jacques Bernard-Gundol | |
2001-11-13 | o) 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; |