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