summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/pthread.map
Commit message (Expand)AuthorAgeFilesLines
* Repo copy libpthreads to libkse.obrien2007-10-091-370/+0
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.deischen2007-05-131-368/+0
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-20/+21
* Export offsets of thread signal pending set and signal mask for debugger.davidxu2006-05-171-0/+2
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)deischen2006-03-131-14/+380
* Export following functions:davidxu2005-10-241-0/+8
* Add usleep to the map files.deischen2005-08-031-0/+2
* Use a generic way to back threads out of wait queues when handlingdeischen2004-12-181-0/+1
* Add a wrapper for execve(). The exec'd process must be started withdeischen2004-09-261-0/+2
* 1. Add macro DTV_OFFSET to calculate dtv offset in tcb.davidxu2004-08-161-3/+19
* Export necessary symbols to debugger.davidxu2004-07-131-7/+4
* Add sem_timedwait to the symbol map, otherwise the libc version willdeischen2004-02-101-0/+2
* Implement sigaltstack() as per-threaded. Current only scope process threaddavidxu2003-12-291-0/+2
* Add cancellation points for accept() and connect().deischen2003-12-091-0/+4
* Add an implementation for pthread_atfork().deischen2003-11-041-0/+2
* Add code to support pthread spin lock.davidxu2003-09-091-0/+10
* Add small piece of code to support pthread_rwlock_timedrdlock anddavidxu2003-09-061-0/+4
* Add code to support barrier synchronous object and implementdavidxu2003-09-041-0/+17
* Override libc function raise(), in threading mode, raise() willdavidxu2003-07-191-0/+2
* o Use a daemon thread to monitor signal events in kernel, if pendingdavidxu2003-06-281-0/+4
* Attempt to eliminate PLT relocations from rwlock aquire/releasekan2003-05-301-0/+296
OpenPOWER on IntegriCloud