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
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