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