summaryrefslogtreecommitdiffstats
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
* document m_appendsam2004-12-081-0/+12
* Add the devclass_get_count(9) function and man page. It gets a count ofnjl2004-12-081-0/+47
* Update prototypes for eventhandler_register() and eventhandler_find_list()jkoshy2004-12-061-3/+3
* This jumbo allocator has been removed from the kernel.alc2004-12-063-161/+2
* Add a manual page for the kernel's EVENTHANDLER facility.jkoshy2004-12-032-0/+248
* Clarify the structure element size ordering.dds2004-12-021-1/+1
* MNT_NODEV is deprecated.ru2004-11-291-2/+2
* Link critical_enter.9 to critical.9 to make it easier to find.rwatson2004-11-241-1/+2
* Word choice fix; use .Fn for non-.Xr functions.rwatson2004-11-211-3/+6
* Bring signal(9) in sync with -current.jkoshy2004-11-202-40/+56
* Add a couple of summary paragraphs at the head of mbuf_tags(9) torwatson2004-11-181-2/+29
* Cross-reference signal(9).jkoshy2004-11-181-0/+1
* Remove some references to I386_CPU and 80386 CPUs.jhb2004-11-161-1/+1
* Catch up to rev 1.52 of sys/kern/kern_condvar.c. cv_signal() andjhb2004-11-081-8/+0
* Correct a misspelling, 'task_fn' -> 'task_fn_t'.bms2004-10-261-2/+2
* Correct and clarify some very incorrect text.scottl2004-10-221-6/+6
* Add a manual page for hashinit(9), hashdestroy(9) and phashinit(9).jkoshy2004-10-122-0/+153
* Use the "normal form" for copyright text.jkoshy2004-10-121-2/+2
* - Document RT_[UN]LOCK, RT_ADDREF, RT_REMREF.glebius2004-10-111-1/+26
* s/ENOBUF/ENOBUFS/green2004-10-111-1/+1
* Revert last commit since it breaks API.glebius2004-10-101-11/+7
* Remove inlined m_tag_free(). Rename _m_tag_free() to m_tag_free()glebius2004-10-091-7/+11
* Change pfil starvation prevention from fail-open to fail-close.mlaier2004-10-081-1/+5
* - sort struct rtentry fields in man page in some order as they are in structglebius2004-10-081-32/+32
* Add more MLINKS for rtalloc.9glebius2004-10-081-1/+3
* More grammar cleanups from MDocGuard^WRuslan.glebius2004-10-081-3/+3
* Add a minimal altq.4 manpage to tell about the kernel options and where tomlaier2004-10-071-30/+0
* Mdoc and grammar fixes.glebius2004-10-071-7/+9
* - note that RTF_PRCLONING is obsoletedglebius2004-10-071-19/+47
* dc(4) is now supported as well. While here sort the list and remove awi,mlaier2004-10-011-4/+4
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-291-3/+3
* Add cross references to vm_map_entry_resize_free.9.alc2004-09-272-0/+2
* Document the O(log n) algorithm for finding free space.alc2004-09-272-0/+234
* Document the flags field.alc2004-09-271-2/+8
* Document that kthread_exit()ing will cause a wakeup(9) on the threadjoerg2004-09-241-2/+9
* Sort MAN and MLINKS in dictionary order ignoring case.ru2004-09-191-30/+31
* add MLINKs for the mbuf.9 man page..jmg2004-09-181-0/+43
* Bring kernel time variable and access function docs up to date bybrooks2004-09-174-110/+130
* Document the struct if_data members ifi_datalen, ifi_epoch, andbrooks2004-09-171-0/+35
* Update to reflect recent changes such as the fields for O(log n) addressalc2004-09-151-10/+33
* document that m_free returns m_next of the free'd mbufjmg2004-08-281-1/+5
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-6/+0
* Add reference to vslock(9) for locking user address pages into core.imp2004-08-261-1/+4
* Document supported devices here (for lack of a better place). Usersmlaier2004-08-251-1/+31
* Clarify what the lockfunc is used for. When it will be called andimp2004-08-241-0/+8
* Even in a 80 column, fixed point font, there's plenty of room for allimp2004-08-231-1/+2
* In the SYNOPSIS section, move the bus_dmamem_alloc function prototypeimp2004-08-231-3/+3
* mdoc(7) janitor:simon2004-08-211-1/+2
* Catch up to recent API changes including the removal of the signal_caughtjhb2004-08-191-12/+25
* add options MPROF_BUFFERS and MPROF_HASH_SIZE that adjust the sizes ofjmg2004-08-191-0/+6
OpenPOWER on IntegriCloud