summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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
2016-01-08uonerng(4) a driver for the Moonbase Otago OneRNG, from Devin Reade.Martin Pieuchot
ok deraadt@
2016-01-07Document ruby23 FLAVOR now supported by ruby.port.mkJeremy Evans
2016-01-07mention that HOMEPAGE will be set for ports that have MODPY_PIJasper Lievisse Adriaanse
2016-01-07slightly shorter Nd; ok mikebJason McIntyre
2016-01-07s/CAVEATS/IMPLEMENTATION NOTES/ to pacify mandoc lint; suggested by reyk@Mike Belopuhov
2016-01-07Hook up the xnf.4 man pageMike Belopuhov
2016-01-07Xen Netfront man pageMike Belopuhov
2016-01-07no more vi/catalog;Jason McIntyre
2016-01-06malloc option 'a' to go awayTed Unangst