summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/i386/i386
Commit message (Expand)AuthorAgeFilesLines
* Clean out the leftovers from the i386_set_gsbase() TLS conversion.peter2005-06-291-39/+7
* Remove the special _amd64_set_gsbase() code for #ifdef COMPAT_32BIT, nowpeter2005-04-261-6/+0
* Use the i386_set_gsbase() syscall if it is implemented in the kernel.peter2005-04-141-14/+33
* i386_set_ldt() is not available when running 32 bit binaries on amd64peter2004-11-061-0/+6
* Add TLS support for i386 and amd64.dfr2004-08-151-15/+15
* Eliminate two pushl by using call instruction directly, this reallydavidxu2003-11-291-2/+1
* Fix FPU state restoring bug by jumping to right position.davidxu2003-09-221-2/+2
* Use auto LDT allocation for i386.deischen2003-08-051-63/+6
* Rethink the MD interfaces for libpthread to account fordeischen2003-08-052-59/+61
* This file hasn't been used for some time; nuke it.deischen2003-07-311-42/+0
* Take the same approach for i386 as that for ia64 and amd64. Usedeischen2003-07-313-211/+41
* Untangle the inter-dependency of kse types and ksd types/functionsmarcel2003-06-231-0/+1
* Eek, staticize a couple of functions that shouldn'tdeischen2003-05-191-1/+3
* Jump to the correct label upon detecting an error.deischen2003-04-291-2/+2
* o Don't add a scope system thread's KSE to the list of availabledeischen2003-04-281-2/+4
* Use popfl to get the flags off the stack instead of popf.deischen2003-04-211-1/+1
* Sorry folks; I accidentally committed a patch from what I was workingdeischen2003-04-182-5/+5
* Add architecture dependent atomic ops (atomic_swap only), KSE specificdeischen2003-04-184-10/+353
* Directly load %edx from mailboxdavidxu2002-11-231-4/+3
* In _thread_enter_uts, fix eflags saving bug.davidxu2002-11-222-7/+15
* Adjust code for new mailbox format.davidxu2002-11-181-3/+3
* Use KSE to schedule threads.mini2002-10-302-0/+185
* Change #include "DEFS.h" to <machine/asm.h>.peter2001-10-251-1/+1
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-3/+0
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* Delete the atomic unlock function since it is no longer required.jb1998-06-091-15/+5
* Atomic lock source.jb1998-04-291-0/+55
OpenPOWER on IntegriCloud