Age | Commit 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-09 | typo; <kaspars at bankovskis dot net> | Ingo Schwarze | |
2014-11-08 | Replace mysql with mariadb. | Brad Smith | |
From Kaspars Bankovskis <kaspars at bankovskis dot net> | |||
2014-11-07 | Add libtls to intro(3). | Joel Sing | |
Prompted by jmc@ | |||
2014-11-05 | edns0 is not currently supported: confirmed by sthen and eric | Jason McIntyre | |
diff From: Mike Burns (though my fix differs a bit) | |||
2014-11-05 | some minor tweaks; | Jason McIntyre | |
2014-11-05 | i forgot the :wq bit after applying jmcs tweaks. | David Gwynne | |
2014-11-04 | document the SipHash24 api. some more could be done for history and | David Gwynne | |
where its appropriate to use it, but that can happen later. discussed with djm@ tweaks from jmc@ | |||
2014-11-04 | Xr to make.1 for MAKEFILE_LIST | Marc Espie | |
2014-11-03 | Add a blurb about "Discovered old directory in ..." in the man page. | Brian Callahan | |
Direction/tweaks from sthen@ espie@ ok espie@ | |||
2014-11-02 | localcipher is blowfish only. remove mention of ypcipher. | Ted Unangst | |
2014-11-02 | be a little more vague and a little less wrong about login.conf | Ted Unangst | |
2014-11-02 | awk script to upgrade from 4.3 passwd files is irrelevant now | Ted Unangst | |
2014-11-02 | tweak wording and update panic messages | Ted Unangst | |
2014-11-01 | tweak previous; | Jason McIntyre | |
2014-11-01 | Document rtalloc(9). | Martin Pieuchot | |
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 | |