summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/pread_write.c
AgeCommit message (Expand)Author
2008-10-28- trim superfluous ';'. No objcode changesBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2006-12-11need endian.h for __LONG_LONG_PAIR() macroMike Frysinger
2006-12-11cleanup styleMike Frysinger
2006-12-08Take Mike Frysinger's comments into account -- make certain that userEric Andersen
2006-12-06bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen
2006-02-25Move lseek64 into LFS guarded placePeter S. Mazinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-24Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14s/__read/read/ and write in fake partPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-06use hidden read/write symbolsMike Frysinger
2005-12-13Convert all users of earlier hiddensPeter S. Mazinger
2005-06-29cast buf as void* to fix warningMike Frysinger
2003-09-07Fix some more problems found by the ltpEric Andersen
2002-11-15Cleanup a few structural wierdnessesEric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-08-09pread and pwrite were broken in several ways:David McCullough
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
2002-07-15stupid cut-n-paste bugEric Andersen
2002-07-15Rework pread and pwrite support so it should actually work.Eric Andersen