cvs commit: src/lib/libthr/thread Makefile.inc thr_cancel.c thr_kern.c thr_private.h thr_rtld.c thr_sig.c

2006-04-04 Thread David Xu
davidxu 2006-04-04 23:23:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libthr/threadMakefile.inc thr_cancel.c thr_kern.c thr_private.h thr_sig.c Added files: (Branch: RELENG_6) lib/libthr/threadthr_rtld.c

cvs commit: src/lib/libthr/thread Makefile.inc thr_create.c thr_init.c thr_mutex.c thr_mutexattr.c thr_private.h thr_setschedparam.c

2006-03-27 Thread David Xu
davidxu 2006-03-27 23:50:21 UTC FreeBSD src repository Modified files: lib/libthr/threadMakefile.inc thr_create.c thr_init.c thr_mutex.c thr_mutexattr.c thr_private.h thr_setschedparam.c Log: Remove priority mutex code becau

cvs commit: src/lib/libthr/thread Makefile.inc

2006-03-24 Thread David Xu
davidxu 2006-03-25 05:00:54 UTC FreeBSD src repository Modified files: lib/libthr/threadMakefile.inc Log: Compile thr_rtld.c Revision ChangesPath 1.14 +1 -0 src/lib/libthr/thread/Makefile.inc ___ cvs-all@freebs

cvs commit: src/lib/libthr/thread Makefile.inc

2006-02-21 Thread David Xu
davidxu 2006-02-22 02:52:22 UTC FreeBSD src repository Modified files: lib/libthr/threadMakefile.inc Log: Disable POSIX SIGEV_THREAD notification support, soon we will have a common library which can be reused both for libthr and libpthread. Revision ChangesPath

cvs commit: src/lib/libthr/thread Makefile.inc thr_info.c

2006-01-09 Thread David Xu
davidxu 2006-01-09 08:07:22 UTC FreeBSD src repository Modified files: lib/libthr/threadMakefile.inc thr_info.c Log: Rescue pthread_set_name_np for compatible reason, remove unused code. Revision ChangesPath 1.12 +1 -0 src/lib/libthr/thread/Makefile.inc