Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-31 | Comment NetBSD related stuff. | Mike Pechkin | |
millert@ ok | |||
2003-03-28 | zero'd -> zeroed; | Jason McIntyre | |
ok art@, miod@ | |||
2003-03-28 | mu-law and A-law spelling; | Jason McIntyre | |
mu-law and u-law are the same, so used mu-law for consistency; ok jason@ | |||
2003-03-22 | .Nd shouldn't end with a period | David Krause | |
ok jmc@ | |||
2003-03-18 | spelling typos/errors | David Krause | |
ok miod@ jmc@ | |||
2003-03-18 | add missing rcs id and start new sentence on a new line. | David Krause | |
ok tedu@ | |||
2003-03-18 | - document the 'struct proc p' 4th argument to lockmgr | Anil Madhavapeddy | |
- put the lockmgr argument descriptions in order ok miod@, art@ | |||
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 | |
ok costa@ | |||
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 | |
add some implementation notes for file system authors ok jmc@ | |||
2003-03-12 | add VOP_FSYNC, VOP_ISLOCKED, and VOP_REMOVE | Ted Unangst | |
only 28 more to go! ok jmc@ | |||
2003-03-11 | VOP_LOCK, VOP_UNLOCK, VOP_RMDIR, VOP_MKDIR, VOP_SETEXTATTR, VOP_GETEXTATTR, | Ted Unangst | |
VOP_REVOKE, VOP_RECLAIM looked over and input from art@ david@ jmc@ | |||
2003-03-10 | add a man page for the VOP functions. currently only describes the | Ted Unangst | |
general idea and VOP_LOOKUP. ok costa@ deraadt@ jmc@ | |||
2003-03-10 | filesystem -> file system for section 9 | Ted Unangst | |
ok jmc@ | |||
2003-03-08 | .Xr's for section9: | Jason McIntyre | |
- MLINKS for uvm stuff - MLINK vgone.9 vgonel.9 - typos - fixed SYNOPSIS of extattr(9) lots of help from miod and art ok miod@ art@ | |||
2003-03-07 | $OpenBSD$ | David Krause | |
ok henning@ | |||
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
also fixes a few misspellings of the month ok henning@ jmc@ | |||
2003-02-26 | start new sentence on a new line | David Krause | |
ok mpech@ | |||
2003-02-25 | double word typos; | Jason McIntyre | |
all from David Krause - thanks! | |||
2003-02-24 | sync with reality | Ted Unangst | |
ok art@ | |||
2003-02-24 | of of | Theo de Raadt | |
2003-02-24 | s/Nx/Ox/ | Alexander Yurchenko | |
ok deraadt@ | |||
2003-02-20 | I found my missing 24 bytes... crp_olen = the total length of the result - ↵ | Jason Wright | |
crp_skip | |||
2003-02-02 | :%s/MEXTALLOC/MEXTMALLOC/g; pointed out by angelos | Jason Wright | |
2003-01-27 | Update. from csapuntz@ | Artur Grabowski | |
2003-01-21 | Style, punctuation and grammar fixups from Ted Unangst on bugs@. | Hugh Graham | |
2003-01-11 | Remove the vm_* manpages, these functions were replaced in uvm. | Wilbern Cobb | |
ok art@ | |||
2003-01-11 | - arrange the prototypes in sections. | Wilbern Cobb | |
- describe bus_addr_t and bus_size_t in DATA TYPES. - remove redundant NOTES section. ok art@, jason@. | |||
2003-01-10 | fix breakage in the previous commit | Kenjiro Cho | |
2003-01-09 | Remove fetch(9) and store(9) manual pages and references to them. | Miod Vallat | |
2003-01-05 | spelling | Theo de Raadt | |
2002-12-20 | fix two typos; Dave Steinberg | Todd C. Miller | |
2002-12-20 | - fix one argument to pool_init. | Artur Grabowski | |
- document PR_DEBUG. | |||
2002-12-20 | Don't give people ideas. It's really hard to know when stuff won't | Artur Grabowski | |
be accessed from interrupt context. | |||
2002-12-20 | More rewording. | Artur Grabowski | |
2002-12-20 | More second person. | Artur Grabowski | |
2002-12-20 | Reword to get rid of second person. | Artur Grabowski | |
2002-12-20 | Reword the DEBUGGING section to get rid of second person forms. | Artur Grabowski | |
2002-12-20 | Document M_DEBUG. | Artur Grabowski | |
2002-12-19 | "papers by published" -> "papers published by"; Dave Steinberg | Todd C. Miller | |
2002-12-09 | Correct typo. 'commited' -> 'committed'. Also got rid of obsolete | Chad Loder | |
todo-style comment about missing free(9) etc. | |||
2002-12-09 | MLINK more pages; openbsd@davidkrause.com | Theo de Raadt | |
2002-12-02 | dead e ellimination | Michael Shalayeff | |
2002-11-25 | .Xr pfctl/pf.conf, not altqd/altq.conf; partitially from David Krause; Thanks! | Henning Brauer | |
2002-11-21 | From angelos; document new registration API | Jason Wright | |
2002-11-08 | Time to cleanup: | Mike Pechkin | |
o) start new sentence on a new line; o) wrap long lines; o) don't use .Pp before/after .Sh, .Ss; o) OpenBSD -> .Ox; o) typos; o) close .Rs; o) use space between arguments in tag, for example: .Xr blabla ) . miod@ ok | |||
2002-10-15 | correct powerhook proto and a description for the int why; from ↵ | Michael Shalayeff | |
grendel@zeitbombe.org |