NetBSD/sys
reinoud 78f5b5f9d5 Fix alignment problems causing regular panics in tpc_sack_option on
NetBSD/alpha and NetBSD/sparc. This fixes PR#34751.

The problem most likely started to show in gcc4 and is caused by the use of
a casting to an uint32_t pointer that is later copied from using memcpy.
Gcc detects the copying of 4 bytes from an uint32_t pointer and decides to
just replace it with an aligned copy causing the trap.

Fix provided by Izumi Tsutsui and ok'd by Martin.
2006-10-20 13:11:09 +00:00
..
altq Don't enable ALTQ in altq_pfattach. Enabling/disabling of ALTQ is already 2006-10-15 13:17:13 +00:00
arch This commit provides substantial fixes and functionality for SPI flash. 2006-10-20 06:41:46 +00:00
coda - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
compat Make it compile again; it had an empty if body due the the DPRINTF and gcc 2006-10-19 15:11:59 +00:00
conf Sparc64 is -Wextra ready - but we are not sure where to go with __unused, 2006-10-17 14:28:46 +00:00
contrib/dev/ath - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
crypto
ddb - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
dev - call bus_dmamap_sync(9) against DMA descriptors more properly 2006-10-20 11:30:54 +00:00
dist now that we have -Wno-unused-parameter, back out all the tremendously ugly 2006-10-17 18:21:29 +00:00
fs - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
gdbscripts Make these work again. I know, I'm a bit impatient, since they've 2006-09-29 15:43:06 +00:00
ipkdb
kern now that we have -Wno-unused-parameter, back out all the tremendously ugly 2006-10-17 18:21:29 +00:00
lib - Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib. 2006-10-08 03:14:55 +00:00
lkm Make pn_family static. 2006-10-04 21:47:56 +00:00
miscfs add wrapper functions of lockmgr on g_glock. 2006-10-14 09:16:28 +00:00
net now that we have -Wno-unused-parameter, back out all the tremendously ugly 2006-10-17 18:21:29 +00:00
net80211 - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
netatalk - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
netbt - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
netinet Fix alignment problems causing regular panics in tpc_sack_option on 2006-10-20 13:11:09 +00:00
netinet6 use portable bitfields. 2006-10-17 14:52:21 +00:00
netipsec more __unused 2006-10-13 20:53:59 +00:00
netisdn replace static for ncapi - it doesn't need exporting - nuke it from the header 2006-10-16 13:03:03 +00:00
netiso - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
netkey Fix argument order 2006-10-14 21:05:40 +00:00
netnatm
netsmb - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
nfs now that we have -Wno-unused-parameter, back out all the tremendously ugly 2006-10-17 18:21:29 +00:00
opencrypto - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
secmodel Introduce KAUTH_REQ_NETWORK_SOCKET_CANSEE. Since we're not gonna be having 2006-10-13 15:39:18 +00:00
stand
sys regen 2006-10-17 15:07:21 +00:00
ufs ffs_truncate: don't forget to zero the past eof in the case of 2006-10-17 11:39:18 +00:00
uvm add an assertion. 2006-10-19 09:34:00 +00:00
Makefile