Go to file
he 62e8b0f3fa Make a minimal attempt at distinguishing between the hosts and the
targets integer data type value ranges.   For now we just use the
hosts uint64_t for parsing & storing integers constants, and test
against the targets limits and assign appropriately, instead of
sometimes (inappropriately) going via the hosts u_long type.  As
long as none of our architectures have target long or quad data
types strictly larger than 64 bits, we should be fine with this
fix.

Furthermore, as they stand at the moment, we can't use the current
TARG_INT_MAX and TARG_LONG_MAX constants in C preprocessor expressions,
so remove the conditional on them being equal.  Yes, this will
produce dead code for some targets.

This allows an ilp32 host to lint for an lp64 target which uses
e.g. the targets ULONG_MAX constant without triggering an "integer
constant out of range" warning.

OK'ed by christos.
2006-10-16 13:33:57 +00:00
bin c99 initializer 2006-10-16 00:43:00 +00:00
common Add a _PROP_ARG_UNUSED that expands to __unused on NetBSD and to nothing 2006-10-16 03:21:07 +00:00
crypto Change the default sshd configuration file so that only protocol version 2 2006-10-15 14:01:53 +00:00
dist kill empty else. 2006-10-16 03:38:08 +00:00
distrib add gpt 2006-10-15 22:42:03 +00:00
doc mention gpt. 2006-10-15 22:38:54 +00:00
etc PR/31497: Robert Elz: rc.d/accounting should have KEYWORD: shutdown 2006-10-08 18:08:39 +00:00
games Typo, from David A. Holland on #NetBSD-code, thanks! 2006-10-08 20:12:27 +00:00
gnu Recognize SH2E from new binutils (map to sh3e vector). 2006-10-14 22:20:06 +00:00
include add MOPT_NULL 2006-10-16 03:31:27 +00:00
lib Hyphenate nul-terminate. 2006-10-16 09:10:40 +00:00
libexec Fix typo in macro. 2006-10-13 20:28:06 +00:00
regress Link testlib against libm and libgcc_s so that all the required symbols 2006-10-16 09:21:55 +00:00
rescue Add mount_tmpfs(8) to /rescue. Ok with christos. 2006-08-16 16:50:59 +00:00
sbin use MOPT_NULL 2006-10-16 03:37:42 +00:00
share Update structure. 2006-10-15 17:48:07 +00:00
sys implement vmem_xalloc/xfree. 2006-10-16 13:09:42 +00:00
tools kill __unused 2006-10-12 16:19:06 +00:00
usr.bin Make a minimal attempt at distinguishing between the hosts and the 2006-10-16 13:33:57 +00:00
usr.sbin c99 initializer 2006-10-16 03:39:42 +00:00
x11 PR misc/26923 sent by Kouichirou Hiratsuka "xterm does not support luit". 2006-09-24 07:59:59 +00:00
build.sh Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 19:53:54 +00:00
BUILDING Clarify that DESTDIR/OBJDIR/etc are absolute paths, but build.sh 2006-10-08 17:54:30 +00:00
Makefile don't filter out .WAIT when converting from _SUBDIR to SUBDIR 2006-09-07 03:51:44 +00:00
Makefile.inc
UPDATING Mention removal of net.inet.tcp.newreno. 2006-10-09 18:57:30 +00:00