Module Name: src Committed By: uebayasi Date: Mon May 12 13:49:24 UTC 2014
Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: Don't reserve space (128) on signal stack for unknown reasons; the actual space for struct sigframe_siginfo (+ alignment) is allocated just below. Confirmed by the following tests: tests/lib/libc/gen/t_siginfo tests/lib/libc/sys/t_sigtimedwait tests/lib/libc/sys/t_sigaction tests/lib/libc/sys/t_sigqueue To generate a diff of this commit: cvs rdiff -u -r1.208 -r1.209 src/sys/arch/amd64/amd64/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.