index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libpthread
/
pthread.map
Commit message (
Expand
)
Author
Age
Files
Lines
*
Export offsets of thread signal pending set and signal mask for debugger.
davidxu
2006-05-17
1
-0
/
+2
*
Add compatibility symbol maps. libpthread (.so.1 and .so.2)
deischen
2006-03-13
1
-14
/
+380
*
Export following functions:
davidxu
2005-10-24
1
-0
/
+8
*
Add usleep to the map files.
deischen
2005-08-03
1
-0
/
+2
*
Use a generic way to back threads out of wait queues when handling
deischen
2004-12-18
1
-0
/
+1
*
Add a wrapper for execve(). The exec'd process must be started with
deischen
2004-09-26
1
-0
/
+2
*
1. Add macro DTV_OFFSET to calculate dtv offset in tcb.
davidxu
2004-08-16
1
-3
/
+19
*
Export necessary symbols to debugger.
davidxu
2004-07-13
1
-7
/
+4
*
Add sem_timedwait to the symbol map, otherwise the libc version will
deischen
2004-02-10
1
-0
/
+2
*
Implement sigaltstack() as per-threaded. Current only scope process thread
davidxu
2003-12-29
1
-0
/
+2
*
Add cancellation points for accept() and connect().
deischen
2003-12-09
1
-0
/
+4
*
Add an implementation for pthread_atfork().
deischen
2003-11-04
1
-0
/
+2
*
Add code to support pthread spin lock.
davidxu
2003-09-09
1
-0
/
+10
*
Add small piece of code to support pthread_rwlock_timedrdlock and
davidxu
2003-09-06
1
-0
/
+4
*
Add code to support barrier synchronous object and implement
davidxu
2003-09-04
1
-0
/
+17
*
Override libc function raise(), in threading mode, raise() will
davidxu
2003-07-19
1
-0
/
+2
*
o Use a daemon thread to monitor signal events in kernel, if pending
davidxu
2003-06-28
1
-0
/
+4
*
Attempt to eliminate PLT relocations from rwlock aquire/release
kan
2003-05-30
1
-0
/
+296