summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Expand)Author
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
2016-06-19KTRPOINT() takes a KTR_* value, not a KTRFAC_* value.Philip Guenther
2016-06-19no more lock(9);Jason McIntyre
2016-06-19Remove the lockmgr() API. It is only used by filesystems, where it is aMartin Natano
2016-06-18tweak previous;Jason McIntyre
2016-06-17Add man page for usbd_ref_incr(9), usbd_ref_decr(9), and usbd_ref_wait(9).Marcus Glocker
2016-06-15no more ktremul; from michal mazurekJason McIntyre
2016-06-14Prevent a round to zero in the timeout_add_...() functions. GettingAlexander Bluhm
2016-06-13On localhost a user program may create a socket splicing loop.Alexander Bluhm
2016-06-07tweak previous;Jason McIntyre
2016-06-07document the new bits in the srp apiDavid Gwynne
2016-05-23VOP_REALLOCBLKS() and related code is unused since the removal ofMartin Natano
2016-05-18rename srp_finalize to srp_gc_finalizeDavid Gwynne
2016-05-18rework the srp api so it takes an srp_ref struct that the caller provides.David Gwynne
2016-05-16uncomment the Xr for fuse_main(3); from rayJason McIntyre
2016-05-10the bpf_mtap functions take const struct mbuf *s nowDavid Gwynne
2016-04-25remove systraceTed Unangst
2016-04-21Remove some incorrect and outdated references to pool debugging from pool.hMike Larkin
2016-04-15remove ml_filter, mq_filter, niq_filter.David Gwynne
2016-04-08bare .Nm gets turned into m_copym2, which is wrong when describing mbufs.David Gwynne
2016-04-08tweak previous;Jason McIntyre
2016-04-08may as well put words around bpf_validate while hereDavid Gwynne
2016-04-08document bpf_filter and bpf_mfilterDavid Gwynne
2016-04-08document m_purge.David Gwynne
2016-04-08m_freem returns an mbuf like m_free nowDavid Gwynne
2016-04-08document m_dup_pkt()David Gwynne
2016-04-03Long overdue updates for timecounter changes.Jonathan Gray
2016-03-30some Xr adjustment to catch up with MLINKS removal;Jason McIntyre
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-29all the bpf_mtap functions now return whether to drop the packet or notDavid Gwynne
2016-03-29tweak previous;Jason McIntyre
2016-03-29IPL_NET, not IPL_HIGH.David Gwynne