summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Expand)Author
2015-09-11introduce a wrapper around reference counts called refcnt.David Gwynne
2015-09-10delete bogus trailing comma from .Nm in NAME sectionIngo Schwarze
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-09-09no comma after last entry in NAME;Jason McIntyre
2015-09-09millert@ noticed an extra period.David Gwynne
2015-09-09implement a singly linked list built with SRPs.David Gwynne
2015-09-07Document the new ri_bs member.Mark Kettenis
2015-09-06Remove some lies and document that passing the PR_WAITOK flag to pmap_init(9)Mark Kettenis
2015-09-01space between macro args and punctuation;Jason McIntyre
2015-09-01Introduce rtisvalid(9) a function to check if a (cached) route entryMartin Pieuchot
2015-09-01mattieu baptiste reported a problem with bpf+srps where the per cpuDavid Gwynne
2015-08-24Rename M_RTABLE bucket into "rtable" to match the code and kill unusedMartin Pieuchot
2015-08-19Convert all calls to rtrequest1() and the following error checkAlexander Bluhm
2015-08-14provide ml_requeue and mq_requeue for prepending mbufs on lists/queuesDavid Gwynne
2015-08-14imply you cant sleep while holding a ref via srpDavid Gwynne
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