summaryrefslogtreecommitdiffstats
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
* - Add support for software pre-scaling of ISOCHRONOUS transfers.hselasky2011-02-281-0/+4
* Final commit to round out the "Five New TCP Congestion Control Algorithms forlstewart2011-02-214-0/+1160
* Document requirement that sys/types.h be included before rman.h.imp2011-02-101-0/+1
* Explicitly wire the user buffer rather than doing it implicitly inmdf2011-01-271-3/+3
* Document sbuf_new_for_sysctl(9).mdf2011-01-252-1/+15
* Fix typos.jh2011-01-221-4/+4
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-1/+3
* document that even when wakeup_one is used to wakeup, msleep and friendsjmg2011-01-191-0/+8
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-192-9/+2
* Restore comment describing /* NOTREACHED */, updated to match reality.trasz2011-01-071-1/+4
* Retire the INTR_FAST flag as it was obsoleted by the introduction of thejhb2011-01-064-27/+8
* Get rid of bad advice regarding /* NOTREACHED */. Compilers don'ttrasz2011-01-061-4/+0
* Fix a whitespace nit.lstewart2011-01-061-1/+1
* Add a man page for the Object Specific Data (OSD) KPI.lstewart2011-01-052-0/+391
* Correct cookie type to match reality.pjd2010-12-191-2/+1
* Add a manpage for SYSINIT() and SYSUNINIT().jhb2010-12-062-0/+165
* Document the fact that passing in a count of zero to the bus_space functionsbrucec2010-12-031-0/+3
* Revert r216134. This checkin broke platforms where bus_space are macros:brucec2010-12-031-3/+0
* Disallow passing in a count of zero bytes to the bus_space(9) functions.brucec2010-12-021-0/+3
* Remove the note about possible unlocking during vunref(9). It mightkib2010-11-241-5/+1
* Stop documenting vgonel() after its converting to the static function:pluknet2010-11-123-19/+9
* Add a taskqueue_cancel(9) to cancel a pending task without waiting formdf2010-11-082-0/+28
* Xref BUS_SETUP_INTR(9) and locking(9).trasz2010-11-032-4/+4
* Fix a few typos and style nits in the example code.jhb2010-11-021-12/+12
* Use .Dv with NULL.jh2010-10-241-1/+3
* Document make_dev_p(9).jh2010-10-242-5/+61
* mdoc: make pages render with mandocuqs2010-10-211-1/+1
* catch up manual pages with rename of vm_page_sleep_busy to vm_page_sleep_if_busyavg2010-10-203-8/+8
* VOP_GETPAGES.9: clarify and correct description of parameters and requirementsavg2010-10-201-13/+18
* PG_BUSY -> VPO_BUSY, PG_WANTED -> VPO_WANTED in manual pages and commentsavg2010-10-203-7/+7
* uma_zfree(zone, NULL) should do nothing, to match free(9).mdf2010-10-191-0/+7
* mdoc: fix markup typouqs2010-10-191-1/+1
* Update links for taskqueue(9) functions.pjd2010-10-181-1/+7
* Document vunref(9), add some important notes for vrele(9) and vput(9).kib2010-10-173-71/+49
* Change uma_zone_set_max to return the effective value of "nitems" afterlstewart2010-10-161-4/+4
* - Simplify implementation of uma_zone_get_max.lstewart2010-10-161-9/+30
* Use a safer mechanism for determining if a task is currently running,mdf2010-10-131-8/+1
* Re-expose and briefly document taskqueue_run(9). The function is usedmdf2010-10-121-0/+15
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-0810-13/+0
* Check the device name validity on device registration.jh2010-10-071-7/+16
* I believe the majority of Gregorian calendars would agree the currentgjb2010-09-121-1/+1
* Bump date from r212440.gjb2010-09-121-1/+1
* Add RETURN VALUES section to devclass_get_maxunit(9).gjb2010-09-101-0/+13
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-102-8/+13
* Add drain functionality to sbufs. The drain is a function that ismdf2010-09-092-7/+100
* Fix small errors in the sbuf(9) man page.mdf2010-09-091-4/+9
* Document MAKEDEV_ETERNAL.kib2010-09-051-1/+14
* rmlock(9) two additions and one change/fix:mlaier2010-09-013-3/+37
* Fix incorrect usage of 'assure' and 'insure'.brucec2010-08-282-2/+2
* s/ithread/interrupt thread/trasz2010-08-241-2/+2
OpenPOWER on IntegriCloud