summaryrefslogtreecommitdiffstats
path: root/lib/libkse/arch
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use auto LDT allocation for i386.deischen2003-08-051-63/+6
* Rethink the MD interfaces for libpthread to account fordeischen2003-08-0510-74/+897
* 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
* -15 is incorrect to be used to align stack to 16 bytes, use ~15 instead.davidxu2003-08-021-1/+1
* Take the same approach for i386 as that for ia64 and amd64. Usedeischen2003-07-314-113/+75
* Fix some typos, correctly jump into UTS.davidxu2003-07-311-2/+2
* Fix typo.davidxu2003-07-261-5/+5
* Add missing arguments to _amd64_restore_context() when called fromdeischen2003-07-201-2/+4
* Add some very beta amd64 bits. These will also need some tweaking.deischen2003-07-195-0/+393
* 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-233-1/+19
* 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-232-0/+10
* Move the mailbox to the beginning of the thread and align thedeischen2003-04-301-0/+3
* Sorry folks; I accidentally committed a patch from what I was workingdeischen2003-04-183-8/+5
* Add architecture dependent atomic ops (atomic_swap only), KSE specificdeischen2003-04-184-2/+268
* In _thread_enter_uts, fix eflags saving bug.davidxu2002-11-221-1/+2
* Adjust code for new mailbox format.davidxu2002-11-181-3/+3
* Use KSE to schedule threads.mini2002-10-301-0/+96
OpenPOWER on IntegriCloud