Go to file
dyoung 847c5ca1c6 More changes following this pattern:
#ifdef __FreeBSD__
	/* FreeBSD-ism */
#else
	/* NetBSD-ism */
#endif
2003-09-23 16:03:46 +00:00
bin Fix 'set "*" b; case "* b" in "$@") ...' and 'set "*"; case 1 in "${#1}") ...' 2003-09-22 12:17:24 +00:00
crypto off-by-one. from openbsd 2003-09-22 22:12:05 +00:00
dist identify 1.6Z[A-Z] files correctly. PR lib/22815 2003-09-17 00:41:39 +00:00
distrib add m68k/cpuframe.h 2003-09-23 15:17:11 +00:00
doc Bye, bye, sparc64 hacks. 2003-09-19 16:41:58 +00:00
etc add wscons support to amiga mouse 2003-09-22 18:17:30 +00:00
games sort recently added entries 2003-09-20 18:57:28 +00:00
gnu Move #include to the beginning-of-line so -traditional-cpp can find it. 2003-09-23 14:46:05 +00:00
include remove pw_dup() 2003-09-18 09:24:35 +00:00
lib Slight syncing with OpenBSD version. 2003-09-23 10:26:54 +00:00
libexec Space after the keyword `if'. 2003-09-22 14:37:57 +00:00
regress Add a test for output when using context options and -z. 2003-09-14 15:10:49 +00:00
rescue Remove file "rescue.unstripped" in "cleandir" target. 2003-07-14 09:00:33 +00:00
sbin Correct error in previous, noted by Nick Hudson. 2003-09-23 12:14:49 +00:00
share Turn on the switch for gdb53/m68k. Thanks Christian Limpach! 2003-09-23 13:45:27 +00:00
sys More changes following this pattern: 2003-09-23 16:03:46 +00:00
tools If SIZE_MAX is not defined, but SIZE_T_MAX is defined (e.g. FreeBSD), 2003-08-27 18:33:26 +00:00
usr.bin Lint is a host tool - leave the sparc64 hack in place if compiling with 2003-09-21 17:06:40 +00:00
usr.sbin reset values when malloc fails. 2003-09-23 15:07:43 +00:00
x11 Explicitly add -I/path/to/dist/src so that any yacc-generated .c files 2003-09-23 11:04:45 +00:00
BUILDING Backout the previous commit 2003-08-19 12:53:30 +00:00
Makefile netbsd.org->NetBSD.org 2003-07-26 17:06:22 +00:00
Makefile.inc
UPDATING mention that you *need* COMPAT_16 before building. 2003-09-06 22:12:42 +00:00
build.sh Set BSDSRCDIR and NETBSDSRCDIR in the make wrapper, so we always get the 2003-09-20 10:14:41 +00:00