Age | Commit message (Expand) | Author |
2017-07-27 | The -d flag prevents redirection of stdout (not stdin) and stderr | Theo Buehler |
2017-07-26 | switch the default compiler on amd64 and i386 to clang, | Robert Nagy |
2017-07-25 | convert one more -Os -> -Oz | Theo de Raadt |
2017-07-25 | change -Os to -Oz all around the tree | Robert Nagy |
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 |
2017-07-21 | document that usage of .PHONY, since it's not exactly obvious. | Marc Espie |
2017-07-21 | Fixup too much indentation | Mike Belopuhov |
2017-07-21 | Garbage collect unused manual page .SUFFIXES, left over | Ingo Schwarze |
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 |
2017-07-19 | 1. The cleandir target no longer deletes manual pages, that's a | Ingo Schwarze |
2017-07-13 | man pages with pseudo synopses which list filenames end up creating | Jason McIntyre |
2017-07-13 | * Clarify that filter rules are evaluated once per packet and interface, | Ingo Schwarze |
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 |
2017-07-13 | Missing trailing / in url | Jeremie Courreges-Anglas |
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 |
2017-07-12 | Mark up firmware pathnames with Pa. | Anthony J. Bentley |
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 |
2017-07-11 | use the previous syspatch's fake root for getting the link order | Robert Nagy |
2017-07-10 | Fix non-portable .Lk usage that results in complete garbage with groff | Ingo Schwarze |
2017-07-10 | prefer getprogname to the magic global __progname. | Ted Unangst |
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 |
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 |
2017-07-09 | document PROGS, okay jmc@ | Marc Espie |
2017-07-09 | document more reality. | Marc Espie |
2017-07-09 | add support to compile several progs at once us | Marc Espie |
2017-07-09 | have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate | Marc Espie |
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 |
2017-07-07 | COMPILE.c already does -c, so no need to double it. | Marc Espie |
2017-07-07 | unbreak | Marc Espie |
2017-07-07 | Make configuration lines match GENERIC files. | Frederic Cambus |
2017-07-06 | REGRESS_TARGET has been renamed to TEST_TARGET. | Alexander Bluhm |
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 |
2017-07-05 | based on florian@'s observation and guenther@'s work in kernel makefiles. | Marc Espie |
2017-07-05 | nits about trailing punctuation found with mandoc -Tlint | Ingo Schwarze |
2017-07-05 | fix cross references to self; found with mandoc -Tlint | Ingo Schwarze |
2017-07-05 | document that we're no longer using 'make depend' | Marc Espie |