Age | Commit message (Expand) | Author |
2016-09-05 | RBT_PREV goes to the element before the current one. | David Gwynne |
2016-09-05 | tweak previous; | Jason McIntyre |
2016-09-05 | first cut at documenting new red-black tree code. | David Gwynne |
2016-09-04 | Sync struct pkthdr with sys/mbuf.h | Lawrence Teo |
2016-09-04 | Fix incorrect formatting and add the missing argument name for m_resethdr(). | Lawrence Teo |
2016-09-02 | remove one more reference to the recently removed hash(9); | Jason McIntyre |
2016-09-02 | forgot to actually remove file, thanks jmc | Ted Unangst |
2016-09-02 | rm xr to hash.9 | Ted Unangst |
2016-09-02 | kettenis discovered a man page for a long deleted file. hash.h is gone. | Ted Unangst |
2016-09-01 | Remove references to removed ioctls and data structures. | Alexandre Ratchov |
2016-08-31 | remove trailing Xr to radio devices; | Jason McIntyre |
2016-08-30 | Use struct stat for storing attributes in fusebufs, because using struct | Martin Natano |
2016-08-24 | Since the removal of rwhod and friends a couple of years ago, there | Renato Westphal |
2016-08-16 | splraise() is an MI API now. | David Gwynne |
2016-07-27 | document the so_upcall option to socreate | Peter Hessler |
2016-07-27 | Missing word ("no"). | Jeremie Courreges-Anglas |
2016-07-19 | Use a flag to indicate that a packet has been received on an IPv6 | Martin Pieuchot |
2016-06-30 | Also mention the term 'USB device' in the title to make clear that the | Marcus Glocker |
2016-06-27 | the flag is USBD_EXCLUSIVE_USE, not USBD_EXCLUSIVE_ACCESS | Jonathan Matthew |
2016-06-19 | KTRPOINT() takes a KTR_* value, not a KTRFAC_* value. | Philip Guenther |
2016-06-19 | no more lock(9); | Jason McIntyre |
2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a | Martin Natano |
2016-06-18 | tweak previous; | Jason McIntyre |
2016-06-17 | Add man page for usbd_ref_incr(9), usbd_ref_decr(9), and usbd_ref_wait(9). | Marcus Glocker |
2016-06-15 | no more ktremul; from michal mazurek | Jason McIntyre |
2016-06-14 | Prevent a round to zero in the timeout_add_...() functions. Getting | Alexander Bluhm |
2016-06-13 | On localhost a user program may create a socket splicing loop. | Alexander Bluhm |
2016-06-07 | tweak previous; | Jason McIntyre |
2016-06-07 | document the new bits in the srp api | David Gwynne |
2016-05-23 | VOP_REALLOCBLKS() and related code is unused since the removal of | Martin Natano |
2016-05-18 | rename srp_finalize to srp_gc_finalize | David Gwynne |
2016-05-18 | rework the srp api so it takes an srp_ref struct that the caller provides. | David Gwynne |
2016-05-16 | uncomment the Xr for fuse_main(3); from ray | Jason McIntyre |
2016-05-10 | the bpf_mtap functions take const struct mbuf *s now | David Gwynne |
2016-04-25 | remove systrace | Ted Unangst |
2016-04-21 | Remove some incorrect and outdated references to pool debugging from pool.h | Mike Larkin |
2016-04-15 | remove ml_filter, mq_filter, niq_filter. | David Gwynne |
2016-04-08 | bare .Nm gets turned into m_copym2, which is wrong when describing mbufs. | David Gwynne |
2016-04-08 | tweak previous; | Jason McIntyre |
2016-04-08 | may as well put words around bpf_validate while here | David Gwynne |
2016-04-08 | document bpf_filter and bpf_mfilter | David Gwynne |
2016-04-08 | document m_purge. | David Gwynne |
2016-04-08 | m_freem returns an mbuf like m_free now | David Gwynne |
2016-04-08 | document m_dup_pkt() | David Gwynne |
2016-04-03 | Long overdue updates for timecounter changes. | Jonathan Gray |
2016-03-30 | some Xr adjustment to catch up with MLINKS removal; | Jason McIntyre |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-29 | all the bpf_mtap functions now return whether to drop the packet or not | David Gwynne |
2016-03-29 | tweak previous; | Jason McIntyre |
2016-03-29 | IPL_NET, not IPL_HIGH. | David Gwynne |