summaryrefslogtreecommitdiffstats
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
* Remove the old vm_map_clean man page.alc2011-07-091-85/+0
* vm_map_clean() was long ago renamed to vm_map_sync(). Also, it no longeralc2011-07-093-3/+84
* Oops. These changes should have been included in r223891.alc2011-07-091-75/+0
* Remove manual pages for functions that no longer exist.alc2011-07-094-119/+1
* Document copyin_nofault, copyout_nofault, uiomove_nofault.kib2011-07-093-22/+84
* Add an option to have a fail point term only execute when run by amdf2011-07-081-0/+7
* Add infrastructure to allow all frames/packets received on an interfacebz2011-07-031-2/+9
* Install symlinks for m_tag_* mbuf tag functions to the mbuf_tags.9 man page.bz2011-06-181-0/+16
* Correct a typo in the function name.bz2011-06-181-2/+2
* mdoc: reorder sections consistentlyuqs2011-06-021-9/+9
* [mdoc] Fixed .Dt call.ru2011-05-253-3/+3
* Re-encode files from ISO-8859-1 to UTF-8uqs2011-05-224-4/+4
* When adding examples to man-pages, try to make them at leastphk2011-05-191-5/+5
* Try to explain what sbufs do and add an example to show it.phk2011-05-171-9/+36
* Add make_dev_alias_p to MLINKS.ae2011-05-051-0/+1
* Formatting fixes:ae2011-05-051-11/+13
* Remove unneeded tab after .Ed to make manlint happy.gjb2011-05-041-1/+1
* Document make_dev_alias_p().ae2011-05-031-1/+22
* Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be ajhb2011-04-294-0/+104
* Extend the rman(9) API to support altering an existing resource.jhb2011-04-292-5/+127
* Rename alloc_unr(9) to unr(9) and adjust the links accordingly.des2011-04-272-7/+8
* Document timeout_task.kib2011-04-261-4/+31
* It is already seven years since mbuf allocator uses sameglebius2011-04-181-15/+16
* Use the full and proper company name for Swinburne University of Technologylstewart2011-04-123-14/+16
* Remove duplicate sentence.ae2011-03-301-4/+0
* Fix a typo in the previous commit. AMD64 and Intel 64 are two brand names.jkim2011-03-151-1/+3
* Unconditionally use binuptime(9) for get_cyclecount(9) on i386. Since thisjkim2011-03-151-4/+4
* - 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
OpenPOWER on IntegriCloud