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