summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Expand)Author
2016-10-25minor tweaks;Jason McIntyre
2016-10-25provide an example based on the mbuf codeDavid Gwynne
2016-10-25bluhm@ suggested pointing out that cpumem_malloc_ncpus andDavid Gwynne
2016-10-25bluhm@ suggests that it is enough to say that the allocations willDavid Gwynne
2016-10-25start documenting allocating per cpu data at boot time, and addingDavid Gwynne
2016-10-21Add missing dot at beginning of macro line.Alexander Bluhm
2016-10-21more tweaks; ok dlgJason McIntyre
2016-10-21first stab at describing the per cpu counters apiDavid Gwynne
2016-10-21provos didnt write any of thisDavid Gwynne
2016-10-21tweak previous;Jason McIntyre
2016-10-21first cut at a man page for cpumemDavid Gwynne
2016-10-18Don't tell the programmer not to put variable declarations insideTodd C. Miller
2016-10-18Use "continue;" instead of a bare ";" in the for() loop exampleTodd C. Miller
2016-10-17"send/received" -> "sent/received"Lawrence Teo
2016-10-10Fix typo "bfp".Alexander Bluhm
2016-09-27missing colon; from Rob Pierce <rob at 2keys dot ca>Ingo Schwarze
2016-09-24jmc noticed a chunk failed to apply. actually document hashfree.Ted Unangst
2016-09-24introduce hashfree() function to free hash tables, with sizes.Ted Unangst
2016-09-22Introduce a new 'softclock' thread that will be used to execute timeoutMartin Pieuchot
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-15tweak previous;Jason McIntyre
2016-09-15Document the USB task APIAdam Wolk
2016-09-15some pool_setipl mop up; ok dlgJason McIntyre
2016-09-15add RBT_POISON and RBT_CHECK so you can poison the pointers in RBT_ENTRYsDavid Gwynne
2016-09-15RBT_NEXT, PREV, LEFT, RIGHT, and PARENT take an element, not a tree.David Gwynne
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-09-15remove m_copym2 as its use has been replaced by m_dup_pktDavid Gwynne
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()Alexandre Ratchov
2016-09-13avoid extensive mbuf allocation for IPsec by replacing m_inject(4)Markus Friedl
2016-09-13Introduce rwsleep(9), an equivalent to msleep(9) but for code protectedMartin Pieuchot
2016-09-12bpf_tap() is long dead! Long live bpf_mtap() & friends.Kenneth R Westerback
2016-09-05RBT_PREV goes to the element before the current one.David Gwynne
2016-09-05tweak previous;Jason McIntyre
2016-09-05first cut at documenting new red-black tree code.David Gwynne
2016-09-04Sync struct pkthdr with sys/mbuf.hLawrence Teo
2016-09-04Fix incorrect formatting and add the missing argument name for m_resethdr().Lawrence Teo
2016-09-02remove one more reference to the recently removed hash(9);Jason McIntyre
2016-09-02forgot to actually remove file, thanks jmcTed Unangst
2016-09-02rm xr to hash.9Ted Unangst
2016-09-02kettenis discovered a man page for a long deleted file. hash.h is gone.Ted Unangst
2016-09-01Remove references to removed ioctls and data structures.Alexandre Ratchov
2016-08-31remove trailing Xr to radio devices;Jason McIntyre
2016-08-30Use struct stat for storing attributes in fusebufs, because using structMartin Natano
2016-08-24Since the removal of rwhod and friends a couple of years ago, thereRenato Westphal
2016-08-16splraise() is an MI API now.David Gwynne
2016-07-27document the so_upcall option to socreatePeter Hessler
2016-07-27Missing word ("no").Jeremie Courreges-Anglas
2016-07-19Use a flag to indicate that a packet has been received on an IPv6Martin Pieuchot
2016-06-30Also mention the term 'USB device' in the title to make clear that theMarcus Glocker
2016-06-27the flag is USBD_EXCLUSIVE_USE, not USBD_EXCLUSIVE_ACCESSJonathan Matthew