summaryrefslogtreecommitdiffstats
path: root/share/man/man9
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for mdoc(7)NG.ru2000-12-2925-45/+44
|
* Change M_WAIT to M_TRYWAIT, the new name of the flag.bmilekic2000-12-241-2/+2
|
* Catch up to the changes to the kthread API.jhb2000-12-152-31/+46
|
* mdoc(7) police: removed duplicate .Os calls.ru2000-12-146-6/+0
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-144-5/+5
|
* Grammar fix.sheldonh2000-12-141-1/+1
|
* mdoc(7) police: add a missing .Os, change the list type to ``tagged''.ru2000-12-141-11/+10
|
* Document the MA_RECURSED and MA_NOTRECURSED assertion flags as well asjhb2000-12-131-0/+15
| | | | the MTX_QUIET flag.
* Add sbuf(9) man page with links to API function names.des2000-12-132-0/+245
| | | | Reviewed by: ru
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-1112-12/+12
|
* Fix some nits in the globs used to describe the various sets of atomicjhb2000-12-081-5/+5
| | | | | | operations. Submitted by: jake, jasone
* Add a brief warning about devclass and multiple device driver attachments.dcs2000-11-231-0/+4
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-229-17/+22
|
* mdoc(7) police: add the missing and required .Dd macro call.ru2000-11-221-0/+1
|
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-226-1/+7
|
* mdoc(7) police: minor cleanup.ru2000-11-222-8/+10
|
* Install DELAY(9).alfred2000-11-221-1/+1
|
* Document the DELAY() function.alfred2000-11-221-0/+47
|
* Add description of M_WRITABLE macro and new M_RDONLY flag. Try my best tobmilekic2000-11-211-11/+33
| | | | | | conform to line break mdoc FreeBSD standards, although I am new to this. Reviewed by: sheldonh
* Add new man page to the mix.markm2000-11-211-0/+1
|
* Whitespace-only change. Tidy up, alphabetise and wrap.markm2000-11-211-8/+16
|
* Add a consistent API to a feature that most modern CPUs have; a fastmarkm2000-11-212-0/+194
| | | | | | | | | | | | | | counter register in-CPU. This is to be used as a fast "timer", where linearity is more important than time, and multiple lines in the linearity caused by multiple CPUs in an SMP machine is not a problem. This adds no code whatsoever to the FreeBSD kernel until it is actually used, and then as a single-instruction inline routine (except for the 80386 and 80486 where it is some more inline code around nanotime(9). Reviewed by: bde, kris, jhb
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-2011-15/+15
|
* Fix typo.ben2000-11-181-1/+1
| | | | | PR: 22923 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Fix another typo.ben2000-11-181-1/+1
| | | | | PR: 22924 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* mdoc(7) police: eliminate warnings.ru2000-11-177-7/+7
|
* Fix typos.ben2000-11-172-6/+6
| | | | | PR: 22901, 22902 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* install/build accf_* manpagesalfred2000-11-161-0/+1
|
* Xref accf_http and accf_dataalfred2000-11-151-0/+2
|
* Document the accf_data accept filter: "dataready"alfred2000-11-151-0/+76
|
* Document the accf_http accept filter "httpready".alfred2000-11-151-0/+97
|
* remove fullstops from the end of .Xr lines in SEE ALSO sections.ben2000-11-155-5/+5
|
* Add a newline character at the end of this file, it was missing whichben2000-11-151-1/+1
| | | | resulted in ugly errors from 'diff'.
* Use Fx macro wherever possible.ru2000-11-145-8/+20
|
* Beef up the description of the kernel thread API.jhb2000-11-132-19/+249
| | | | Reviewed by: sheldonh, jasone
* Describe the new software interrupt thread functionality.jhb2000-11-132-1/+205
| | | | Reviewed by: sheldonh, jasone
* Add a manpage to document the atomic operations including a quick treatmentjhb2000-11-132-1/+295
| | | | | | of memory barriers and the newish atomic variants that include them. Reviewed by: sheldonh
* Change a "xlint(1)" to a ".Xr lint 1" and add a reference in the see alsodwmalone2000-11-131-1/+5
| | | | section.
* Sort NAMES section and separate Nm arguments from trailing punctuation.sheldonh2000-11-132-18/+18
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-106-17/+15
|
* Miscellaneous content fixes:sheldonh2000-11-101-12/+18
| | | | | | | | | * xref sysctl * do not mark kern.ipc.mbuf_wait up as a function argument. * do not mix case of function argument names * a mbuf -> an mbuf * if -> whether * typos
* Whitespace only: fix hard sentence breaks now, before people reallysheldonh2000-11-101-29/+42
| | | | get stuck into this page.
* Replace non-existent 'mtx_t' typedef'd type with 'struct mtx'.jhb2000-11-101-1/+1
|
* Fixup some wrong statements in the new mbuf(9) man page.bmilekic2000-11-011-63/+100
| | | | | | | | Also introduce a bunch of (missed?) macros and functions. This man page still needs a lot of work, most likely a re-ordering of the macros/functions, and a more complete, more accurate, listing of available routines. A good and worthy start nonetheless.
* Catch up to mutexes becoming MI: machine/mutex.h -> sys/mutex.hjhb2000-11-011-1/+1
|
* Fix a fundamental error. The device is not owned by the parentasmodai2000-10-311-1/+1
| | | | | | | bus before allocation. The resource is. Asked about by: julian on -current Verified by: msmith
* Whitespace only:sheldonh2000-10-301-13/+16
| | | | | | * Remove hard sentence breaks. * Remove trailing whitespace. * Separate macro arguments from trailing punctuation with whitespace.
* Add pfil.9 manpage to build after a repository copy.ru2000-10-301-1/+2
|
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-2/+1
| | | | | | | | | <sys/proc.h> to <sys/systm.h>. Correctly document the #includes needed in the manpage. Add one now needed #include of <sys/systm.h>. Remove the consequent 48 unused #includes of <sys/proc.h>.
* Use EX_USAGE in an example, as the SAME manual page describes aalex2000-10-281-1/+1
| | | | | | | few lines higher. PR: 22371 Submitted by: andrew@ugh.net.au
OpenPOWER on IntegriCloud