Salvatore Cro 86387d4eb3 Add argp implementation 8 tahun lalu
..
bits 86387d4eb3 Add argp implementation 8 tahun lalu
sys ae04402816 fanotify: include needed Linux definitions 8 tahun lalu
.indent.pro 87108d9ffa Fix up stat so we translate from kernel stat to libc stat. Try to fix 23 tahun lalu
Makefile ba31c6c463 Remove TOPDIR 18 tahun lalu
Makefile.in 8c142592ef add support for euidaccess/eaccess legacy functions 8 tahun lalu
__rt_sigtimedwait.c d1e5115772 libc: switch several users to unlikely() 11 tahun lalu
__rt_sigwaitinfo.c b72b0b14d0 rework cancellation for sigwait, sigtimedwait and sigwaitinfo 12 tahun lalu
__socketcall.c 19607f1113 socketcalls.c: rewrite to use cancel.h 12 tahun lalu
__syscall_fcntl.c d62c716242 fcntl: Use fcntl64 is arch does not have the fcntl syscall 11 tahun lalu
__syscall_fcntl64.c a586f419f5 LT.old: reinstate build 11 tahun lalu
__syscall_rt_sigaction.c 27fbcf79bc signal.h: move prototypes for __syscall_[rt_]sigaction to common place 12 tahun lalu
__syscall_sigaction.c 27fbcf79bc signal.h: move prototypes for __syscall_[rt_]sigaction to common place 12 tahun lalu
_exit.c 11430a8e3c _exit.c: add ABORT_INSTRUCTION 12 tahun lalu
access.c 695e274cf7 access: Use faccessat if arch does not have the access syscall 11 tahun lalu
acct.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
adjtimex.c 21730caa66 trim Experimentally off and uncommented hidden 14 tahun lalu
alarm.c c28cabb179 Reorder includes and include only what is necessary 12 tahun lalu
arch_prctl.c c28cabb179 Reorder includes and include only what is necessary 12 tahun lalu
bdflush.c 73d5955414 unify stub logic 13 tahun lalu
brk.c d5f8c6ddc4 brk.c: remove libc_hidden_proto, always_inline syscall 12 tahun lalu
capget.c c28cabb179 Reorder includes and include only what is necessary 12 tahun lalu
capset.c c28cabb179 Reorder includes and include only what is necessary 12 tahun lalu
chdir.c f0e0d954f2 chdir.c: simplify code 12 tahun lalu
chmod.c 82cab37865 chmod: Use fchmodat if arch does not have the chmod syscall 11 tahun lalu
chown.c c4c78fc5f3 chown: Use fchownat if arch does not have the chown syscall 11 tahun lalu
chroot.c fc44a577aa - trim superfluous ';'. No objcode changes 15 tahun lalu
clock_adjtime.c 5128015145 Add clock_adjtime syscall 9 tahun lalu
clock_getres.c f486c8ba61 clock_getres.c: include unistd.h unless syscall is defined 12 tahun lalu
clock_gettime.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup 12 tahun lalu
clock_settime.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup 12 tahun lalu
close.c 9df9c60aa9 add cancellation for read, write, close 12 tahun lalu
cmsg_nxthdr.c 1e2e4ac619 socket.h: pull socket_type.h from eglibc 11 tahun lalu
creat.c f9af28c64e creat*.c: add LIBC_CANCEL_HANDLED to know that it is cancellable (handled by open) 12 tahun lalu
creat64.c 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
create_module.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup 12 tahun lalu
delete_module.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup 12 tahun lalu
dl-osinfo.h b534100aaa dl-osinfo.h: include needed headers 12 tahun lalu
dup.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
dup2.c 90accddebe dup2: Use dup3 if arch does not have the dup2 syscall 11 tahun lalu
dup3.c 90accddebe dup2: Use dup3 if arch does not have the dup2 syscall 11 tahun lalu
epoll.c 7efe10ec5f libc: split multi-source epoll.c 9 tahun lalu
epoll_create.c 7efe10ec5f libc: split multi-source epoll.c 9 tahun lalu
epoll_ctl.c 7efe10ec5f libc: split multi-source epoll.c 9 tahun lalu
epoll_pwait.c 7efe10ec5f libc: split multi-source epoll.c 9 tahun lalu
epoll_wait.c 7efe10ec5f libc: split multi-source epoll.c 9 tahun lalu
euidaccess.c 8c142592ef add support for euidaccess/eaccess legacy functions 8 tahun lalu
eventfd.c 9fc6da20da Add eventfd_read() and eventfd_write() 9 tahun lalu
eventfd_read.c 628943bcfd Add eventfd_read() and eventfd_write() 9 tahun lalu
eventfd_write.c 628943bcfd Add eventfd_read() and eventfd_write() 9 tahun lalu
execve.c 21730caa66 trim Experimentally off and uncommented hidden 14 tahun lalu
faccessat.c 695e274cf7 access: Use faccessat if arch does not have the access syscall 11 tahun lalu
fallocate.c 4480f9b555 libc: fix sign extension in fallocate() 8 tahun lalu
fallocate64.c 2eb8070e67 libc: fix setting return value and errno in fallocate() 8 tahun lalu
fanotify.c 24e4dc6660 fanotify: add system call support 8 tahun lalu
fchdir.c c28cabb179 Reorder includes and include only what is necessary 12 tahun lalu
fchmod.c fc44a577aa - trim superfluous ';'. No objcode changes 15 tahun lalu
fchmodat.c 82cab37865 chmod: Use fchmodat if arch does not have the chmod syscall 11 tahun lalu
fchown.c fc44a577aa - trim superfluous ';'. No objcode changes 15 tahun lalu
fchownat.c c4c78fc5f3 chown: Use fchownat if arch does not have the chown syscall 11 tahun lalu
fdatasync.c 2c917b0305 adapt fdatasync, fsync, msync to use cancel.h 12 tahun lalu
flock.c fc44a577aa - trim superfluous ';'. No objcode changes 15 tahun lalu
fork.c 11372c665a fork: Use clone if arch does not have the fork syscall 11 tahun lalu
fpu_control.h 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
fstat.c b34c8a4698 fstat: Use fstat64 if arch does not have the fstat syscall 11 tahun lalu
fstat64.c b34c8a4698 fstat: Use fstat64 if arch does not have the fstat syscall 11 tahun lalu
fstatat.c 13f56c443b stat: Use fstatat64 if arch does not have the stat syscall 11 tahun lalu
fstatat64.c 5f7dc9b625 for mips64 with N32 ABI we need to use newfstatat 9 tahun lalu
fstatfs.c 09e782b088 fstatfs: Add __libc_fstatfs wrapper 11 tahun lalu
fsync.c 2c917b0305 adapt fdatasync, fsync, msync to use cancel.h 12 tahun lalu
ftruncate.c bad1b218da ftruncate: Use ftruncate64 if arch does not have the ftruncate syscall 11 tahun lalu
ftruncate64.c 6f3f843335 linux: use OFF64_HI_LO rather than __LONG_LONG_PAIR 11 tahun lalu
futimens.c 290e19f814 drop support for pre ISO-C compilers 11 tahun lalu
futimesat.c fd72e30425 first pass at implementing *at funcs 15 tahun lalu
get_kernel_syms.c f2401c418b get_kernel_syms.c: reorganize, no need for attribute_unused in prototype 12 tahun lalu
getcwd.c e48bd60ce9 getcwd: Fix memory-leak in error path 13 tahun lalu
getdents.c 92b784d6a5 getdents: Use getdents64 if arch does not have the getdents syscall 11 tahun lalu
getdents64.c 92b784d6a5 getdents: Use getdents64 if arch does not have the getdents syscall 11 tahun lalu
getdirname.c 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
getdomainname.c 21730caa66 trim Experimentally off and uncommented hidden 14 tahun lalu
getdtablesize.c 21730caa66 trim Experimentally off and uncommented hidden 14 tahun lalu
getegid.c 83c1854b97 remove error handling from some syscalls 13 tahun lalu
geteuid.c 83c1854b97 remove error handling from some syscalls 13 tahun lalu
getgid.c 83c1854b97 remove error handling from some syscalls 13 tahun lalu
getgroups.c ca89d7e1fb getgroups.c: reorganize, include param.h instead of defining MIN 12 tahun lalu
gethostname.c 21730caa66 trim Experimentally off and uncommented hidden 14 tahun lalu
getitimer.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
getpagesize.c 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
getpgid.c 2d276198b4 libc: Provide both getpgid and __getpgid symbols 13 tahun lalu
getpgrp.c 9f096becc4 getpgrp: fix fallback handling 12 tahun lalu
getpid.c 83c1854b97 remove error handling from some syscalls 13 tahun lalu
getppid.c 83c1854b97 remove error handling from some syscalls 13 tahun lalu
getpriority.c 21730caa66 trim Experimentally off and uncommented hidden 14 tahun lalu
getrandom.c 09ff424905 libc: add getrandom(2) 9 tahun lalu
getresgid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 tahun lalu
getresuid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 tahun lalu
getrlimit.c c28cabb179 Reorder includes and include only what is necessary 12 tahun lalu
getrlimit64.c 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
getrusage.c 21cbb6fe88 unistd.h: put getppid under XOPEN2K8 9 tahun lalu
getsid.c 21730caa66 trim Experimentally off and uncommented hidden 14 tahun lalu
gettimeofday.c 34c0112854 gettimeofday.c: use the same type as in header 12 tahun lalu
getuid.c 83c1854b97 remove error handling from some syscalls 13 tahun lalu
hp-timing.h 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
init_module.c c28cabb179 Reorder includes and include only what is necessary 12 tahun lalu
inotify.c af63ec925e inotify_init: Use inotify_init1 if inotify_init syscall is not defined 11 tahun lalu
ioctl.c 733810682b ioctl.c: use cancel.h 12 tahun lalu
ioperm.c 02c9f0d6e8 remove libc_hidden_proto(ioperm) from all headers except arm 12 tahun lalu
iopl.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
jmpbuf-offsets.h 0078a92e39 add jmpbuf-offsets.h and jmpbuf-unwind.h for all archs (LT related) 12 tahun lalu
kill.c 21730caa66 trim Experimentally off and uncommented hidden 14 tahun lalu
klogctl.c fc44a577aa - trim superfluous ';'. No objcode changes 15 tahun lalu
lchown.c d8386ad5e7 lchown: Use fchownat if arch does not have the lchown syscall 11 tahun lalu
libgcc_s.h a68b6d339b Add missing libgcc_s.h header. 14 tahun lalu
link.c 82fc713658 link: Use linkat if arch does not have the link syscall 11 tahun lalu
linkat.c 82fc713658 link: Use linkat if arch does not have the link syscall 11 tahun lalu
llseek.c 24edbbd53a lseek, lseek64: add cancellation for all THREADS 12 tahun lalu
longjmp.c 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
lseek.c 361285886a lseek: Correct order of offset arguments 9 tahun lalu
lstat.c 677adae2b0 lstat: Use fstatat64 if arch does not have the lstat syscall 11 tahun lalu
lstat64.c 789e2402f3 lstat64: Use fstatat64 if arch does not have the lstat64 syscall 11 tahun lalu
lutimes.c 251f2266bf lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not defined 13 tahun lalu
madvise.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
makedev.c 75d9bf2dc5 include: silence __leaf warning 9 tahun lalu
mincore.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
mkdir.c ecb2be2c0a mkdir: Use mkdirat if arch does not have the mkdir syscall 11 tahun lalu
mkdirat.c ecb2be2c0a mkdir: Use mkdirat if arch does not have the mkdir syscall 11 tahun lalu
mkfifo.c 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
mkfifoat.c fd72e30425 first pass at implementing *at funcs 15 tahun lalu
mknod.c e55f589191 add argument check in mknod 9 tahun lalu
mknodat.c fd72e30425 first pass at implementing *at funcs 15 tahun lalu
mlock.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
mlockall.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
mmap.c 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs 12 tahun lalu
mmap64.c f1c42c9e74 mmap64.c: use void * as in header, disable code that can't happen 12 tahun lalu
modify_ldt.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
mount.c c6dcc660d3 mount.c: whitespace only 12 tahun lalu
mprotect.c 9889c8791b enable mprotect() regardless of MMU as some systems have MPUs which allows memory protection 15 tahun lalu
mremap.c 3e8067a627 deal with TODOs left over from libc_hidden_proto removal 15 tahun lalu
msync.c 2c917b0305 adapt fdatasync, fsync, msync to use cancel.h 12 tahun lalu
munlock.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
munlockall.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
munmap.c a0fa1f8acf munmap.c: do not include unistd.h 12 tahun lalu
nanosleep.c d3b81557ec nanosleep.c: use cancel.h 12 tahun lalu
nice.c 79cd5fb435 nice: fix overflow checking in int_add_no_wrap() 11 tahun lalu
noophooks.c 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
not-cancel.h e1e46622ac Revert "resolve merge" 9 tahun lalu
ntp_gettime.c 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
open.c 9f44c4ca56 open: Use openat if arch does not have the open syscall 11 tahun lalu
open64.c 7e829db6ae open64: ensure that openat check works 10 tahun lalu
openat.c a4b93f0bef openat*: use a static function with the different type and strong_alias_untyped 12 tahun lalu
openat64.c a4b93f0bef openat*: use a static function with the different type and strong_alias_untyped 12 tahun lalu
pause.c e1e46622ac Revert "resolve merge" 9 tahun lalu
personality.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
pipe.c dde074b390 pipe: Use pipe2 if arch does not have the pipe syscall 11 tahun lalu
pipe2.c d3ddb92ea0 add pipe2() 13 tahun lalu
pivot_root.c 7c966f5242 pivot_root.c: move prototype into guard 12 tahun lalu
poll.c 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
posix_fadvise.c 2a2b1d2a3e posix_fadvise: handle 2 variants for SYSCALL_ALIGN_64BIT 9 tahun lalu
posix_fadvise64.c 2a2b1d2a3e posix_fadvise: handle 2 variants for SYSCALL_ALIGN_64BIT 9 tahun lalu
posix_fallocate.c 9fae2ad993 libc: posix_fallocate must return an error number on failure 8 tahun lalu
posix_fallocate64.c 9fae2ad993 libc: posix_fallocate must return an error number on failure 8 tahun lalu
posix_madvise.c 9d101732ad add posix_madvise.c 12 tahun lalu
ppoll.c 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
prctl.c 3a3ad3dfc1 prctl: fix system call wrapper 10 tahun lalu
pread_write.c e1e46622ac Revert "resolve merge" 9 tahun lalu
pselect.c d1b1ccb72f Fix "pselect: Use linux pselect6 syscall when available" 8 tahun lalu
ptrace.c fc44a577aa - trim superfluous ';'. No objcode changes 15 tahun lalu
query_module.c 73d5955414 unify stub logic 13 tahun lalu
quotactl.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
read.c 9df9c60aa9 add cancellation for read, write, close 12 tahun lalu
readahead.c 81c9eaafec linux: readahead: convert to SYSCALL_ALIGN_64BIT 11 tahun lalu
readlink.c e07db64b78 readlink: Use readlinkat if arch does not have the readlink syscall 11 tahun lalu
readlinkat.c e07db64b78 readlink: Use readlinkat if arch does not have the readlink syscall 11 tahun lalu
readv.c 0500402162 readv, writev: rewrite to use cancel.h 12 tahun lalu
reboot.c fc44a577aa - trim superfluous ';'. No objcode changes 15 tahun lalu
remap_file_pages.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
rename.c 3a5be53a84 rename: Use renameat if arch does not have the rename syscall 11 tahun lalu
renameat.c 3a5be53a84 rename: Use renameat if arch does not have the rename syscall 11 tahun lalu
rmdir.c 98f53c5760 rmdir: Use unlinkat if arch does not have the rmdir syscall 11 tahun lalu
sbrk.c 21730caa66 trim Experimentally off and uncommented hidden 14 tahun lalu
sched_cpucount.c 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
sched_get_priority_max.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
sched_get_priority_min.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
sched_getaffinity.c 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
sched_getcpu.c 19dd090a0f libc: flesh out linux scheduler functions 12 tahun lalu
sched_getparam.c fc44a577aa - trim superfluous ';'. No objcode changes 15 tahun lalu
sched_getscheduler.c fc44a577aa - trim superfluous ';'. No objcode changes 15 tahun lalu
sched_rr_get_interval.c fc44a577aa - trim superfluous ';'. No objcode changes 15 tahun lalu
sched_setaffinity.c 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
sched_setparam.c fc44a577aa - trim superfluous ';'. No objcode changes 15 tahun lalu
sched_setscheduler.c fc44a577aa - trim superfluous ';'. No objcode changes 15 tahun lalu
sched_yield.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
select.c 6c7c4fb8e1 select: adapt cancelation to use cancel.h 12 tahun lalu
sendfile.c 905775f198 libc/sysdeps/linux/common/sendfile.c: fix sendfile64 visibility 11 tahun lalu
sendfile64.c a83ea57a50 sendfile: Use sendfile64 if arch does not have the sendfile syscall 11 tahun lalu
setdomainname.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
setegid.c 2f88f917c2 setegid: use setresgid conditionally 12 tahun lalu
seteuid.c 7aa9c2486c remove a few more empty #if/#endif pairs 14 tahun lalu
setfsgid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 tahun lalu
setfsuid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 tahun lalu
setgid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 tahun lalu
setgroups.c 0a18b6589d setgroups.c: move around some headers, always_inline syscall 12 tahun lalu
sethostname.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
setitimer.c 21730caa66 trim Experimentally off and uncommented hidden 14 tahun lalu
setns.c 5d5c77daae libc: add setns() 9 tahun lalu
setpgid.c 21730caa66 trim Experimentally off and uncommented hidden 14 tahun lalu
setpgrp.c 39e02af41f setpgrp.c: remove unneeded header 12 tahun lalu
setpriority.c 21730caa66 trim Experimentally off and uncommented hidden 14 tahun lalu
setregid.c 74c69da52a fix static linking of pthread apps 9 tahun lalu
setresgid.c 74c69da52a fix static linking of pthread apps 9 tahun lalu
setresuid.c 74c69da52a fix static linking of pthread apps 9 tahun lalu
setreuid.c 885d9c24d4 use weak to fix f.e. cdrkit static compile. fixes #3 9 tahun lalu
setrlimit.c c28cabb179 Reorder includes and include only what is necessary 12 tahun lalu
setrlimit64.c 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
setsid.c a55acdf73a setsid.c: whitespace only 12 tahun lalu
settimeofday.c 1b11d19b60 provide stime and settimeofday functions if at least one of the syscalls is available 12 tahun lalu
setuid.c a30f4f75a3 setuid.c: always_inline syscall 12 tahun lalu
sigaltstack.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
signalfd.c 028183a24d change _NSIG / 8 to __SYSCALL_SIGSET_T_SIZE in common code 12 tahun lalu
sigpending.c 028183a24d change _NSIG / 8 to __SYSCALL_SIGSET_T_SIZE in common code 12 tahun lalu
sigprocmask.c d1e5115772 libc: switch several users to unlikely() 11 tahun lalu
sigqueue.c 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
sigsuspend.c fae8e7e498 sigsuspend.c: add cancellation support independently of rt_sigsuspend 12 tahun lalu
splice.c a2dc2ddbb5 splice,sync_file_range: mark them as GNU extensions 12 tahun lalu
ssp-local.c 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
ssp.c 5c7e1909e1 ssp: rework, sync messages with the ones in glibc 12 tahun lalu
stat.c 13f56c443b stat: Use fstatat64 if arch does not have the stat syscall 11 tahun lalu
stat64.c 36b3c53f92 stat64: Use fstatat64 if arch does not have the stat64 syscall 11 tahun lalu
statfs.c 8c57a5d9c2 statfs: fix compile error when UCLIBC_LINUX_SPECIFIC is not set 9 tahun lalu
stime.c 1b11d19b60 provide stime and settimeofday functions if at least one of the syscalls is available 12 tahun lalu
stubs.c 09ff424905 libc: add getrandom(2) 9 tahun lalu
swapoff.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
swapon.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
symlink.c 81b480369b symlink: Use symlinkat if arch does not have the symlink syscall 11 tahun lalu
symlinkat.c 81b480369b symlink: Use symlinkat if arch does not have the symlink syscall 11 tahun lalu
sync.c 6b1fe09331 sync.c: simplify code 12 tahun lalu
sync_file_range.c a22b1f0084 fix regression for ARM thumb mode 9 tahun lalu
syncfs.c ea86f1d888 syncfs: add system call support 8 tahun lalu
syscall.c c06402cccc syscall(): create a common version based on INLINE_SYSCALL_NCS() 15 tahun lalu
sysctl.c 8a2d6677c3 silence warning about implicit decl of sysctl 14 tahun lalu
sysdep.h bda630857e libc/sysdeps: commonize ret_ERRVAL 10 tahun lalu
sysfs.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
sysinfo.c 823b22d7c3 provide sysinfo stub 12 tahun lalu
tee.c fc4b1388b3 tee,vmsplice: mark them as GNU extensions 12 tahun lalu
time.c 78b0d99085 time.c: move included header for fallback case 12 tahun lalu
timerfd.c cdeb75380c add timerfd syscall and header 14 tahun lalu
times.c 84dd1527aa times.c: whitespace only 12 tahun lalu
truncate.c e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT 11 tahun lalu
truncate64.c 6f3f843335 linux: use OFF64_HI_LO rather than __LONG_LONG_PAIR 11 tahun lalu
ulimit.c 1b6c5c4f32 libc: do not rely upon ulimit kernel syscall. 12 tahun lalu
umask.c 1fcbd1764e umask.c: umask always succeeds, use _syscall_noerr1 12 tahun lalu
umount.c 5046a84d82 umount: make umount2 depend on UCLIBC_LINUX_SPECIFIC 12 tahun lalu
umount2.c 1303e7eb2b alpha: add special umount2 handling 8 tahun lalu
uname.c b10190983a uname.c,unlink.c: whitespace only 12 tahun lalu
unlink.c 09a387a0fc unlink: Use unlinkat if arch does not have the unlink syscall 11 tahun lalu
unlinkat.c 09a387a0fc unlink: Use unlinkat if arch does not have the unlink syscall 11 tahun lalu
unshare.c 19dd090a0f libc: flesh out linux scheduler functions 12 tahun lalu
unwind.h 266bdc1f62 Replace FSF snail mail address with URLs 11 tahun lalu
uselib.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
ustat.c aec10d8647 ustat: Add ustat stub for arches that don't have the ustat system call 11 tahun lalu
utime.c 32d11b1454 remove more of the link_warnings 9 tahun lalu
utimensat.c ef85033ac8 futimens: add function 14 tahun lalu
utimes.c 5866897566 utimes: Export utimensat based utimes 11 tahun lalu
vfork.c f9ea885024 vfork: fix clone based version 10 tahun lalu
vhangup.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 tahun lalu
vmsplice.c fc4b1388b3 tee,vmsplice: mark them as GNU extensions 12 tahun lalu
wait.c 613b0fabf0 wait.c: use cancel.h 12 tahun lalu
wait3.c a92060fe16 wait4.c: provide hidden __wait4_nocancel independent of any guards 12 tahun lalu
wait4.c a92060fe16 wait4.c: provide hidden __wait4_nocancel independent of any guards 12 tahun lalu
waitid.c 6a78127da4 waitid.c: use cancel.h 12 tahun lalu
waitpid.c 08b258aeb9 waitpid.c: provide __waitpid_nocancel, use cancel.h 12 tahun lalu
write.c 9df9c60aa9 add cancellation for read, write, close 12 tahun lalu
writev.c 0500402162 readv, writev: rewrite to use cancel.h 12 tahun lalu
xattr.c 73d5955414 unify stub logic 13 tahun lalu
xstatconv.c cbec6ecd4d Add fix from OpenWrt for MIPS64 N64 ABI 9 tahun lalu
xstatconv.h 1b1133555e fstat64: Fix Build warnings with common-generic ABI build 11 tahun lalu