summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_writev.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid using void pointers in additive expressionsbrad2004-12-121-2/+4
| | | | | | From FreeBSD ok marc@
* * make sure we leave the thread's cancellation point before we returnpat2004-11-301-2/+6
| | | | | | * plug a memory leak and FD_UNLOCK properly in writev ok marc
* more cancellation points.brad2004-01-011-1/+7
| | | | ok marc@
* Fix from FreeBSD' libc_rbrad2003-12-221-7/+22
| | | | | | | | rev 1.21 Fix bogus return values from libc_r's writev() routine in situations where a partial-write is followed by an error. ok marc@
* Create a siginfo_t for thread-to-thread kill.marc2003-01-311-5/+5
| | | | | 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.
* Avoid an infinite loop if the last iov_len is 0; from FreeBSD.fgsch2001-08-111-1/+13
|
* sync with FreeBSDd1999-11-251-3/+3
|
* preserve FreeBSD identsd1998-12-231-2/+2
|
* experimental threaded libc - kernel onlyd1998-08-271-0/+192