summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2017-07-30man octcit(4)Visa Hankala
2017-07-29Document that builtins for certain malloc(3)-like and free(3)-likeMark Kettenis
functions are disabled.
2017-07-29Document that -Waddress-of-packed-member is disabled by default.Mark Kettenis
2017-07-28man octsctl(4)Visa Hankala
2017-07-27The -d flag prevents redirection of stdout (not stdin) and stderrTheo Buehler
to /dev/null. noticed by Matthew <chohag () jtan ! com>
2017-07-26switch 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-25convert one more -Os -> -OzTheo de Raadt
2017-07-25change -Os to -Oz all around the treeRobert 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-24add pcxrtc;Jason McIntyre
2017-07-24pcxrtc(4)Mark Kettenis
2017-07-24ansifyJeremie Courreges-Anglas
2017-07-21Document settings for XenServerMike Belopuhov
Figured out by Dinar Talypov and Maxim Khitrov. With input from deraadt@ and schwarze@. OK schwarze.
2017-07-21document that usage of .PHONY, since it's not exactly obvious.Marc Espie
okay schwarze@
2017-07-21Fixup too much indentationMike Belopuhov
2017-07-21Garbage collect unused manual page .SUFFIXES, left overIngo 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-20update link to mandoc.bsd.lvIngo Schwarze
2017-07-19Avoid the historical term "loader", consistently talk about the "linker".Ingo Schwarze
Outdated terminology noticed by espie@.
2017-07-191. The cleandir target no longer deletes manual pages, that's aIngo 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-13man pages with pseudo synopses which list filenames end up creatingJason 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-13Add a manual page for octcib(4).Visa Hankala
2017-07-13add sys.mk to the table of contents, and make the description ofIngo Schwarze
bsd.sys.mk more specific; wording with one tweak from espie@
2017-07-13Missing trailing / in urlJeremie Courreges-Anglas
from Andras Farkas
2017-07-13The 'Tenda W311M' USB wifi stick works with run(4).Stefan Sperling
2017-07-12consistently use "User settings" instead of a mixture of this and aStuart Henderson
couple of "User-settings" in bsd.port.mk(5). ok espie@
2017-07-12Mark up firmware pathnames with Pa.Anthony J. Bentley
ok jmc@
2017-07-11explain the limitations of PROGS; joint work with espie@Ingo Schwarze
2017-07-11Move the section about <bsd.sys.mk> up just below <sys.mk> which it isIngo 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-11use the previous syspatch's fake root for getting the link orderRobert Nagy
instead of using / where the libraries are re-ordered on reboot ok aja@
2017-07-10Fix non-portable .Lk usage that results in complete garbage with groffIngo Schwarze
and looks better, but still not good with mandoc. Issue pointed out by Jan Stary <hans at stare dot cz>.
2017-07-10prefer getprogname to the magic global __progname.Ted Unangst
from Matthew Martin
2017-07-10Update BUGS.Visa Hankala
2017-07-10Switch sample path for black/whitelist files from /var/mail (which is meant toStuart 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-10two minor tweaks and two minor fixes; OK espie@Ingo Schwarze
2017-07-10re-add unintentionally removed cleandir part that rm tags from the .CURDIRMarc Espie
2017-07-10Thinko. It's called BUILDAFTERMarc Espie
"noticed" by Ingo.
2017-07-09document PROGS, okay jmc@Marc Espie
2017-07-09document more reality.Marc Espie
proper english usage and okay jmc@
2017-07-09add support to compile several progs at once usMarc Espie
by using alternate setup PROGS = a b c along with SRCS_a = ... , SRCS_b = ... , SRCS_c = ... okay millert@
2017-07-09have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediateMarc Espie
files. This fixes up parallel builds in the default case. FreeBSD does something similar. okay millert@
2017-07-08spelling fix from Hiltjo PosthumaTed Unangst
2017-07-08add a hint about subjectAltName. this isn't great, but i'm not sure howTed 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-07COMPILE.c already does -c, so no need to double it.Marc Espie
no functional change
2017-07-07unbreakMarc Espie
this specific rule is only triggered twice in the whole ports tree (sysutils/xjobs and print/l2a) This fixes them
2017-07-07Make configuration lines match GENERIC files.Frederic Cambus
This adds amd64 and splits up alpha and i386. OK deraadt@
2017-07-06REGRESS_TARGET has been renamed to TEST_TARGET.Alexander Bluhm
spotted by anton@
2017-07-06revert previous, requested by jmc@; he says the broken .Xr is intentionalIngo Schwarze
2017-07-06delete duplicate RCS ID and lots of .TnIngo Schwarze
2017-07-06fix broken cross references; found with mandoc -TlintIngo Schwarze
2017-07-05make use of (f)lex -o option to create unique temporary files, so thatMarc Espie
make -j will be happier. okay millert@