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