Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-5] src/lib/libc
Module Name: src
Committed By: snj
Date: Mon Feb 2 22:07:40 UTC 2009
Modified Files:
src/lib/libc/misc [netbsd-5]: stack_protector.c
src/lib/libc/stdlib [netbsd-5]: abort.c
src/lib/libc/thread-stub [netbsd-5]: thread-stub.c
Log Message:
Pull up following revision(s) (requested by ad in ticket #399):
lib/libc/misc/stack_protector.c: revision 1.3
lib/libc/stdlib/abort.c: revision 1.13
lib/libc/thread-stub/thread-stub.c: revision 1.21
Make threaded programs die correctly:
kill(getpid(), SIGFOO) -> raise(SIGFOO)
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.2.4.1 src/lib/libc/misc/stack_protector.c
cvs rdiff -r1.12 -r1.12.38.1 src/lib/libc/stdlib/abort.c
cvs rdiff -r1.20 -r1.20.6.1 src/lib/libc/thread-stub/thread-stub.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