aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
* mdoc: reorder sections consistentlyUlrich Spörlein2011-06-021-9/+9
* [mdoc] Fixed .Dt call.Ruslan Ermilov2011-05-253-3/+3
* Re-encode files from ISO-8859-1 to UTF-8Ulrich Spörlein2011-05-224-4/+4
* When adding examples to man-pages, try to make them at leastPoul-Henning Kamp2011-05-191-5/+5
* Try to explain what sbufs do and add an example to show it.Poul-Henning Kamp2011-05-171-9/+36
* Add make_dev_alias_p to MLINKS.Andrey V. Elsukov2011-05-051-0/+1
* Formatting fixes:Andrey V. Elsukov2011-05-051-11/+13
* Remove unneeded tab after .Ed to make manlint happy.Glen Barber2011-05-041-1/+1
* Document make_dev_alias_p().Andrey V. Elsukov2011-05-031-1/+22
* Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be aJohn Baldwin2011-04-294-0/+104
* Extend the rman(9) API to support altering an existing resource.John Baldwin2011-04-292-5/+127
* Rename alloc_unr(9) to unr(9) and adjust the links accordingly.Dag-Erling Smørgrav2011-04-272-7/+8
* Document timeout_task.Konstantin Belousov2011-04-261-4/+31
* It is already seven years since mbuf allocator uses sameGleb Smirnoff2011-04-181-15/+16
* Use the full and proper company name for Swinburne University of TechnologyLawrence Stewart2011-04-123-14/+16
* Remove duplicate sentence.Andrey V. Elsukov2011-03-301-4/+0
* Fix a typo in the previous commit. AMD64 and Intel 64 are two brand names.Jung-uk Kim2011-03-151-1/+3
* Unconditionally use binuptime(9) for get_cyclecount(9) on i386. Since thisJung-uk Kim2011-03-151-4/+4
* - Add support for software pre-scaling of ISOCHRONOUS transfers.Hans Petter Selasky2011-02-281-0/+4
* Final commit to round out the "Five New TCP Congestion Control Algorithms forLawrence Stewart2011-02-214-0/+1160
* Document requirement that sys/types.h be included before rman.h.Warner Losh2011-02-101-0/+1
* Explicitly wire the user buffer rather than doing it implicitly inMatthew D Fleming2011-01-271-3/+3
* Document sbuf_new_for_sysctl(9).Matthew D Fleming2011-01-252-1/+15
* Fix typos.Jaakko Heinonen2011-01-221-4/+4
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-191-1/+3
* document that even when wakeup_one is used to wakeup, msleep and friendsJohn-Mark Gurney2011-01-191-0/+8
* sysctl(8) should use the CTLTYPE to determine the type of data whenMatthew D Fleming2011-01-192-9/+2
* Restore comment describing /* NOTREACHED */, updated to match reality.Edward Tomasz Napierala2011-01-071-1/+4
* Retire the INTR_FAST flag as it was obsoleted by the introduction of theJohn Baldwin2011-01-064-27/+8
* Get rid of bad advice regarding /* NOTREACHED */. Compilers don'tEdward Tomasz Napierala2011-01-061-4/+0
* Fix a whitespace nit.Lawrence Stewart2011-01-061-1/+1
* Add a man page for the Object Specific Data (OSD) KPI.Lawrence Stewart2011-01-052-0/+391
* 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