NetBSD-Bugs archive

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

PR/57946 CVS commit: [netbsd-11] src



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57946 CVS commit: [netbsd-11] src
Date: Fri, 3 Apr 2026 13:42:38 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Fri Apr  3 13:42:38 UTC 2026
 
 Modified Files:
 	src/lib/libc/compat/arch/arm/gen [netbsd-11]: compat_setjmp.S
 	src/tests/lib/libc/setjmp [netbsd-11]: t_sigstack.c
 
 Log Message:
 Pull up following revision(s) (requested by skrll in ticket #250):
 
 	tests/lib/libc/setjmp/t_sigstack.c: revision 1.26
 	lib/libc/compat/arch/arm/gen/compat_setjmp.S: revision 1.7
 
 arm: fix PR/57946 for compat
 
 Make longjmp restore stack first before restoring signal mask for
 arm/compat.
 
 arm is fixed.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.5.10.1 -r1.5.10.2 \
     src/lib/libc/compat/arch/arm/gen/compat_setjmp.S
 cvs rdiff -u -r1.25 -r1.25.2.1 src/tests/lib/libc/setjmp/t_sigstack.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