Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: riastradh
Date: Fri Apr 25 00:59:27 UTC 2025
Modified Files:
src/sys/arch/alpha/alpha: compat_16_machdep.c machdep.c
src/sys/arch/alpha/include: frame.h
src/tests/kernel: t_signal_and_sp.c
Log Message:
alpha: Align signal pointer on entry to signal handler.
PR kern/59327: user stack pointer is not aligned properly
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/alpha/alpha/compat_16_machdep.c
cvs rdiff -u -r1.382 -r1.383 src/sys/arch/alpha/alpha/machdep.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/alpha/include/frame.h
cvs rdiff -u -r1.15 -r1.16 src/tests/kernel/t_signal_and_sp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index