summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Collapse)Author
2003-07-25oopsTheo de Raadt
2003-07-25change things back. (another note: with this change, suddenly there wasTheo de Raadt
no VOP_LOOKUP(9) page at all.. geez)
2003-07-25there is no PARAMASKTed Unangst
2003-07-24various tweaks;Jason McIntyre
ok mickey@
2003-07-24rename VOP_LOOKUP.9 into vnodeops.9 for nicer xreffing.Michael Shalayeff
a few pages i wrote being high on acetyl salicylic acid. vfs(9) from netbsd.
2003-07-24.Xr vnodeops -> .Xr VOP_LOOKUP;Jason McIntyre
2003-07-24knote() appeared in OBSD 2.9;Jason McIntyre
2003-07-22uiomove takes void * now.Ted Unangst
2003-07-21namei/lookup/relookpu/NDINIT page from netbsd; will enable w/ some other ↵Michael Shalayeff
shitz coming soon
2003-07-21duhMichael Shalayeff
2003-07-21knote/KNOTE from netbsdMichael Shalayeff
2003-07-11fix some lists and macros;Jason McIntyre
2003-07-02simplify macro usage;Jason McIntyre
from wiz@netbsd
2003-06-29swap .Pa Aq -> .Aq Pa to make both macros expand;Jason McIntyre
2003-06-21make type descriptions generally plural.Ted Unangst
Vfs -> VFS, Adosfs -> ADOSFS, etc.
2003-06-21document new malloc type EMULDATA and missing NTFS types.Ted Unangst
2003-06-17Fix the crypto_freereq() prototype to show the right argument typeJean-Francois Brousseau
(struct cryptop* instead of void*) and update the definition of struct cryptkop to match the real world Work by jmc@ and me, ok jmc@
2003-06-13some missing links for VOP*Ted Unangst
2003-06-13printf returns int now. also remove obsolete commentTed Unangst
2003-06-11add vsnprintf. ok deraadt@Ted Unangst
2003-06-11fix linksTheo de Raadt
2003-06-11no more strcpy, strcat. sprintf -> snprintf. ok deraadt@Ted Unangst
2003-06-10Be clear that we mean "inclusive" when we say between; jmc@ OKTodd C. Miller
2003-06-06- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - use .Ox for OpenBSD, .Fx for FreeBSD
2003-06-04more 3/4 cleanups for lazy developersTheo de Raadt
2003-06-04toast some 3 & 4 for espieTheo de Raadt
2003-06-03clean up my licenses.Wilbern Cobb
2003-06-03license cleaning.Artur Grabowski
2003-06-02two-clause license; (c) 2003.Wilbern Cobb
2003-05-29Document kern.splassert=3. Some cleanup for readability.Hakan Olsson
2003-05-21typos from pjanzen@Jason McIntyre
2003-05-20this ought to die but didn'tMichael Shalayeff
2003-05-13PACKET_TAG_PF_TAGHenning Brauer
2003-05-12cpu -> CPUJason McIntyre
2003-05-10document PACKET_TAG_PF_QIDHenning Brauer
ok jmc@
2003-05-10typo;Jason McIntyre
2003-05-03also had too many arguments to .Nd; shortened to read the same (theJason McIntyre
truncated part was unnecessary); ok tedu@
2003-05-03removed typo introduced by myself;Jason McIntyre
spotted by wiz@netbsd.
2003-05-01typos;Jason McIntyre
ok art@
2003-04-30some notes about VOP_PRINT, VOP_STRATEGY, VOP_REALLOCBLKS, and VOP_WHITEOUTTed Unangst
2003-04-25removed unused .BlJason McIntyre
2003-04-23fix aaron's copyright. ok aaronTed Unangst
2003-04-22.Fn for functions, better spacing;Jason McIntyre
ok mickey@
2003-04-20typos, and 1 from tedu;Jason McIntyre
ok tedu@
2003-04-20typos, a little grammar, and lots of space at EOL deleted;Jason McIntyre
2003-04-20typos;Jason McIntyre
2003-04-20typos;Jason McIntyre
ok tedu@
2003-04-17his is wrongMichael Shalayeff
2003-04-17- random.9 changed to arc4random.9Jason McIntyre
- MLINKS updated to point to arc4random.9 - random.9 remains as link to kern.9 ok miod@
2003-04-17typos;Jason McIntyre
md5(9): ok tedu@