Age | Commit message (Expand) | Author |
2014-12-28 | The greatest happiness is to scatter inferiour APIs, to drive them | Kenneth R Westerback |
2014-12-22 | add TIMEOUT_INITIALIZER for initting timeout declaractions. | David Gwynne |
2014-12-11 | according to kaspars bankovskis, allocbuf was removed in -r1.88 | Jason McIntyre |
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov |
2014-11-24 | Rename rt_ifa_addloop() into rt_ifa_addlocal() and make it return an | Martin Pieuchot |
2014-11-04 | document the SipHash24 api. some more could be done for history and | David Gwynne |
2014-11-01 | Document rtalloc(9). | Martin Pieuchot |
2014-10-08 | rtalloc(9) and rtalloc_noclone(9) are dead, long live rtalloc1(9)! | Martin Pieuchot |
2014-08-18 | introduce mbuf list and queue apis. both manage fifo lists of mbufs | David Gwynne |
2014-07-24 | this is start on documenting bufqs. it covers the bits disk drivers need | David Gwynne |
2014-07-13 | KASSERTMSG(9): New kernel assertion with message | Masao Uebayashi |
2014-07-13 | What would you use config_init() for? | Martin Pieuchot |
2014-07-13 | Split config_attach/detach(9) from autoconf(9). Stop talking about | Martin Pieuchot |
2014-07-10 | Add mallocarray(9) | Matthew Dempsky |
2014-07-09 | sort out the MLINKS mess, and tweak previous a bit; | Jason McIntyre |
2014-07-09 | MLINKS for rw_{assert_{unlocked,wrlock,rdlock},status} | Philip Guenther |
2014-07-08 | introduce the if_rxr api. it is intended to pull the rx ring accounting | David Gwynne |
2014-06-30 | Remove some dead functions from uvm.9: | Matthew Dempsky |
2014-04-19 | bye bye | Henning Brauer |
2014-04-10 | Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manage | Martin Pieuchot |
2014-04-03 | lies lies lies lies lies | Ted Unangst |
2014-04-02 | Add a man page for rtrequest1(9) splitted from route(9) with some | Martin Pieuchot |
2014-03-21 | rt_timer* spring cleanup. | Martin Pieuchot |
2014-03-18 | Rename rt_gettable() into rtable_get(), swap its arguments to be | Martin Pieuchot |
2014-03-18 | Split route(9) into various manuals to make it easier to complete/improve | Martin Pieuchot |
2014-03-14 | provide an MI api for doing byteswapping loads and stores. some | David Gwynne |
2014-02-09 | MLINK extent_alloc_with_descr; | Jason McIntyre |
2014-02-04 | rename atomic.9 to atomic_setbits_int.9 since the former isn't a function | David Gwynne |
2014-02-03 | rename the atomic_foo manpages to atomic_foo_int or _uint cos we name these | David Gwynne |
2014-02-03 | rename membar.9 to membar_sync.9 because manpages have to be named after | David Gwynne |
2014-01-30 | markus hennecke points out i had a trailing slash on a line that | David Gwynne |
2014-01-30 | add an MI api for atomic ops in the kernel. this api has its origins in | David Gwynne |
2014-01-22 | wakeup_n and wakeup_one blurbs | Ted Unangst |
2014-01-21 | Document extent_alloc_subregion_with_descr(9). | Mark Kettenis |
2013-12-29 | Add MLINK for db_vprintf(9) | Philip Guenther |
2013-12-23 | mlink TASK_INITIALIZER | David Gwynne |
2013-12-09 | jmc has high expectations. | David Gwynne |
2013-12-09 | basic documentation for MUTEX_INITIALIZER. | David Gwynne |
2013-11-28 | update fb_setup(9) to follow changes that occurs in struct fusebuf few | Sylvestre Gallon |
2013-10-31 | oops, wrong MLINK | Theo de Raadt |
2013-10-30 | task_systq got removed; | Jason McIntyre |
2013-10-29 | task_add tweaks; ok dlg | Jason McIntyre |
2013-10-29 | wire task_add.9 in | David Gwynne |
2013-09-20 | Unify and document usbd_transfer(9). | Martin Pieuchot |
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 |
2013-05-31 | lookup() and relookup() have 'vfs_' prefix | Philip Guenther |
2013-05-17 | Link m_dup_pkthdr(9) to mbuf(9) | Martin Pieuchot |