summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2016-03-02remove the remaining mentions of sys/compat/*; ok deraadt@ millert@ jmc@Christian Weisgerber
2016-03-02Stop mentioning /emul/ in hier(7), naddy@ agrees.Stuart Henderson
2016-03-01Support for running Linux binaries under emulation is going away.Christian Weisgerber
Remove "option COMPAT_LINUX" and everything directly tied to it from the kernel and the corresponding man page documentation. ok visa@ guenther@
2016-02-28Tweak info about using subdirectories.Robert Peichaer
feedback from and OK jmc@
2016-02-28Remove USB_SET_IMMED ioctl and corresponding code and manpage bits.Stefan Kempf
Nothing uses it. suggested by and ok mpi@
2016-02-28remove mention of Linux and FreeBSD binary emulation; pointed out by jmc@Christian Weisgerber
2016-02-28Support for running Linux binaries under emulation is going away.Christian Weisgerber
Remove "option COMPAT_LINUX" and everything directly tied to it from the kernel and the corresponding man page documentation. ok visa@ guenther@
2016-02-27Add documentation for the APM_IOC_HIBERNATE ioctl.natano
tweaks and ok jmc@
2016-02-25Xr biosboot and describe more precisely how this versatile programtb
will eventually load the first-stage bootstrap. From Michal Mazurek. tweaks and ok jmc@
2016-02-19Fix grammar by splitting a longish sentence.tb
ok jmc@
2016-02-19spacing fixes, from ray;Jason McIntyre
2016-02-19add I219 to the list of supported chipsKirill Bychkov
OK bluhm@
2016-02-12i think this is a grammar fixDavid Gwynne
2016-02-12srp_update_get_locked doesnt exist, i meant srp_get_lockedDavid Gwynne
2016-02-12tweak the description and make it obvious updates can sleep.David Gwynne
based on discussion with haesbart and jmatthew
2016-02-08sslv3 has been removed;Jason McIntyre
prompted by a mail from jiri navratil help/ok sthen
2016-02-06Add support for the 9 series PCH.Mark Kettenis
From Dmitri Alenichev.
2016-02-05RegenMasao Uebayashi
2016-02-03hookup dwctwo.4Jasper Lievisse Adriaanse
2016-02-02tweaks;Jason McIntyre
2016-02-02Octeon has at most one instance of dwctwo(4), at iobus? irq 56.Visa Hankala
2016-02-02Mention dwctwo(4).Visa Hankala
Suggested by jmc@
2016-02-02Manual page for dwctwo(4)Visa Hankala
2016-02-01sxidog attaches at sunxi not omapJonathan Gray
2016-02-01rapha mistakenly got the authorship of sunxi drivers wrong when addingJonathan Gray
man pages. Problem pointed out by Artturi Alm, who initially wrote them. Drop the AUTHORS sections instead of correcting them, as preferred by Artturi.
2016-01-31Use standard name for ASCII LF and FF control codes.Christian Weisgerber
As seen on FreeBSD; ok bentley@ millert@
2016-01-30Hook OPENBSD-RELAYD-MIB into OPENBSD-SNMPD-CONF (which is just a fileStuart Henderson
that pulls in all of our other installed MIBs; the net-snmp port uses it as an easy way to make the OpenBSD mibs available under their names by default for snmptrapd/snmpwalk/etc). OK jsg@
2016-01-29install the relayd mibJonathan Gray
ok blambert@
2016-01-28Document the new daemon status check.Ingo Schwarze
2016-01-28avoid Xr to self;Jason McIntyre
2016-01-28Document the pvbus(4) IOCTL INTERFACE.Reyk Floeter
2016-01-27syncReyk Floeter
2016-01-20Add Approx APPUSB300NANO V1. V2 uses a different chipset.Juan Francisco Cantero Hurtado
2016-01-20add an imt manpageJoshua Stein
2016-01-17provide missing section number to Dt macro;Jason McIntyre
2016-01-17mention dwiic and ihidevJonathan Gray
2016-01-17add pages for dwiic, ihidev, ims and ikbdJonathan Gray
2016-01-15add missing article;Jason McIntyre
2016-01-15Moxa CP-168U support; from Olaf SchreckTheo de Raadt
2016-01-15add missing HISTORY section to iwm and iwn man pages; ok jmctj
2016-01-15All emulated networking interfaces are taken over by xnf(4) nowMike Belopuhov
This follows the best practice and was brought to our attention by Wei Liu <wei ! liu2 at citrix ! com>, thanks! Implementation idea from reyk@.
2016-01-15document "show socket".David Gwynne
jmc@ was super keen for this.
2016-01-13Drop implementation notes sectionMike Belopuhov
2016-01-13fix remaining sudo reference (s,sudo,doas,)Gleydson Soares
OK deraadt@ millert@ tb@ sthen@
2016-01-12zap trailing whitespaceTheo de Raadt
2016-01-12accurately describe that the (3) malloc option settings are onlyTheo de Raadt
inspected on the first call to a malloc(3) family function. ok tedu
2016-01-12Remove wireless turbo mode support. It is a non-standard extensionStefan Sperling
which only worked with ath(4) devices from a decade ago. Diff tested on ath(4) hardware by me to verify that 11a/b modes still work. ok reyk deraadt chris sthen kettenis
2016-01-11Mention sdhc* at acpi?.Mark Kettenis
2016-01-08Zap extraneous SYNOPSIS sections.Vadim Zhukov
The gettytab(5) and termcap(5) get FILES, others don't need anything. With input from & okay schwarze@
2016-01-08various tweaks;Jason McIntyre