summaryrefslogtreecommitdiffstats
path: root/lib/libkse/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* Merge from tbemd:imp2010-06-131-2/+0
* For un-prototyped static inline functions declared in pthread_md.h onrwatson2007-12-011-1/+1
* WARNS=3'ify.deischen2007-11-301-3/+3
* Stylize:marcel2006-09-012-35/+51
* Implement TLS.marcel2006-09-012-24/+29
* Fix compile, s/tp_dtv/tp_tdv/g.davidxu2004-08-161-1/+1
* 1. Add macro DTV_OFFSET to calculate dtv offset in tcb.davidxu2004-08-161-0/+1
* Add TLS support for i386 and amd64.dfr2004-08-152-2/+2
* kse_switchin ABI was changed in kernel.davidxu2004-07-121-3/+2
* Simplify the contexts created by the kernel and remove the relatedmarcel2003-12-071-0/+6
* Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c tomarcel2003-09-191-0/+2
* _ia64_break_setcontext() now takes a mcontext_t. While here, definemarcel2003-09-191-10/+3
* Stop using the setcontext() syscall to restore an async context.marcel2003-09-191-5/+5
* Grok async contexts. When a thread is interrupted and an upcallmarcel2003-08-072-9/+41
* Fix a typo. s/Line/Like/deischen2003-08-061-1/+1
* Avoid a level of indirection to get from the thread pointer to themarcel2003-08-062-39/+27
* Define the static TLS as an array of long double. This will guaranteemarcel2003-08-061-2/+6
* Rethink the MD interfaces for libpthread to account fordeischen2003-08-053-18/+259
* Define THR_GETCONTEXT and THR_SETCONTEXT in terms of the userlandmarcel2003-08-051-4/+5
* o In _ia64_save_context() clear the return registers except for r8.marcel2003-08-051-13/+25
* Implement _ia64_save_context() and _ia64_restore_context(). Bothmarcel2003-06-271-0/+285
* Implement _ia64_enter_uts(). The purpose of this function is to switchmarcel2003-06-263-1/+101
* Implement _thr_enter_uts() and _thr_switch() as inline functions tomarcel2003-06-261-0/+30
* Untangle the inter-dependency of kse types and ksd types/functionsmarcel2003-06-232-1/+7
* Define THR_{G|S}ETCONTEXT to expand to {g|s}etcontext(2).marcel2003-06-231-0/+38
* Implement atomic_swap_{int|long|ptr}. Define atomic_swap_ptr as amarcel2003-06-231-0/+47
* Move the machine specific files from sys/Makefile.inc and put themmarcel2003-06-231-0/+5
OpenPOWER on IntegriCloud