Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib



Module Name:    src
Committed By:   christos
Date:           Thu Mar 21 16:49:12 UTC 2013

Modified Files:
        src/lib/libc/include: reentrant.h
        src/lib/libc/thread-stub: thread-stub.c
        src/lib/libpthread: Makefile pthread.c pthread_cancelstub.c
            pthread_cond.c pthread_int.h pthread_misc.c pthread_mutex.c
            pthread_once.c pthread_rwlock.c pthread_specific.c pthread_tsd.c

Log Message:
- Allow libpthread to be dlopened again, by providing libc stubs to libpthread.
- Fail if the dlopened libpthread does pthread_create(). From manu@
- Discussed at length in the mailing lists; approved by core@
- This was chosen as the least intrusive patch that will provide
  the necessary functionality.
XXX: pullup to 6


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/include/reentrant.h
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/thread-stub/thread-stub.c
cvs rdiff -u -r1.79 -r1.80 src/lib/libpthread/Makefile
cvs rdiff -u -r1.142 -r1.143 src/lib/libpthread/pthread.c
cvs rdiff -u -r1.37 -r1.38 src/lib/libpthread/pthread_cancelstub.c
cvs rdiff -u -r1.58 -r1.59 src/lib/libpthread/pthread_cond.c
cvs rdiff -u -r1.88 -r1.89 src/lib/libpthread/pthread_int.h
cvs rdiff -u -r1.14 -r1.15 src/lib/libpthread/pthread_misc.c
cvs rdiff -u -r1.55 -r1.56 src/lib/libpthread/pthread_mutex.c
cvs rdiff -u -r1.2 -r1.3 src/lib/libpthread/pthread_once.c
cvs rdiff -u -r1.32 -r1.33 src/lib/libpthread/pthread_rwlock.c
cvs rdiff -u -r1.25 -r1.26 src/lib/libpthread/pthread_specific.c
cvs rdiff -u -r1.10 -r1.11 src/lib/libpthread/pthread_tsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index