Age | Commit message (Expand) | Author |
2016-03-02 | remove the remaining mentions of sys/compat/*; ok deraadt@ millert@ jmc@ | Christian Weisgerber |
2016-02-12 | i think this is a grammar fix | David Gwynne |
2016-02-12 | srp_update_get_locked doesnt exist, i meant srp_get_locked | David Gwynne |
2016-02-12 | tweak the description and make it obvious updates can sleep. | David Gwynne |
2015-12-25 | initialiases -> initialises | Anthony J. Bentley |
2015-12-20 | improve CTASSERT man page | Stefan Fritsch |
2015-12-12 | tweak; ok mpi | Jason McIntyre |
2015-12-12 | Kill domountroothooks(9) and mountroothook_establish(9) references, | Martin Pieuchot |
2015-12-11 | Correct SYNOPSIS. | Martin Pieuchot |
2015-12-11 | Replace mountroothook_establish(9) by config_mountroot(9) a narrower API | Martin Pieuchot |
2015-12-10 | Remove plain DES from the kernel crypto framework, including the crypto | Christian Weisgerber |
2015-12-10 | tweak; | Jason McIntyre |
2015-12-10 | ifq_restart can be called from autoconf, process context, and interrupts. | David Gwynne |
2015-12-10 | document ifq_barrier() | David Gwynne |
2015-12-09 | missing apostrophe; | Jason McIntyre |
2015-12-09 | document ifq_restart. or try to. | David Gwynne |
2015-12-08 | tweak previous; | Jason McIntyre |
2015-12-08 | Manual for if_get(9) and if_put(9). | Martin Pieuchot |
2015-12-03 | Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow to | Martin Pieuchot |
2015-12-02 | tweak previous; | Jason McIntyre |
2015-12-02 | RT_REPORT is no more. | Claudio Jeker |
2015-12-02 | Tweak previous: Move struct vattr out of the function table, it's used | Ingo Schwarze |
2015-12-02 | add VOP_{GET,SET}ATTR to NAME too; | Jason McIntyre |
2015-12-02 | merge important bits of GETATTR into VOP_LOOKUP. | Ted Unangst |
2015-11-26 | mlink for SRPL_FOREACH_SAFE_LOCKED and tweak its description; | Jason McIntyre |
2015-11-26 | Add SRPL_FOREACH_SAFE_LOCKED(9), needed to turn the single list of | Martin Pieuchot |
2015-11-25 | add uvm_uarea_{alloc,free} to NAME and MLINKS; | Jason McIntyre |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | update NAME; somehow missed this file when i did man9; | Jason McIntyre |
2015-11-24 | no mlink for ctlname; ok schwarze | Jason McIntyre |
2015-11-24 | missing NAME entry; | Jason McIntyre |
2015-11-24 | update NAME; | Jason McIntyre |
2015-11-24 | two missing NAME entries; | Jason McIntyre |
2015-11-23 | add missing NAME entries; | Jason McIntyre |
2015-11-23 | tweaks; | Jason McIntyre |
2015-11-23 | Move ifq_deq_{begin,commit,rollback} appart to keep man pages short, | Martin Pieuchot |
2015-11-21 | previous chopped off too much; | Jason McIntyre |
2015-11-21 | Retire ml_requeue(9) and mq_requeue(9). | Martin Pieuchot |
2015-11-21 | provide MBUF_LIST_FIRST and MBUF_LIST_NEXT for iterating over an mbuf_list. | David Gwynne |
2015-11-20 | cleanup powerhooks links too | Theo de Raadt |
2015-11-20 | After being separated for more than 5 years, allow these poor manuals | Martin Pieuchot |
2015-11-20 | i made a mistake. rename ifq_enq and ifq_deq to ifq_enqueue and ifq_dequeue | David Gwynne |
2015-11-20 | do not uppercase Nd; | Jason McIntyre |
2015-11-20 | shuffle struct ifqueue so in flight mbufs are protected by a mutex. | David Gwynne |
2015-11-15 | remove mlink for non-existent ieee80211_compute_duration; | Jason McIntyre |
2015-11-15 | remove entries for SRPL_HEAD_INIT (listed twice!) and SRPL_ENTRY_INIT, | Jason McIntyre |
2015-11-15 | word fix; | Jason McIntyre |
2015-11-13 | remove unused ARC4 support; ok mikeb@ | Christian Weisgerber |
2015-11-13 | Update the list of supported cryptographic algorithms; reminded by naddy@ | Mike Belopuhov |
2015-11-13 | Use ph_ prefix for tag-related fields. | Martin Pieuchot |