Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-31 | Rename libressl to libtls to avoid confusion and to make it easier to | Joel Sing | |
distinguish between LibreSSL (the project) and libressl (the library). Discussed with many. | |||
2014-10-30 | Major 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-27 | fixup REGRESS_DEPENDS->TEST_DEPENDS | Gleydson Soares | |
REGRESS_* idiom died a while ago OK naddy@ sthen@ | |||
2014-10-24 | netinet/in_systm.h is not needed by the example program | Lawrence Teo | |
pointed out by millert@ | |||
2014-10-23 | Extend 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-23 | Add GRAMMAR to list of sections. | Kent R. Spillner | |
ok jmc@, deraadt@ (begrudgingly) | |||
2014-10-22 | make [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-22 | Update to tzdata2014i from ftp.iana.org | Todd C. Miller | |
2014-10-20 | improve documentation of .Fa, .Va, and .Vt; | Ingo Schwarze | |
inspired by a discussion with matthew@ | |||
2014-10-18 | Mention -fstack-shuffle is a gcc4-only thing, but gets silently ignored by | Miod Vallat | |
gcc3. Reminded by zhuk@ | |||
2014-10-18 | Add VIDIOC_G_INPUT ioctl, some ports need it (at least ffmpeg) | Jonathan Armani | |
ok ratchov@, sthen@, mpi@ | |||
2014-10-17 | rspec2 will be removed | Jasper Lievisse Adriaanse | |
2014-10-16 | Document that SSLv3 has been disabled. Also mention that SSLv2 was | Lawrence 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-15 | Use the terms "routing entry" or simply "entry" when talking about the | Martin Pieuchot | |
kernel representation of a network route. While here add some missing headers in the SYNOPSIS. | |||
2014-10-14 | RTFREE() is no more. | Martin Pieuchot | |
2014-10-14 | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo 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-13 | implement font modifiers in table layouts | Ingo Schwarze | |
2014-10-13 | Add a simple man page for the makedev, major and minor macros. | Todd C. Miller | |
2014-10-13 | Fix an internal inconsistency: Saying "these eight targets" and then only | Ingo 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-12 | double word; | Jason McIntyre | |
2014-10-12 | document the semantics of operation keywords | Ingo Schwarze | |
and some other minor improvements | |||
2014-10-12 | Logitech Webcam C310 just works with uvideo(4), add it | Jonathan Armani | |
ok jmc@ brad@ sthen@ mpi@ | |||
2014-10-12 | Clarify: SEE ALSO sections are sorted case insensitively. | Anthony J. Bentley | |
ok jmc@ schwarze@ | |||
2014-10-09 | no more lkm | Ted Unangst | |
2014-10-09 | no more lkms | Ted Unangst | |
2014-10-09 | regen | Ted Unangst | |
2014-10-09 | no modules | Ted Unangst | |
2014-10-09 | remove lkm | Ted Unangst | |
2014-10-09 | remove lkms | Ted Unangst | |
2014-10-09 | no lkm | Ted Unangst | |
2014-10-08 | At present (since NOINET6-by-default), pppoe(4) does not request IPV6CP unless | Stuart 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-08 | rtalloc(9) and rtalloc_noclone(9) are dead, long live rtalloc1(9)! | Martin Pieuchot | |
reminded by phessler@ | |||
2014-10-02 | Reorder alphabetically for test*, TEST_* and CDIAGFLAGS. | Stuart Cassoff | |
ok zhuk@ | |||
2014-10-02 | Update to tzdata2014h from ftp.iana.org | Todd C. Miller | |
2014-10-01 | rework this page to be less mailer specific, but using smtpd as an example; | Jason McIntyre | |
ok gilles millert | |||
2014-10-01 | sl(4) & friends are slipping away | Martin Pieuchot | |
2014-09-29 | add LIBRESSL; OK deraadt@ | Gleydson Soares | |
2014-09-29 | document that vds(4) now supports block devices | Stefan Sperling | |
2014-09-28 | document -fstack-shuffle | Sebastian Benoit | |
ok jmc@ tedu@ | |||
2014-09-27 | retire Accoom Networks Artery T1/E1 drive; ok claudio | Theo de Raadt | |
2014-09-27 | add some more sdtemp devices | Jonathan Gray | |
ok deraadt@ | |||
2014-09-22 | add obviously forgotten daemon_timeout default | Ingo Schwarze | |
and mention that it can be overridden | |||
2014-09-22 | obvious markup typo; frantisek holop <minusf at obiit dot org> | Ingo Schwarze | |
2014-09-22 | Add some missing manual pages for armv7 (sunxi) drivers. | Raphael Graf | |
Using feedback from jmc@. ok jmc@ syl@ | |||
2014-09-19 | Not Everything Is A Headline! | Jason McIntyre | |
or How I Attempted To Halt The March Of Noun Capitalisation In Nd Lines; | |||
2014-09-19 | Restore the true Copyright notice and license of intro(4) that various | Ingo 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-19 | zap trailing whitespace (which, strangely, was not in the original | Ingo Schwarze | |
version of these files posted to hackers) | |||
2014-09-19 | Add missing manual pages for armv7 (omap) drivers. | Raphael Graf | |
Using feedback from schwarze@. ok syl@ schwarze@ | |||
2014-09-18 | add missing HISTORY sections; | Ingo Schwarze | |
ok sobrado@ jmc@ miod@ | |||
2014-09-18 | fix HISTORY: NetBSD had intro(4/sparc) slightly before OpenBSD, both | Ingo 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@ |