Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/25/2003 22:26:44
Module Name:	src
Committed By:	christos
Date:		Tue Nov 25 22:26:44 UTC 2003

Modified Files:
	src/lib/libpthread: pthread_sig.c

Log Message:
- don't store sigmask on the stack, we could store it in the right place
  [in the context]
- this has the side effect of fixing the problem of the signal mask not
  being preserved properly upon signal return, found and fixed by cl.
- add si_code to the tramp debugging output (requested by cl).


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/lib/libpthread/pthread_sig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.