NetBSD/sys
msaitoh bba3f2423b add comment about $CPP
From source:

# XXX following definition is absolutely incorrect.
# Our cpp is not /usr/libexec/cpp but /usr/bin/cpp.
# True solution is:
#	1) copy /usr/bin/cpp into /usr/local/bin/sh-*-*-cpp
#	2) Edit CPP in sh-*-*-cpp correctly
#		(e.g. "CPP=`$CC -print-prog-name=cpp`").
#	3) Edit STDINCDIR in sh-*-*-cpp correctly
#		(e.g. STDINCDIR=/usr/local/sh-unknown-netbsdcoff/include)

# BROKEN
CPP=`$TARGET-gcc -print-prog-name=cpp`

# EXAMPLE
#CPP=/usr/local/bin/sh-unknown-netbsdcoff-cpp
#CPP=/usr/local/bin/sh-unknown-netbsdelf-cpp
2001-02-26 08:46:15 +00:00
..
adosfs
altq
arch add comment about $CPP 2001-02-26 08:46:15 +00:00
coda
compat Add support for 64-bit SVR4 (Solaris 8) binaries. 2001-02-21 23:53:00 +00:00
conf whitespace police 2001-02-24 01:34:28 +00:00
crypto make some more constant arrays 'const' 2001-02-21 21:39:52 +00:00
ddb Avoid crud after #endif. 2001-02-24 00:00:26 +00:00
dev Add pckbc attachment so we can get wscons on the dnard. 2001-02-26 02:39:30 +00:00
filecorefs Declare prtactive extern. 2001-02-07 12:34:59 +00:00
gdbscripts
ipkdb
isofs
kern Call module "stat" entry where appropriate. 2001-02-24 10:16:46 +00:00
lib Don't set ARCHSUBDIR to empty string. 2001-02-18 22:38:50 +00:00
lkm catch up with netbsd32_netbsd.c split. 2001-02-17 12:00:37 +00:00
miscfs make some more constant arrays 'const' 2001-02-21 21:39:52 +00:00
msdosfs skip truncating a file to 0 before freeing it if it's already zero-length. 2001-02-18 20:17:04 +00:00
net change CCP maxlen to 64 to accomodate mschap-2. 2001-02-23 21:16:19 +00:00
netatalk
netccitt
netinet make sure to validate packet against ipsec policy. 2001-02-26 07:20:44 +00:00
netinet6 make sure to validate packet against ipsec policy. 2001-02-26 07:20:44 +00:00
netisdn
netiso add IFT_GIF case. from chopps. 2001-02-20 10:38:37 +00:00
netkey make some more constant arrays 'const' 2001-02-21 21:39:52 +00:00
netnatm
netns
netsmb
nfs make some more constant arrays 'const' 2001-02-21 21:39:52 +00:00
ntfs Add the code to recode filenames to utf8 for NTFS. 2001-02-14 08:44:24 +00:00
smbfs
stand
sys LMREADY actually takes a `u_long' (really, a pointer). 2001-02-25 17:44:15 +00:00
ufs fix bug (pointed out as sequence point violation warning with current-ish gcc) 2001-02-24 00:05:22 +00:00
uvm When shrinking file size, don't dispose of a page still in use. 2001-02-22 01:02:09 +00:00
Makefile