cvs commit: src/lib/libthr/thread Makefile.inc thr_cancel.c
thr_kern.c thr_private.h thr_rtld.c thr_sig.c
David Xu
davidxu at FreeBSD.org
Tue Apr 4 23:23:51 UTC 2006
davidxu 2006-04-04 23:23:51 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
lib/libthr/thread Makefile.inc thr_cancel.c thr_kern.c
thr_private.h thr_sig.c
Added files: (Branch: RELENG_6)
lib/libthr/thread thr_rtld.c
Log:
MFC thr_cancel.c revision 1.12
thr_kern.c revision 1.20
thr_private.h revision 1.58
thr_sig.c revision 1.16, 1.17
thr_rtld.c revision 1.0-1.2
Add rtld locking support.
Approved by: re (scottl)
Revision Changes Path
1.10.2.2 +1 -0 src/lib/libthr/thread/Makefile.inc
1.11.2.1 +1 -1 src/lib/libthr/thread/thr_cancel.c
1.19.2.1 +0 -2 src/lib/libthr/thread/thr_kern.c
1.47.2.2 +7 -0 src/lib/libthr/thread/thr_private.h
1.3.2.1 +219 -0 src/lib/libthr/thread/thr_rtld.c (new)
1.13.2.2 +6 -2 src/lib/libthr/thread/thr_sig.c
More information about the cvs-src
mailing list