Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-19 | msleep.9 is relevant to my interests. | David Gwynne | |
ok guenther@ | |||
2014-01-19 | Obvious typo in macro, .Fn fb_queue, not .Fa. | Ingo Schwarze | |
2014-01-19 | Fix obvious typo in macro, bus_space_map() is .Fn, not .Fa. | Ingo Schwarze | |
Found with mandocdb(8). | |||
2014-01-19 | Fix obvious macro typo, arc4random() is .Fn, not .Pa. | Ingo Schwarze | |
Found with mandocdb(8). | |||
2014-01-18 | Disable the RAID 5 discipline in bioctl, as the current softraid RAID 5 | Joel Sing | |
discipline will more than likely eat data if a drive is lost. Discussed with krw@ | |||
2014-01-18 | Remove the RAID 4 discipline from softraid. Anyone sensible would use RAID | Joel Sing | |
5 instead of RAID 4, assuming both were functional. Discussed with krw@ | |||
2014-01-18 | Remove -Wbounded: it is now the compiler default. | Martynas Venckus | |
2014-01-18 | correct crypto lingo; ok espie@ | Christian Weisgerber | |
2014-01-17 | signing got simpler | Marc Espie | |
2014-01-15 | fix SEE ALSO; | Jason McIntyre | |
2014-01-15 | Add documentation for the octrtc driver. | Paul Irofti | |
2014-01-14 | add /etc/signify; description supplied by tedu | Jason McIntyre | |
2014-01-14 | sundry tweaks; | Jason McIntyre | |
2014-01-14 | Add information on the new ruby21 FLAVOR, and add text about manually | Jeremy Evans | |
checking PLISTs for gem ports with C extensions. | |||
2014-01-12 | crank to 5.5beta | Theo de Raadt | |
2014-01-12 | update list of chips supported, Chris Hettrick | Theo de Raadt | |
2014-01-11 | Sync description of struct pf_osfp_entry to rev 1.393 of pfvar.h | Florian Obser | |
OK deraadt@ | |||
2014-01-10 | Using random-id is recommended in combination with no-df to ensure | Igor Sobrado | |
unique IP identifiers. ok henning@ | |||
2014-01-06 | Joerg Sonnenberger contributed copyrightable amounts of text to | Ingo Schwarze | |
some files. To make it clear that he also put his contributions under the ISC license, with his explicit permission, add his Copyright notice to the relevant files. No code change. | |||
2014-01-06 | Mention tmpfs | Brad Smith | |
2014-01-04 | vendor->signer | Marc Espie | |
shorten pubkey -> pub (naddy@) \\ -> \e (jmc@) | |||
2014-01-02 | pesky double space; | Jason McIntyre | |
2014-01-02 | mention hardware vlan support for 6105M chips. ok sthen@ | Darren Tucker | |
2013-12-31 | tedu the diagnostic code to detect the presence of the defective Xterasys XN-152 | Brad Smith | |
32-bit PCI NIC in a 64-bit PCI slot. The code has never been enabled, never will be and is unused / unmaintained. Update the man page to not indicate there is a possibility of the driver detecting this hardware issue. Input about the man page and Ok chris@ | |||
2013-12-31 | Oops, add missing end of block. | Ingo Schwarze | |
2013-12-31 | Add missing description of .UR/.UE. | Ingo Schwarze | |
While here, also add .EX/.EE and .PD to the MACRO SYNTAX table. | |||
2013-12-30 | last entry in SEE ALSO should not end with a comma; | Jason McIntyre | |
2013-12-30 | - the hint to symlink to upgrade.conf belongs to the install.conf example | Robert Peichaer | |
- zap reference to pxeboot(8), diskless(8) has all the info ok jmc@ halex@ | |||
2013-12-30 | Document SIGNING_PARAMETERS | Marc Espie | |
2013-12-30 | Support .St -p1003.1-2013, "IEEE Std 1003.1-2008/Cor 1-2013". | Ingo Schwarze | |
Note that the POSIX-2008 standard remains in force, so please refrain from wholesale 2008 -> 2013 replacements. Make sure to only use the new -p1003.1-2013 argument for cases where "IEEE Std 1003.1(TM)-2008/ Cor 1-2013, IEEE Standard for Information Technology--Portable Operating System Interface (POSIX(R)), Technical Corrigendum 1" actually changes something in the standard with respect to the specific function documented in the manual you touch. Otherwise, please continue using .St -p1003.1-2008. Triggered by a similar, but slightly incorrect patch from jmc@; ok guenther@. | |||
2013-12-29 | grammar fix previous; | Jason McIntyre | |
2013-12-29 | Add MLINK for db_vprintf(9) | Philip Guenther | |
2013-12-29 | Add db_vprintf() and indicate that db_v?printf() are in <ddb/db_output.h> | Philip Guenther | |
2013-12-28 | i386 changes to PIE. See faq/current.html or use the snapshots to cross | Theo de Raadt | |
this. | |||
2013-12-27 | /stand went away | Theo de Raadt | |
prompted by jmc | |||
2013-12-26 | Rework the documentation of Spaces, using the Ossanna/Kernighan/Ritter | Ingo Schwarze | |
Heirloom Nroff/Troff User's Manual at the authoritative reference. Part of our text was outright wrong. Also, refrain from advertising the paddable non-breaking space `\~' in the DESCRIPTION, for three reasons: For nroff mode, -Tascii, and fixed width fonts in general, it makes no difference, so keep the discussion simple. Compared to `\ ', '\~' is of questionable portability. And if you want to keep words together, it is also more usual that you don't want padding to intervene either. Finally, drop the `\c' escape sequence (interrupt text processing) which is not a special character but an input processing instruction akin to the \<newline> escape sequence. | |||
2013-12-26 | The roff language really has two groups of basic building blocks: | Ingo Schwarze | |
Requests and escape sequences. Consequently, supplement the REQUEST REFERENCE by an ESCAPE SEQUENCE REFERENCE, such that people no longer need to guess or experiment what mandoc(1) implements, what it parses and ignores, and what it doesn't handle at all. | |||
2013-12-25 | Support .St -xsh4.2, the System Interfaces part of the original Single | Ingo Schwarze | |
UNIX Specification. As this one appears to be used in the wild and we already have -xpg4.2 and even -xsh5, it makes sense to add this one. Note that calling the original SUS XPG4.2 appears to be more common than calling it SUSv1, so it's ok that we don't have .St -susv1. From Sascha Wildner <saw at online dot de> (DragonFly) via Franco Fichtner. | |||
2013-12-23 | mlink TASK_INITIALIZER | David Gwynne | |
2013-12-23 | document TASK_INITIALIZER() | David Gwynne | |
2013-12-21 | Document that the "user" socket check is not reliable with wildcard | Camiel Dobbelaar | |
listeners. Update the example to reflect this. Deprecate usage of user "unknown" too, same reason. Noted by Maxim Khitrov on bugs ok henning, jmc | |||
2013-12-21 | Xr virtio | Theo de Raadt | |
2013-12-20 | Add basic vioscsi(4) manual page. | Matthew Dempsky | |
2013-12-18 | update sample install.conf; | Alexander Hall | |
- use http for fetching sets - use password hashes - set up alternative user, with ssh pubkey - update question part to match installer changes | |||
2013-12-17 | mention mac address being in lowercase hex | Alexander Hall | |
add dhcpd.conf(5) host entry example start a SEE ALSO section nice deraadt@, ok jmc@ | |||
2013-12-17 | install autoinstall manpage | Theo de Raadt | |
2013-12-15 | The "value" argument to the roff(7) .nr requests ends right before | Ingo Schwarze | |
the first non-digit character. While here, implement and document an optional sign, requesting increment or decrement, as documented in the Ossanna/Kernighan/Ritter troff manual and supported by groff. Reported by bentley@ on discuss at mdocml. | |||
2013-12-13 | Initial version of a manpage for unattended install/upgrade. | Robert Peichaer | |
with feedback from and ok deraadt@ jmc@ | |||
2013-12-13 | 4.3BSD tty compatibility and the associated ioctls are gone | Christian Weisgerber | |
2013-12-11 | Add Yota LU156 to the device list. | Kirill Bychkov | |
ok brad@ |