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
*
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
*
- Restore old mutex code from libc_r. It is more standards compliant.
jeff
2003-04-01
2
-205
/
+1364
*
- Adjust the makefiles so we have a per architecture makefile.
jeff
2003-04-01
3
-1
/
+7
*
- Commit the forgotten libthr/sys bits.
jeff
2003-04-01
2
-0
/
+64
*
- Add libthr but don't hook it up to the regular build yet. This is an
jeff
2003-04-01
49
-0
/
+7686