summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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
2014-10-01rework this page to be less mailer specific, but using smtpd as an example;Jason McIntyre
ok gilles millert
2014-10-01sl(4) & friends are slipping awayMartin Pieuchot
2014-09-29add LIBRESSL; OK deraadt@Gleydson Soares
2014-09-29document that vds(4) now supports block devicesStefan Sperling
2014-09-28document -fstack-shuffleSebastian Benoit
ok jmc@ tedu@
2014-09-27retire Accoom Networks Artery T1/E1 drive; ok claudioTheo de Raadt
2014-09-27add some more sdtemp devicesJonathan Gray
ok deraadt@
2014-09-22add obviously forgotten daemon_timeout defaultIngo Schwarze
and mention that it can be overridden
2014-09-22obvious markup typo; frantisek holop <minusf at obiit dot org>Ingo Schwarze
2014-09-22Add some missing manual pages for armv7 (sunxi) drivers.Raphael Graf
Using feedback from jmc@. ok jmc@ syl@
2014-09-19Not Everything Is A Headline!Jason McIntyre
or How I Attempted To Halt The March Of Noun Capitalisation In Nd Lines;
2014-09-19Restore the true Copyright notice and license of intro(4) that variousIngo Schwarze
people illegally replaced with their own fabrications. Use the correct years when the original file was actually written and changed; the original in part listed wrong years. Some of the notices regarding later changes can be dropped because none of the respective text remains. ok sobrado@ jmc@ miod@
2014-09-19zap trailing whitespace (which, strangely, was not in the originalIngo Schwarze
version of these files posted to hackers)
2014-09-19Add missing manual pages for armv7 (omap) drivers.Raphael Graf
Using feedback from schwarze@. ok syl@ schwarze@
2014-09-18add missing HISTORY sections;Ingo Schwarze
ok sobrado@ jmc@ miod@
2014-09-18fix HISTORY: NetBSD had intro(4/sparc) slightly before OpenBSD, bothIngo Schwarze
with respect to commit and release, see http://cvsweb.netbsd.org/bsdweb.cgi/src/share/man/man4/man4.sparc/intro.4 ok sobrado@ jmc@ miod@