NetBSD-Bugs archive

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

PR/60653 CVS commit: src



The following reply was made to PR kern/60653; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60653 CVS commit: src
Date: Fri, 28 Aug 2026 06:35:26 +0000

 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