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