summaryrefslogtreecommitdiffstats
path: root/lib/libthr/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * The MD framework for libthr on alphamtm2003-07-192-0/+55
* The move to _retire() a thread in the GC instead of in the thread'smtm2003-06-291-4/+2
* .S comments must be C comments, not ASM ones.obrien2003-06-021-1/+1
* Missing unlock.mtm2003-05-291-0/+2
* Return gracefully, rather than aborting, when the maximum concurrentmtm2003-05-253-7/+12
* The struct mcontext has changed. It's using the register sets. Bringmarcel2003-05-251-1/+1
* Add two functions: _spinlock_pthread() and _spinunlock_pthread()mtm2003-05-231-2/+4
* Make WARNS2 clean. The fixes mostly included:mtm2003-05-231-0/+5
* o Make the defenition of _set_curthread() match its declarationmtm2003-05-211-5/+27
* Fix a null dereference leading to a core dump whenmtm2003-05-061-1/+4
* Add support for ia64.marcel2003-04-202-0/+64
* - Pass a ucontext_t to _set_curthread. If non-NULL the new thread is setjake2003-04-032-4/+11
* - Don't overrun the ldt buffer.jeff2003-04-021-2/+2
* Implement _get_curthread and _set_curthread. This is especially easy.jake2003-04-022-0/+58
* Add MD makefile.jake2003-04-011-0/+3
* - Adjust the makefiles so we have a per architecture makefile.jeff2003-04-011-0/+5
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-012-0/+139
OpenPOWER on IntegriCloud