summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/pread_write.c
AgeCommit message (Expand)Author
2016-05-18remove linuxthreads.new, rename linuxthreads.oldWaldemar Brodkorb
2015-02-14Revert "resolve merge"Waldemar Brodkorb
2015-02-14resolve mergeWaldemar Brodkorb
2013-04-07linux: pread/write: fix 64bit handlingMike Frysinger
2013-04-01linux: pread/write: convert to SYSCALL_ALIGN_64BITMike Frysinger
2013-01-14LT.old: reinstate buildBernhard Reutner-Fischer
2012-06-15pread_write.c: make all archs use common codePeter S. Mazinger
2012-06-15add cancellation to generic pread_writePeter S. Mazinger
2012-05-30pread/pwrite: drop fallback funcsMike Frysinger
2012-05-30pread/pwrite: handle renamed syscalls in common/ppc/xtensa codeMike Frysinger
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-12-10*: remove some __libc_XXX functions:Denis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
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