summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2014-11-09* "shorthand" rather than "short-hand" and "short hand"Ingo Schwarze
(to be consistent within this page; that's what most manuals use) * misc/portscout was renamed to misc/portroach * and two typos all from <kaspars at bankovskis dot net>
2014-11-09typo; <kaspars at bankovskis dot net>Ingo Schwarze
2014-11-08Replace mysql with mariadb.Brad Smith
From Kaspars Bankovskis <kaspars at bankovskis dot net>
2014-11-07Add libtls to intro(3).Joel Sing
Prompted by jmc@
2014-11-05edns0 is not currently supported: confirmed by sthen and ericJason McIntyre
diff From: Mike Burns (though my fix differs a bit)
2014-11-05some minor tweaks;Jason McIntyre
2014-11-05i forgot the :wq bit after applying jmcs tweaks.David Gwynne
2014-11-04document the SipHash24 api. some more could be done for history andDavid Gwynne
where its appropriate to use it, but that can happen later. discussed with djm@ tweaks from jmc@
2014-11-04Xr to make.1 for MAKEFILE_LISTMarc Espie
2014-11-03Add a blurb about "Discovered old directory in ..." in the man page.Brian Callahan
Direction/tweaks from sthen@ espie@ ok espie@
2014-11-02localcipher is blowfish only. remove mention of ypcipher.Ted Unangst
2014-11-02be a little more vague and a little less wrong about login.confTed Unangst
2014-11-02awk script to upgrade from 4.3 passwd files is irrelevant nowTed Unangst
2014-11-02tweak wording and update panic messagesTed Unangst
2014-11-01tweak previous;Jason McIntyre
2014-11-01Document rtalloc(9).Martin Pieuchot
2014-10-31Rename libressl to libtls to avoid confusion and to make it easier toJoel Sing
distinguish between LibreSSL (the project) and libressl (the library). Discussed with many.
2014-10-30Major bugsquashing with respect to -offset and -width:Ingo Schwarze
1. Support specifying the .Bd and .Bl -offset as a macro default width; while here, simplify the code handling the same for .Bl -width. 2. Correct handling of .Bl -offset arguments: unlike .Bd -offset, the arguments "left", "indent", and "indent-two" have no special meaning. 3. Fix the scaling of string length -offset and -width arguments in -Thtml. Triggered by an incomplete documentation patch from bentley@.
2014-10-27fixup REGRESS_DEPENDS->TEST_DEPENDSGleydson Soares
REGRESS_* idiom died a while ago OK naddy@ sthen@
2014-10-24netinet/in_systm.h is not needed by the example programLawrence Teo
pointed out by millert@
2014-10-23Extend autoinstall(8) feature:Robert Peichaer
- Ask for responsefile location (url or local path) if dhcp discovery fails for location or mode. If 'next-server' is found in dhcp lease file, provide a default url http://next-server/install.conf. - Ask for installer mode if the specified response file name does not match *install.conf or *upgrade.conf. - If present, use /auto_install.conf or /auto_upgrade.conf as response file for unattended installation or upgrade. - Automatically start installer in unattended mode if either one of these files is present when the system boots. - Document changes in manpage and installation notes. OK krw@ deraadt@
2014-10-23Add GRAMMAR to list of sections.Kent R. Spillner
ok jmc@, deraadt@ (begrudgingly)
2014-10-22make [bl]emtoh{16,32,64} take volatile const foo *, not volatile foo *David Gwynne
while in the manpage add volatile where the code has it too. ok miod@ guenther@
2014-10-22Update to tzdata2014i from ftp.iana.orgTodd C. Miller
2014-10-20improve documentation of .Fa, .Va, and .Vt;Ingo Schwarze
inspired by a discussion with matthew@
2014-10-18Mention -fstack-shuffle is a gcc4-only thing, but gets silently ignored byMiod Vallat
gcc3. Reminded by zhuk@
2014-10-18Add VIDIOC_G_INPUT ioctl, some ports need it (at least ffmpeg)Jonathan Armani
ok ratchov@, sthen@, mpi@
2014-10-17rspec2 will be removedJasper Lievisse Adriaanse
2014-10-16Document that SSLv3 has been disabled. Also mention that SSLv2 wasLawrence Teo
removed and not just disabled in OpenBSD 5.2 (pointed out by brad@). feedback from brad@ jsing@ sobrado@ earlier version ok jmc@ ok jsing@
2014-10-15Use the terms "routing entry" or simply "entry" when talking about theMartin Pieuchot
kernel representation of a network route. While here add some missing headers in the SYNOPSIS.
2014-10-14RTFREE() is no more.Martin Pieuchot
2014-10-14Rudimentary implementation of the e, x, and z table layout modifiersIngo Schwarze
to equalize, maximize, and ignore the width of columns. Does not yet take vertical rulers into account, and does not do line breaks within table cells. Considerably improves the lftp(1) manual; issue noticed by sthen@.
2014-10-13implement font modifiers in table layoutsIngo Schwarze
2014-10-13Add a simple man page for the makedev, major and minor macros.Todd C. Miller
2014-10-13Fix an internal inconsistency: Saying "these eight targets" and then onlyIngo Schwarze
listing seven is not cool. This was broken in rev1.47 when removing lint. Patch from Theo Buehler <theo at math dot ethz dot ch>.
2014-10-12double word;Jason McIntyre
2014-10-12document the semantics of operation keywordsIngo Schwarze
and some other minor improvements
2014-10-12Logitech Webcam C310 just works with uvideo(4), add itJonathan Armani
ok jmc@ brad@ sthen@ mpi@
2014-10-12Clarify: SEE ALSO sections are sorted case insensitively.Anthony J. Bentley
ok jmc@ schwarze@
2014-10-09no more lkmTed Unangst
2014-10-09no more lkmsTed Unangst
2014-10-09regenTed Unangst
2014-10-09no modulesTed Unangst
2014-10-09remove lkmTed Unangst
2014-10-09remove lkmsTed Unangst
2014-10-09no lkmTed Unangst
2014-10-08At present (since NOINET6-by-default), pppoe(4) does not request IPV6CP unlessStuart Henderson
the pppoe interface already has a link-local address. Add to the config sample showing how to do this with "inet6 eui64". Not ideal and may want further changes in the driver, but since v6 over pppoe is broken for some people let's at least document it for now. Also show the not-easy-to-guess "route add" line that's needed. ok deraadt@ jmc@
2014-10-08rtalloc(9) and rtalloc_noclone(9) are dead, long live rtalloc1(9)!Martin Pieuchot
reminded by phessler@
2014-10-02Reorder alphabetically for test*, TEST_* and CDIAGFLAGS.Stuart Cassoff
ok zhuk@
2014-10-02Update to tzdata2014h from ftp.iana.orgTodd C. Miller