Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-30 | man octcit(4) | Visa Hankala | |
2017-07-29 | Document that builtins for certain malloc(3)-like and free(3)-like | Mark Kettenis | |
functions are disabled. | |||
2017-07-29 | Document that -Waddress-of-packed-member is disabled by default. | Mark Kettenis | |
2017-07-28 | man octsctl(4) | Visa Hankala | |
2017-07-27 | The -d flag prevents redirection of stdout (not stdin) and stderr | Theo Buehler | |
to /dev/null. noticed by Matthew <chohag () jtan ! com> | |||
2017-07-26 | switch the default compiler on amd64 and i386 to clang, | Robert Nagy | |
but keep gcc4 in the build for these as well ok deraadt@ | |||
2017-07-25 | convert one more -Os -> -Oz | Theo de Raadt | |
2017-07-25 | change -Os to -Oz all around the tree | Robert Nagy | |
clang optimizes better for size with -Oz so use that as a default to avoid overflowing the ramdisk floppies. gcc now accepts -Oz as an alias for -Os. ok kettenis@ | |||
2017-07-24 | add pcxrtc; | Jason McIntyre | |
2017-07-24 | pcxrtc(4) | Mark Kettenis | |
2017-07-24 | ansify | Jeremie Courreges-Anglas | |
2017-07-21 | Document settings for XenServer | Mike Belopuhov | |
Figured out by Dinar Talypov and Maxim Khitrov. With input from deraadt@ and schwarze@. OK schwarze. | |||
2017-07-21 | document that usage of .PHONY, since it's not exactly obvious. | Marc Espie | |
okay schwarze@ | |||
2017-07-21 | Fixup too much indentation | Mike Belopuhov | |
2017-07-21 | Garbage collect unused manual page .SUFFIXES, left over | Ingo Schwarze | |
years ago when we formatted manual pages at build time. Opportunity for cleanup discovered by espie@. Make build & release in base and Xenocara checked myself, and checked in a bulk build by ajacoutot@. OK espie@ millert@ deraadt@ | |||
2017-07-20 | update link to mandoc.bsd.lv | Ingo Schwarze | |
2017-07-19 | Avoid the historical term "loader", consistently talk about the "linker". | Ingo Schwarze | |
Outdated terminology noticed by espie@. | |||
2017-07-19 | 1. The cleandir target no longer deletes manual pages, that's a | Ingo Schwarze | |
remnant from the remote past when we used to install preformatted manuals. 2. The list of files deleted by the clean target grew out of date and was incomplete, but we already know that it will change again soon, so delete overdocumentation. Feedback and OK espie@. | |||
2017-07-13 | man pages with pseudo synopses which list filenames end up creating | Jason McIntyre | |
very ugly output in man -k; after some discussion with ingo, we feel the simplest fix is to remove such SYNOPSIS sections: the info is hardly helpful at page top, is contained already in FILES, and there are sufficiently few that just zapping them is simple; ok schwarze, who also helpfully ran things through a build to check output; | |||
2017-07-13 | * Clarify that filter rules are evaluated once per packet and interface, | Ingo Schwarze | |
not only once per packet. * Clarify that the syntax anchor "name" { ... } both loads and evaluates the anchor, rather than merely loading it. Triggered by questions from Benedikt Neuffer <bene at usta dot de>. OK mikeb@ | |||
2017-07-13 | Add a manual page for octcib(4). | Visa Hankala | |
2017-07-13 | add sys.mk to the table of contents, and make the description of | Ingo Schwarze | |
bsd.sys.mk more specific; wording with one tweak from espie@ | |||
2017-07-13 | Missing trailing / in url | Jeremie Courreges-Anglas | |
from Andras Farkas | |||
2017-07-13 | The 'Tenda W311M' USB wifi stick works with run(4). | Stefan Sperling | |
2017-07-12 | consistently use "User settings" instead of a mixture of this and a | Stuart Henderson | |
couple of "User-settings" in bsd.port.mk(5). ok espie@ | |||
2017-07-12 | Mark up firmware pathnames with Pa. | Anthony J. Bentley | |
ok jmc@ | |||
2017-07-11 | explain the limitations of PROGS; joint work with espie@ | Ingo Schwarze | |
2017-07-11 | Move the section about <bsd.sys.mk> up just below <sys.mk> which it is | Ingo Schwarze | |
closely related to. Delete the example involving PARALLEL, which no longer exists. Instead, add a different example involving yacc(1). OK espie@ | |||
2017-07-11 | use the previous syspatch's fake root for getting the link order | Robert Nagy | |
instead of using / where the libraries are re-ordered on reboot ok aja@ | |||
2017-07-10 | Fix non-portable .Lk usage that results in complete garbage with groff | Ingo Schwarze | |
and looks better, but still not good with mandoc. Issue pointed out by Jan Stary <hans at stare dot cz>. | |||
2017-07-10 | prefer getprogname to the magic global __progname. | Ted Unangst | |
from Matthew Martin | |||
2017-07-10 | Update BUGS. | Visa Hankala | |
2017-07-10 | Switch sample path for black/whitelist files from /var/mail (which is meant to | Stuart Henderson | |
be for mailboxes) to /etc/mail. Fritjof Bornebusch reported that security(8) complains about files in /var/mail and suggested a subdirectory, but /etc seems a better idea all-round, and matches hier(7). ok jmc@ | |||
2017-07-10 | two minor tweaks and two minor fixes; OK espie@ | Ingo Schwarze | |
2017-07-10 | re-add unintentionally removed cleandir part that rm tags from the .CURDIR | Marc Espie | |
2017-07-10 | Thinko. It's called BUILDAFTER | Marc Espie | |
"noticed" by Ingo. | |||
2017-07-09 | document PROGS, okay jmc@ | Marc Espie | |
2017-07-09 | document more reality. | Marc Espie | |
proper english usage and okay jmc@ | |||
2017-07-09 | add support to compile several progs at once us | Marc Espie | |
by using alternate setup PROGS = a b c along with SRCS_a = ... , SRCS_b = ... , SRCS_c = ... okay millert@ | |||
2017-07-09 | have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate | Marc Espie | |
files. This fixes up parallel builds in the default case. FreeBSD does something similar. okay millert@ | |||
2017-07-08 | spelling fix from Hiltjo Posthuma | Ted Unangst | |
2017-07-08 | add a hint about subjectAltName. this isn't great, but i'm not sure how | Ted Unangst | |
to improve it without muddying up the whole page, and at a minimum it gives the reader a clue about some concepts to search the web for. if you can do better, make it so. :) | |||
2017-07-07 | COMPILE.c already does -c, so no need to double it. | Marc Espie | |
no functional change | |||
2017-07-07 | unbreak | Marc Espie | |
this specific rule is only triggered twice in the whole ports tree (sysutils/xjobs and print/l2a) This fixes them | |||
2017-07-07 | Make configuration lines match GENERIC files. | Frederic Cambus | |
This adds amd64 and splits up alpha and i386. OK deraadt@ | |||
2017-07-06 | REGRESS_TARGET has been renamed to TEST_TARGET. | Alexander Bluhm | |
spotted by anton@ | |||
2017-07-06 | revert previous, requested by jmc@; he says the broken .Xr is intentional | Ingo Schwarze | |
2017-07-06 | delete duplicate RCS ID and lots of .Tn | Ingo Schwarze | |
2017-07-06 | fix broken cross references; found with mandoc -Tlint | Ingo Schwarze | |
2017-07-05 | make use of (f)lex -o option to create unique temporary files, so that | Marc Espie | |
make -j will be happier. okay millert@ |