Date: Tue, 4 Jan 2000 03:02:55 -0800 (PST) From: Thomas Gellekum <tg@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r Makefile src/lib/libc_r/test/sigsuspend sigsuspend.c src/lib/libc_r/test/sigwait sigwait.c src/lib/libc_r/uthread pthread_private.h uthread_attr_setschedparam.c uthread_fork.c uthread_kern.c uthread_kill.c uthread_sig.c ... Message-ID: <200001041102.DAA13251@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tg 2000/01/04 03:02:55 PST
Modified files: (Branch: RELENG_3)
lib/libc_r Makefile
lib/libc_r/test/sigsuspend sigsuspend.c
lib/libc_r/test/sigwait sigwait.c
lib/libc_r/uthread pthread_private.h
uthread_attr_setschedparam.c
uthread_fork.c uthread_kern.c
uthread_kill.c uthread_sig.c
uthread_sigwait.c uthread_wait4.c
Log:
MFC: Fix signal handling.
Reviewed by: deischen
Fix some botches I introduced in the last commits.
Revision Changes Path
1.14.2.5 +2 -1 src/lib/libc_r/Makefile
1.1.4.2 +16 -8 src/lib/libc_r/test/sigsuspend/sigsuspend.c
1.2.4.2 +5 -5 src/lib/libc_r/test/sigwait/sigwait.c
1.16.2.6 +10 -4 src/lib/libc_r/uthread/pthread_private.h
1.1.4.2 +2 -2 src/lib/libc_r/uthread/uthread_attr_setschedparam.c
1.8.2.5 +4 -1 src/lib/libc_r/uthread/uthread_fork.c
1.15.2.8 +7 -2 src/lib/libc_r/uthread/uthread_kern.c
1.5.2.5 +2 -94 src/lib/libc_r/uthread/uthread_kill.c
1.15.2.5 +274 -69 src/lib/libc_r/uthread/uthread_sig.c
1.4.2.6 +9 -4 src/lib/libc_r/uthread/uthread_sigwait.c
1.2.2.4 +2 -2 src/lib/libc_r/uthread/uthread_wait4.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001041102.DAA13251>
