Age | Commit message (Expand) | Author |
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 |
2003-05-10 | typo; | Jason McIntyre |
2003-05-03 | also had too many arguments to .Nd; shortened to read the same (the | Jason McIntyre |
2003-05-03 | removed typo introduced by myself; | Jason McIntyre |
2003-05-01 | typos; | Jason McIntyre |
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 |
2003-04-20 | typos, and 1 from tedu; | Jason McIntyre |
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 |
2003-04-17 | his is wrong | Michael Shalayeff |
2003-04-17 | - random.9 changed to arc4random.9 | Jason McIntyre |
2003-04-17 | typos; | Jason McIntyre |
2003-04-16 | uncomment the bus_space_vaddr() since at least sparc64 has it | Michael Shalayeff |
2003-04-15 | typos; | Jason McIntyre |
2003-04-14 | correct IFQ_ENQUEUE definition. some grammar. | Ted Unangst |
2003-04-02 | fifo -> FIFO | Jason McIntyre |
2003-04-02 | nfs -> NFS | Jason McIntyre |
2003-04-01 | dma -> DMA | Jason McIntyre |
2003-03-31 | Comment NetBSD related stuff. | Mike Pechkin |
2003-03-28 | zero'd -> zeroed; | Jason McIntyre |
2003-03-28 | mu-law and A-law spelling; | Jason McIntyre |
2003-03-22 | .Nd shouldn't end with a period | David Krause |
2003-03-18 | spelling typos/errors | David Krause |
2003-03-18 | add missing rcs id and start new sentence on a new line. | David Krause |
2003-03-18 | - document the 'struct proc p' 4th argument to lockmgr | Anil Madhavapeddy |
2003-03-14 | more cleaning: document 'how' | Jason Wright |
2003-03-14 | dead functions | Jason Wright |
2003-03-14 | This still needs work, but it's alot closer. | Jason Wright |
2003-03-12 | actually, vput always unlocks the vnode | Ted Unangst |
2003-03-12 | should -> must when discussing locking. it's not optional. | Ted Unangst |
2003-03-12 | add VOP_CREATE, VOP_LINK, VOP_READLINK, VOP_SYMLINK | Ted Unangst |
2003-03-12 | add VOP_FSYNC, VOP_ISLOCKED, and VOP_REMOVE | Ted Unangst |
2003-03-11 | VOP_LOCK, VOP_UNLOCK, VOP_RMDIR, VOP_MKDIR, VOP_SETEXTATTR, VOP_GETEXTATTR, | Ted Unangst |
2003-03-10 | add a man page for the VOP functions. currently only describes the | Ted Unangst |
2003-03-10 | filesystem -> file system for section 9 | Ted Unangst |
2003-03-08 | .Xr's for section9: | Jason McIntyre |
2003-03-07 | $OpenBSD$ | David Krause |
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause |
2003-02-26 | start new sentence on a new line | David Krause |
2003-02-25 | double word typos; | Jason McIntyre |
2003-02-24 | sync with reality | Ted Unangst |
2003-02-24 | of of | Theo de Raadt |
2003-02-24 | s/Nx/Ox/ | Alexander Yurchenko |
2003-02-20 | I found my missing 24 bytes... crp_olen = the total length of the result - cr... | Jason Wright |