Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-25 | oops | Theo de Raadt | |
2003-07-25 | change things back. (another note: with this change, suddenly there was | Theo de Raadt | |
no VOP_LOOKUP(9) page at all.. geez) | |||
2003-07-25 | there is no PARAMASK | Ted Unangst | |
2003-07-24 | various tweaks; | Jason McIntyre | |
ok mickey@ | |||
2003-07-24 | rename 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-24 | knote() appeared in OBSD 2.9; | Jason McIntyre | |
2003-07-22 | uiomove takes void * now. | Ted Unangst | |
2003-07-21 | namei/lookup/relookpu/NDINIT page from netbsd; will enable w/ some other ↵ | Michael Shalayeff | |
shitz coming soon | |||
2003-07-21 | duh | Michael Shalayeff | |
2003-07-21 | knote/KNOTE from netbsd | Michael Shalayeff | |
2003-07-11 | fix some lists and macros; | Jason McIntyre | |
2003-07-02 | simplify macro usage; | Jason McIntyre | |
from wiz@netbsd | |||
2003-06-29 | swap .Pa Aq -> .Aq Pa to make both macros expand; | Jason McIntyre | |
2003-06-21 | make type descriptions generally plural. | Ted Unangst | |
Vfs -> VFS, Adosfs -> ADOSFS, etc. | |||
2003-06-21 | document new malloc type EMULDATA and missing NTFS types. | Ted Unangst | |
2003-06-17 | Fix the crypto_freereq() prototype to show the right argument type | Jean-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-13 | some missing links for VOP* | Ted Unangst | |
2003-06-13 | printf returns int now. also remove obsolete comment | Ted Unangst | |
2003-06-11 | add vsnprintf. ok deraadt@ | Ted Unangst | |
2003-06-11 | fix links | Theo de Raadt | |
2003-06-11 | no more strcpy, strcat. sprintf -> snprintf. ok deraadt@ | Ted Unangst | |
2003-06-10 | Be clear that we mean "inclusive" when we say between; jmc@ OK | Todd C. Miller | |
2003-06-06 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - use .Ox for OpenBSD, .Fx for FreeBSD | |||
2003-06-04 | more 3/4 cleanups for lazy developers | Theo de Raadt | |
2003-06-04 | toast some 3 & 4 for espie | Theo de Raadt | |
2003-06-03 | clean up my licenses. | Wilbern Cobb | |
2003-06-03 | license cleaning. | Artur Grabowski | |
2003-06-02 | two-clause license; (c) 2003. | Wilbern Cobb | |
2003-05-29 | Document kern.splassert=3. Some cleanup for readability. | Hakan Olsson | |
2003-05-21 | typos from pjanzen@ | Jason McIntyre | |
2003-05-20 | this ought to die but didn't | Michael Shalayeff | |
2003-05-13 | PACKET_TAG_PF_TAG | Henning Brauer | |
2003-05-12 | cpu -> CPU | Jason McIntyre | |
2003-05-10 | document PACKET_TAG_PF_QID | Henning Brauer | |
ok jmc@ | |||
2003-05-10 | typo; | Jason McIntyre | |
2003-05-03 | also had too many arguments to .Nd; shortened to read the same (the | Jason McIntyre | |
truncated part was unnecessary); ok tedu@ | |||
2003-05-03 | removed typo introduced by myself; | Jason McIntyre | |
spotted by wiz@netbsd. | |||
2003-05-01 | typos; | Jason McIntyre | |
ok art@ | |||
2003-04-30 | some notes about VOP_PRINT, VOP_STRATEGY, VOP_REALLOCBLKS, and VOP_WHITEOUT | Ted Unangst | |
2003-04-25 | removed unused .Bl | Jason McIntyre | |
2003-04-23 | fix aaron's copyright. ok aaron | Ted Unangst | |
2003-04-22 | .Fn for functions, better spacing; | Jason McIntyre | |
ok mickey@ | |||
2003-04-20 | typos, and 1 from tedu; | Jason McIntyre | |
ok tedu@ | |||
2003-04-20 | typos, a little grammar, and lots of space at EOL deleted; | Jason McIntyre | |
2003-04-20 | typos; | Jason McIntyre | |
2003-04-20 | typos; | Jason McIntyre | |
ok tedu@ | |||
2003-04-17 | his is wrong | Michael Shalayeff | |
2003-04-17 | - random.9 changed to arc4random.9 | Jason McIntyre | |
- MLINKS updated to point to arc4random.9 - random.9 remains as link to kern.9 ok miod@ | |||
2003-04-17 | typos; | Jason McIntyre | |
md5(9): ok tedu@ |