Go to file
mrg 1fb90918ec pull across support for:
hppa-netbsd
	armeb-netbsd
	ia64-netbsd
	m68010-netbsd
	sparc64-netbsd
from the GCC3 tree.
2006-05-12 00:39:28 +00:00
bin sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
common Make the conditional for defining boolean_t complement the conditional 2006-05-07 12:46:01 +00:00
crypto use socklen_t where appropriate. 2006-05-11 11:54:14 +00:00
dist match u_char * with u_char[]. 2006-05-11 09:29:39 +00:00
distrib Added ddc.4, ddc.9. and edid.9 2006-05-11 21:06:41 +00:00
doc update the lists for GCC4 uninit warnings and GCC4 pointer sign/strict 2006-05-11 23:51:06 +00:00
etc add missing files 2006-04-30 19:57:07 +00:00
games sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
gnu pull across support for: 2006-05-12 00:39:28 +00:00
include add __BEGIN_DECLS/__END_DECLS around snprintf() & vsnprintf() prototypes. 2006-05-10 21:09:45 +00:00
lib if SOFTFLOAT_FOR_GCC is not defined, don't declare float_detect_tininess. 2006-05-11 23:53:14 +00:00
libexec sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
regress Added another regression test which is currently commented out, since it 2006-05-12 00:05:59 +00:00
rescue
sbin sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
share add support for ${OBJCOPTS} and ${OBJCOPTS}.<lib|prog|fn>. 2006-05-11 23:47:34 +00:00
sys quell GCC 4.1 uninitialised variable warnings. 2006-05-11 23:54:39 +00:00
tools initial wrapper for gmake-requiring tools. probably does not yet 2006-05-11 01:17:53 +00:00
usr.bin sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
usr.sbin sprinkle a little (char *) to quell GCC4. 2006-05-11 23:50:15 +00:00
x11 Add missing closing brace. How did this ever work previously? 2006-04-21 21:46:06 +00:00
BUILDING
Makefile retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4. 2006-04-07 19:38:58 +00:00
Makefile.inc
UPDATING
build.sh