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