Mike Frysinger 6bc17e607f get rid of pass through func 18 anni fa
..
bits ef25eef9a1 only check for rlimit stuff if the target doesnt support the newer function call, and dont bother with 64bit versions on 64bit hosts as the regular one works fine (should fix the setrlimit ltp tests) 18 anni fa
sys a2cd030e93 move linux-specific header to linux subdir 18 anni fa
.indent.pro 87108d9ffa Fix up stat so we translate from kernel stat to libc stat. Try to fix 24 anni fa
Makefile ba31c6c463 Remove TOPDIR 18 anni fa
Makefile.in f37aeefc62 Do not build *64 and llseek, correct some failure when LFS is disabled 18 anni fa
__rt_sigtimedwait.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
__socketcall.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
__syscall_fcntl.c 9ca46ae789 Convert all the strong_aliases to weak that are cancelable in libpthread 18 anni fa
__syscall_fcntl64.c 358534f7db Use __typeof instead of adding full prototypes 18 anni fa
__syscall_ipc.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
__syscall_rt_sigaction.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
__syscall_sigaction.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
_exit.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 anni fa
access.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
acct.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
adjtimex.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
alarm.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
arch_prctl.c ed92e90941 create local prototype 18 anni fa
bdflush.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
capget.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
capset.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
chdir.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
chmod.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
chown.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
chroot.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
clock_getres.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 anni fa
clock_gettime.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 anni fa
clock_settime.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 anni fa
close.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
cmsg_nxthdr.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
creat64.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 anni fa
create_module.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
delete_module.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
dl-osinfo.h af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 anni fa
dup.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
dup2.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
epoll.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
execve.c 6bc17e607f get rid of pass through func 18 anni fa
fchdir.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
fchmod.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
fchown.c a7e14569d2 fix eriks e-mail address 19 anni fa
fdatasync.c 9f3eba863e get rid of arch specific checks 18 anni fa
flock.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
fork.c 786126e2b1 Weaken libc's hidden fork versions, ltp test failed 18 anni fa
fpu_control.h 027d12aeef Patch from Atsushi Nemoto (with some additions): 21 anni fa
fstat.c 43da001e78 fix building on 64bit hosts 18 anni fa
fstat64.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
fstatfs.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
fsync.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
ftruncate.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
ftruncate64.c 537494b031 move a bunch of arch-specific checks out of common files and into an arch specific header file to make porting/updates a lot easier 18 anni fa
get_kernel_syms.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
getcwd.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
getdents.c bd5827f470 use just __getdents64 rather than either __getdents and __getdents64 when possible (saves space and gives us access to d_type most of the time) 18 anni fa
getdents64.c bd5827f470 use just __getdents64 rather than either __getdents and __getdents64 when possible (saves space and gives us access to d_type most of the time) 18 anni fa
getdirname.c 89e73abbfd Try to correct stat64/stat issue, vapier please check on 64bit arch 18 anni fa
getdnnm.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 anni fa
getdtablesize.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
getegid.c 831219203b use the newer versions of functions when available (fixes sparc which doesnt provide older versions at all) 18 anni fa
geteuid.c 831219203b use the newer versions of functions when available (fixes sparc which doesnt provide older versions at all) 18 anni fa
getgid.c eeb2918922 Make gcc4 happy as well 18 anni fa
getgroups.c c7dec4ce77 add support for newer [sg]etgroups function and make the function a simple passthrough on 64bit arches (should fix the getgroup crashes in ltp) 18 anni fa
gethstnm.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
getitimer.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
getpagesize.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
getpgid.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
getpgrp.c f6875e0f6b dont try to build getpgrp if the arch doesnt support it (like ia64) 18 anni fa
getpid.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
getppid.c 9ce08d170e fix building on alpha 18 anni fa
getpriority.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 anni fa
getresgid.c 831219203b use the newer versions of functions when available (fixes sparc which doesnt provide older versions at all) 18 anni fa
getresuid.c 831219203b use the newer versions of functions when available (fixes sparc which doesnt provide older versions at all) 18 anni fa
getrlimit.c e8f50b1894 fix my always_inline typo to fix building on most arches 18 anni fa
getrlimit64.c ef25eef9a1 only check for rlimit stuff if the target doesnt support the newer function call, and dont bother with 64bit versions on 64bit hosts as the regular one works fine (should fix the setrlimit ltp tests) 18 anni fa
getrusage.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
getsid.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 anni fa
gettimeofday.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
getuid.c 9f3eba863e get rid of arch specific checks 18 anni fa
hp-timing.h 9c4d060ea4 grab header file from glibc 18 anni fa
init_module.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
ioctl.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
ioperm.c 6167a20f66 Add back explicit prototype, archs miss sys/io.h, remove m68k exclusion 18 anni fa
iopl.c 6167a20f66 Add back explicit prototype, archs miss sys/io.h, remove m68k exclusion 18 anni fa
kill.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
klogctl.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
lchown.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
link.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
llseek.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
longjmp.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
lseek.c 9ca46ae789 Convert all the strong_aliases to weak that are cancelable in libpthread 18 anni fa
lstat.c 43da001e78 fix building on 64bit hosts 18 anni fa
lstat64.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
madvise.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
mincore.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
mkdir.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
mkfifo.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 anni fa
mknod.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
mlock.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
mlockall.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
mmap.c 16816bb7b4 use the 6-arg version of mmap where available 18 anni fa
mmap64.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
modify_ldt.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
mount.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
mprotect.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
mremap.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
msync.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
munlock.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
munlockall.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
munmap.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
nanosleep.c 9e2b0f0f80 even the hidden version of the weaks in libc (as strong in libpthread) have to be weaks 18 anni fa
nice.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
noophooks.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
ntp_gettime.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 anni fa
open.c 9ca46ae789 Convert all the strong_aliases to weak that are cancelable in libpthread 18 anni fa
open64.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
pause.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
personality.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
pipe.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
pivot_root.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
poll.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
posix_fadvise.c 2a623a604c fix building on 64bit hosts 18 anni fa
posix_fadvise64.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
prctl.c 6d85734a6e fix prototype for 64bit hosts 18 anni fa
pread_write.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
ptrace.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
query_module.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
quotactl.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
read.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
readlink.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
readv.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
reboot.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
rename.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
rmdir.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
sbrk.c 40f2d13616 I will risk this one: __curbrk 18 anni fa
sched_get_priority_max.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
sched_get_priority_min.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
sched_getparam.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
sched_getscheduler.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
sched_rr_get_interval.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
sched_setparam.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
sched_setscheduler.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
sched_yield.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
select.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
sendfile.c bda2d7e868 another attempt to fix sendfile64 18 anni fa
sendfile64.c a1d98e054e cleanup and use the style of other *64 funcs 18 anni fa
setdomainname.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
setegid.c bba849fc7f add support for newer style kernel calls since some arches (like sparc) only provide the newer versions 18 anni fa
seteuid.c bba849fc7f add support for newer style kernel calls since some arches (like sparc) only provide the newer versions 18 anni fa
setfsgid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
setfsuid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
setgid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
setgroups.c c7dec4ce77 add support for newer [sg]etgroups function and make the function a simple passthrough on 64bit arches (should fix the getgroup crashes in ltp) 18 anni fa
sethostname.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
setitimer.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
setpgid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
setpgrp.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 anni fa
setpriority.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
setregid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
setresgid.c bba849fc7f add support for newer style kernel calls since some arches (like sparc) only provide the newer versions 18 anni fa
setresuid.c bba849fc7f add support for newer style kernel calls since some arches (like sparc) only provide the newer versions 18 anni fa
setreuid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
setrlimit.c e8f50b1894 fix my always_inline typo to fix building on most arches 18 anni fa
setrlimit64.c ef25eef9a1 only check for rlimit stuff if the target doesnt support the newer function call, and dont bother with 64bit versions on 64bit hosts as the regular one works fine (should fix the setrlimit ltp tests) 18 anni fa
setsid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
settimeofday.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
setuid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
sigaltstack.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
sigpending.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
sigprocmask.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
sigsuspend.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
ssp-local.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
ssp.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
stat.c 43da001e78 fix building on 64bit hosts 18 anni fa
stat64.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
statfs.c 4630734862 dont bother with a pass through call 18 anni fa
stime.c abc6ee9f4d another from SpanKY 18 anni fa
swapoff.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
swapon.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
symlink.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
sync.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 anni fa
syscalls.h df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 anni fa
sysctl.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
sysfs.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
sysinfo.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
time.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
times.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
truncate.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
truncate64.c 537494b031 move a bunch of arch-specific checks out of common files and into an arch specific header file to make porting/updates a lot easier 18 anni fa
ulimit.c 28db421a4b create local prototypes to shutup warnings 18 anni fa
umask.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
umount.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
umount2.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
uname.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
unlink.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
uselib.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
ustat.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
utime.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
utimes.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
vfork.c 34868b2502 hidden moved to prototype 18 anni fa
vhangup.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
wait.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
wait3.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 anni fa
wait4.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
waitpid.c 9e2b0f0f80 even the hidden version of the weaks in libc (as strong in libpthread) have to be weaks 18 anni fa
write.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
writev.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 anni fa
xattr.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
xstatconv.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 anni fa
xstatconv.h ef449071eb hide __xstatX_conv 18 anni fa