| Commit message (Expand) | Author | Age | Files | Lines |
* | Move sigwait(3) from libpthread to libc |  jca | 2019-01-12 | 1 | -75/+0 |
* | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 1 | -10/+8 |
* | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread |  guenther | 2015-10-23 | 1 | -37/+1 |
* | Don't assume __thrsigdivert() autorestarts on EINTR. This lets us check for |  guenther | 2014-11-16 | 1 | -4/+6 |
* | Move the declaration of _thread_sys_sigprocmask() to rthread.h |  guenther | 2013-06-21 | 1 | -3/+1 |
* | raise() is now correctly defined in libc |  guenther | 2012-11-10 | 1 | -9/+1 |
* | Add sigwaitinfo and sigtimedwait stubs under #if 0; a bit more kernel |  guenther | 2012-04-13 | 1 | -1/+40 |
* | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, |  guenther | 2012-01-17 | 1 | -2/+2 |
* | Don't let applications block, wait for, or handle SIGTHR, as the |  guenther | 2011-12-27 | 1 | -2/+35 |
* | Implement cancelation for the basic syscall cancelation points, |  guenther | 2011-12-05 | 1 | -3/+6 |
* | Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes |  guenther | 2011-11-06 | 1 | -11/+1 |
* | Convert thrsigdivert to (almost) be sigtimedwait by adding siginfo_t |  guenther | 2009-11-27 | 1 | -2/+3 |
* | thrsigdivert() takes a sigset_t, not a pointer to one. Detected by |  guenther | 2009-02-20 | 1 | -2/+2 |
* | Make sigwait() work correctly. In particular, it'll work when the |  guenther | 2008-10-03 | 1 | -38/+7 |
* | Return the proper values upon failure per POSIX for pthread_sigmask(3) and |  kurt | 2008-04-24 | 1 | -2/+2 |
* | prototype all the thread syscalls in rthread.h for now. |  tedu | 2005-12-30 | 1 | -6/+2 |
* | this file didn't exist in 2004, so copyright must be 2005 |  tedu | 2005-12-19 | 1 | -2/+2 |
* | update thrsleep and thrwakeup - first arg changed from long to void * |  tedu | 2005-12-13 | 1 | -5/+5 |
* | add userland thread library. incomplete, but functional |  tedu | 2005-12-03 | 1 | -0/+90 |