cvs commit: src/lib/libpthread pthread.mapsrc/lib/libpthread/thread
Makefile.inc thr_execve.c
Julian Elischer
julian at FreeBSD.org
Mon Oct 11 13:04:59 PDT 2004
julian 2004-10-11 20:04:59 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
lib/libpthread pthread.map
lib/libpthread/thread Makefile.inc
Added files: (Branch: RELENG_5)
lib/libpthread/thread thr_execve.c
Log:
MFC:
Capture calls to execve() to make sure that the
signal mask is set correctly on the thread that is going to
continue in the new process. Required for Posix compliance.
This is not perfect and better fixes may happen after 5.3
is released.
Approved by: re (scottl)
Revision Changes Path
1.12.2.1 +2 -0 src/lib/libpthread/pthread.map
1.48.2.1 +1 -0 src/lib/libpthread/thread/Makefile.inc
1.3.2.1 +68 -0 src/lib/libpthread/thread/thr_execve.c (new)
More information about the cvs-src
mailing list