summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_read.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start syncing with FreeBSD:fgsch2001-08-211-4/+5
| | | | | | | | | | 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.
* correctly return ssize_t.fgsch2001-08-171-2/+2
|
* sync with FreeBSDd1999-11-251-14/+10
|
* document cancellation point handling a bit betterd1999-06-091-1/+5
|
* pthread_cancel() and cancellation pointsd1999-01-171-2/+8
|
* preserve FreeBSD identsd1998-12-231-2/+2
|
* experimental threaded libc - kernel onlyd1998-08-271-0/+98