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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use amd64_set_fsbase() instead of calling sysarch() directly.
peter
2003-10-23
1
-6
/
+1
*
Update context code for my last ABI breakage of mcontext. I'm worried
peter
2003-10-17
1
-7
/
+8
*
Don't forget to initialize the fake tcb when the kcb is allocated.
deischen
2003-10-12
1
-0
/
+3
*
Reverse the order of the first two arguments to _sparc64_enter_uts().
deischen
2003-10-09
1
-2
/
+2
*
Convert a couple of hardcoded values to constants. Make thr_getcontext()
deischen
2003-10-09
2
-3
/
+7
*
Add preliminary sparc64 support to libpthread. This does not
deischen
2003-10-09
6
-0
/
+509
*
Fix FPU state restoring bug by jumping to right position.
davidxu
2003-09-22
1
-2
/
+2
*
Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c to
marcel
2003-09-19
3
-1
/
+6
*
_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
*
Remove a comment that questioned why the size of the FPU
deischen
2003-09-16
1
-10
/
+1
*
Don't assume sizeof(long) = sizeof(int) on x86; use int
deischen
2003-09-03
2
-9
/
+17
*
Don't forget to set kcb_self.
davidxu
2003-08-12
1
-0
/
+1
*
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
*
Use auto LDT allocation for i386.
deischen
2003-08-05
1
-63
/
+6
*
Rethink the MD interfaces for libpthread to account for
deischen
2003-08-05
10
-74
/
+897
*
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
*
-15 is incorrect to be used to align stack to 16 bytes, use ~15 instead.
davidxu
2003-08-02
1
-1
/
+1
*
Take the same approach for i386 as that for ia64 and amd64. Use
deischen
2003-07-31
4
-113
/
+75
*
Fix some typos, correctly jump into UTS.
davidxu
2003-07-31
1
-2
/
+2
*
Fix typo.
davidxu
2003-07-26
1
-5
/
+5
*
Add missing arguments to _amd64_restore_context() when called from
deischen
2003-07-20
1
-2
/
+4
*
Add some very beta amd64 bits. These will also need some tweaking.
deischen
2003-07-19
5
-0
/
+393
*
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
3
-1
/
+19
*
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
2
-0
/
+10
*
Move the mailbox to the beginning of the thread and align the
deischen
2003-04-30
1
-0
/
+3
*
Sorry folks; I accidentally committed a patch from what I was working
deischen
2003-04-18
3
-8
/
+5
*
Add architecture dependent atomic ops (atomic_swap only), KSE specific
deischen
2003-04-18
4
-2
/
+268
*
In _thread_enter_uts, fix eflags saving bug.
davidxu
2002-11-22
1
-1
/
+2
*
Adjust code for new mailbox format.
davidxu
2002-11-18
1
-3
/
+3
*
Use KSE to schedule threads.
mini
2002-10-30
1
-0
/
+96