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
/
mips
/
pread_write.c
Age
Commit message (
Expand
)
Author
2014-03-12
libc: fix mips N64 pread/pwrite build
Steve Ellcey
2013-04-07
linux: pread/write: fix 64bit handling
Mike Frysinger
2012-06-15
pread_write.c: make all archs use common code
Peter S. Mazinger
2008-12-10
*: remove some __libc_XXX functions:
Denis Vlasenko
2008-10-28
- trim superfluous ';'. No objcode changes
Bernhard Reutner-Fischer
2008-10-22
- remove superfluous ';'. No objcode changes.
Bernhard Reutner-Fischer
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2007-09-30
- Fix compilation for mips ABI64 with no LFS.
Bernhard Reutner-Fischer
2006-12-12
sort out a few issues that show up on mips
Eric Andersen
2006-12-08
Take Mike Frysinger's comments into account -- make certain that user
Eric Andersen
2006-11-04
mips64 patch from Atsushi Nemoto:
Eric Andersen
2006-01-27
Add some prototypes to arch specific pread_write.c, mips has __mips64 questio...
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
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-07-31
This fixes the pread/pwrite bugs reported by ltp. But I really need to pull ...
Manuel Novoa III
2004-08-10
Fix mips bug related to 2.6 headers by following glibc's lead. Based on
Manuel Novoa III
2003-09-08
Oops! I broke pread on mips with my last update. This
Eric Andersen
2003-09-07
Fix some more problems found by the ltp
Eric Andersen
2003-08-22
Patch from Atsushi Nemoto, who writes:
Eric Andersen