summaryrefslogtreecommitdiff
path: root/lib/libc_r/uthread/uthread_write.c
Commit message (Expand)AuthorAgeFilesLines
* Remove libc_r threading library. It has been disconnected from the buildEd Maste2010-11-131-162/+0
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
* Avoid using void pointers in additive expressions.Stefan Farfeleder2004-08-141-1/+2
* Return to the caller if write() returns 0.Daniel Eischen2003-12-171-0/+2
* If __sys_write() returns 0, allow that to exit the loop in libc_r'sDaniel Eischen2003-09-291-2/+2
* Fix bogus return values from libc_r's write() routine in situations whereArchie Cobbs2002-11-051-6/+21
* Remove much of the dereferencing of the fd table entries to lookDaniel Eischen2002-08-291-2/+2
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>Daniel Eischen2001-04-101-1/+1
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-241-7/+8
* Implement zero system call thread switching. Performance ofDaniel Eischen2000-10-131-1/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-8/+13
* Track libc's three-tier symbol naming. libc_r must currently implementJason Evans2000-01-121-1/+3
* Fix problems with cancellation while in critical regions.Daniel Eischen1999-12-171-2/+2
* add pthread_cancel, obtained from OpenBSD.Alfred Perlstein1999-11-281-2/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add RCS IDs to those files without them.Daniel Eischen1999-08-051-2/+2
* Removed unused variables.Alexander Langer1998-09-071-2/+1
* If a short write, only loop if no error.John Birrell1998-06-141-2/+2
* Check the access mode in the flags before waiting on a read or a writeJohn Birrell1998-06-101-1/+13
* Implement compile time debug support instead of tracking file name andJohn Birrell1998-06-091-4/+7
* When doing a blocking write, keep looping until all the bytes areJohn Birrell1998-05-251-10/+48
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-291-4/+3
* Fixes from Jeremy Allison and Terry Lambert for pthreads:Julian Elischer1998-02-131-3/+3
* Add parentheses to make blocking mode work.John Birrell1997-04-011-1/+3
* Submitted by: John BirrellJulian Elischer1997-02-051-15/+22
* Reviewed by: julianJulian Elischer1996-01-221-0/+74