summaryrefslogtreecommitdiffstats
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
* Permit Giant to be passed as the explicit interlock either tojhb2008-08-072-0/+24
* Document the new return values for sleepq_abort(), sleepq_broadcast(), andjhb2008-08-071-3/+18
* Try to fixup last (inadvertent) commit: firmware_drain was never added sosam2008-08-021-15/+1
* add callout_schedule; besides being useful it also improvessam2008-08-022-13/+46
* Implement the following macros for completeness:pjd2008-07-212-2/+19
* Add a man page for the DNS accept filter.dwmalone2008-07-184-0/+82
* Back-out my previous change. See the thread atdanger2008-07-101-3/+6
* - nested functions are a GCC extensions and should not be useddanger2008-07-091-6/+3
* Document the _arg versions of the uma_zalloc and uma_zfree functions.remko2008-06-191-1/+18
* It's Friday the 13th, not the 10th and I can't travel in time. Yet.gonzo2008-06-131-1/+1
* Add "fast" versions of macros and functions to taskqueue(9) APIgonzo2008-06-131-5/+22
* Mark "highaddr" and "lowaddr" appropriately. Change "dma" to "DMA".wkoszek2008-06-091-9/+18
* Add the missing option LK_NOWITNESS for vn_lock / VOP_LOCK operations.attilio2008-06-051-0/+4
* Clean out all mentions of struct proc* for it was removed fromgonzo2008-05-221-4/+1
* The function pmap_addr_hint no longer exists. Remove its man page.alc2008-05-223-64/+0
* Generalize vm_map_find(9)'s parameter "find_space". Specifically, addalc2008-05-101-7/+26
* Document the kproc_kthread_add() calljulian2008-04-292-0/+74
* Fix some section references.pjd2008-04-291-2/+2
* LK_NOWITNESS can be used now in lockmgr*() functions in order to skipattilio2008-04-121-1/+5
* Commit manpages for lockmgr_args_rw(9) and lockmgr_rw(9).attilio2008-04-062-16/+44
* Add note about PZERO being obsolete, because so much code uses it.imp2008-04-041-1/+5
* Add manpages for rw_try_rlock() and rw_try_wlock() functions.attilio2008-04-012-1/+21
* Document lockmgr_waiters(9).brueffer2008-03-282-1/+9
* s/M_TRYWAIT/M_WAIT/ru2008-03-252-2/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-14/+4
* Bah, missed one instance in the previous commit. Correct bpfbrueffer2008-03-171-1/+1
* Correct bpf data-link type.brueffer2008-03-171-2/+2
* Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-161-1/+2
* Implement soon-to-be-used rw_unlock() macro.pjd2008-03-161-1/+9
* Add missing .El.pjd2008-03-161-0/+1
* Add stack_print_ddb() to the synposis of stack(9), add mlink for it; fixrwatson2008-03-142-1/+4
* Document all the BUS_PROBE_* values.imp2008-03-091-1/+45
* Minor spelling/grammer fixes.rwatson2008-03-071-2/+2
* New sentence -> new line.brueffer2008-03-021-1/+2
* Fix lockstatus sorting on the top list.attilio2008-03-011-1/+1
* Connect lockmgr_args(9) to the build.attilio2008-03-011-0/+1
* - Add the informations for lockmgr_args(9)attilio2008-03-011-3/+22
* Update lockmgr manpage with last lockmgr modifies:attilio2008-03-011-6/+9
* Spell out the name of the month, normalize copyright layout.brueffer2008-02-263-9/+9
* Add vfs_mountedfrom.9 to the build.davidc2008-02-261-0/+1
* Add new man page.davidc2008-02-261-0/+55
* Add insmntque.9 to the build.davidc2008-02-261-0/+1
* Add new man page.davidc2008-02-261-0/+62
* Link vholdl.9 to vhold.9davidc2008-02-261-0/+1
* Document vholdl(9)davidc2008-02-261-11/+11
* Refer to vrefcnt(9)davidc2008-02-263-2/+5
* Minor grammar fixup.davidc2008-02-261-1/+1
* Add vrefcnt.9 to the build.davidc2008-02-261-0/+1
* Add new man page.davidc2008-02-261-0/+53
* Modify VOP_ISLOCKED() and lockstatus() prototypes in order to reflectattilio2008-02-252-22/+8
OpenPOWER on IntegriCloud