summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/pread_write.c
Commit message (Expand)AuthorAgeFilesLines
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-2/+2
* need endian.h for __LONG_LONG_PAIR() macroMike Frysinger2006-12-111-0/+1
* cleanup styleMike Frysinger2006-12-111-36/+36
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-1/+1
* bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen2006-12-061-0/+2
* Move lseek64 into LFS guarded placePeter S. Mazinger2006-02-251-1/+2
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+7
* Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger2006-01-241-8/+8
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-30/+13
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-25/+11
* s/__read/read/ and write in fake partPeter S. Mazinger2006-01-141-4/+7
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-15/+20
* use hidden read/write symbolsMike Frysinger2006-01-061-4/+4
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-131-6/+6
* cast buf as void* to fix warningMike Frysinger2005-06-291-1/+3
* Fix some more problems found by the ltpEric Andersen2003-09-071-6/+9
* Cleanup a few structural wierdnessesEric Andersen2002-11-151-3/+0
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-10/+10
* pread and pwrite were broken in several ways:David McCullough2002-08-091-19/+23
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-88/+72
* stupid cut-n-paste bugEric Andersen2002-07-151-5/+5
* Rework pread and pwrite support so it should actually work.Eric Andersen2002-07-151-0/+213