summaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
AgeCommit message (Expand)Author
2014-12-28The greatest happiness is to scatter inferiour APIs, to drive themKenneth R Westerback
2014-12-22add TIMEOUT_INITIALIZER for initting timeout declaractions.David Gwynne
2014-12-11according to kaspars bankovskis, allocbuf was removed in -r1.88Jason McIntyre
2014-12-10retire shutdown hooks; ok deraadt, krwMike Belopuhov
2014-11-24Rename rt_ifa_addloop() into rt_ifa_addlocal() and make it return anMartin Pieuchot
2014-11-04document the SipHash24 api. some more could be done for history andDavid Gwynne
2014-11-01Document rtalloc(9).Martin Pieuchot
2014-10-08rtalloc(9) and rtalloc_noclone(9) are dead, long live rtalloc1(9)!Martin Pieuchot
2014-08-18introduce mbuf list and queue apis. both manage fifo lists of mbufsDavid Gwynne
2014-07-24this is start on documenting bufqs. it covers the bits disk drivers needDavid Gwynne
2014-07-13KASSERTMSG(9): New kernel assertion with messageMasao Uebayashi
2014-07-13What would you use config_init() for?Martin Pieuchot
2014-07-13Split config_attach/detach(9) from autoconf(9). Stop talking aboutMartin Pieuchot
2014-07-10Add mallocarray(9)Matthew Dempsky
2014-07-09sort out the MLINKS mess, and tweak previous a bit;Jason McIntyre
2014-07-09MLINKS for rw_{assert_{unlocked,wrlock,rdlock},status}Philip Guenther
2014-07-08introduce the if_rxr api. it is intended to pull the rx ring accountingDavid Gwynne
2014-06-30Remove some dead functions from uvm.9:Matthew Dempsky
2014-04-19bye byeHenning Brauer
2014-04-10Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manageMartin Pieuchot
2014-04-03lies lies lies lies liesTed Unangst
2014-04-02Add a man page for rtrequest1(9) splitted from route(9) with someMartin Pieuchot
2014-03-21rt_timer* spring cleanup.Martin Pieuchot
2014-03-18Rename rt_gettable() into rtable_get(), swap its arguments to beMartin Pieuchot
2014-03-18Split route(9) into various manuals to make it easier to complete/improveMartin Pieuchot
2014-03-14provide an MI api for doing byteswapping loads and stores. someDavid Gwynne
2014-02-09MLINK extent_alloc_with_descr;Jason McIntyre
2014-02-04rename atomic.9 to atomic_setbits_int.9 since the former isn't a functionDavid Gwynne
2014-02-03rename the atomic_foo manpages to atomic_foo_int or _uint cos we name theseDavid Gwynne
2014-02-03rename membar.9 to membar_sync.9 because manpages have to be named afterDavid Gwynne
2014-01-30markus hennecke points out i had a trailing slash on a line thatDavid Gwynne
2014-01-30add an MI api for atomic ops in the kernel. this api has its origins inDavid Gwynne
2014-01-22wakeup_n and wakeup_one blurbsTed Unangst
2014-01-21Document extent_alloc_subregion_with_descr(9).Mark Kettenis
2013-12-29Add MLINK for db_vprintf(9)Philip Guenther
2013-12-23mlink TASK_INITIALIZERDavid Gwynne
2013-12-09jmc has high expectations.David Gwynne
2013-12-09basic documentation for MUTEX_INITIALIZER.David Gwynne
2013-11-28update fb_setup(9) to follow changes that occurs in struct fusebuf fewSylvestre Gallon
2013-10-31oops, wrong MLINKTheo de Raadt
2013-10-30task_systq got removed;Jason McIntyre
2013-10-29task_add tweaks; ok dlgJason McIntyre
2013-10-29wire task_add.9 inDavid Gwynne
2013-09-20Unify and document usbd_transfer(9).Martin Pieuchot
2013-08-08rename fuse docs after existent functions;Jason McIntyre
2013-07-11document fls/flslJonathan Gray
2013-06-05m_defrag(9) wasnt documented.David Gwynne
2013-06-03userland fuse support, but not attaching libfuse yet. ok beck deraadtTed Unangst
2013-05-31lookup() and relookup() have 'vfs_' prefixPhilip Guenther
2013-05-17Link m_dup_pkthdr(9) to mbuf(9)Martin Pieuchot