Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Instead of ifdef around ENOTSUP, move it to pthread_private.h and make | 2002-01-19 | 1 | -2/+2 | |
| | | | | it EOPNOTSUPP. | ||||
* | More sync. | 2001-12-19 | 1 | -2/+1 | |
| | |||||
* | More sync with freebsd code; join related code this time. | 2001-12-11 | 1 | -35/+96 | |
| | |||||
* | Start syncing with FreeBSD: | 2001-08-21 | 1 | -3/+4 | |
| | | | | | | | | | | o Implement _get_curthread() and _set_curthread(). Use it where possible. o Add missing _thread_[enter|leave]_cancellation_point(). o Add a couple of not yet used vars to pthread_private.h. o Remove return's from void functions. This is by no means complete, but instead of doing a big commit, i'll split it in small ones, minimizing diffs. | ||||
* | sync with FreeBSD | 1999-11-25 | 1 | -18/+11 | |
| | |||||
* | document cancellation point handling a bit better | 1999-06-09 | 1 | -2/+2 | |
| | |||||
* | sync with FreeBSD | 1999-05-26 | 1 | -1/+3 | |
| | |||||
* | pthread_cancel() and cancellation points | 1999-01-17 | 1 | -3/+11 | |
| | |||||
* | ident | 1999-01-06 | 1 | -0/+1 | |
| | |||||
* | experimental threaded libc - kernel only | 1998-08-27 | 1 | -0/+98 | |