summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Expand)Author
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
2014-12-11according to kaspars bankovskis, allocbuf was removed in -r1.88Jason McIntyre
2014-12-10retire shutdown hooks; ok deraadt, krwMike Belopuhov
2014-12-09no more string(3);Jason McIntyre
2014-12-08tweak recommendation to use arc4random_bufTed Unangst
2014-12-05keep punctuation separate on macro linesIngo Schwarze
2014-11-24Rename rt_ifa_addloop() into rt_ifa_addlocal() and make it return anMartin Pieuchot
2014-11-19document when to pass free() a size, and hey -- if it is impossible trackTheo de Raadt
2014-11-18include systm.h for arc4random nowTed Unangst
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-11-15Reduce instances of `` '' in manuals.Anthony J. Bentley
2014-11-05some minor tweaks;Jason McIntyre
2014-11-05i forgot the :wq bit after applying jmcs tweaks.David Gwynne
2014-11-04document the SipHash24 api. some more could be done for history andDavid Gwynne
2014-11-02tweak wording and update panic messagesTed Unangst
2014-11-01tweak previous;Jason McIntyre
2014-11-01Document rtalloc(9).Martin Pieuchot
2014-10-22make [bl]emtoh{16,32,64} take volatile const foo *, not volatile foo *David Gwynne
2014-10-15Use the terms "routing entry" or simply "entry" when talking about theMartin Pieuchot
2014-10-14RTFREE() is no more.Martin Pieuchot
2014-10-08rtalloc(9) and rtalloc_noclone(9) are dead, long live rtalloc1(9)!Martin Pieuchot
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-09-05functions are .Fn, not .FaDavid Gwynne