glibc/sysdeps/unix/sysv/linux
Jakub Jelinek 34df851b33 Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.
As reported in http://bugzilla.redhat.com/533063 , preadv/pwritev prototypes
are wrong on 32-bit arches with -D_FILE_OFFSET_BITS=64 and as I've just
found, fallocate is wrong too.
The problem is that only off_t is remapped to the 64-bit type transparently,
__off_t is not.
2009-11-06 09:26:31 -08:00
..
bits Add 802.15.4 definitions to header files. 2009-06-18 07:52:38 -07:00
i386 Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64. 2009-11-06 09:26:31 -08:00
ia64 Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64. 2009-11-06 09:26:31 -08:00
net Add 802.15.4 definitions to header files. 2009-06-18 07:52:38 -07:00
netash
netatalk
netax25
neteconet
netinet
netipx
netiucv
netpacket
netrom
netrose
nfs
powerpc Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64. 2009-11-06 09:26:31 -08:00
s390 Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64. 2009-11-06 09:26:31 -08:00
scsi
sh Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64. 2009-11-06 09:26:31 -08:00
sparc Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64. 2009-11-06 09:26:31 -08:00
sys Fix comment in Linux's <sys/epoll.h>. 2009-07-10 06:14:25 -07:00
wordsize-64 Fix compat handling in *at functions. 2009-10-29 21:33:26 -07:00
x86_64 Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64. 2009-11-06 09:26:31 -08:00
_exit.c
a.out.h
accept4.c Implement accept4 for more archs using socketcall. 2009-05-22 08:25:34 -07:00
accept.S
adjtime.c * sysdeps/unix/sysv/linux/adjtime.c: Correctly use 2008-03-24 16:11:32 +00:00
aio_sigqueue.c
bind.S
check_native.c
check_pf.c
clock_getcpuclockid.c
clock_getres.c * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large 2008-08-05 22:08:42 +00:00
clock_gettime.c
clock_nanosleep.c
clock_settime.c
clock.c
cmsg_nxthdr.c
configure configure tweaks, support $libc_add_on_config_subdirs 2009-09-15 14:14:42 -07:00
configure.in Don't automatically use /lib/modules/* headers. 2009-07-24 13:01:17 -07:00
connect.S
device-nrs.h
dl-brk.c
dl-execstack.c
dl-librecon.h
dl-origin.c * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all 2008-08-14 17:11:07 +00:00
dl-osinfo.h * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline 2009-04-26 20:12:37 +00:00
dl-sbrk.c
dl-sysdep.c * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for 2008-03-08 17:52:13 +00:00
dl-sysdep.h Don't declare _dl_discover_osversion only for older kernels. 2008-07-24 18:03:17 +00:00
dl-vdso.c
dl-vdso.h
epoll_pwait.c
errqueue.h
eventfd_read.c
eventfd_write.c
eventfd.c Compatibility of signalfd/eventfd with older kernels. 2009-07-26 12:55:03 -07:00
execve.c
exit-thread.S
faccessat.c Fix compat handling in *at functions. 2009-10-29 21:33:26 -07:00
fallocate64.c Add missing export of fallocate64 on 32-bit platforms. 2009-05-15 21:00:09 -07:00
fallocate.c * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise. 2009-04-15 17:10:28 +00:00
fatal-prepare.h
fchmodat.c Fix compat handling in *at functions. 2009-10-29 21:33:26 -07:00
fchownat.c Fix compat handling in *at functions. 2009-10-29 21:33:26 -07:00
fcntl.c Fix F_GETOWN on some Linux archs. 2009-10-29 10:12:59 -07:00
fd_to_filename.h
fexecve.c
fpathconf.c [BZ #5778] 2008-03-08 01:57:18 +00:00
fstatfs64.c
fstatvfs64.c
fstatvfs.c
ftime.c
ftruncate64.c
futimens.c
futimes.c
futimesat.c Fix compat handling in *at functions. 2009-10-29 21:33:26 -07:00
fxstat64.c
fxstat.c
fxstatat64.c Fix compat handling in *at functions. 2009-10-29 21:33:26 -07:00
fxstatat.c Fix compat handling in *at functions. 2009-10-29 21:33:26 -07:00
gai_sigqueue.c
getclktck.c
getcwd.c
getdents64.c
getdents.c
getdirentries64.c
getdirentries.c
getdtsz.c
gethostid.c
getipv4sourcefilter.c
getloadavg.c
getpagesize.c
getpeername.S
getpriority.c
getpt.c Fix errno handling in posix_openpt. 2009-10-29 11:27:53 -07:00
getsockname.S
getsockopt.S
getsourcefilter.c
getsysstats.c * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there 2009-04-15 15:57:47 +00:00
if_index.c
ifaddrs.c * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12 comment change. 2009-04-29 16:42:32 +00:00
ifreq.c
Implies
init-first.c
internal_accept4.S Implement accept4 for more archs using socketcall. 2009-05-22 08:25:34 -07:00
internal_statvfs64.c
internal_statvfs.c
ipc_priv.h
kernel_sigaction.h
kernel_stat.h
kernel_termios.h
kernel-features.h Fix F_GETOWN on some Linux archs. 2009-10-29 10:12:59 -07:00
kernel-posix-cpu-timers.h
ldd-rewrite.sed
lddlibc4.c Don't treat bug reporting message as a format string. 2009-06-16 20:34:55 -07:00
ldsodefs.h * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is 2009-02-10 17:21:29 +00:00
libc_fatal.c Preserve message printed before abort. 2009-06-15 16:17:09 -07:00
linkat.c Fix compat handling in *at functions. 2009-10-29 21:33:26 -07:00
linux_fsinfo.h
listen.S
llseek.c
local-setxid.h
lseek64.c
lutimes.c
lxstat64.c
lxstat.c
makedev.c
Makefile Implement accept4 for more archs using socketcall. 2009-05-22 08:25:34 -07:00
mkdirat.c Fix compat handling in *at functions. 2009-10-29 21:33:26 -07:00
mmap64.c
mq_close.c
mq_getattr.c
mq_notify.c
mq_open.c
mq_receive.c
mq_send.c
mq_unlink.c
msgctl.c
msgget.c
msgrcv.c
msgsnd.c
netlinkaccess.h
nice.c
not-cancel.h
nscd_setup_thread.c
ntp_gettime.c
open64_2.c
open64.c
open_2.c
openat64.c
openat.c Fix compat handling in *at functions. 2009-10-29 21:33:26 -07:00
opendir.c
opensock.c * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use 2008-07-25 18:16:57 +00:00
pathconf.c [BZ #5778] 2008-03-08 01:57:18 +00:00
pathconf.h [BZ #5778] 2008-03-08 01:57:18 +00:00
paths.h [BZ #9955] 2009-04-23 18:29:30 +00:00
poll.c
posix_fadvise64.c
posix_fadvise.c
posix_fallocate64.c
posix_fallocate.c
posix_madvise.c
ppoll.c
pread64.c
pread.c
preadv64.c * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64 2009-04-08 19:24:34 +00:00
preadv.c * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust. 2009-04-23 22:52:24 +00:00
prof-freq.c
profil.c
pselect.c
ptrace.c
ptsname.c
pwrite64.c
pwrite.c
pwritev64.c * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64. 2009-04-03 19:57:16 +00:00
pwritev.c * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust. 2009-04-23 22:52:24 +00:00
readahead.c
readdir64_r.c
readdir64.c
readlinkat.c Fix typo in readlinkat 2009-10-30 14:18:18 +01:00
readonly-area.c
readv.c * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init): 2009-04-26 18:06:47 +00:00
reboot.c
recv.S
recvfrom.S
recvmsg.S
renameat.c Fix compat handling in *at functions. 2009-10-29 21:33:26 -07:00
sa_len.c
sched_getaffinity.c
sched_getcpu.c
sched_setaffinity.c
segfault.c
semctl.c
semget.c
semop.c
semtimedop.c
send.S
sendmsg.S
sendto.S
setegid.c
seteuid.c
setgid.c
sethostid.c
setipv4sourcefilter.c
setregid.c
setresgid.c
setresuid.c
setreuid.c
setsockopt.S
setsourcefilter.c
setuid.c
shm_open.c
shm_unlink.c
shmat.c
shmctl.c
shmdt.c
shmget.c
shutdown.S
sigaction.c
siglist.h
signal.c
signalfd.c Compatibility of signalfd/eventfd with older kernels. 2009-07-26 12:55:03 -07:00
sigpending.c
sigprocmask.c
sigqueue.c
sigreturn.c
sigset-cvt-mask.h
sigstack.c
sigsuspend.c
sigtimedwait.c
sigwait.c
sigwaitinfo.c
sizes.h
sleep.c
socketcall.h Correct socketcall argument for accept4. 2009-05-21 18:15:26 -07:00
socketpair.S
speed.c
statfs64.c
statvfs64.c
statvfs.c
symlinkat.c Fix compat handling in *at functions. 2009-10-29 21:33:26 -07:00
sync_file_range.c
syscalls.list * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for 2008-08-01 23:49:18 +00:00
sysconf.c * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): 2009-02-24 23:34:08 +00:00
sysctl.c
syslog.c
system.c
tcdrain.c
tcflow.c
tcflush.c
tcgetattr.c
tcgetpgrp.c
tcsetattr.c
tcsetpgrp.c
termio.h
testrtsig.h
time.c
times.c * nscd/Makefile (nscd-cflags): Set back to -fpie. 2008-04-22 15:53:59 +00:00
truncate64.c
tst-clone.c .. 2009-01-23 20:41:36 +00:00
tst-getcpu.c
ttyname_r.c
ttyname.c Fix getttyname on Linux when called for different devices. 2009-10-29 11:02:34 -07:00
ualarm.c
ulimit.c [BZ #6947] 2008-10-31 17:29:46 +00:00
umount2.S
umount.S
unlinkat.c Fix compat handling in *at functions. 2009-10-29 21:33:26 -07:00
unlockpt.c
updwtmp.c
usleep.c
ustat.c
utimensat.c
utimes.c
utmp_file.c
Versions Add missing export of fallocate64 on 32-bit platforms. 2009-05-15 21:00:09 -07:00
vfork.c
wait3.c
wait.c
waitid.c
waitpid.c
writev.c * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init): 2009-04-26 18:06:47 +00:00
xmknod.c
xmknodat.c Fix compat handling in *at functions. 2009-10-29 21:33:26 -07:00
xstat64.c
xstat.c
xstatconv.c
xstatconv.h