aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
* Correct cookie type to match reality.Pawel Jakub Dawidek2010-12-191-2/+1
* Add a manpage for SYSINIT() and SYSUNINIT().John Baldwin2010-12-062-0/+165
* Document the fact that passing in a count of zero to the bus_space functionsRebecca Cran2010-12-031-0/+3
* Revert r216134. This checkin broke platforms where bus_space are macros:Rebecca Cran2010-12-031-3/+0
* Disallow passing in a count of zero bytes to the bus_space(9) functions.Rebecca Cran2010-12-021-0/+3
* Remove the note about possible unlocking during vunref(9). It mightKonstantin Belousov2010-11-241-5/+1
* Stop documenting vgonel() after its converting to the static function:Sergey Kandaurov2010-11-123-19/+9
* Add a taskqueue_cancel(9) to cancel a pending task without waiting forMatthew D Fleming2010-11-082-0/+28
* Xref BUS_SETUP_INTR(9) and locking(9).Edward Tomasz Napierala2010-11-032-4/+4
* Fix a few typos and style nits in the example code.John Baldwin2010-11-021-12/+12
* Use .Dv with NULL.Jaakko Heinonen2010-10-241-1/+3
* Document make_dev_p(9).Jaakko Heinonen2010-10-242-5/+61
* mdoc: make pages render with mandocUlrich Spörlein2010-10-211-1/+1
* catch up manual pages with rename of vm_page_sleep_busy to vm_page_sleep_if_busyAndriy Gapon2010-10-203-8/+8
* VOP_GETPAGES.9: clarify and correct description of parameters and requirementsAndriy Gapon2010-10-201-13/+18
* PG_BUSY -> VPO_BUSY, PG_WANTED -> VPO_WANTED in manual pages and commentsAndriy Gapon2010-10-203-7/+7
* uma_zfree(zone, NULL) should do nothing, to match free(9).Matthew D Fleming2010-10-191-0/+7
* mdoc: fix markup typoUlrich Spörlein2010-10-191-1/+1
* Update links for taskqueue(9) functions.Pawel Jakub Dawidek2010-10-181-1/+7
* Document vunref(9), add some important notes for vrele(9) and vput(9).Konstantin Belousov2010-10-173-71/+49
* Change uma_zone_set_max to return the effective value of "nitems" afterLawrence Stewart2010-10-161-4/+4
* - Simplify implementation of uma_zone_get_max.Lawrence Stewart2010-10-161-9/+30
* Use a safer mechanism for determining if a task is currently running,Matthew D Fleming2010-10-131-8/+1
* Re-expose and briefly document taskqueue_run(9). The function is usedMatthew D Fleming2010-10-121-0/+15
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-0810-13/+0
* Check the device name validity on device registration.Jaakko Heinonen2010-10-071-7/+16
* I believe the majority of Gregorian calendars would agree the currentGlen Barber2010-09-121-1/+1
* Bump date from r212440.Glen Barber2010-09-121-1/+1
* Add RETURN VALUES section to devclass_get_maxunit(9).Glen Barber2010-09-101-0/+13
* Replace sbuf_overflowed() with sbuf_error(), which returns any errorMatthew D Fleming2010-09-102-8/+13
* Add drain functionality to sbufs. The drain is a function that isMatthew D Fleming2010-09-092-7/+100
* Fix small errors in the sbuf(9) man page.Matthew D Fleming2010-09-091-4/+9
* Document MAKEDEV_ETERNAL.Konstantin Belousov2010-09-051-1/+14
* rmlock(9) two additions and one change/fix:Max Laier2010-09-013-3/+37
* Fix incorrect usage of 'assure' and 'insure'.Rebecca Cran2010-08-282-2/+2
* s/ithread/interrupt thread/Edward Tomasz Napierala2010-08-241-2/+2
* Add missing mlink for insmntque1().Ed Schouten2010-08-221-0/+1
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-169-17/+17
* Fixed a typo.Christian Brueffer2010-08-151-1/+1
* Tie up some loose ends r88509 left behind:Christian Brueffer2010-08-152-3/+3
* Rework memguard(9) to reserve significantly more KVA to detectMatthew D Fleming2010-08-111-31/+87
* Document the MEXTADD macro.Dag-Erling Smørgrav2010-08-071-2/+55
* Add links for destroy_dev_drain, destroy_dev_sched, destroy_dev_sched_cb,Stefan Farfeleder2010-08-061-1/+6
* Fix typos and spelling mistakes.Joel Dahl2010-08-063-4/+4
* Correct function name.Pawel Jakub Dawidek2010-08-011-1/+1
* Fix a bunch of typos and spelling mistakes.Joel Dahl2010-07-313-4/+4
* Spelling fixes.Joel Dahl2010-07-318-9/+9
* Missing IFCAP_* macro descriptions in ifnet(9).Simon L. B. Nielsen2010-07-271-0/+25
* Fix taskqueue_drain(9) to not have false negatives. For threadedMatthew D Fleming2010-07-221-10/+0
* Extend the kernel unit number allocator for allocating specific unitJaakko Heinonen2010-07-052-1/+12