Date: Mon, 11 Oct 2004 20:04:59 +0000 (UTC) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread pthread.mapsrc/lib/libpthread/thread Makefile.inc thr_execve.c Message-ID: <200410112004.i9BK4xIF084288@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410112004.i9BK4xIF084288>
