Go to file
nathanw 31bbd833a9 Change the make(1) command lines generated by crunchgen from:
"make -a -b VAR=VALUE -c -d target" to
"make -a -b -c -d VAR=VALUE target"

to avoid depending on make's undocumented and unportably-implemented
handling of the former case.

Makes crunchgen and nbmake work together on Cygwin.
2003-11-19 22:44:15 +00:00
bin allow underscores in usernames 2003-11-18 05:28:05 +00:00
contrib/sys Pull the latest HAL from sourceforge.net/madwifi/ since it fixes 2003-10-13 04:53:04 +00:00
crypto Various typo fixes from Jonathon Gray via jmc@openbsd. 2003-11-17 11:16:10 +00:00
dist <sys/cdefs.h> is a NetBSD'ism. Protect it with #ifdef __NetBSD__ 2003-11-12 02:08:11 +00:00
distrib ping generates output, don't wait for user to acknowledge it. 2003-11-19 00:16:49 +00:00
doc Somewhat late mention of: 2003-11-12 18:12:11 +00:00
etc Provide a workaround for PR bin/12900. 2003-11-19 20:28:19 +00:00
games Various typo fixes from Jonathon Gray via jmc@openbsd. 2003-11-17 11:16:10 +00:00
gnu add fini.lo to CLEANFILES 2003-11-16 22:49:48 +00:00
include Userland portion of fsync_range(2), written by Bill Studenmund, and 2003-11-18 00:56:56 +00:00
lib Use Rv for return values section; bump date. 2003-11-19 16:50:09 +00:00
libexec Restore handling of reloc entries that point to unaligned locations 2003-11-19 19:41:57 +00:00
regress Actually print self in the "Thread %p got semaphore" message. 2003-11-19 00:40:03 +00:00
rescue Add installboot. Suggested by Curt Sampson. 2003-10-21 10:08:40 +00:00
sbin Commit changes proposed on tech-kern Thu, 6 Nov 2003 2003-11-15 17:52:30 +00:00
share NetBSD -> .Nx; use Dv for an option name; bump date for previous. 2003-11-18 18:51:23 +00:00
sys Correct number of arguments to sysctl_rdint. 2003-11-19 22:40:55 +00:00
tools note successful build on Mac OS 10.3 with xcode 1.0 developer tools 2003-11-17 05:42:58 +00:00
usr.bin Change the make(1) command lines generated by crunchgen from: 2003-11-19 22:44:15 +00:00
usr.sbin Add long-long cast for cross-build printf portability. We could be using 2003-11-19 21:10:27 +00:00
x11 use X11FLAGS.OS_DEFINES 2003-11-17 05:18:20 +00:00
build.sh tweak usage message. 2003-11-14 12:38:12 +00:00
BUILDING Improve how build.sh -N and MAKEVERBOSE interoperate; 2003-10-26 02:17:46 +00:00
Makefile netbsd.org->NetBSD.org 2003-07-26 17:06:22 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Overhaul MBR handling (part 1): 2003-10-08 04:25:43 +00:00