summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Expand)Author
2015-07-28kv_executable was removedMike Belopuhov
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-07-05Include missing 'const' references in man page and fix some parameter namesMike Larkin
2015-07-05Document the new 'fflag' argument to VOP_POLL().Todd C. Miller
2015-07-02mikeb@ suggested making it clear that srp_enter and srp_leave pairsDavid Gwynne
2015-07-02shuffle the list of files so tsleep.9 isnt in the middle of all theDavid Gwynne
2015-07-02introduce srp, which according to the manpage i wrote is short forDavid Gwynne
2015-06-25PACKET_TAG_BRIDGE is gone.Martin Pieuchot
2015-06-17Move mbuf_list and mbuf_queue documentation in their own manual.Martin Pieuchot
2015-06-16Sync with recent changes.Martin Pieuchot
2015-06-11Remove hzto(9) manual pages and references; OK dlgMike Belopuhov
2015-06-11Remove hzto(9) manual pages and references; OK dlgMike Belopuhov
2015-05-23PACKET_TAG_IPSEC_PENDING_TDB is gone, too.Markus Friedl
2015-05-07Pass a thread pointer instead of its file descriptor table to getvnode(9).Martin Pieuchot
2015-05-06Pass a thread pointer instead of its file descriptor table to getsock(9).Martin Pieuchot
2015-05-05Remove man page links for crypto(9) key operations; reminded by jmc@Mike Belopuhov
2015-05-05Remove references to APIs that don't exist anymore.Mike Belopuhov
2015-05-04tweak previous;Jason McIntyre
2015-05-04add missing .Vt macrosIngo Schwarze
2015-05-04Document usbd_open_pipe(9) and friends, from Sean Levy with some tweaks.Martin Pieuchot
2015-04-30FRELE returns an int not void. It is actually the return valueTodd C. Miller
2015-04-17IPSEC_IN_CRYPTO_DONE and OUT_CRYPTO_NEEDED are goneMike Belopuhov
2015-03-18describe the context the callback runs at in the CONTEXT section.David Gwynne
2015-02-21update siphash manpages to reflect change in return type spelling.Ted Unangst
2015-02-19remove errant reference to mq_enqueue in the mq_enlist description.David Gwynne
2015-02-16Replace \*(Lt \*(Le \*(Gt \*(Ge with literal < <= > >= respectively,Christian Weisgerber
2015-02-15Use "In" to mark up include files, instead of wrongly wrapping with Aq.Anthony J. Bentley
2015-02-10remove extra word in previous;Jason McIntyre
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-02-10Sync and sort the M_* mbuf flags to match the way they are listed inLawrence Teo
2015-02-10Zap m_act here too.Lawrence Teo
2015-02-09tweak previous;Jason McIntyre
2015-02-09task_add takes a flags argument now. this throws some words at it,David Gwynne
2015-02-07jmc reminded me that if we document new functions we should link them upDavid Gwynne
2015-02-07mq_enlist can drop mbufs now.David Gwynne
2015-02-07try and document ml_filter and mq_filter.David Gwynne
2015-02-01Sync struct pkthdr_pf and struct mbuf_ext with their actual definitionsLawrence Teo
2015-01-31Add missing period.Lawrence Teo
2015-01-31Document MSIZE, MCLSHIFT, MCLBYTES, MCLOFSET, and MAXMCLBYTES which haveLawrence Teo
2015-01-27remove workq code. its been replaced with tasks.David Gwynne
2015-01-27remove the second void * argument on tasks.David Gwynne
2015-01-24tweak previous;Jason McIntyre
2015-01-24Add bus_dmamem_alloc_range(9).Mark Kettenis
2015-01-24Document bus_dmamem_alloc_range(9).Mark Kettenis
2015-01-23Normal OpenBSD code fits in an 80 column term. From Jim Smith, ok dlg.Stuart Henderson
2015-01-15UVM_INH_* and UVM_ADV_* are gone; use MAP_INHERIT_* and MADV_*Philip Guenther
2015-01-11LOCKDEBUG is dead; perform the funeral ritesPhilip Guenther
2014-12-28The greatest happiness is to scatter inferiour APIs, to drive themKenneth R Westerback
2014-12-22add TIMEOUT_INITIALIZER for initting timeout declaractions.David Gwynne
2014-12-19Do not report an EDQUOT "Disk quota exceeded" error from the routingAlexander Bluhm