Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/m68k



Module Name:    src
Committed By:   thorpej
Date:           Sun Aug 30 00:38:50 UTC 2026

Modified Files:
        src/sys/arch/m68k/include: frame.h
        src/sys/arch/m68k/m68k: compat_16_machdep.c sig_machdep.c
            sunos_machdep.c

Log Message:
Make sure the stack is aligned when delivering signals.

Fixes the t_signal_and_sp:misaligned_sp_and_signal and
t_signal_and_sp:signalsp_sigaltstack test cases on m68k.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/m68k/include/frame.h
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/m68k/m68k/compat_16_machdep.c
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/m68k/m68k/sig_machdep.c
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/m68k/m68k/sunos_machdep.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