summaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
AgeCommit message (Expand)Author
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
2013-04-24Add tstohz(9) as the timespec analog to tvtohz(9).Matthew Dempsky
2013-01-29document bus_space_{read,write}_raw_N(). needs some polishing...David Gwynne
2013-01-28there is no untimeout function in our kernelDavid Gwynne
2012-12-10Document bus_space_mmap(9) from NetBSD with some tweaks by jmc@.Martin Pieuchot
2012-09-27replace m_zero(9) with M_ZEROIZE; original diff from markusJason McIntyre
2012-09-17document vdrop; original diff from Michal MazurekJason McIntyre
2012-06-21link copy.9 to kcopy.9Matthew Dempsky
2012-04-26Add strnlen() to libkern.Matthew Dempsky
2011-12-08Begin documenting the soup sandwich that is the kernel routing code.Bret Lambert
2011-07-29Remove references to a function that no longer exists, reminded by claudio@Bret Lambert
2011-05-22fix pathnameTheo de Raadt
2011-05-21Document pci_intr_map_msi(9).Mark Kettenis
2011-04-05add a man page for dma_alloc(9)Theo de Raadt
2011-04-04Documentation for km_alloc and km_freeArtur Grabowski
2011-03-08Add a kernel man page sosplice(9) for the socket splicing implementation.Alexander Bluhm
2011-01-09Upon consideration, random(9) should definately not be documented. ItTheo de Raadt
2011-01-09kern(9) documents the kernel API srandom/random, which should onlyTheo de Raadt
2011-01-09update random(4) and arc4random(9) manual pagesTheo de Raadt
2010-09-24Add timingsafe_bcmp(3) to libc, mention that it's already in theMatthew Dempsky
2010-08-07Document the mutex locking assert macros.Owain Ainsworth
2010-08-01document the rw_assert_ functionsBret Lambert
2009-09-08MLINK mtx_enter_tryTheo de Raadt
2009-09-02workq_add_task.9David Gwynne
2009-07-20- add MLINK for crypto_get_driverid.9Jason McIntyre
2009-05-11remove the mtx_enter_try() bits until the code goes back in;Jason McIntyre
2009-04-25Enter mtx_enter_try. In part for completeness, things may startTobias Weingartner