summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_writev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make SO_RCVTIMEO and SO_SNDTIMEO work with pthreads. Fixes at least some offgsch2010-01-031-4/+9
* Eliminate many lint warnings by either: using the appropriate type,kurt2007-05-181-6/+11
* Last Part of file descriptor race and deadlock corrections.kurt2006-10-031-3/+7
* Part 1 of file descriptor race and deadlock corrections.kurt2006-09-221-3/+3
* Avoid using void pointers in additive expressionsbrad2004-12-121-2/+4
* * make sure we leave the thread's cancellation point before we returnpat2004-11-301-2/+6
* more cancellation points.brad2004-01-011-1/+7
* Fix from FreeBSD' libc_rbrad2003-12-221-7/+22
* Create a siginfo_t for thread-to-thread kill.marc2003-01-311-5/+5
* Start syncing with FreeBSD:fgsch2001-08-211-4/+5
* 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