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
___
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
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
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
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
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
-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
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
-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
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
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
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
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
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
___
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_
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
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
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
___
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
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_
20 matches
Mail list logo