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
*
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