summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Expand)Author
2016-09-15hyper-v guest nexus device man pageMike Belopuhov
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-13Do not mention the libiconv module; it has been removed.Christian Weisgerber
2016-09-13make it clearer that log options require ();Jason McIntyre
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-12tweak previous;Jason McIntyre
2016-09-12Wacom USB tablet driver from Frank Groeneveld.Martin Pieuchot
2016-09-08Remove reference to /dev/sound*. With tweaks from jmc@, thanks.Alexandre Ratchov
2016-09-08While /dev/audio is in use, /dev/audioctl has read-only access toAlexandre Ratchov
2016-09-07minor tweak;Jason McIntyre
2016-09-07Introduce an _rc_check_name() function to check the input script name so thatAntoine Jacoutot
2016-09-07Tweak wording on previousPhilip Guenther
2016-09-07Clarify what it means when PT_OPENBSD_RANDOMIZE and PT_GNU_RELRO segmentsPhilip Guenther
2016-09-07install switch.4YASUOKA Masahiko
2016-09-07Describe the PT_GNU_{EH_FRAME,RELRO} and PT_OPENBSD_{RANDOMIZE,WXNEEDED}Philip Guenther
2016-09-07Add missing wordPhilip Guenther
2016-09-06Update documentation to reflect change in default ruby versionJeremy Evans
2016-09-06document /etc/acme/Jason McIntyre
2016-09-06byebye SIGNING_PARAMETERSMarc Espie
2016-09-06remove the Xr macro to syspatch (since it doesn;t get installed yet)Jason McIntyre
2016-09-05RBT_PREV goes to the element before the current one.David Gwynne
2016-09-05for consistency, hyphenate "single-user";Jason McIntyre
2016-09-05consistency fix; from rob pierceJason McIntyre
2016-09-05tweak previous;Jason McIntyre
2016-09-05first cut at documenting new red-black tree code.David Gwynne
2016-09-04tweaks;Jason McIntyre
2016-09-04tweak previous;Jason McIntyre
2016-09-04SIOCBRDGSIFFLGS is not supported by switch(4).YASUOKA Masahiko
2016-09-04Add switch(4) man page and update the bridge(4) man page about theYASUOKA Masahiko
2016-09-04regenChristian Weisgerber
2016-09-04Block devices are no longer supported, so stop talking about them andChristian Weisgerber
2016-09-04Add /var/syspatch/ to hier(7).Antoine Jacoutot
2016-09-04naddy discovered that bha no longer builds because it includes the nowTed Unangst
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-03the src tree is growing too large. delete the aha and ahb drivers inTed Unangst
2016-09-03no more cnw;Jason McIntyre
2016-09-03remove cnw driver. it was never enabled anywhere except on amd64 (and onlyTed Unangst
2016-09-03cdcef(4) kept dodging my knife; one more tryPhilip Guenther
2016-09-03counting things always catches us out...Jason McIntyre
2016-09-03cdcef(4) was retired with Zaurus. Noted by jmc@Philip Guenther
2016-09-03no more pages for pxaip, zkbd, zrc, or zts;Jason McIntyre
2016-09-03Add support for a multipoint-to-multipoint mode in vxlan(4). In thisReyk Floeter