summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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
2016-01-05remove long deprecated "set debug "none|urgent|misc|loud" levels inSebastian Benoit
pf.conf. Change this before upgrade or pf.conf won't load. florian@ henning@ phessler@ jung@
2016-01-05+.Xr video 1 ,Jason McIntyre
from gerald hanuer
2016-01-05Fix whitespaceIngo Feinerer
2016-01-04adjust CAVEATS for 802.11n; ok stspJason McIntyre
2016-01-03The pkgpath given mentioned -qt4, but the description wrongly told -main.Vadim Zhukov
2016-01-03Add support for 100 series to pchtemp(4).Daniel Dickman
ok kettenis@
2016-01-02tweak previous;Jason McIntyre
2016-01-02Document recent videoio.h changes.Ingo Feinerer
ok jmc@
2016-01-01Mention that GH_* yield a default for DISTNAMEJasper Lievisse Adriaanse
2015-12-31Xr pchtemp(4). Prodded by jmc@Mark Kettenis
2015-12-31Manual page for pchtemp(4).Mark Kettenis
2015-12-30sysexits only caught on for mail programs. it is not actually recommendedTed Unangst
for general use, so tone down the language. ok deraadt
2015-12-28The last of the e-mail -> email.mmcc
2015-12-25initialiases -> initialisesAnthony J. Bentley
2015-12-24more e-mail -> emailmmcc
2015-12-24Mark up paths with Pa, and adjust tag width to avoid ugly wrapping.Anthony J. Bentley
ok jmc@ schwarze@
2015-12-24mdoc macro cleanup.Anthony J. Bentley
- mark up types with Vt - clean up some Tn - Ql instead of ` ' ok jmc@ schwarze@
2015-12-23We support PIE on static executables now.Anthony J. Bentley
ok pascal@
2015-12-21minor tweaks;Jason McIntyre
2015-12-21regen MAKEDEVStefan Fritsch
2015-12-21add virtio-console driverStefan Fritsch
This patch adds a new driver for use of virtio-console devices as ttys. It's still in an early state and not compiled by default, yet. Currently it is only wired into amd64. i386 is still missing. Discussed with uebayasi@, deraadt@
2015-12-20improve CTASSERT man pageStefan Fritsch
* add CTASSERT.9 link * add "void" to prototype
2015-12-19move to 5.9-betaTheo de Raadt