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 Aug 28 06:35:26 UTC 2026

Modified Files:
        src/distrib/sets/lists/debug: mi
        src/distrib/sets/lists/tests: mi
        src/tests/kernel: Makefile t_signal_and_sp.c
Added Files:
        src/tests/kernel: getstack.c getstack.h h_getstack.c

Log Message:
Test various methods of getting the process's stack base and size.

And test the effect of fork, vfork, failed execve, and posix_spawn on
them.

PR kern/60653: posix_spawn(3) causes incorrect stack base information


To generate a diff of this commit:
cvs rdiff -u -r1.517 -r1.518 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.1428 -r1.1429 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.98 -r1.99 src/tests/kernel/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/kernel/getstack.c \
    src/tests/kernel/getstack.h src/tests/kernel/h_getstack.c
cvs rdiff -u -r1.21 -r1.22 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