Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-08 | rename fuse docs after existent functions; | Jason McIntyre | |
2013-07-11 | document fls/flsl | Jonathan Gray | |
2013-06-05 | m_defrag(9) wasnt documented. | David Gwynne | |
2013-06-03 | userland fuse support, but not attaching libfuse yet. ok beck deraadt | Ted Unangst | |
from Sylvestre Gallon ccna.syl gmail.com | |||
2013-05-31 | lookup() and relookup() have 'vfs_' prefix | Philip Guenther | |
Document NDINITAT(), STRIPSLASHES, and ni_dirfd Tweak some other markup to appear more consistent ok matthew@ schwarze@ jmc@ | |||
2013-05-17 | Link m_dup_pkthdr(9) to mbuf(9) | Martin Pieuchot | |
ok blambert@, jmc@ | |||
2013-04-24 | Add tstohz(9) as the timespec analog to tvtohz(9). | Matthew Dempsky | |
ok miod | |||
2013-01-29 | document bus_space_{read,write}_raw_N(). needs some polishing... | David Gwynne | |
2013-01-28 | there is no untimeout function in our kernel | David Gwynne | |
2012-12-10 | Document bus_space_mmap(9) from NetBSD with some tweaks by jmc@. | Martin Pieuchot | |
2012-09-27 | replace m_zero(9) with M_ZEROIZE; original diff from markus | Jason McIntyre | |
ok mikeb markus | |||
2012-09-17 | document vdrop; original diff from Michal Mazurek | Jason McIntyre | |
text rewrite/ok guenther | |||
2012-06-21 | link copy.9 to kcopy.9 | Matthew Dempsky | |
2012-04-26 | Add strnlen() to libkern. | Matthew Dempsky | |
ok deraadt | |||
2011-12-08 | Begin documenting the soup sandwich that is the kernel routing code. | Bret Lambert | |
Much handholding jmc@ ok jmc@ sthen@ claudio@ | |||
2011-07-29 | Remove references to a function that no longer exists, reminded by claudio@ | Bret Lambert | |
ok jmc@, claudio@ | |||
2011-05-22 | fix pathname | Theo de Raadt | |
2011-05-21 | Document pci_intr_map_msi(9). | Mark Kettenis | |
2011-04-05 | add a man page for dma_alloc(9) | Theo de Raadt | |
2011-04-04 | Documentation for km_alloc and km_free | Artur Grabowski | |
2011-03-08 | Add a kernel man page sosplice(9) for the socket splicing implementation. | Alexander Bluhm | |
ok jmc@ | |||
2011-01-09 | Upon consideration, random(9) should definately not be documented. It | Theo de Raadt | |
is not for use by other things (and is not used that way, typically very MD). Perhaps we should rename it to something else... | |||
2011-01-09 | kern(9) documents the kernel API srandom/random, which should only | Theo de Raadt | |
be used by the scheduler. we should rethink this; perhaps delete them. | |||
2011-01-09 | update random(4) and arc4random(9) manual pages | Theo de Raadt | |
2010-09-24 | Add timingsafe_bcmp(3) to libc, mention that it's already in the | Matthew Dempsky | |
kernel in kern(9), and remove it from OpenSSH. ok deraadt@, djm@ | |||
2010-08-07 | Document the mutex locking assert macros. | Owain Ainsworth | |
Requested by marco. ok marco@, schwarze@ (who insists that manpages are still unlocked). | |||
2010-08-01 | document the rw_assert_ functions | Bret Lambert | |
ok jmc@ | |||
2009-09-08 | MLINK mtx_enter_try | Theo de Raadt | |
2009-09-02 | workq_add_task.9 | David Gwynne | |
2009-07-20 | - add MLINK for crypto_get_driverid.9 | Jason McIntyre | |
- fix MLINK typo for disk_detach.9 from Alan R. S. Bueno | |||
2009-05-11 | remove the mtx_enter_try() bits until the code goes back in; | Jason McIntyre | |
ok weingart | |||
2009-04-25 | Enter mtx_enter_try. In part for completeness, things may start | Tobias Weingartner | |
using this soon(ish). Ok oga@, sorta yes kettenis@. | |||
2009-04-21 | Document timeout_add_msec(). | Michael Knudsen | |
oga pointed out that it was undocumented, which caused me to find out that I had this diff in my tree. `fine' deraadt | |||
2009-03-02 | Remove MEXTMALLOC and MCHTYPE from mbuf.9, as they have not existed | Bret Lambert | |
for some time. ok jmc@ | |||
2009-01-29 | Add some kernel socket documentation. Originally from FreeBSD with some | Claudio Jeker | |
tweaks by me to match the OpenBSD reality. Additional help from jmc@ ja ja ja dlg@ and OK blambert@ | |||
2009-01-15 | Remove the pool_cache documentation and MLINKs, tedu removed the code at h2k7. | Owain Ainsworth | |
pool_set_ctordtor() (which can emulate what pool_cache_* did) still needs documenting though. tedu@ and jmc@ seemed to agree. "Do it. I command you!" blambert@ | |||
2008-11-29 | document MCLGETI | Theo de Raadt | |
2008-11-04 | uvmspace_unshare() is never used; ok miod | Theo de Raadt | |
2008-10-27 | document pool_setipl. | David Gwynne | |
with help from jmc@, thank you. | |||
2008-09-02 | remove last bits of MALLOC/FREE | Charles Longeau | |
spotted by and initial patch from espie@, with inputs from jmc@ ok espie@ jmc@ | |||
2008-07-23 | Document the new timeout_add_* functions. | Artur Grabowski | |
2008-06-10 | oops | Theo de Raadt | |
2008-06-10 | rename man page to a function name that actually exists; requested by jmc | Theo de Raadt | |
2008-06-09 | man page for crypto/idgen.h functions: idgen32() and idgen32_init() | Damien Miller | |
ok deraadt@ | |||
2008-06-09 | man bits for arc4random_bytes => arc4random_buf rename; ok deraadt@ | Damien Miller | |
2008-03-02 | Add a arc4random_uniform() that returns a uniformly distributed number | Damien Miller | |
in the range 0 <= x < upper_bound Please use this new API instead of "arc4random() % upper_bound", as it avoids the "modulo bias" that favours small results when upper_bound is not a power of two. feedback deraadt@ mcbride@; ok deraadt@ | |||
2007-11-28 | <oga> art write me a manpage | Artur Grabowski | |
<art> What? Write it yourself. <oga> sudo art write me a manpage. <art> ok Document msleep(9). | |||
2007-11-14 | Add ieee80211_rate2plcp() and ieee80211_plcp2rate() functions, which | Marcus Glocker | |
convert the PLCP header signal field to a rate value and vice versa. This implementation has been discussed with Damien and doesn't change any existing net80211 structures. ok damien@ | |||
2007-11-03 | Revert last commit which added ieee80211_rate2plcp() and | Marcus Glocker | |
ieee80211_plcp2rate() because I've got a late feedback from Damien that he dislike the implementation method a lot. | |||
2007-11-01 | Add ieee80211_rate2plcp() and ieee80211_plcp2rate() functions. | Marcus Glocker | |
Help and OK reyk@ |