summaryrefslogtreecommitdiffstats
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
...
* Document some of the kernel API dealing with locks used primarily by VFS.alfred2001-07-1011-0/+758
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-0965-70/+0
* Link in manpages for vfs_busy, vfs_mount, vfs_unbusy, and vinvalbuf.alfred2001-07-091-1/+2
* Document kernel API for vfs_busy(), vfs_mount(), vfs_unbusy(), andalfred2001-07-094-0/+364
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-0619-36/+39
* mdoc(7) police: minor formatting fixes.ru2001-07-061-15/+12
* Constify the format string.des2001-07-051-1/+1
* mdoc(7) police: mark type with .Vt, sort xrefs.ru2001-07-041-4/+4
* mdoc(7) police: cosmetics.ru2001-07-041-1/+3
* Don't give a bad example by starting a struct tag name with anjoerg2001-07-031-1/+1
* Add a new manpage to document the CTRx macros used when adding new KTRjhb2001-06-282-1/+159
* mdoc(7) police: use the Fn macro where appropriate.dd2001-06-241-3/+6
* Remove duplicate words.dd2001-06-242-2/+2
* Correct a typo.dd2001-06-241-1/+1
* Correct getopt usage and a syntax error (period used instead of a semicolon).dd2001-06-181-2/+2
* o The VOP_RDWR man page neglected to mention (at least) two error modesrwatson2001-06-151-0/+6
* Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() whichdes2001-06-111-2/+55
* sbuf_new(9) now returns a struct sbuf * instead of an int. If the callerdes2001-06-101-2/+12
* Remove vestiges of MFS.ru2001-06-011-1/+1
* Link make_dev.9 to make_dev_alias.9 and depends_dev.9.dd2001-05-291-0/+2
* Document depends_dev.dd2001-05-291-3/+22
* Remove obsolete DEVFS manual pages. The routines they describe don'tdd2001-05-284-209/+1
* Fix typo: "an socket" -> "a socket".olgeni2001-05-272-4/+4
* Back out rev 1.50. VCS was correct -- it is Version Control System.obrien2001-05-171-3/+4
* Minor typosdougb2001-05-171-2/+2
* Fix a typo (pasto?).dd2001-05-091-1/+1
* Fix typos.horikawa2001-05-073-6/+6
* A bit of markup and spelling fixes.ru2001-05-071-17/+17
* s/mtx_try_enter/mtx_trylock/dd2001-05-061-1/+1
* Add printf.9, and add links to tprintf.9 and uprintf.9.dd2001-05-051-1/+4
* A manual page for the printf(), uprintf(), and tprintf() kernel functions.dd2001-05-041-0/+130
* Fixed typos: dependant -> dependentschweikh2001-05-013-3/+3
* Improve description of "new_sysent".alex2001-04-281-2/+2
* Add SYSCALL_MODULE.9, a manpage for the SYSCALL_MODULE wrapper macroalex2001-04-282-1/+79
* Reduce the number of $FreeBSD$'s from 3 to 2. I believe both remainingobrien2001-04-251-1/+0
* mdoc(7) police: update HISTORY section.ru2001-04-231-1/+1
* Address $FreeBSD$ and `rcsid'.obrien2001-04-221-1/+27
* Fix prototype wrap example and note how to wrap ANSI-style functionobrien2001-04-221-1/+2
* mdoc(7) police: normalize .Nd.ru2001-04-1818-21/+18
* mdoc(7) police: use .Fx.ru2001-04-181-1/+3
* mdoc(7) police: uppercase document title.ru2001-04-183-3/+3
* Grammar police: "its", not "it's", is the possessive form of "it".dd2001-04-151-1/+1
* note that VOP_STRATEGY may block.alfred2001-04-151-0/+2
* mdoc(7) police: removed final dot from the .Nd call.ru2001-04-041-1/+1
* mdoc(7) police: there is no single manpage that uses ``.Sy not''.ru2001-04-041-1/+1
* Correct the MLINKS for mutex.9 to reflect the API change and add a newjhb2001-03-301-5/+7
* - Document mtx_initialized().jhb2001-03-301-7/+18
* Fixed bitrot in the prototypes for NDINIT and NDFREE.bde2001-03-291-2/+3
* Fixed missing and disorded includes in synopsis.bde2001-03-291-4/+5
* Fixed wrong include in synopsis. <sys/param.h> is a prerequisite forbde2001-03-291-5/+5
OpenPOWER on IntegriCloud