Date: Mon, 16 Sep 2002 12:52:54 -0700 (PDT) From: Jonathan Mini <mini@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_cancel.c thr_close.c thr_create.c thr_exit.c thr_fcntl.c thr_fork.c thr_fsync.c thr_info.c thr_init.c thr_kern.c thr_kill.c thr_msync.c thr_open.c thr_poll.c thr_priority_queue.c thr_private.h thr_read.c ... Message-ID: <200209161952.g8GJqshB048167@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mini 2002/09/16 12:52:52 PDT
Modified files:
lib/libpthread/thread thr_cancel.c thr_close.c thr_create.c
thr_exit.c thr_fcntl.c thr_fork.c
thr_fsync.c thr_info.c thr_init.c
thr_kern.c thr_kill.c thr_msync.c
thr_open.c thr_poll.c
thr_priority_queue.c thr_private.h
thr_read.c thr_readv.c thr_select.c
thr_sigmask.c thr_sigsuspend.c
thr_sigwait.c thr_wait4.c thr_write.c
thr_writev.c thr_yield.c
Log:
Make libpthread KSE aware.
Reviewed by: deischen, julian
Approved by: -arch
Revision Changes Path
1.16 +0 -10 src/lib/libpthread/thread/thr_cancel.c
1.15 +1 -62 src/lib/libpthread/thread/thr_close.c
1.36 +8 -35 src/lib/libpthread/thread/thr_create.c
1.29 +0 -45 src/lib/libpthread/thread/thr_exit.c
1.17 +3 -105 src/lib/libpthread/thread/thr_fcntl.c
1.29 +1 -64 src/lib/libpthread/thread/thr_fork.c
1.12 +1 -13 src/lib/libpthread/thread/thr_fsync.c
1.22 +0 -65 src/lib/libpthread/thread/thr_info.c
1.43 +16 -158 src/lib/libpthread/thread/thr_init.c
1.44 +82 -588 src/lib/libpthread/thread/thr_kern.c
1.14 +2 -28 src/lib/libpthread/thread/thr_kill.c
1.7 +1 -11 src/lib/libpthread/thread/thr_msync.c
1.14 +1 -31 src/lib/libpthread/thread/thr_open.c
1.14 +1 -56 src/lib/libpthread/thread/thr_poll.c
1.10 +2 -2 src/lib/libpthread/thread/thr_priority_queue.c
1.75 +7 -327 src/lib/libpthread/thread/thr_private.h
1.16 +1 -57 src/lib/libpthread/thread/thr_read.c
1.17 +1 -52 src/lib/libpthread/thread/thr_readv.c
1.23 +1 -173 src/lib/libpthread/thread/thr_select.c
1.11 +1 -58 src/lib/libpthread/thread/thr_sigmask.c
1.14 +1 -49 src/lib/libpthread/thread/thr_sigsuspend.c
1.20 +3 -125 src/lib/libpthread/thread/thr_sigwait.c
1.16 +0 -29 src/lib/libpthread/thread/thr_wait4.c
1.22 +1 -93 src/lib/libpthread/thread/thr_write.c
1.22 +1 -160 src/lib/libpthread/thread/thr_writev.c
1.9 +2 -2 src/lib/libpthread/thread/thr_yield.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?200209161952.g8GJqshB048167>
