summaryrefslogtreecommitdiffstats
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
* Several documentation fixups related to device minor/major numbers:ed2008-09-283-82/+4
* Add stronger warning that spl is historical. I almost deleted thisimp2008-09-281-0/+12
* Rename the `minor' argument of make_dev(9) to `unit'.ed2008-09-261-6/+6
* Remove the suser(9) interface from the kernel. It has been replaced fromattilio2008-09-175-128/+3
* decription of macros to add ddb commandssam2008-09-152-0/+116
* Connect dev_clone.9 and devfs_set_cdevpriv.9 to the build.kib2008-09-151-0/+5
* Remove unneeded comma.kib2008-09-121-1/+1
* Document dev_clone eventhandler interfacekib2008-09-111-0/+74
* Add a first draft of the cdevpriv(9) documentationkib2008-09-111-0/+121
* Document make_dev_credf(9), destroy_dev_sched(9) and destroy_dev_drain(9)kib2008-09-111-4/+123
* Update insmntque(9) manpage, bringing it close to reality.kib2008-09-111-4/+36
* Document BUS_DMA_NOCACHE.kib2008-09-061-0/+7
* Add a note that CTASSERT() should not be used in header files.emaste2008-09-051-1/+9
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-312-8/+4
* Add links to all bpf(9) functions.jkim2008-08-281-0/+8
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-9/+7
* Document that devlistp and devcountp are only updated when there's noimp2008-08-231-1/+5
* 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
OpenPOWER on IntegriCloud