Age | Commit message (Expand) | Author |
2015-03-18 | describe the context the callback runs at in the CONTEXT section. | David Gwynne |
2015-02-21 | update siphash manpages to reflect change in return type spelling. | Ted Unangst |
2015-02-19 | remove errant reference to mq_enqueue in the mq_enlist description. | David Gwynne |
2015-02-16 | Replace \*(Lt \*(Le \*(Gt \*(Ge with literal < <= > >= respectively, | Christian Weisgerber |
2015-02-15 | Use "In" to mark up include files, instead of wrongly wrapping with Aq. | Anthony J. Bentley |
2015-02-10 | remove extra word in previous; | Jason McIntyre |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-10 | Sync and sort the M_* mbuf flags to match the way they are listed in | Lawrence Teo |
2015-02-10 | Zap m_act here too. | Lawrence Teo |
2015-02-09 | tweak previous; | Jason McIntyre |
2015-02-09 | task_add takes a flags argument now. this throws some words at it, | David Gwynne |
2015-02-07 | jmc reminded me that if we document new functions we should link them up | David Gwynne |
2015-02-07 | mq_enlist can drop mbufs now. | David Gwynne |
2015-02-07 | try and document ml_filter and mq_filter. | David Gwynne |
2015-02-01 | Sync struct pkthdr_pf and struct mbuf_ext with their actual definitions | Lawrence Teo |
2015-01-31 | Add missing period. | Lawrence Teo |
2015-01-31 | Document MSIZE, MCLSHIFT, MCLBYTES, MCLOFSET, and MAXMCLBYTES which have | Lawrence Teo |
2015-01-27 | remove workq code. its been replaced with tasks. | David Gwynne |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2015-01-24 | tweak previous; | Jason McIntyre |
2015-01-24 | Add bus_dmamem_alloc_range(9). | Mark Kettenis |
2015-01-24 | Document bus_dmamem_alloc_range(9). | Mark Kettenis |
2015-01-23 | Normal OpenBSD code fits in an 80 column term. From Jim Smith, ok dlg. | Stuart Henderson |
2015-01-15 | UVM_INH_* and UVM_ADV_* are gone; use MAP_INHERIT_* and MADV_* | Philip Guenther |
2015-01-11 | LOCKDEBUG is dead; perform the funeral rites | Philip Guenther |
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-19 | Do not report an EDQUOT "Disk quota exceeded" error from the routing | Alexander Bluhm |
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-12-09 | no more string(3); | Jason McIntyre |
2014-12-08 | tweak recommendation to use arc4random_buf | Ted Unangst |
2014-12-05 | keep punctuation separate on macro lines | Ingo Schwarze |
2014-11-24 | Rename rt_ifa_addloop() into rt_ifa_addlocal() and make it return an | Martin Pieuchot |
2014-11-19 | document when to pass free() a size, and hey -- if it is impossible track | Theo de Raadt |
2014-11-18 | include systm.h for arc4random now | Ted Unangst |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-11-05 | some minor tweaks; | Jason McIntyre |
2014-11-05 | i forgot the :wq bit after applying jmcs tweaks. | David Gwynne |
2014-11-04 | document the SipHash24 api. some more could be done for history and | David Gwynne |
2014-11-02 | tweak wording and update panic messages | Ted Unangst |
2014-11-01 | tweak previous; | Jason McIntyre |
2014-11-01 | Document rtalloc(9). | Martin Pieuchot |
2014-10-22 | make [bl]emtoh{16,32,64} take volatile const foo *, not volatile foo * | David Gwynne |
2014-10-15 | Use the terms "routing entry" or simply "entry" when talking about the | Martin Pieuchot |
2014-10-14 | RTFREE() is no more. | Martin Pieuchot |
2014-10-08 | rtalloc(9) and rtalloc_noclone(9) are dead, long live rtalloc1(9)! | Martin Pieuchot |
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze |
2014-09-05 | functions are .Fn, not .Fa | David Gwynne |