Age | Commit message (Expand) | Author |
2016-09-15 | hyper-v guest nexus device man page | Mike Belopuhov |
2016-09-15 | some pool_setipl mop up; ok dlg | Jason McIntyre |
2016-09-15 | add RBT_POISON and RBT_CHECK so you can poison the pointers in RBT_ENTRYs | David Gwynne |
2016-09-15 | RBT_NEXT, PREV, LEFT, RIGHT, and PARENT take an element, not a tree. | David Gwynne |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-15 | remove m_copym2 as its use has been replaced by m_dup_pkt | David Gwynne |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2016-09-13 | avoid extensive mbuf allocation for IPsec by replacing m_inject(4) | Markus Friedl |
2016-09-13 | Do not mention the libiconv module; it has been removed. | Christian Weisgerber |
2016-09-13 | make it clearer that log options require (); | Jason McIntyre |
2016-09-13 | Introduce rwsleep(9), an equivalent to msleep(9) but for code protected | Martin Pieuchot |
2016-09-12 | bpf_tap() is long dead! Long live bpf_mtap() & friends. | Kenneth R Westerback |
2016-09-12 | tweak previous; | Jason McIntyre |
2016-09-12 | Wacom USB tablet driver from Frank Groeneveld. | Martin Pieuchot |
2016-09-08 | Remove reference to /dev/sound*. With tweaks from jmc@, thanks. | Alexandre Ratchov |
2016-09-08 | While /dev/audio is in use, /dev/audioctl has read-only access to | Alexandre Ratchov |
2016-09-07 | minor tweak; | Jason McIntyre |
2016-09-07 | Introduce an _rc_check_name() function to check the input script name so that | Antoine Jacoutot |
2016-09-07 | Tweak wording on previous | Philip Guenther |
2016-09-07 | Clarify what it means when PT_OPENBSD_RANDOMIZE and PT_GNU_RELRO segments | Philip Guenther |
2016-09-07 | install switch.4 | YASUOKA Masahiko |
2016-09-07 | Describe the PT_GNU_{EH_FRAME,RELRO} and PT_OPENBSD_{RANDOMIZE,WXNEEDED} | Philip Guenther |
2016-09-07 | Add missing word | Philip Guenther |
2016-09-06 | Update documentation to reflect change in default ruby version | Jeremy Evans |
2016-09-06 | document /etc/acme/ | Jason McIntyre |
2016-09-06 | byebye SIGNING_PARAMETERS | Marc Espie |
2016-09-06 | remove the Xr macro to syspatch (since it doesn;t get installed yet) | Jason McIntyre |
2016-09-05 | RBT_PREV goes to the element before the current one. | David Gwynne |
2016-09-05 | for consistency, hyphenate "single-user"; | Jason McIntyre |
2016-09-05 | consistency fix; from rob pierce | Jason McIntyre |
2016-09-05 | tweak previous; | Jason McIntyre |
2016-09-05 | first cut at documenting new red-black tree code. | David Gwynne |
2016-09-04 | tweaks; | Jason McIntyre |
2016-09-04 | tweak previous; | Jason McIntyre |
2016-09-04 | SIOCBRDGSIFFLGS is not supported by switch(4). | YASUOKA Masahiko |
2016-09-04 | Add switch(4) man page and update the bridge(4) man page about the | YASUOKA Masahiko |
2016-09-04 | regen | Christian Weisgerber |
2016-09-04 | Block devices are no longer supported, so stop talking about them and | Christian Weisgerber |
2016-09-04 | Add /var/syspatch/ to hier(7). | Antoine Jacoutot |
2016-09-04 | naddy discovered that bha no longer builds because it includes the now | Ted Unangst |
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-03 | the src tree is growing too large. delete the aha and ahb drivers in | Ted Unangst |
2016-09-03 | no more cnw; | Jason McIntyre |
2016-09-03 | remove cnw driver. it was never enabled anywhere except on amd64 (and only | Ted Unangst |
2016-09-03 | cdcef(4) kept dodging my knife; one more try | Philip Guenther |
2016-09-03 | counting things always catches us out... | Jason McIntyre |
2016-09-03 | cdcef(4) was retired with Zaurus. Noted by jmc@ | Philip Guenther |
2016-09-03 | no more pages for pxaip, zkbd, zrc, or zts; | Jason McIntyre |
2016-09-03 | Add support for a multipoint-to-multipoint mode in vxlan(4). In this | Reyk Floeter |