cvs commit: src/lib/libthr pthread.map

2008-03-04 Thread David Xu
davidxu 2008-03-05 06:56:35 UTC FreeBSD src repository Modified files: lib/libthr pthread.map Log: Add more cpu affinity function's symbols. Revision ChangesPath 1.28 +6 -0 src/lib/libthr/pthread.map ___

cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread Makefile.inc thr_affinity.c

2008-03-03 Thread David Xu
davidxu 2008-03-03 09:16:29 UTC FreeBSD src repository Modified files: lib/libthr pthread.map lib/libthr/threadMakefile.inc Added files: lib/libthr/threadthr_affinity.c Log: Implement functions pthread_getaffinity_np and pthread_setaffinity_np to g

Re: cvs commit: src/lib/libthr pthread.map

2008-02-06 Thread Dag-Erling Smørgrav
Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes: > Log: > Yet another pointy hat: when I zapped FBSDprivate_1.1, I forgot to move > its contents to FBSDprivate_1.0. This should be the last of them. Sorry for the stream-of-consciousness commits; yet another case of the fingers outrunning the

cvs commit: src/lib/libthr pthread.map

2008-02-06 Thread Dag-Erling Smorgrav
des 2008-02-06 20:45:46 UTC FreeBSD src repository Modified files: lib/libthr pthread.map Log: Yet another pointy hat: when I zapped FBSDprivate_1.1, I forgot to move its contents to FBSDprivate_1.0. Revision ChangesPath 1.26 +1 -0 src/lib/li

cvs commit: src/lib/libthr pthread.map

2008-02-06 Thread Dag-Erling Smorgrav
des 2008-02-06 20:20:29 UTC FreeBSD src repository Modified files: lib/libthr pthread.map Log: Remove incorrectly added FBSDprivate_1.1 namespace, and move symbols which are new in FreeBSD 8 to the appropriate namespace. Revision ChangesPath 1.24

Re: cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_syscalls.c

2007-12-20 Thread David Xu
Alexander Kabaev wrote: On Thu, 20 Dec 2007 17:10:03 -0800 Xin LI <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Alexander, Alexander Kabaev wrote: On Thu, 20 Dec 2007 04:32:28 + (UTC) David Xu <[EMAIL PROTECTED]> wrote: davidxu 2007-12-20 04:32:28 UTC

Re: cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_syscalls.c

2007-12-20 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander Kabaev wrote: [snip] > The change does not break existing binaries, as libc will satisfy all > references after fork symbol was removed from libthr. It just breaks > general rule: we do not remove versioned symbols once they were > released u

Re: cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_syscalls.c

2007-12-20 Thread Alexander Kabaev
On Thu, 20 Dec 2007 17:10:03 -0800 Xin LI <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, Alexander, > > Alexander Kabaev wrote: > > On Thu, 20 Dec 2007 04:32:28 + (UTC) > > David Xu <[EMAIL PROTECTED]> wrote: > > > >> davidxu 2007-12-20 04:32:28 UTC

Re: cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_syscalls.c

2007-12-20 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Alexander, Alexander Kabaev wrote: > On Thu, 20 Dec 2007 04:32:28 + (UTC) > David Xu <[EMAIL PROTECTED]> wrote: > >> davidxu 2007-12-20 04:32:28 UTC >> >> FreeBSD src repository >> >> Modified files: >> lib/libthr pthrea

Re: cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_syscalls.c

2007-12-20 Thread Alexander Kabaev
On Thu, 20 Dec 2007 04:32:28 + (UTC) David Xu <[EMAIL PROTECTED]> wrote: > davidxu 2007-12-20 04:32:28 UTC > > FreeBSD src repository > > Modified files: > lib/libthr pthread.map > lib/libthr/threadthr_syscalls.c > Log: > Remove vfork() overloading, it is

cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_syscalls.c

2007-12-19 Thread David Xu
davidxu 2007-12-20 04:32:28 UTC FreeBSD src repository Modified files: lib/libthr pthread.map lib/libthr/threadthr_syscalls.c Log: Remove vfork() overloading, it is no longer needed. Revision ChangesPath 1.21 +0 -2 src/lib/libthr/pthread.m

cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_mutex.c src/lib/libkse kse.map src/lib/libkse/sys lock.c lock.h src/lib/libkse/thread thr_cond.c thr_init.c thr_kern.c thr_mutex.c thr_

2007-11-26 Thread Jason Evans
jasone 2007-11-27 03:16:44 UTC FreeBSD src repository Modified files: lib/libthr pthread.map lib/libthr/threadthr_mutex.c lib/libkse kse.map lib/libkse/sys lock.c lock.h lib/libkse/threadthr_cond.c thr_init.c thr_kern.c

cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_init.c thr_sig.c thr_syscalls.c

2006-07-25 Thread David Xu
davidxu 2006-07-25 12:50:05 UTC FreeBSD src repository Modified files: lib/libthr pthread.map lib/libthr/threadthr_init.c thr_sig.c thr_syscalls.c Log: 1. Don't override underscore version of aio_suspend(), system(), wait(), waitpid() and usleep(), they ar

cvs commit: src/lib/libthr pthread.map

2006-05-11 Thread David Xu
davidxu 2006-05-11 07:02:52 UTC FreeBSD src repository Modified files: lib/libthr pthread.map Log: Add symbol versions: FBSD_1.0 and FBSDprivate. Revision ChangesPath 1.15 +387 -3src/lib/libthr/pthread.map ___

cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread Makefile.inc thr_attr.c thr_barrier.c thr_barrierattr.c thr_cancel.c thr_clean.c thr_concurrency.c thr_cond.c thr_condattr.c thr_create.c t

2006-04-03 Thread David Xu
davidxu 2006-04-04 02:57:50 UTC FreeBSD src repository Modified files: lib/libthr pthread.map lib/libthr/threadMakefile.inc thr_attr.c thr_barrier.c thr_barrierattr.c thr_cancel.c thr_clean.c thr_concurrency.c thr_

cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_timer.c

2006-03-08 Thread David Xu
davidxu 2006-03-08 23:47:04 UTC FreeBSD src repository Modified files: lib/libthr pthread.map Removed files: lib/libthr/threadthr_timer.c Log: Remove mqueue and timer, now they are in librt. Revision ChangesPath 1.13 +0 -8 src/lib/libthr

cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_timer.c

2006-01-04 Thread David Xu
davidxu 2006-01-04 11:48:02 UTC FreeBSD src repository Modified files: lib/libthr pthread.map lib/libthr/threadthr_timer.c Log: 1. Add SIGEV_THREAD notification for mq_notify. 2. Reuse current timer code and abstract some common code to to support both t

cvs commit: src/lib/libthr pthread.map

2005-12-26 Thread David Xu
davidxu 2005-12-26 12:30:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libthr pthread.map Log: Sync version number with libpthread. Revision ChangesPath 1.3.2.3 +1 -1 src/lib/libthr/pthread.map ___

cvs commit: src/lib/libthr pthread.map

2005-12-20 Thread David Xu
davidxu 2005-12-21 02:34:21 UTC FreeBSD src repository Modified files: lib/libthr pthread.map Log: Follow the mistake in libpthread, the first version name in libpthread is LIBTHREAD_1_0, but really it should be LIBPTHREAD_1_0. Fix it so libmap.conf works again (it

cvs commit: src/lib/libthr pthread.map

2005-12-14 Thread David Xu
davidxu 2005-12-15 06:43:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libthr pthread.map Log: MFC Revision 1.8: Put pthread_condattr_init sorted order. Revision 1.7: Export following functions: _pthread_