summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch/i386
Commit message (Expand)AuthorAgeFilesLines
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-096-620/+0
* In order to let new binutils can compile it, replace movl withDavid Xu2006-05-071-9/+9
* Remove an unused variable.Daniel Eischen2005-07-291-1/+0
* Clean out the leftovers from the i386_set_gsbase() TLS conversion.Peter Wemm2005-06-292-51/+8
* Remove the special _amd64_set_gsbase() code for #ifdef COMPAT_32BIT, nowPeter Wemm2005-04-262-10/+0
* Use the i386_set_gsbase() syscall if it is implemented in the kernel.Peter Wemm2005-04-142-16/+41
* i386_set_ldt() is not available when running 32 bit binaries on amd64Peter Wemm2004-11-062-0/+13
* Add missing brackets. It was committed from wrong tree.David Xu2004-08-261-1/+1
* gcc -O2 cleanup. tested for a long time.David Xu2004-08-251-2/+2
* 1. Add macro DTV_OFFSET to calculate dtv offset in tcb.David Xu2004-08-161-0/+2
* Add TLS support for i386 and amd64.Doug Rabson2004-08-152-19/+18
* Call kse_switchin to switch context when being debugged.David Xu2004-07-131-6/+18
* Eliminate two pushl by using call instruction directly, this reallyDavid Xu2003-11-291-2/+1
* Fix FPU state restoring bug by jumping to right position.David Xu2003-09-221-2/+2
* Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c toMarcel Moolenaar2003-09-191-0/+2
* Don't assume sizeof(long) = sizeof(int) on x86; use intDaniel Eischen2003-09-031-6/+6
* Use auto LDT allocation for i386.Daniel Eischen2003-08-051-63/+6
* Rethink the MD interfaces for libpthread to account forDaniel Eischen2003-08-055-190/+247
* This file hasn't been used for some time; nuke it.Daniel Eischen2003-07-311-42/+0
* Take the same approach for i386 as that for ia64 and amd64. UseDaniel Eischen2003-07-315-226/+75
* Clean up KSE specific data (KSD) macros a bit.Daniel Eischen2003-07-181-29/+8
* Untangle the inter-dependency of kse types and ksd types/functionsMarcel Moolenaar2003-06-233-13/+13
* Change the definition of _ksd_curkse, _ksd_curthread andMarcel Moolenaar2003-06-231-4/+4
* Move the machine specific files from sys/Makefile.inc and put themMarcel Moolenaar2003-06-231-0/+5
* Eek, staticize a couple of functions that shouldn'tDaniel Eischen2003-05-191-1/+3
* Move the mailbox to the beginning of the thread and align theDaniel Eischen2003-04-301-0/+3
* Jump to the correct label upon detecting an error.Daniel Eischen2003-04-291-2/+2
* o Don't add a scope system thread's KSE to the list of availableDaniel Eischen2003-04-281-2/+4
* Add a macro to get the current thread mailbox pointer.Daniel Eischen2003-04-231-0/+1
* Use popfl to get the flags off the stack instead of popf.Daniel Eischen2003-04-211-1/+1
* Sorry folks; I accidentally committed a patch from what I was workingDaniel Eischen2003-04-185-15/+12
* Add architecture dependent atomic ops (atomic_swap only), KSE specificDaniel Eischen2003-04-187-10/+602
* Directly load %edx from mailboxDavid Xu2002-11-231-4/+3
* In _thread_enter_uts, fix eflags saving bug.David Xu2002-11-222-7/+15
* Adjust code for new mailbox format.David Xu2002-11-181-3/+3
* Use KSE to schedule threads.Jonathan Mini2002-10-302-0/+185
* Change #include "DEFS.h" to <machine/asm.h>.Peter Wemm2001-10-251-1/+1
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-3/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Delete the atomic unlock function since it is no longer required.John Birrell1998-06-091-15/+5
* Atomic lock source.John Birrell1998-04-291-0/+55