aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/arch
Commit message (Expand)AuthorAgeFilesLines
* Don't assume sizeof(long) = sizeof(int) on x86; use intDaniel Eischen2003-09-033-9/+34
* Don't forget to set kcb_self.David Xu2003-08-121-0/+1
* Add alpha support to libpthread. It compiles but hasn't been tested;Daniel Eischen2003-08-096-1/+761
* Grok async contexts. When a thread is interrupted and an upcallMarcel Moolenaar2003-08-072-9/+41
* Fix a typo. s/Line/Like/Daniel Eischen2003-08-061-1/+1
* Avoid a level of indirection to get from the thread pointer to theMarcel Moolenaar2003-08-062-39/+27
* Define the static TLS as an array of long double. This will guaranteeMarcel Moolenaar2003-08-061-2/+6
* Use auto LDT allocation for i386.Daniel Eischen2003-08-051-63/+6
* Rethink the MD interfaces for libpthread to account forDaniel Eischen2003-08-0513-466/+786
* Define THR_GETCONTEXT and THR_SETCONTEXT in terms of the userlandMarcel Moolenaar2003-08-051-4/+5
* o In _ia64_save_context() clear the return registers except for r8.Marcel Moolenaar2003-08-051-13/+25
* -15 is incorrect to be used to align stack to 16 bytes, use ~15 instead.David Xu2003-08-021-1/+1
* Use FSBase to map kse, GCC generates code which uses %fs to access TLS data.David Xu2003-07-311-4/+4
* 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
* Set GSBASE for kse. Finally make libkse work on AMD64.David Xu2003-07-311-6/+3
* Fix some typos, correctly jump into UTS.David Xu2003-07-311-2/+2
* Fix typo.David Xu2003-07-261-5/+5
* Add missing arguments to _amd64_restore_context() when called fromDaniel Eischen2003-07-201-2/+4
* Add some very beta amd64 bits. These will also need some tweaking.Daniel Eischen2003-07-196-0/+528
* Clean up KSE specific data (KSD) macros a bit.Daniel Eischen2003-07-181-29/+8
* Implement _ia64_save_context() and _ia64_restore_context(). BothMarcel Moolenaar2003-06-271-0/+285
* Implement _ia64_enter_uts(). The purpose of this function is to switchMarcel Moolenaar2003-06-263-1/+101
* Implement _thr_enter_uts() and _thr_switch() as inline functions toMarcel Moolenaar2003-06-261-0/+30
* Untangle the inter-dependency of kse types and ksd types/functionsMarcel Moolenaar2003-06-236-14/+111
* Change the definition of _ksd_curkse, _ksd_curthread andMarcel Moolenaar2003-06-231-4/+4
* Define THR_{G|S}ETCONTEXT to expand to {g|s}etcontext(2).Marcel Moolenaar2003-06-231-0/+38
* Implement atomic_swap_{int|long|ptr}. Define atomic_swap_ptr as aMarcel Moolenaar2003-06-231-0/+47
* Remove _atomic_lock. It's not used.Marcel Moolenaar2003-06-232-93/+0
* Move the machine specific files from sys/Makefile.inc and put themMarcel Moolenaar2003-06-233-0/+15
* 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
* Add an ia64 atomic lock primitive for libc_r. This is mostly forPeter Wemm2002-07-201-0/+48
* 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-282-3/+3
* Change to a code sequence which is more likely to work on SMP systems.Doug Rabson1998-09-161-20/+8
* Delete the atomic unlock function since it is no longer required.John Birrell1998-06-091-15/+5
* Atomic lock asm code for the alpha version of libc_r.John Birrell1998-06-091-0/+57
* Atomic lock source.John Birrell1998-04-291-0/+55