summaryrefslogtreecommitdiffstats
path: root/lib/libthr
Commit message (Expand)AuthorAgeFilesLines
* Add support for ia64.marcel2003-04-202-0/+64
* Use STDERR_FILENO as the file descriptor passed to _thread_printf()marcel2003-04-201-4/+7
* Fix build breakage (on ia64) caused by a missing file descriptor tomarcel2003-04-202-2/+2
* Add stub implementations of pthread_[gs]etconcurrency to libc_r andjdp2003-04-202-0/+61
* - Pass a ucontext_t to _set_curthread. If non-NULL the new thread is setjake2003-04-035-11/+18
* - 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
* - Define curthread as _get_curthread() and remove all direct calls tojeff2003-04-0220-96/+21
* Add MD makefile.jake2003-04-011-0/+3
* - Don't drop and reacquire giant in thread_suspend(). Change callers to dojeff2003-04-013-38/+8
* - Reenable setschedparam and the prioceiling code now that the mutex codejeff2003-04-012-19/+10
* - Restore old mutex code from libc_r. It is more standards compliant.jeff2003-04-012-205/+1364
* - Adjust the makefiles so we have a per architecture makefile.jeff2003-04-013-1/+7
* - Commit the forgotten libthr/sys bits.jeff2003-04-012-0/+64
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-0149-0/+7686
OpenPOWER on IntegriCloud