NetBSD/sys
pooka 37ca5a0657 Signed overflow is undefined behavior, and one version of gcc
clearly tells us:

	kern_rate.c:98: warning: assuming signed overflow does not
	occur when assuming that (X + c) > X is always true

Check value against INT_MAX instead.  Also, for good measure throw
in a __predict() to flag the assumed common case.
2012-12-12 11:10:56 +00:00
..
altq
arch Map all of RAM. 2012-12-12 02:42:25 +00:00
coda
compat fix these *stat routines: don't pass a kernel stack buffer 2012-12-10 02:21:58 +00:00
conf Define msm6242b driver. 2012-11-14 02:03:25 +00:00
crypto
ddb Use _KERNEL_OPT 2012-09-01 01:13:51 +00:00
dev - 82578DC is not PCH2 but PCH. 82579V is not PCH but PCH2. This bug was 2012-12-12 09:20:35 +00:00
dist/pf IPF 5.1.2 is in external/bsd/ipf and sys/external/bsd/ipf now; 2012-09-15 18:12:17 +00:00
external Fix off by one read error. 2012-12-11 09:17:31 +00:00
fs Fix off by one error. 2012-12-07 06:50:15 +00:00
gdbscripts
ipkdb
kern Signed overflow is undefined behavior, and one version of gcc 2012-12-12 11:10:56 +00:00
lib add new divsi3 related files. 2012-10-30 16:36:03 +00:00
miscfs do something reasonable with kernel semaphores. 2012-11-25 01:03:05 +00:00
modules Add NPF "rndblock" extension to randomly drop packets (using a random function 2012-12-10 00:32:23 +00:00
net npf_rwrcksum: handle delayed checksums in the network stack; also fix 2012-12-10 01:11:13 +00:00
net80211 Set max_linkhdr when attaching so when bridging/forwarding ethernet drivers 2012-11-14 18:34:05 +00:00
netatalk
netbt
netinet use __BITMAP_TYPE 2012-12-07 02:27:29 +00:00
netinet6 Add a new sysctl to mark ports as reserved, so that they are not used in 2012-11-29 02:07:20 +00:00
netipsec rename pcb_sp to policy to avoid: 2012-12-07 15:29:38 +00:00
netisdn split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
netiso
netkey
netmpls
netnatm
netsmb Improve smbfs timestamp handling. 2012-11-30 23:24:21 +00:00
nfs fix crash in nfs client lookups, dholland says 'my fault' 2012-11-07 02:31:48 +00:00
opencrypto Add "consttime_bcmp" and "explicit_bzero" functions for both kernel 2012-08-30 12:16:48 +00:00
rump File is common between pp6 and ppc64 ports, so define ARCH_ELFSIZE 2012-11-24 18:16:15 +00:00
secmodel kill some -Wunused-but-set-variable warnings 2012-11-13 20:10:02 +00:00
stand
sys It is MAXNAMLEN, not MAXPATHLEN, that NAME_MAX has to be the same as. 2012-12-07 07:06:39 +00:00
ufs Remove always-true condition and note that the current code is suboptimal. 2012-12-08 13:42:36 +00:00
uvm Until such time as the swap subsystem can be converted to use The One True 2012-11-27 20:15:55 +00:00
Makefile