Waldemar Brodkorb a745c4bfc8 remove unused FORTIFY code fragments 6 years ago
..
bits ea38f4d89c math: add exception handling functionality 6 years ago
sys 06eb521140 sys/ptrace.h: remove obsolete Linux PTRACE_SEIZE_DEVEL constant 6 years ago
.indent.pro 87108d9ffa Fix up stat so we translate from kernel stat to libc stat. Try to fix 23 years ago
Makefile ba31c6c463 Remove TOPDIR 18 years ago
Makefile.in a745c4bfc8 remove unused FORTIFY code fragments 6 years ago
__rt_sigtimedwait.c 52df983934 remove editor hints for vi 6 years ago
__rt_sigwaitinfo.c 52df983934 remove editor hints for vi 6 years ago
__socketcall.c 52df983934 remove editor hints for vi 6 years ago
__syscall_fcntl.c 52df983934 remove editor hints for vi 6 years ago
__syscall_fcntl64.c 52df983934 remove editor hints for vi 6 years ago
__syscall_rt_sigaction.c 52df983934 remove editor hints for vi 6 years ago
__syscall_sigaction.c 52df983934 remove editor hints for vi 6 years ago
_exit.c 52df983934 remove editor hints for vi 6 years ago
access.c 52df983934 remove editor hints for vi 6 years ago
acct.c 52df983934 remove editor hints for vi 6 years ago
adjtimex.c 52df983934 remove editor hints for vi 6 years ago
alarm.c 52df983934 remove editor hints for vi 6 years ago
arch_prctl.c 52df983934 remove editor hints for vi 6 years ago
bdflush.c 52df983934 remove editor hints for vi 6 years ago
brk.c d5f8c6ddc4 brk.c: remove libc_hidden_proto, always_inline syscall 12 years ago
capget.c 52df983934 remove editor hints for vi 6 years ago
capset.c 52df983934 remove editor hints for vi 6 years ago
chdir.c 52df983934 remove editor hints for vi 6 years ago
chmod.c 52df983934 remove editor hints for vi 6 years ago
chown.c 52df983934 remove editor hints for vi 6 years ago
chroot.c 52df983934 remove editor hints for vi 6 years ago
clock_adjtime.c 5128015145 Add clock_adjtime syscall 9 years ago
clock_getres.c f486c8ba61 clock_getres.c: include unistd.h unless syscall is defined 12 years ago
clock_gettime.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup 12 years ago
clock_settime.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup 12 years ago
close.c 52df983934 remove editor hints for vi 6 years ago
cmsg_nxthdr.c 1e2e4ac619 socket.h: pull socket_type.h from eglibc 11 years ago
creat.c 52df983934 remove editor hints for vi 6 years ago
creat64.c 266bdc1f62 Replace FSF snail mail address with URLs 11 years ago
dl-osinfo.h b534100aaa dl-osinfo.h: include needed headers 12 years ago
dup.c 52df983934 remove editor hints for vi 6 years ago
dup2.c 52df983934 remove editor hints for vi 6 years ago
dup3.c 52df983934 remove editor hints for vi 6 years ago
epoll.c 52df983934 remove editor hints for vi 6 years ago
epoll_create.c 7efe10ec5f libc: split multi-source epoll.c 9 years ago
epoll_ctl.c 7efe10ec5f libc: split multi-source epoll.c 9 years ago
epoll_pwait.c 7efe10ec5f libc: split multi-source epoll.c 9 years ago
epoll_wait.c 7efe10ec5f libc: split multi-source epoll.c 9 years ago
euidaccess.c cc22effd6d Suppress warning "_GNU_SOURCE" redefined 8 years ago
eventfd.c 52df983934 remove editor hints for vi 6 years ago
eventfd_read.c 628943bcfd Add eventfd_read() and eventfd_write() 9 years ago
eventfd_write.c 628943bcfd Add eventfd_read() and eventfd_write() 9 years ago
execve.c 52df983934 remove editor hints for vi 6 years ago
faccessat.c 695e274cf7 access: Use faccessat if arch does not have the access syscall 11 years ago
fallocate.c 52df983934 remove editor hints for vi 6 years ago
fallocate64.c 52df983934 remove editor hints for vi 6 years ago
fanotify.c 52df983934 remove editor hints for vi 6 years ago
fchdir.c 52df983934 remove editor hints for vi 6 years ago
fchmod.c 52df983934 remove editor hints for vi 6 years ago
fchmodat.c 82cab37865 chmod: Use fchmodat if arch does not have the chmod syscall 11 years ago
fchown.c 52df983934 remove editor hints for vi 6 years ago
fchownat.c c4c78fc5f3 chown: Use fchownat if arch does not have the chown syscall 11 years ago
fdatasync.c 52df983934 remove editor hints for vi 6 years ago
flock.c 52df983934 remove editor hints for vi 6 years ago
fork.c 52df983934 remove editor hints for vi 6 years ago
fpu_control.h 266bdc1f62 Replace FSF snail mail address with URLs 11 years ago
fstat.c 52df983934 remove editor hints for vi 6 years ago
fstat64.c 52df983934 remove editor hints for vi 6 years ago
fstatat.c dba942c80d add experimental aarch64 support 7 years ago
fstatat64.c 5f7dc9b625 for mips64 with N32 ABI we need to use newfstatat 9 years ago
fstatfs.c 52df983934 remove editor hints for vi 6 years ago
fsync.c 52df983934 remove editor hints for vi 6 years ago
ftruncate.c 52df983934 remove editor hints for vi 6 years ago
ftruncate64.c 6f3f843335 linux: use OFF64_HI_LO rather than __LONG_LONG_PAIR 11 years ago
futimens.c 52df983934 remove editor hints for vi 6 years ago
futimesat.c fd72e30425 first pass at implementing *at funcs 15 years ago
getcwd.c e48bd60ce9 getcwd: Fix memory-leak in error path 13 years ago
getdents.c 74ca8d6f5d remove UCLIBC_HAS_LFS 7 years ago
getdents64.c 74ca8d6f5d remove UCLIBC_HAS_LFS 7 years ago
getdirname.c 52df983934 remove editor hints for vi 6 years ago
getdomainname.c 21730caa66 trim Experimentally off and uncommented hidden 14 years ago
getdtablesize.c 21730caa66 trim Experimentally off and uncommented hidden 14 years ago
getegid.c 52df983934 remove editor hints for vi 6 years ago
geteuid.c 52df983934 remove editor hints for vi 6 years ago
getgid.c 52df983934 remove editor hints for vi 6 years ago
getgroups.c 52df983934 remove editor hints for vi 6 years ago
gethostname.c 21730caa66 trim Experimentally off and uncommented hidden 14 years ago
getitimer.c 52df983934 remove editor hints for vi 6 years ago
getpagesize.c 7df0fc1ed8 simplify getpagesize, do not depend on kernel macros 8 years ago
getpgid.c 52df983934 remove editor hints for vi 6 years ago
getpgrp.c 52df983934 remove editor hints for vi 6 years ago
getpid.c 52df983934 remove editor hints for vi 6 years ago
getppid.c 52df983934 remove editor hints for vi 6 years ago
getpriority.c 52df983934 remove editor hints for vi 6 years ago
getrandom.c 52df983934 remove editor hints for vi 6 years ago
getresgid.c 52df983934 remove editor hints for vi 6 years ago
getresuid.c 52df983934 remove editor hints for vi 6 years ago
getrlimit.c 52df983934 remove editor hints for vi 6 years ago
getrlimit64.c 266bdc1f62 Replace FSF snail mail address with URLs 11 years ago
getrusage.c 52df983934 remove editor hints for vi 6 years ago
getsid.c 52df983934 remove editor hints for vi 6 years ago
gettimeofday.c 52df983934 remove editor hints for vi 6 years ago
getuid.c 52df983934 remove editor hints for vi 6 years ago
inotify.c 52df983934 remove editor hints for vi 6 years ago
ioctl.c 52df983934 remove editor hints for vi 6 years ago
ioperm.c 52df983934 remove editor hints for vi 6 years ago
iopl.c 52df983934 remove editor hints for vi 6 years ago
jmpbuf-offsets.h 0078a92e39 add jmpbuf-offsets.h and jmpbuf-unwind.h for all archs (LT related) 12 years ago
kill.c 52df983934 remove editor hints for vi 6 years ago
klogctl.c 52df983934 remove editor hints for vi 6 years ago
lchown.c 52df983934 remove editor hints for vi 6 years ago
libgcc_s.h a68b6d339b Add missing libgcc_s.h header. 14 years ago
link.c 52df983934 remove editor hints for vi 6 years ago
linkat.c 82fc713658 link: Use linkat if arch does not have the link syscall 11 years ago
llseek.c 52df983934 remove editor hints for vi 6 years ago
longjmp.c 266bdc1f62 Replace FSF snail mail address with URLs 11 years ago
lseek.c 52df983934 remove editor hints for vi 6 years ago
lstat.c 52df983934 remove editor hints for vi 6 years ago
lstat64.c 52df983934 remove editor hints for vi 6 years ago
lutimes.c 52df983934 remove editor hints for vi 6 years ago
madvise.c 52df983934 remove editor hints for vi 6 years ago
makedev.c 75d9bf2dc5 include: silence __leaf warning 9 years ago
mincore.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 years ago
mkdir.c 52df983934 remove editor hints for vi 6 years ago
mkdirat.c ecb2be2c0a mkdir: Use mkdirat if arch does not have the mkdir syscall 11 years ago
mkfifo.c 266bdc1f62 Replace FSF snail mail address with URLs 11 years ago
mkfifoat.c fd72e30425 first pass at implementing *at funcs 15 years ago
mknod.c 52df983934 remove editor hints for vi 6 years ago
mknodat.c fd72e30425 first pass at implementing *at funcs 15 years ago
mlock.c 52df983934 remove editor hints for vi 6 years ago
mlockall.c 52df983934 remove editor hints for vi 6 years ago
mmap.c 041cdc2769 sparc64: add basic support 6 years ago
mmap64.c f1c42c9e74 mmap64.c: use void * as in header, disable code that can't happen 12 years ago
modify_ldt.c 52df983934 remove editor hints for vi 6 years ago
module.c 03884934b3 add init_module/delete_module syscall wrappers 7 years ago
mount.c 52df983934 remove editor hints for vi 6 years ago
mprotect.c 52df983934 remove editor hints for vi 6 years ago
mremap.c 52df983934 remove editor hints for vi 6 years ago
msync.c 52df983934 remove editor hints for vi 6 years ago
munlock.c 52df983934 remove editor hints for vi 6 years ago
munlockall.c 52df983934 remove editor hints for vi 6 years ago
munmap.c 52df983934 remove editor hints for vi 6 years ago
nanosleep.c 52df983934 remove editor hints for vi 6 years ago
nice.c 52df983934 remove editor hints for vi 6 years ago
noophooks.c 266bdc1f62 Replace FSF snail mail address with URLs 11 years ago
not-cancel.h a9a2380cf0 nptl: add pthread_getname_np/pthread_setname_np from GNU libc 7 years ago
ntp_gettime.c 266bdc1f62 Replace FSF snail mail address with URLs 11 years ago
open.c 52df983934 remove editor hints for vi 6 years ago
open64.c 7e829db6ae open64: ensure that openat check works 10 years ago
openat.c d42417f680 openat argument fix. 8 years ago
openat64.c a4b93f0bef openat*: use a static function with the different type and strong_alias_untyped 12 years ago
pause.c 52df983934 remove editor hints for vi 6 years ago
personality.c 52df983934 remove editor hints for vi 6 years ago
pipe.c 52df983934 remove editor hints for vi 6 years ago
pipe2.c 52df983934 remove editor hints for vi 6 years ago
pivot_root.c 52df983934 remove editor hints for vi 6 years ago
poll.c 266bdc1f62 Replace FSF snail mail address with URLs 11 years ago
posix_fadvise.c 52df983934 remove editor hints for vi 6 years ago
posix_fadvise64.c 52df983934 remove editor hints for vi 6 years ago
posix_fallocate.c 52df983934 remove editor hints for vi 6 years ago
posix_fallocate64.c 52df983934 remove editor hints for vi 6 years ago
posix_madvise.c 52df983934 remove editor hints for vi 6 years ago
ppoll.c 266bdc1f62 Replace FSF snail mail address with URLs 11 years ago
prctl.c 52df983934 remove editor hints for vi 6 years ago
pread_write.c 52df983934 remove editor hints for vi 6 years ago
preadv.c 8b233f2491 preadv/pwritev: bugfix preadv/pwritev syscall should be 5 args 6 years ago
pselect.c 11cf4e8074 fixup gcc warnings 7 years ago
ptrace.c fc44a577aa - trim superfluous ';'. No objcode changes 15 years ago
pwritev.c 8b233f2491 preadv/pwritev: bugfix preadv/pwritev syscall should be 5 args 6 years ago
quotactl.c 52df983934 remove editor hints for vi 6 years ago
read.c 52df983934 remove editor hints for vi 6 years ago
readahead.c 74ca8d6f5d remove UCLIBC_HAS_LFS 7 years ago
readlink.c 52df983934 remove editor hints for vi 6 years ago
readlinkat.c e07db64b78 readlink: Use readlinkat if arch does not have the readlink syscall 11 years ago
readv.c 52df983934 remove editor hints for vi 6 years ago
reboot.c 52df983934 remove editor hints for vi 6 years ago
remap_file_pages.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 years ago
rename.c 52df983934 remove editor hints for vi 6 years ago
renameat.c 3a5be53a84 rename: Use renameat if arch does not have the rename syscall 11 years ago
rmdir.c 52df983934 remove editor hints for vi 6 years ago
sbrk.c 21730caa66 trim Experimentally off and uncommented hidden 14 years ago
sched_cpucount.c 266bdc1f62 Replace FSF snail mail address with URLs 11 years ago
sched_get_priority_max.c 52df983934 remove editor hints for vi 6 years ago
sched_get_priority_min.c 52df983934 remove editor hints for vi 6 years ago
sched_getaffinity.c 266bdc1f62 Replace FSF snail mail address with URLs 11 years ago
sched_getcpu.c 52df983934 remove editor hints for vi 6 years ago
sched_getparam.c 52df983934 remove editor hints for vi 6 years ago
sched_getscheduler.c 52df983934 remove editor hints for vi 6 years ago
sched_rr_get_interval.c 52df983934 remove editor hints for vi 6 years ago
sched_setaffinity.c 11cf4e8074 fixup gcc warnings 7 years ago
sched_setparam.c 52df983934 remove editor hints for vi 6 years ago
sched_setscheduler.c 52df983934 remove editor hints for vi 6 years ago
sched_yield.c 52df983934 remove editor hints for vi 6 years ago
select.c 52df983934 remove editor hints for vi 6 years ago
sendfile.c 52df983934 remove editor hints for vi 6 years ago
sendfile64.c a83ea57a50 sendfile: Use sendfile64 if arch does not have the sendfile syscall 11 years ago
setdomainname.c 52df983934 remove editor hints for vi 6 years ago
setegid.c 2f88f917c2 setegid: use setresgid conditionally 12 years ago
seteuid.c 7aa9c2486c remove a few more empty #if/#endif pairs 14 years ago
setfsgid.c 52df983934 remove editor hints for vi 6 years ago
setfsuid.c 52df983934 remove editor hints for vi 6 years ago
setgid.c 52df983934 remove editor hints for vi 6 years ago
setgroups.c 52df983934 remove editor hints for vi 6 years ago
sethostname.c 52df983934 remove editor hints for vi 6 years ago
setitimer.c 52df983934 remove editor hints for vi 6 years ago
setns.c 52df983934 remove editor hints for vi 6 years ago
setpgid.c 52df983934 remove editor hints for vi 6 years ago
setpgrp.c 39e02af41f setpgrp.c: remove unneeded header 12 years ago
setpriority.c 52df983934 remove editor hints for vi 6 years ago
setregid.c 52df983934 remove editor hints for vi 6 years ago
setresgid.c 52df983934 remove editor hints for vi 6 years ago
setresuid.c 52df983934 remove editor hints for vi 6 years ago
setreuid.c 52df983934 remove editor hints for vi 6 years ago
setrlimit.c 52df983934 remove editor hints for vi 6 years ago
setrlimit64.c 266bdc1f62 Replace FSF snail mail address with URLs 11 years ago
setsid.c 52df983934 remove editor hints for vi 6 years ago
settimeofday.c 52df983934 remove editor hints for vi 6 years ago
setuid.c 52df983934 remove editor hints for vi 6 years ago
sigaltstack.c 52df983934 remove editor hints for vi 6 years ago
signalfd.c 52df983934 remove editor hints for vi 6 years ago
sigpending.c 52df983934 remove editor hints for vi 6 years ago
sigprocmask.c 52df983934 remove editor hints for vi 6 years ago
sigqueue.c 266bdc1f62 Replace FSF snail mail address with URLs 11 years ago
sigsuspend.c 52df983934 remove editor hints for vi 6 years ago
splice.c 52df983934 remove editor hints for vi 6 years ago
ssp-local.c 266bdc1f62 Replace FSF snail mail address with URLs 11 years ago
ssp.c a745c4bfc8 remove unused FORTIFY code fragments 6 years ago
stat.c 52df983934 remove editor hints for vi 6 years ago
stat64.c 52df983934 remove editor hints for vi 6 years ago
statfs.c 52df983934 remove editor hints for vi 6 years ago
stime.c 52df983934 remove editor hints for vi 6 years ago
stubs.c c7294c98c8 remove UCLIBC_LINUX_MODULE_26 7 years ago
swapoff.c 52df983934 remove editor hints for vi 6 years ago
swapon.c 52df983934 remove editor hints for vi 6 years ago
symlink.c 52df983934 remove editor hints for vi 6 years ago
symlinkat.c 81b480369b symlink: Use symlinkat if arch does not have the symlink syscall 11 years ago
sync.c 52df983934 remove editor hints for vi 6 years ago
sync_file_range.c 52df983934 remove editor hints for vi 6 years ago
syncfs.c 52df983934 remove editor hints for vi 6 years ago
syscall.c c06402cccc syscall(): create a common version based on INLINE_SYSCALL_NCS() 15 years ago
sysctl.c 52df983934 remove editor hints for vi 6 years ago
sysdep.h bda630857e libc/sysdeps: commonize ret_ERRVAL 10 years ago
sysfs.c 52df983934 remove editor hints for vi 6 years ago
sysinfo.c 52df983934 remove editor hints for vi 6 years ago
tee.c 52df983934 remove editor hints for vi 6 years ago
time.c 52df983934 remove editor hints for vi 6 years ago
timerfd.c 52df983934 remove editor hints for vi 6 years ago
times.c 52df983934 remove editor hints for vi 6 years ago
truncate.c 52df983934 remove editor hints for vi 6 years ago
truncate64.c 6f3f843335 linux: use OFF64_HI_LO rather than __LONG_LONG_PAIR 11 years ago
ulimit.c 52df983934 remove editor hints for vi 6 years ago
umask.c 52df983934 remove editor hints for vi 6 years ago
umount.c 52df983934 remove editor hints for vi 6 years ago
umount2.c 52df983934 remove editor hints for vi 6 years ago
uname.c 52df983934 remove editor hints for vi 6 years ago
unlink.c 52df983934 remove editor hints for vi 6 years ago
unlinkat.c 09a387a0fc unlink: Use unlinkat if arch does not have the unlink syscall 11 years ago
unshare.c 52df983934 remove editor hints for vi 6 years ago
unwind.h 266bdc1f62 Replace FSF snail mail address with URLs 11 years ago
uselib.c 52df983934 remove editor hints for vi 6 years ago
ustat.c 52df983934 remove editor hints for vi 6 years ago
utime.c 52df983934 remove editor hints for vi 6 years ago
utimensat.c ef85033ac8 futimens: add function 14 years ago
utimes.c 52df983934 remove editor hints for vi 6 years ago
vfork.c f9ea885024 vfork: fix clone based version 10 years ago
vhangup.c 52df983934 remove editor hints for vi 6 years ago
vmsplice.c 52df983934 remove editor hints for vi 6 years ago
wait.c 613b0fabf0 wait.c: use cancel.h 12 years ago
wait3.c a92060fe16 wait4.c: provide hidden __wait4_nocancel independent of any guards 12 years ago
wait4.c 52df983934 remove editor hints for vi 6 years ago
waitid.c 52df983934 remove editor hints for vi 6 years ago
waitpid.c 52df983934 remove editor hints for vi 6 years ago
write.c 52df983934 remove editor hints for vi 6 years ago
writev.c 52df983934 remove editor hints for vi 6 years ago
xattr.c 73d5955414 unify stub logic 13 years ago
xstatconv.c 74ca8d6f5d remove UCLIBC_HAS_LFS 7 years ago
xstatconv.h 74ca8d6f5d remove UCLIBC_HAS_LFS 7 years ago