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
Commit message (
Expand
)
Author
Age
Files
Lines
*
_thread_printf() is only used for debugging or in cases where something's
mtm
2003-06-09
1
-2
/
+2
*
Make C applications statically compiled with libthr work. Previously,
mtm
2003-06-04
1
-0
/
+6
*
Teach recent changes in the umtx structure in the kernel to the libthr
mtm
2003-06-03
1
-1
/
+1
*
Unwind the _giant_mutex from pthread_detach(). When detaching a joiner thread
mtm
2003-06-02
1
-8
/
+8
*
Consolidate static_init() and static_init_private into one function.
mtm
2003-06-02
1
-17
/
+11
*
.S comments must be C comments, not ASM ones.
obrien
2003-06-02
1
-1
/
+1
*
I botched one of my committs in the last round. Fix it.
mtm
2003-05-31
2
-12
/
+11
*
Make the mutex static initializers look more like the one for
mtm
2003-05-29
1
-25
/
+19
*
Use a static lock to ake sure pthread_cond_* functions called
mtm
2003-05-29
1
-2
/
+20
*
Missing unlock.
mtm
2003-05-29
1
-0
/
+2
*
Don't hold the active thread list lock when signaling the gc thread.
mtm
2003-05-29
3
-12
/
+21
*
It's unnecessary to lock the thread during creation. Simply extend
mtm
2003-05-29
1
-5
/
+2
*
Minimize the potential for deadlocks between an exiting thread and it's
mtm
2003-05-27
1
-2
/
+18
*
Revert part of the last commit. I don't know what I was smoking.
mtm
2003-05-27
1
-2
/
+13
*
Decouple the thread stack [de]allocating functions from the 'dead threads list'
mtm
2003-05-26
4
-7
/
+16
*
Revise the unlock order in _pthread_join(). Also, if the joined
mtm
2003-05-26
1
-12
/
+6
*
Return gracefully, rather than aborting, when the maximum concurrent
mtm
2003-05-25
6
-10
/
+27
*
_pthread_cancel() breaks the normal lock order of first locking the
mtm
2003-05-25
3
-4
/
+28
*
Part of the last patch.
mtm
2003-05-25
2
-9
/
+9
*
Start locking up the active and dead threads lists. The active threads
mtm
2003-05-25
7
-127
/
+135
*
The libthr code makes use of higher-level primitives (pthread_mutex_t and
mtm
2003-05-25
2
-0
/
+14
*
The struct mcontext has changed. It's using the register sets. Bring
marcel
2003-05-25
1
-1
/
+1
*
Lock the cond queue (condition variables):
mtm
2003-05-24
1
-70
/
+43
*
Add two functions: _spinlock_pthread() and _spinunlock_pthread()
mtm
2003-05-23
3
-4
/
+20
*
EDOOFUS
mtm
2003-05-23
2
-10
/
+3
*
Make WARNS2 clean. The fixes mostly included:
mtm
2003-05-23
16
-10
/
+41
*
note to self: do not confuse void* with int.
mtm
2003-05-23
1
-1
/
+1
*
o Make the defenition of _set_curthread() match its declaration
mtm
2003-05-21
1
-5
/
+27
*
Insert a debugging aid:
mtm
2003-05-21
2
-2
/
+18
*
Re-enable the garbage collector thread in anticipation of further
mtm
2003-05-21
1
-2
/
+0
*
When a thread exits it does not return from the kernel unless it
mtm
2003-05-21
1
-0
/
+4
*
The thread id was being set *before* zeroing out the thread. Reverse
mtm
2003-05-21
1
-2
/
+3
*
Move a misplaced comment.
mtm
2003-05-20
1
-1
/
+1
*
Do some cleanup with respect to condition variables. The implementation
mtm
2003-05-15
1
-15
/
+14
*
o Make the setting/checking of cancel state atomic with
mtm
2003-05-15
1
-87
/
+111
*
msg2
mtm
2003-05-12
1
-7
/
+7
*
msg1
mtm
2003-05-12
3
-263
/
+181
*
Fix a null dereference leading to a core dump when
mtm
2003-05-06
1
-1
/
+4
*
o Correct a debug message that refered to the wrong function
mtm
2003-05-06
2
-23
/
+20
*
Add support for ia64.
marcel
2003-04-20
2
-0
/
+64
*
Use STDERR_FILENO as the file descriptor passed to _thread_printf()
marcel
2003-04-20
1
-4
/
+7
*
Fix build breakage (on ia64) caused by a missing file descriptor to
marcel
2003-04-20
2
-2
/
+2
*
Add stub implementations of pthread_[gs]etconcurrency to libc_r and
jdp
2003-04-20
2
-0
/
+61
*
- Pass a ucontext_t to _set_curthread. If non-NULL the new thread is set
jake
2003-04-03
5
-11
/
+18
*
- Don't overrun the ldt buffer.
jeff
2003-04-02
1
-2
/
+2
*
Implement _get_curthread and _set_curthread. This is especially easy.
jake
2003-04-02
2
-0
/
+58
*
- Define curthread as _get_curthread() and remove all direct calls to
jeff
2003-04-02
20
-96
/
+21
*
Add MD makefile.
jake
2003-04-01
1
-0
/
+3
*
- Don't drop and reacquire giant in thread_suspend(). Change callers to do
jeff
2003-04-01
3
-38
/
+8
*
- Reenable setschedparam and the prioceiling code now that the mutex code
jeff
2003-04-01
2
-19
/
+10
[next]