summaryrefslogtreecommitdiffstats
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
* Xref sytle.Makefile(5).trhodes2003-04-261-1/+2
* Document device_set_driver(9)imp2003-04-222-1/+57
* Document device_printf(9).imp2003-04-222-1/+59
* Document device_set_ivars(9) as well.imp2003-04-222-2/+20
* man page for device_get_parent.imp2003-04-222-1/+50
* device_is_alive already was documented in device_get_state, so remove theimp2003-04-224-102/+12
* Add man page for device_get_name and device_get_nameunit.imp2003-04-221-0/+55
* Xref these two functions, since they are similar enough to cause confusion.imp2003-04-212-0/+2
* Simple man page for new device_is_attached.imp2003-04-212-1/+50
* Add a man page for device_is_alive.imp2003-04-212-1/+50
* Add a description of m_defragrandomfailures.silby2003-04-151-0/+4
* Add info on how to use the MBUF_STRESS_TEST options. (Only 1 optionsilby2003-04-131-0/+11
* Forced commit to fill in the fields below for the last commit. Alsoharti2003-04-101-1/+1
* Explicitely document the locking requirements for the malloc interface.harti2003-04-091-69/+67
* Add inline functions {be,le}{16,32,64}{enc,dec}() for encoding decodingphk2003-04-031-1/+39
* rid is not a pointer to int, but rather just a plain int.imp2003-03-301-2/+2
* Document what bus_set_resource(9) does. It is used by bus drivers toimp2003-03-302-0/+96
* Correct a typo in previous commitkris2003-03-291-1/+1
* Add a new man page for bus_activate_resource andimp2003-03-292-2/+100
* Clearify what happens with the cookiep in various cases.imp2003-03-291-1/+11
* Fix some typos:imp2003-03-291-6/+14
* Expound a little bit about the softc, where its size is found and aimp2003-03-281-2/+16
* Create a man page for bus_child_present(9), a function to see if aimp2003-03-282-1/+84
* Revert previous commit which accidentally snuck in with some unrelatedjhb2003-03-251-1/+1
* Remove obsolete at_fork() and at_exit() manpages. Curiously, at_exec()jhb2003-03-254-157/+2
* Correct typo in function declaration (s/if_dont/if_done).ceri2003-03-191-1/+1
* Spelling fix: interwining -> intertwining.ceri2003-03-061-1/+1
* Nuke caddr_t.des2003-03-031-2/+2
* mdoc(7) police: Scheduled sweep.ru2003-02-241-8/+8
* Return bits which were removed in revision 1.22.trhodes2003-02-241-3/+11
* Return bits which were removed in revision 1.28.trhodes2003-02-241-0/+19
* Back out revision 1.34 until we can come up with a more accurate patch.chris2003-02-171-65/+0
* Add a section on Giant lock manipulation macros.chris2003-02-171-0/+65
* The .Fn functioncharnier2003-02-052-9/+14
* sleep -> msleepguido2003-02-041-1/+1
* fix pathname typosam2003-01-281-2/+2
* use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock.alfred2003-01-212-4/+4
* Catch up to WAIT/NOWAIT cleanup.alfred2003-01-212-30/+3
* Add required commas that were ommitted in the previous delta; thesheldonh2003-01-192-2/+2
* Document lock order reversals possible when calling allocation functionsalfred2003-01-182-14/+28
* Caution programmers not to confuse M_DONTWAIT with M_NOWAIT. Theyrwatson2003-01-182-0/+19
* Include a proper reference to the Developers' Handbook in thechris2003-01-081-0/+4
* Typo: s/CTLTYPE_DYN/CTLFLAG_DYNschweikh2003-01-041-2/+2
* mdoc(4) police: Markup. Fix 1 hard sentence break.trhodes2003-01-031-4/+7
* mdoc(7) police: Remove hard sentence breaks.trhodes2003-01-031-9/+18
* mdoc(7) police: markup nits.trhodes2003-01-031-5/+7
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* english(4) police.schweikh2002-12-275-5/+5
* Spelling: s/then/than/ where appropriate.ru2002-12-242-2/+2
* mdoc(7) police: Deal with self-xrefs.ru2002-12-2416-39/+40
OpenPOWER on IntegriCloud