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
Commit message (
Expand
)
Author
Age
Files
Lines
*
In order to let new binutils can compile it, replace movl with
davidxu
2006-05-07
1
-9
/
+9
*
Remove an unused variable.
deischen
2005-07-29
1
-1
/
+0
*
Clean out the leftovers from the i386_set_gsbase() TLS conversion.
peter
2005-06-29
2
-51
/
+8
*
Remove the special _amd64_set_gsbase() code for #ifdef COMPAT_32BIT, now
peter
2005-04-26
2
-10
/
+0
*
Use the i386_set_gsbase() syscall if it is implemented in the kernel.
peter
2005-04-14
2
-16
/
+41
*
i386_set_ldt() is not available when running 32 bit binaries on amd64
peter
2004-11-06
2
-0
/
+13
*
Add missing brackets. It was committed from wrong tree.
davidxu
2004-08-26
1
-1
/
+1
*
gcc -O2 cleanup. tested for a long time.
davidxu
2004-08-25
1
-2
/
+2
*
1. Add macro DTV_OFFSET to calculate dtv offset in tcb.
davidxu
2004-08-16
1
-0
/
+2
*
Add TLS support for i386 and amd64.
dfr
2004-08-15
2
-19
/
+18
*
Call kse_switchin to switch context when being debugged.
davidxu
2004-07-13
1
-6
/
+18
*
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
*
Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c to
marcel
2003-09-19
1
-0
/
+2
*
Don't assume sizeof(long) = sizeof(int) on x86; use int
deischen
2003-09-03
1
-6
/
+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
5
-190
/
+247
*
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
5
-226
/
+75
*
Clean up KSE specific data (KSD) macros a bit.
deischen
2003-07-18
1
-29
/
+8
*
Untangle the inter-dependency of kse types and ksd types/functions
marcel
2003-06-23
3
-13
/
+13
*
Change the definition of _ksd_curkse, _ksd_curthread and
marcel
2003-06-23
1
-4
/
+4
*
Move the machine specific files from sys/Makefile.inc and put them
marcel
2003-06-23
1
-0
/
+5
*
Eek, staticize a couple of functions that shouldn't
deischen
2003-05-19
1
-1
/
+3
*
Move the mailbox to the beginning of the thread and align the
deischen
2003-04-30
1
-0
/
+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
*
Add a macro to get the current thread mailbox pointer.
deischen
2003-04-23
1
-0
/
+1
*
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
5
-15
/
+12
*
Add architecture dependent atomic ops (atomic_swap only), KSE specific
deischen
2003-04-18
7
-10
/
+602
*
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