Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-20 | spelling; | Jason McIntyre | |
2017-05-20 | Mention that not all varaints support baud rates up to 2 Mbps. | Mark Kettenis | |
2017-05-19 | Clarify that /etc/installurl is only created when using the http method. | Theo Buehler | |
Xr pkg_add while there. ok jmc | |||
2017-05-19 | replace tabs with spaces, for consistency, in the BNF display; | Jason McIntyre | |
from michal mazurek | |||
2017-05-19 | header updates from kevlo; | Jason McIntyre | |
2017-05-18 | better describe "!"; | Jason McIntyre | |
from michal mazurek, tweaked a bit by myself | |||
2017-05-17 | Delete the -T xhtml command line option. | Ingo Schwarze | |
It has been obsolete for more than two years. Use -T html. | |||
2017-05-16 | tweak the bandwidth description; help/ok mikeb | Jason McIntyre | |
2017-05-15 | tweak previous; ok mikeb | Jason McIntyre | |
2017-05-15 | Document the new flow queue specification | Mike Belopuhov | |
With input and OK sthen | |||
2017-05-14 | Default lpd spool directory is /var/spool/output/lpd. | Antoine Jacoutot | |
reported by martin at martinbrandenburg dot com ok tb@ | |||
2017-05-12 | No more CD-ROM releases, and advertise HTTP for | Ingo Schwarze | |
package download rather than FTP. Based on a patch from <timo dot myyra at wickedbsd dot net>, tweaked by me. | |||
2017-05-08 | Basic implementation of the roff(7) .ti (temporary indent) request. | Ingo Schwarze | |
Needed by about four dozen ports (thanks to naddy@ for the research). | |||
2017-05-08 | Convert REQUEST REFERENCE from using .Ss to .Bl -tag, allowing to | Ingo Schwarze | |
specify request arguments and supporting tag searching in less(1). Improve some entries and document .ta. | |||
2017-05-07 | implement .DT in terms of .ta; needed for print/ghostview, for example | Ingo Schwarze | |
2017-05-05 | Shorten the description of .sp and move it to roff(7). | Ingo Schwarze | |
If is not a macro but a low-level roff request and not recommended for use in manual pages. | |||
2017-05-05 | Clean up docs after today's .br and .ft code cleanup; simpler. | Ingo Schwarze | |
2017-05-01 | Fewer kgdb(7) references and fix previous. | Martin Pieuchot | |
Pointed by jmc@ | |||
2017-04-30 | Remove KGDB references. | Martin Pieuchot | |
2017-04-30 | Mention that escaping "^" as "\(ha" in source code samples improves | Ingo Schwarze | |
portability, in particular when rendering to formats such as PDF with real typesetters such as groff. While here, make it even more explicit that the rendering of raw ASCII accents ( ` ' ~ ^ ) found in the input is kind of a mess and varies among implementations, software versions, macro sets, and output devices. Issue noticed when reading the groff_char(7) manual, and confirmed by testing with current groff. OK bentley@, "certainly no objection" jmc@ N.B.: Nobody will get scolded for ignoring this subtlety. | |||
2017-04-27 | spelling; | Jason McIntyre | |
2017-04-27 | iwm(4) monitor mode support was backed out for now. | Stefan Sperling | |
2017-04-27 | add support for -msave-args in gcc on amd64 | David Gwynne | |
i got sick of not having arguments in ddb stack traces on amd64, which is because amd64 passes arguments in registers, and it's impossible to figure out where they go without dwarf info, and when you have dwarf info it is complicated. solaris has a simple solution for this. they tweaked their compilers to accept an -msave-args option which makes functions store their arguments on the stack, while maintaining compatability with the System V AMD64 ABI. tools (eg, ddb) can then look at the stack to get access to function arguments in traces. this ports their changes to gcc 3 to our gcc. ok deraadt@ | |||
2017-04-26 | Install arm64 manpages: eeprom(8), MAKEDEV(8). ok phessler kettenis | Stuart Henderson | |
2017-04-26 | tweak previous; | Jason McIntyre | |
2017-04-26 | We are men of action. Lies do not become us. | Bob Beck | |
2017-04-25 | some ip6 setup notes; help/ok bluhm | Jason McIntyre | |
2017-04-24 | 'rtsol' has been removed from hostname.if(5) recently. | Robert Peichaer | |
OK jmc@ | |||
2017-04-24 | update for the llvm libs; help/ok kettenis | Jason McIntyre | |
2017-04-24 | Document support for 3168 and 8265 devices in iwm(4). | Stefan Sperling | |
2017-04-24 | Document monitor mode support in iwm(4). | Stefan Sperling | |
2017-04-22 | The gnome module supports cmake now. | Antoine Jacoutot | |
2017-04-22 | Xr mutex(9) and rwlock(9) | Visa Hankala | |
2017-04-22 | Shuffle bits into their proper files. | Visa Hankala | |
Prompted by jmc@ | |||
2017-04-22 | Manual page for witness(4). Adapted from FreeBSD. | Visa Hankala | |
2017-04-18 | spelling fix; | Jason McIntyre | |
2017-04-18 | Cleaning out /usr/obj is necessary the first time due to permission issues. | Theo Buehler | |
Make this more clearly visible and also state explicitly that this is no longer necessary after completing a full release build. ok deraadt | |||
2017-04-18 | Including sys/types.h and net/if.h are needed to use pipex(4). | YASUOKA Masahiko | |
2017-04-16 | from brad: document rgephy | Jason McIntyre | |
2017-04-15 | more streamlining, with help from bluhm; | Jason McIntyre | |
2017-04-15 | Build full mandoc.db(5) databases by default using makewhatis(8) | Ingo Schwarze | |
without -Q during the build and in weekly(8). According to tests by many developers, makewhatis(8) takes a few minutes at most even on slower hardware like octeon, loongson, ALIX, RPI3, Soekris, cubox, softiron etc., and security(8) is often worse than makewhatis(8). In case this causes excessive weekly(8) run times on even slower (~50 MHz-class) CPUs, consider adding "MAKEWHATISARGS=-Q" to /etc/weekly.local on machines that feel unhappy. OK sthen@ kettenis@ millert@ deraadt@ | |||
2017-04-11 | - Mention LIBCXX, prompted by espie@. | Stuart Henderson | |
2017-04-11 | - Mention LIBCXX, prompted by espie@. | Stuart Henderson | |
- Make it clear that CLANG_ARCHS, GCC3_ARCHS, GCC4_ARCHS refer to the base compiler. Change "Clang 3.9.1" to just "Clang". | |||
2017-04-11 | shorten introductory sentence and make deprecation clearer; | Ingo Schwarze | |
disgussed with deraadt@ | |||
2017-04-11 | document more thoroughly the special status of modules gnu, imake, perl5 | Marc Espie | |
(for historical reasons) okay aja@ | |||
2017-04-08 | Document the devel/meson MODULE. | Antoine Jacoutot | |
2017-04-06 | shuffle for a saner read; help/ok bluhm | Jason McIntyre | |
2017-04-03 | Send and receive 1 byte of data in addition to the control message. This is | Otto Moerbeek | |
needed to make the code work in more cases. Sending actually is not really needed, but do it anyway, to avoid confusing mismatch between producer and consumer. Problem noted by Luke Small; ok deraadt@ | |||
2017-03-30 | Xr acpisbs | Joshua Stein | |
2017-03-30 | add a manpage for acpisbs, remove caveat from acpibat | Joshua Stein | |