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
/
posix_fadvise.c
Age
Commit message (
Expand
)
Author
2014-08-18
libc: posix_fadvise: Fix build breakage for !LFS
Vineet Gupta
2014-01-08
libc: posix_fadvise: restore implementation for xtensa
Baruch Siach
2013-11-06
add posix_fadvise() for arm
Khem Raj
2013-04-01
linux: posix_fadvise: use new SYSCALL_ALIGN_64BIT
Mike Frysinger
2013-04-01
linux: use OFF64_HI_LO rather than __LONG_LONG_PAIR
Mike Frysinger
2012-06-15
posix_fadvise: make posix_fadvise[64] similar on all archs
Peter S. Mazinger
2012-03-26
stubs: unified from future
Bernhard Reutner-Fischer
2011-02-24
unify stub logic
Mike Frysinger
2009-08-31
drop last _syscall6 checks
Mike Frysinger
2009-07-08
drop missing {INLINE,INTERNAL}_SYSCALL fallback logic
Mike Frysinger
2009-02-27
fix breakage in x86_64 defconfig
Denis Vlasenko
2008-10-22
- remove superfluous ';'. No objcode changes.
Bernhard Reutner-Fischer
2008-09-18
Fix posix_fadvise[64] functions to return the error number in case
Carmelo Amoroso
2008-06-03
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2007-05-31
Atsushi Nemoto writes:
Mike Frysinger
2007-03-06
Add posix_fadvise posix_fadvise64 for arm.
Khem Raj
2006-12-08
Take Mike Frysinger's comments into account -- make certain that user
Eric Andersen
2006-01-21
fix building on 64bit hosts
Mike Frysinger
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
2006-01-04
kill off some unused warnings
Mike Frysinger
2006-01-04
if arch doesnt provide _syscall6(), we need to alias the 64bit version
Mike Frysinger
2005-12-16
Remove all trailing ; after *_alias and change 2 to use weak_alias instead of...
Peter S. Mazinger
2005-12-01
touchup how we declare the posix_fadvise functions and fix the case where pos...
Mike Frysinger
2005-01-19
Make it compile for architectures which have __UCLIBC_HAS_LFS__ defined,
Peter Kjellerstedt
2005-01-17
add posix_fadvise / posix_fadvise64 support
Mike Frysinger