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
/
sendfile.c
Age
Commit message (
Expand
)
Author
2016-11-27
remove UCLIBC_HAS_LFS
Waldemar Brodkorb
2013-07-04
libc/sysdeps/linux/common/sendfile.c: fix sendfile64 visibility
Anthony G. Basile
2013-02-20
sendfile: Use sendfile64 if arch does not have the sendfile syscall
Markos Chandras
2012-06-15
correct sendfile for 32/64 bit archs
Peter S. Mazinger
2012-06-15
Reorder includes and include only what is necessary
Peter S. Mazinger
2009-02-27
fix breakage in x86_64 defconfig
Denis Vlasenko
2008-10-22
- remove superfluous ';'. No objcode changes.
Bernhard Reutner-Fischer
2008-03-21
michael_d writes in [#2064]: fix building on linux-2.0 systems
Mike Frysinger
2006-12-08
Take Mike Frysinger's comments into account -- make certain that user
Eric Andersen
2006-02-21
Solve sendfile64 conflict if __NR_sendfile64 does not exist
Peter S. Mazinger
2006-01-30
another attempt to fix sendfile64
Peter S. Mazinger
2006-01-23
cleanup and use the style of other *64 funcs
Mike Frysinger
2006-01-14
make DODEBUG=y happy, update sysdeps/common/* copyright
Peter S. Mazinger
2005-01-05
fix eriks e-mail address
Mike Frysinger
2004-01-21
Split up syscalls.c, since it had grown to be quite large and ugly.
Eric Andersen