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_stack.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID() for .c files from lib/libthr/thread.
kib
2016-04-08
1
-2
/
+3
*
If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbols
kib
2016-02-08
1
-2
/
+1
*
Add a knob LIBPTHREAD_BIGSTACK_MAIN, which instructs libthr to leave
kib
2014-08-13
1
-1
/
+4
*
Style.
kib
2014-08-13
1
-1
/
+1
*
For the process that already loaded libthr but still not initialized
kib
2011-01-10
1
-0
/
+26
*
Implement the __pthread_map_stacks_exec() for libthr.
kib
2011-01-09
1
-1
/
+34
*
Convert thread list lock from mutex to rwlock.
davidxu
2010-09-13
1
-1
/
+1
*
WARNS level 4 cleanup.
davidxu
2006-04-04
1
-3
/
+4
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-105
/
+125
*
Increase the default stacksizes:
marcus
2005-03-06
1
-6
/
+6
*
Don't include sys/user.h merely for its side-effect of recursively
das
2004-11-27
1
-1
/
+0
*
Decouple the thread stack [de]allocating functions from the 'dead threads list'
mtm
2003-05-26
1
-4
/
+4
*
Start locking up the active and dead threads lists. The active threads
mtm
2003-05-25
1
-9
/
+5
*
- Add libthr but don't hook it up to the regular build yet. This is an
jeff
2003-04-01
1
-0
/
+240