Age | Commit message (Expand) | Author |
2015-07-28 | kv_executable was removed | Mike Belopuhov |
2015-07-08 | MFREE(9) is dead, long live m_freem(9)! | Martin Pieuchot |
2015-07-05 | Include missing 'const' references in man page and fix some parameter names | Mike Larkin |
2015-07-05 | Document the new 'fflag' argument to VOP_POLL(). | Todd C. Miller |
2015-07-02 | mikeb@ suggested making it clear that srp_enter and srp_leave pairs | David Gwynne |
2015-07-02 | shuffle the list of files so tsleep.9 isnt in the middle of all the | David Gwynne |
2015-07-02 | introduce srp, which according to the manpage i wrote is short for | David Gwynne |
2015-06-25 | PACKET_TAG_BRIDGE is gone. | Martin Pieuchot |
2015-06-17 | Move mbuf_list and mbuf_queue documentation in their own manual. | Martin Pieuchot |
2015-06-16 | Sync with recent changes. | Martin Pieuchot |
2015-06-11 | Remove hzto(9) manual pages and references; OK dlg | Mike Belopuhov |
2015-06-11 | Remove hzto(9) manual pages and references; OK dlg | Mike Belopuhov |
2015-05-23 | PACKET_TAG_IPSEC_PENDING_TDB is gone, too. | Markus Friedl |
2015-05-07 | Pass a thread pointer instead of its file descriptor table to getvnode(9). | Martin Pieuchot |
2015-05-06 | Pass a thread pointer instead of its file descriptor table to getsock(9). | Martin Pieuchot |
2015-05-05 | Remove man page links for crypto(9) key operations; reminded by jmc@ | Mike Belopuhov |
2015-05-05 | Remove references to APIs that don't exist anymore. | Mike Belopuhov |
2015-05-04 | tweak previous; | Jason McIntyre |
2015-05-04 | add missing .Vt macros | Ingo Schwarze |
2015-05-04 | Document usbd_open_pipe(9) and friends, from Sean Levy with some tweaks. | Martin Pieuchot |
2015-04-30 | FRELE returns an int not void. It is actually the return value | Todd C. Miller |
2015-04-17 | IPSEC_IN_CRYPTO_DONE and OUT_CRYPTO_NEEDED are gone | Mike Belopuhov |
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 |