summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Collapse)Author
2003-03-31Comment NetBSD related stuff.Mike Pechkin
millert@ ok
2003-03-28zero'd -> zeroed;Jason McIntyre
ok art@, miod@
2003-03-28mu-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 periodDavid Krause
ok jmc@
2003-03-18spelling typos/errorsDavid Krause
ok miod@ jmc@
2003-03-18add 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 lockmgrAnil Madhavapeddy
- put the lockmgr argument descriptions in order ok miod@, art@
2003-03-14more cleaning: document 'how'Jason Wright
2003-03-14dead functionsJason Wright
2003-03-14This still needs work, but it's alot closer.Jason Wright
2003-03-12actually, vput always unlocks the vnodeTed Unangst
ok costa@
2003-03-12should -> must when discussing locking. it's not optional.Ted Unangst
2003-03-12add VOP_CREATE, VOP_LINK, VOP_READLINK, VOP_SYMLINKTed Unangst
add some implementation notes for file system authors ok jmc@
2003-03-12add VOP_FSYNC, VOP_ISLOCKED, and VOP_REMOVETed Unangst
only 28 more to go! ok jmc@
2003-03-11VOP_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-10add a man page for the VOP functions. currently only describes theTed Unangst
general idea and VOP_LOOKUP. ok costa@ deraadt@ jmc@
2003-03-10filesystem -> file system for section 9Ted 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-06date should be written formally: .Dd Month day, yearDavid Krause
also fixes a few misspellings of the month ok henning@ jmc@
2003-02-26start new sentence on a new lineDavid Krause
ok mpech@
2003-02-25double word typos;Jason McIntyre
all from David Krause - thanks!
2003-02-24sync with realityTed Unangst
ok art@
2003-02-24of ofTheo de Raadt
2003-02-24s/Nx/Ox/Alexander Yurchenko
ok deraadt@
2003-02-20I 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 angelosJason Wright
2003-01-27Update. from csapuntz@Artur Grabowski
2003-01-21Style, punctuation and grammar fixups from Ted Unangst on bugs@.Hugh Graham
2003-01-11Remove 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-10fix breakage in the previous commitKenjiro Cho
2003-01-09Remove fetch(9) and store(9) manual pages and references to them.Miod Vallat
2003-01-05spellingTheo de Raadt
2002-12-20fix two typos; Dave SteinbergTodd C. Miller
2002-12-20 - fix one argument to pool_init.Artur Grabowski
- document PR_DEBUG.
2002-12-20Don't give people ideas. It's really hard to know when stuff won'tArtur Grabowski
be accessed from interrupt context.
2002-12-20More rewording.Artur Grabowski
2002-12-20More second person.Artur Grabowski
2002-12-20Reword to get rid of second person.Artur Grabowski
2002-12-20Reword the DEBUGGING section to get rid of second person forms.Artur Grabowski
2002-12-20Document M_DEBUG.Artur Grabowski
2002-12-19"papers by published" -> "papers published by"; Dave SteinbergTodd C. Miller
2002-12-09Correct typo. 'commited' -> 'committed'. Also got rid of obsoleteChad Loder
todo-style comment about missing free(9) etc.
2002-12-09MLINK more pages; openbsd@davidkrause.comTheo de Raadt
2002-12-02dead e elliminationMichael Shalayeff
2002-11-25.Xr pfctl/pf.conf, not altqd/altq.conf; partitially from David Krause; Thanks!Henning Brauer
2002-11-21From angelos; document new registration APIJason Wright
2002-11-08Time 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-15correct powerhook proto and a description for the int why; from ↵Michael Shalayeff
grendel@zeitbombe.org