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
/
libpthread
/
arch
/
i386
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean out the leftovers from the i386_set_gsbase() TLS conversion.
peter
2005-06-29
1
-39
/
+7
*
Remove the special _amd64_set_gsbase() code for #ifdef COMPAT_32BIT, now
peter
2005-04-26
1
-6
/
+0
*
Use the i386_set_gsbase() syscall if it is implemented in the kernel.
peter
2005-04-14
1
-14
/
+33
*
i386_set_ldt() is not available when running 32 bit binaries on amd64
peter
2004-11-06
1
-0
/
+6
*
Add TLS support for i386 and amd64.
dfr
2004-08-15
1
-15
/
+15
*
Eliminate two pushl by using call instruction directly, this really
davidxu
2003-11-29
1
-2
/
+1
*
Fix FPU state restoring bug by jumping to right position.
davidxu
2003-09-22
1
-2
/
+2
*
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
2
-59
/
+61
*
This file hasn't been used for some time; nuke it.
deischen
2003-07-31
1
-42
/
+0
*
Take the same approach for i386 as that for ia64 and amd64. Use
deischen
2003-07-31
3
-211
/
+41
*
Untangle the inter-dependency of kse types and ksd types/functions
marcel
2003-06-23
1
-0
/
+1
*
Eek, staticize a couple of functions that shouldn't
deischen
2003-05-19
1
-1
/
+3
*
Jump to the correct label upon detecting an error.
deischen
2003-04-29
1
-2
/
+2
*
o Don't add a scope system thread's KSE to the list of available
deischen
2003-04-28
1
-2
/
+4
*
Use popfl to get the flags off the stack instead of popf.
deischen
2003-04-21
1
-1
/
+1
*
Sorry folks; I accidentally committed a patch from what I was working
deischen
2003-04-18
2
-5
/
+5
*
Add architecture dependent atomic ops (atomic_swap only), KSE specific
deischen
2003-04-18
4
-10
/
+353
*
Directly load %edx from mailbox
davidxu
2002-11-23
1
-4
/
+3
*
In _thread_enter_uts, fix eflags saving bug.
davidxu
2002-11-22
2
-7
/
+15
*
Adjust code for new mailbox format.
davidxu
2002-11-18
1
-3
/
+3
*
Use KSE to schedule threads.
mini
2002-10-30
2
-0
/
+185
*
Change #include "DEFS.h" to <machine/asm.h>.
peter
2001-10-25
1
-1
/
+1
*
Removed duplicate VCS ID tags, as per style(9).
ru
2001-08-13
1
-3
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-2
/
+2
*
Delete the atomic unlock function since it is no longer required.
jb
1998-06-09
1
-15
/
+5
*
Atomic lock source.
jb
1998-04-29
1
-0
/
+55