NetBSD-Bugs archive

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

PR/60653 CVS commit: src/sys



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/sys
Date: Fri, 28 Aug 2026 13:58:27 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Fri Aug 28 13:58:27 UTC 2026
 
 Modified Files:
 	src/sys/kern: kern_fork.c
 	src/sys/sys: proc.h
 
 Log Message:
 struct proc: Put p_stackbase in the [p_startcopy,p_endcopy) range.
 
 It is inherited by the child because the child has exactly the same
 memory layout as the parent.
 
 Cleanup after:
 
 PR kern/60653: posix_spawn(3) causes incorrect stack base information
 
 XXX kernel ABI revbump -- NOT FOR PULLUP
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.235 -r1.236 src/sys/kern/kern_fork.c
 cvs rdiff -u -r1.374 -r1.375 src/sys/sys/proc.h
 
 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