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