DragonFly commits List (threaded) for 2005-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_closefrom.c uthread_fork.c uthread_init.c
joerg 2005/05/02 13:40:50 PDT
DragonFly src repository
Modified files:
lib/libc_r/uthread pthread_private.h uthread_closefrom.c
uthread_fork.c uthread_init.c
Log:
Explicitly close low descriptors to keep the internal state
in-sync. Move the signal pipe initialisation into a common function
and share that between fork(), init and closefrom().
Revision Changes Path
1.7 +1 -0 src/lib/libc_r/uthread/pthread_private.h
1.2 +11 -3 src/lib/libc_r/uthread/uthread_closefrom.c
1.4 +3 -30 src/lib/libc_r/uthread/uthread_fork.c
1.6 +43 -37 src/lib/libc_r/uthread/uthread_init.c
http://www.dragonflybsd.org/cvsweb/src/lib/libc_r/uthread/pthread_private.h.diff?r1=1.6&r2=1.7&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc_r/uthread/uthread_closefrom.c.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc_r/uthread/uthread_fork.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc_r/uthread/uthread_init.c.diff?r1=1.5&r2=1.6&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]