Date: Tue, 29 Sep 1998 23:27:32 -0700 (PDT) From: John Birrell <jb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_kill.c uthread_sig.c uthread_sigsuspend.c uthread_sigwait.c Message-ID: <199809300627.XAA11139@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 1998/09/29 23:27:32 PDT Modified files: lib/libc_r/uthread uthread_kill.c uthread_sig.c uthread_sigsuspend.c uthread_sigwait.c Log: Implementation of an additional state called SIGWAIT (with the previous one renamed to SIGSUSPEND) to fix sigwait(). Submitted by: Daniel M. Eischen <eischen@vigrid.com> Revision Changes Path 1.4 +37 -7 src/lib/libc_r/uthread/uthread_kill.c 1.15 +42 -44 src/lib/libc_r/uthread/uthread_sig.c 1.5 +4 -4 src/lib/libc_r/uthread/uthread_sigsuspend.c 1.4 +33 -13 src/lib/libc_r/uthread/uthread_sigwait.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809300627.XAA11139>