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
/
libthr
/
thread
/
thr_fork.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide custom simple allocator for rtld locks in libthr. The allocator
kib
2008-12-02
1
-1
/
+1
*
Invoke _rtld_atfork_post earlier, before we reinitialize rtld locks
kan
2008-12-01
1
-3
/
+4
*
Unlock the malloc() locks in the child process after fork(). This gives
kib
2008-11-29
1
-0
/
+1
*
Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.
kib
2008-11-27
1
-1
/
+10
*
Remove 3rd clause, renumber, ok per email
imp
2007-01-12
1
-4
/
+1
*
Eliminate atomic operations in thread cancellation functions, it should
davidxu
2006-11-24
1
-1
/
+1
*
Don't inherit THR_FLAGS_NEED_SUSPEND for child process, child process
davidxu
2006-10-14
1
-0
/
+2
*
Replace internal usage of struct umtx with umutex which can supports
davidxu
2006-09-06
1
-6
/
+6
*
WARNS level 4 cleanup.
davidxu
2006-04-04
1
-0
/
+4
*
In preparation for a new malloc implementation:
jasone
2006-01-12
1
-10
/
+4
*
Remove in-progress wait code to sync with libpthread's behavior.
davidxu
2006-01-03
1
-30
/
+8
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-0
/
+222