summaryrefslogtreecommitdiffstats
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the BUGS entry for vslock(9) not actually holding user memory in place.green2004-08-161-6/+0
* Be explicit that a driver may assume softc is preserved when returning 0imp2004-08-111-0/+2
* fix description of the macros for BUS_DMASYNC opertions. It's from the CPU'sjmg2004-08-111-2/+4
* Update "documentation date" fields.green2004-08-102-2/+2
* Document exactly how vslock(9) is broken.green2004-08-101-0/+6
* Update contigmalloc(9)'s manpage to reflect usage of the malloc_typegreen2004-08-101-9/+2
* Add documentation for log(9).joerg2004-08-102-5/+46
* mdoc(7) and english grammar makeover.mlaier2004-08-091-98/+105
* rearange some code that handles the thread taskqueue so that it is morejmg2004-08-081-5/+17
* Add altq(9) explaining about the IFQ_* and IFQ_DRV_* macros in if_var.h andmlaier2004-08-072-0/+599
* It appears that cdevsw_add/remove were removed quite a while ago, soimp2004-08-073-132/+0
* - Add two fields to bio structure: 'bio_cflags' which can be used bypjd2004-08-041-13/+13
* after reading the commit mail, I better understand what cnt_hold is for..jmg2004-07-271-1/+2
* document that times are in microseconds, yes it's at the end in the NOTESjmg2004-07-261-4/+4
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-1/+1
* Document the SUSER_RUID flag.cperciva2004-07-171-2/+14
* Add a BUGS entry pointing out that the ASU flag isn't being set. This wascperciva2004-07-171-0/+7
* Give kldunload a -f(orce) argument.phk2004-07-131-1/+19
* Document thread parameter passed to VFS_ROOT and vflush.alfred2004-07-122-2/+6
* Document that sx_unlock() exists as a macro.darrenr2004-07-111-6/+23
OpenPOWER on IntegriCloud