DragonFly commits List (threaded) for 2008-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/lib/libc/gen pthread_fake.c src/lib/libc_r/uthread Makefile.inc pthread_private.h uthread_atfork.c uthread_fork.c uthread_init.c
hasso 2008/05/25 14:34:49 PDT
DragonFly src repository
Modified files:
lib/libc/gen pthread_fake.c
lib/libc_r/uthread Makefile.inc pthread_private.h
uthread_fork.c uthread_init.c
Added files:
lib/libc_r/uthread uthread_atfork.c
Log:
Add pthread_atfork() implementation to libc_r. libthread_xu has it already,
but it was unusable due to missing code in libc_r.
Obtained-from: FreeBSD
Revision Changes Path
1.3 +1 -0 src/lib/libc/gen/pthread_fake.c
1.10 +1 -0 src/lib/libc_r/uthread/Makefile.inc
1.16 +10 -0 src/lib/libc_r/uthread/pthread_private.h
1.6 +21 -1 src/lib/libc_r/uthread/uthread_fork.c
1.11 +2 -0 src/lib/libc_r/uthread/uthread_init.c
http://www.dragonflybsd.org/cvsweb/src/lib/libc/gen/pthread_fake.c.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc_r/uthread/Makefile.inc.diff?r1=1.9&r2=1.10&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc_r/uthread/pthread_private.h.diff?r1=1.15&r2=1.16&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc_r/uthread/uthread_fork.c.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc_r/uthread/uthread_init.c.diff?r1=1.10&r2=1.11&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]