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
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
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
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
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