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