Go to file
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
bin c99 initializer 2006-10-16 00:43:00 +00:00
common sysconf() returns long, which isn't neccessarily assignment-compatible 2006-10-19 10:10:35 +00:00
crypto Added ipsecdoi_chkcmpids() function 2006-10-19 09:36:22 +00:00
dist Fix spacing issue, reported by anonymous. 2006-10-19 20:28:45 +00:00
distrib add new iconvdata ATARIST, HP-ROMAN8, NEXTSTEP. 2006-10-19 14:45:02 +00:00
doc mention tcp abc. reminded by Rui Paulo. 2006-10-20 09:39:55 +00:00
etc Add the GUMSTIX kernels now that the distrib setup tries to find 2006-10-18 10:13:58 +00:00
games Typo, from David A. Holland on #NetBSD-code, thanks! 2006-10-08 20:12:27 +00:00
gnu gcc4/gdb6 work well with dwarf debug symbols (at least in the example 2006-10-19 18:10:38 +00:00
include add MOPT_NULL 2006-10-16 03:31:27 +00:00
lib powerpc MD_DO_NOT_NEED_FALLTHRU. 2006-10-19 18:59:30 +00:00
libexec Create _rtld_relocate_plt_object and use it in _rtld_bind and 2006-10-17 08:33:36 +00:00
regress Add handling of the supposed-to-fail tests. Add an 2006-10-18 00:05:33 +00:00
rescue Add mount_tmpfs(8) to /rescue. Ok with christos. 2006-08-16 16:50:59 +00:00
sbin Add initialization of a variable where gcc for some archs thinks 2006-10-17 21:14:03 +00:00
share mention tcp abc. reminded by Rui Paulo. 2006-10-20 09:39:55 +00:00
sys Fix alignment problems causing regular panics in tpc_sack_option on 2006-10-20 13:11:09 +00:00
tools s/gcc3/gcc4/. 2006-10-19 08:18:45 +00:00
usr.bin The symbol to define to 1 if a pointer to an int fits in a long is 2006-10-20 12:51:12 +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