summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_execve.c
Commit message (Expand)AuthorAgeFilesLines
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-091-66/+0
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)Daniel Eischen2006-03-131-0/+3
* Use PTHREAD_SCOPE_SYSTEM to decide what should be done.David Xu2004-10-071-3/+2
* Follow kernel change, restore signal mask correctly by using a commandDavid Xu2004-10-071-21/+17
* Add a wrapper for execve(). The exec'd process must be started withDaniel Eischen2004-09-261-0/+68