Go to file
augustss a30c07720a Don't use fd_set to keep track of errors to ignore. Doing so relies on
overriding FD_SETSIZE.  Not overriding it makes it stomp all over memory
(which caused the debug outputs we've seen lately).
It used to work, but toolification of lint broke it.
2001-12-13 23:56:00 +00:00
bin Document set time variables, and the format strings recognized. 2001-12-12 13:10:44 +00:00
crypto Deal with lossage caused by the addition of the netbsd-1-5 branch tag 2001-12-13 15:53:54 +00:00
dist Fn argument doesn't need (), add space between macro name and argument. 2001-12-07 19:18:14 +00:00
distrib clean up a couple of items. 2001-12-13 14:02:02 +00:00
etc - set NOPROG before .include <bsd.own.mk> 2001-12-12 12:19:09 +00:00
games MKfoo=no -> NOfoo= 2001-12-12 00:07:45 +00:00
gnu No need to explicitly pull in bsd.own.mk. 2001-12-13 00:31:39 +00:00
include MKfoo=no -> NOfoo= 2001-12-12 00:07:45 +00:00
lib Document %z. 2001-12-13 22:11:27 +00:00
libexec Supply two lazy binding routines for Alpha: one that works with the 2001-12-13 22:34:51 +00:00
regress MKfoo=no -> NOfoo 2001-12-12 01:23:59 +00:00
sbin Remove `const' attribute from writelabel prototype and function to make it 2001-12-13 13:52:13 +00:00
share Use "machine description file" and "device definition files" correctly. 2001-12-13 19:29:32 +00:00
sys Fix problem introduced with the MKMAN->NOMAN conversion. 2001-12-13 22:33:20 +00:00
tools Avoid building and installing every time, so that we don't have toolchain 2001-12-13 19:36:22 +00:00
usr.bin Don't use fd_set to keep track of errors to ignore. Doing so relies on 2001-12-13 23:56:00 +00:00
usr.sbin Sprinkle around the term "machine description file", since this is 2001-12-13 19:47:19 +00:00
build.sh Change check for USE_NEW_TOOLCHAIN to just looking for it being defined. 2001-12-12 23:50:27 +00:00
BUILDING
BUILDING.mdoc
Makefile
Makefile.inc
UPDATING