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
/
libkse
/
arch
/
ia64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from tbemd:
imp
2010-06-13
1
-2
/
+0
*
For un-prototyped static inline functions declared in pthread_md.h on
rwatson
2007-12-01
1
-1
/
+1
*
WARNS=3'ify.
deischen
2007-11-30
1
-3
/
+3
*
Stylize:
marcel
2006-09-01
2
-35
/
+51
*
Implement TLS.
marcel
2006-09-01
2
-24
/
+29
*
Fix compile, s/tp_dtv/tp_tdv/g.
davidxu
2004-08-16
1
-1
/
+1
*
1. Add macro DTV_OFFSET to calculate dtv offset in tcb.
davidxu
2004-08-16
1
-0
/
+1
*
Add TLS support for i386 and amd64.
dfr
2004-08-15
2
-2
/
+2
*
kse_switchin ABI was changed in kernel.
davidxu
2004-07-12
1
-3
/
+2
*
Simplify the contexts created by the kernel and remove the related
marcel
2003-12-07
1
-0
/
+6
*
Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c to
marcel
2003-09-19
1
-0
/
+2
*
_ia64_break_setcontext() now takes a mcontext_t. While here, define
marcel
2003-09-19
1
-10
/
+3
*
Stop using the setcontext() syscall to restore an async context.
marcel
2003-09-19
1
-5
/
+5
*
Grok async contexts. When a thread is interrupted and an upcall
marcel
2003-08-07
2
-9
/
+41
*
Fix a typo. s/Line/Like/
deischen
2003-08-06
1
-1
/
+1
*
Avoid a level of indirection to get from the thread pointer to the
marcel
2003-08-06
2
-39
/
+27
*
Define the static TLS as an array of long double. This will guarantee
marcel
2003-08-06
1
-2
/
+6
*
Rethink the MD interfaces for libpthread to account for
deischen
2003-08-05
3
-18
/
+259
*
Define THR_GETCONTEXT and THR_SETCONTEXT in terms of the userland
marcel
2003-08-05
1
-4
/
+5
*
o In _ia64_save_context() clear the return registers except for r8.
marcel
2003-08-05
1
-13
/
+25
*
Implement _ia64_save_context() and _ia64_restore_context(). Both
marcel
2003-06-27
1
-0
/
+285
*
Implement _ia64_enter_uts(). The purpose of this function is to switch
marcel
2003-06-26
3
-1
/
+101
*
Implement _thr_enter_uts() and _thr_switch() as inline functions to
marcel
2003-06-26
1
-0
/
+30
*
Untangle the inter-dependency of kse types and ksd types/functions
marcel
2003-06-23
2
-1
/
+7
*
Define THR_{G|S}ETCONTEXT to expand to {g|s}etcontext(2).
marcel
2003-06-23
1
-0
/
+38
*
Implement atomic_swap_{int|long|ptr}. Define atomic_swap_ptr as a
marcel
2003-06-23
1
-0
/
+47
*
Move the machine specific files from sys/Makefile.inc and put them
marcel
2003-06-23
1
-0
/
+5