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_init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set default contention scope to system.
davidxu
2006-03-20
1
-1
/
+1
*
Add some more pthread stubs so that librt can use them.
deischen
2006-03-05
1
-4
/
+35
*
Rework last change of pthread_once, create a function _thr_once_init to
davidxu
2006-02-15
1
-2
/
+1
*
After fork(), reinitialize internal locks for pthread_once().
davidxu
2006-02-15
1
-0
/
+2
*
Now, thread name is stored in kernel, userland no longer has to keep it.
davidxu
2006-02-05
1
-2
/
+1
*
Use macro STATIC_LIB_REQUIRE to declare a symbol should be linked into
davidxu
2006-01-10
1
-95
/
+68
*
1. Retire macro SCLASS, instead simply use language keyword and
davidxu
2005-12-21
1
-0
/
+52
*
Add code to handle timer_delete(). The timer wrapper code is completely
davidxu
2005-11-01
1
-0
/
+1
*
Conditionally report initial thread event.
davidxu
2005-04-12
1
-1
/
+2
*
Add debugger event reporting support, current only TD_CREATE and TD_DEATH
davidxu
2005-04-12
1
-0
/
+2
*
Remove unique id field which is no longer used by debugger.
davidxu
2005-04-06
1
-1
/
+0
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-161
/
+214
*
Increase the default stacksizes:
marcus
2005-03-06
1
-6
/
+16
*
Don't include sys/user.h merely for its side-effect of recursively
das
2004-11-27
1
-1
/
+0
*
Implement pthread_atfork in libthr. This is mostly from deichen's
mtm
2004-06-27
1
-0
/
+4
*
In the case that the global thread list is being re-initialized after
mtm
2004-06-27
1
-4
/
+4
*
Make libthr async-signal-safe without costly signal masking. The guidlines I
mtm
2004-05-20
1
-18
/
+3
*
o Remove more references to SIGTHR
mtm
2004-03-29
1
-51
/
+0
*
Remove the garbage collector thread. All resources are freed
mtm
2004-03-28
1
-4
/
+2
*
Move the initialization of thread priority to a common function.
mtm
2004-02-18
1
-5
/
+3
*
Preparations to make libthr work in multi-threaded fork()ing applications.
mtm
2003-12-26
1
-39
/
+78
*
When _PTHREADSINVARIANTS is defined SIGABRT is not included
mtm
2003-07-08
1
-0
/
+3
*
Make _thread_suspend work with both the old broken sigtimedwait
jdp
2003-06-29
1
-0
/
+26
*
Make C applications statically compiled with libthr work. Previously,
mtm
2003-06-04
1
-0
/
+6
*
Return gracefully, rather than aborting, when the maximum concurrent
mtm
2003-05-25
1
-1
/
+2
*
Start locking up the active and dead threads lists. The active threads
mtm
2003-05-25
1
-1
/
+1
*
Make WARNS2 clean. The fixes mostly included:
mtm
2003-05-23
1
-2
/
+1
*
The thread id was being set *before* zeroing out the thread. Reverse
mtm
2003-05-21
1
-2
/
+3
*
- Pass a ucontext_t to _set_curthread. If non-NULL the new thread is set
jake
2003-04-03
1
-1
/
+1
*
- Define curthread as _get_curthread() and remove all direct calls to
jeff
2003-04-02
1
-16
/
+0
*
- Add libthr but don't hook it up to the regular build yet. This is an
jeff
2003-04-01
1
-0
/
+363