summaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
AgeCommit message (Expand)Author
2020-08-01Add support for remote coverage to kcov. Remote coverage is collectedanton
2020-07-06make a very quick and dirty pass on a manpage for the kstat api.David Gwynne
2020-06-26In earlier commit, time_second.9 was removed from this directory.Stuart Henderson
2020-06-18Add entry for wsfont_init.9 in man9 Makefile.Frederic Cambus
2020-06-17manpage for the bits of intrmap we're using at the moment.David Gwynne
2020-06-16how do you use the stoeplitz stuff?David Gwynne
2020-06-05add a small manpage for ifiq functions that drivers care about.David Gwynne
2019-12-06Split uvm_vs{,un}lock(9) out of uvm_init(9).Martin Pieuchot
2019-12-05Split uvm(9) into smaller manuals.Martin Pieuchot
2019-11-08document the new interface hooks stuffDavid Gwynne
2019-07-12Document & cross Xr rtable_walk(9).Martin Pieuchot
2019-06-21Make resource limit access MP-safe. So far, the copy-on-write sharingVisa Hankala
2019-06-03Switch from bintime_add() et al. to bintimeadd(9).cheloha
2019-02-26Add manual pages for SMR.Visa Hankala
2019-02-23document pci_mapreg_map and some related functions.David Gwynne
2018-11-12Document sigio routines.Visa Hankala
2018-04-23split the rest of kern.9 up into related groups of functions.David Gwynne
2018-04-19start splitting the kern manpage up starting with the KASSERT bits.David Gwynne
2017-12-14add code to provide simple wait condition handling.David Gwynne
2017-06-19talk about the per cpu caches in pools by documenting pool_cache_init()David Gwynne
2017-02-12Split up fork1():Philip Guenther
2017-01-24Rename pfind(9) into tfind(9) to reflect that it deals with threads.Martin Pieuchot
2016-11-20Move LOCKED macros to teir own manual.Martin Pieuchot
2016-10-21first stab at describing the per cpu counters apiDavid Gwynne
2016-10-21first cut at a man page for cpumemDavid Gwynne
2016-09-15Document the USB task APIAdam Wolk
2016-09-05first cut at documenting new red-black tree code.David Gwynne
2016-09-02kettenis discovered a man page for a long deleted file. hash.h is gone.Ted Unangst
2016-06-19Remove the lockmgr() API. It is only used by filesystems, where it is aMartin Natano
2016-06-17Add man page for usbd_ref_incr(9), usbd_ref_decr(9), and usbd_ref_wait(9).Marcus Glocker
2016-04-25remove systraceTed Unangst
2016-04-03Long overdue updates for timecounter changes.Jonathan Gray
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-29some basic doco for the bpf_mtap family of functions.David Gwynne
2016-03-15Remove now unused legacy uiomovei() function.Stefan Kempf
2015-12-20improve CTASSERT man pageStefan Fritsch
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
2015-12-10document ifq_barrier()David Gwynne
2015-12-09document ifq_restart. or try to.David Gwynne
2015-12-08Manual for if_get(9) and if_put(9).Martin Pieuchot
2015-12-03Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow toMartin Pieuchot
2015-12-02merge important bits of GETATTR into VOP_LOOKUP.Ted Unangst
2015-11-26mlink for SRPL_FOREACH_SAFE_LOCKED and tweak its description;Jason McIntyre
2015-11-25add uvm_uarea_{alloc,free} to NAME and MLINKS;Jason McIntyre
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24no mlink for ctlname; ok schwarzeJason McIntyre
2015-11-23Move ifq_deq_{begin,commit,rollback} appart to keep man pages short,Martin Pieuchot
2015-11-21Retire ml_requeue(9) and mq_requeue(9).Martin Pieuchot
2015-11-21provide MBUF_LIST_FIRST and MBUF_LIST_NEXT for iterating over an mbuf_list.David Gwynne
2015-11-20cleanup powerhooks links tooTheo de Raadt