summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_write.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes from FreeBSD' libc_rbrad2003-12-221-8/+25
| | | | | | | | | | | | | | | rev 1.21 Fix bogus return values from libc_r's write() routine in situations where partial-write is followed by an error. rev 1.22 If __sys_write() returns 0, allow that to exit the loop in libc_r's wrapped version of write(). rev 1.23 Return to the caller if write() returns 0. ok marc@
* Create a siginfo_t for thread-to-thread kill.marc2003-01-311-2/+2
| | | | | Clean up (compiler warning elimination). Compile check options added but commented out as they have not been checked on all architectures, yet.
* 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.
* add missing _thread_enter_cancellation_point() before going further.fgsch2001-08-111-1/+4
|
* quieten gccd2000-01-061-2/+3
|
* sync with FreeBSDd1999-11-251-17/+10
|
* document cancellation point handling a bit betterd1999-06-091-1/+7
|
* pthread_cancel() and cancellation pointsd1999-01-171-2/+8
|
* preserve FreeBSD identsd1998-12-231-2/+2
|
* experimental threaded libc - kernel onlyd1998-08-271-0/+135