index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
common
/
pread_write.c
Age
Commit message (
Expand
)
Author
2016-11-27
remove UCLIBC_HAS_LFS
Waldemar Brodkorb
2016-05-18
remove linuxthreads.new, rename linuxthreads.old
Waldemar Brodkorb
2015-02-14
Revert "resolve merge"
Waldemar Brodkorb
2015-02-14
resolve merge
Waldemar Brodkorb
2013-04-07
linux: pread/write: fix 64bit handling
Mike Frysinger
2013-04-01
linux: pread/write: convert to SYSCALL_ALIGN_64BIT
Mike Frysinger
2013-01-14
LT.old: reinstate build
Bernhard Reutner-Fischer
2012-06-15
pread_write.c: make all archs use common code
Peter S. Mazinger
2012-06-15
add cancellation to generic pread_write
Peter S. Mazinger
2012-05-30
pread/pwrite: drop fallback funcs
Mike Frysinger
2012-05-30
pread/pwrite: handle renamed syscalls in common/ppc/xtensa code
Mike Frysinger
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2008-12-10
*: remove some __libc_XXX functions:
Denis Vlasenko
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-10-28
- trim superfluous ';'. No objcode changes
Bernhard Reutner-Fischer
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2006-12-11
need endian.h for __LONG_LONG_PAIR() macro
Mike Frysinger
2006-12-11
cleanup style
Mike Frysinger
2006-12-08
Take Mike Frysinger's comments into account -- make certain that user
Eric Andersen
2006-12-06
bits/kernel_stat.h is for internal uClibc use only, fix a few other
Eric Andersen
2006-02-25
Move lseek64 into LFS guarded place
Peter S. Mazinger
2006-01-26
Get rid of missing prototype warnings
Peter S. Mazinger
2006-01-24
Convert all the strong_aliases to weak that are cancelable in libpthread
Peter S. Mazinger
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...
Peter S. Mazinger
2006-01-14
make DODEBUG=y happy, update sysdeps/common/* copyright
Peter S. Mazinger
2006-01-14
s/__read/read/ and write in fake part
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2006-01-06
use hidden read/write symbols
Mike Frysinger
2005-12-13
Convert all users of earlier hiddens
Peter S. Mazinger
2005-06-29
cast buf as void* to fix warning
Mike Frysinger
2003-09-07
Fix some more problems found by the ltp
Eric Andersen
2002-11-15
Cleanup a few structural wierdnesses
Eric Andersen
2002-10-31
Ok, this commit is _huge_ and its gonna change the world. I've
Eric Andersen
2002-08-09
pread and pwrite were broken in several ways:
David McCullough
2002-07-22
Rework syscall handling. Rewrite syscall handlers for x86 and ARM.
Eric Andersen
2002-07-15
stupid cut-n-paste bug
Eric Andersen
2002-07-15
Rework pread and pwrite support so it should actually work.
Eric Andersen