Rich Felker fd142e5ec4 cleanup various minor issues reported by nsz %!s(int64=13) %!d(string=hai) anos
..
_exit.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
access.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
alarm.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
chdir.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
chown.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
close.c 61b56a8d21 remove bogus extra logic for close cancellability %!s(int64=14) %!d(string=hai) anos
ctermid.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
dup.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
dup2.c f9a6372a98 workaround bug in linux dup2 %!s(int64=14) %!d(string=hai) anos
faccessat.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
fchdir.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
fchown.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
fchownat.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
fdatasync.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
fsync.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
ftruncate.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed %!s(int64=13) %!d(string=hai) anos
getcwd.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
getegid.c d878dcecca omit errno update path for syscalls that cannot fail %!s(int64=14) %!d(string=hai) anos
geteuid.c d878dcecca omit errno update path for syscalls that cannot fail %!s(int64=14) %!d(string=hai) anos
getgid.c d878dcecca omit errno update path for syscalls that cannot fail %!s(int64=14) %!d(string=hai) anos
getgroups.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
gethostname.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
getlogin.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
getlogin_r.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
getpgid.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
getpgrp.c d878dcecca omit errno update path for syscalls that cannot fail %!s(int64=14) %!d(string=hai) anos
getpid.c d878dcecca omit errno update path for syscalls that cannot fail %!s(int64=14) %!d(string=hai) anos
getppid.c d878dcecca omit errno update path for syscalls that cannot fail %!s(int64=14) %!d(string=hai) anos
getsid.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
getuid.c d878dcecca omit errno update path for syscalls that cannot fail %!s(int64=14) %!d(string=hai) anos
isatty.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
lchown.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
link.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
linkat.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
lseek.c c2cd25bff8 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix %!s(int64=14) %!d(string=hai) anos
nice.c c2cd25bff8 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix %!s(int64=14) %!d(string=hai) anos
pause.c feee98903c overhaul pthread cancellation %!s(int64=14) %!d(string=hai) anos
pipe.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
pread.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed %!s(int64=13) %!d(string=hai) anos
pwrite.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed %!s(int64=13) %!d(string=hai) anos
read.c feee98903c overhaul pthread cancellation %!s(int64=14) %!d(string=hai) anos
readlink.c 13cd969552 fix various errors in function signatures/prototypes found by nsz %!s(int64=13) %!d(string=hai) anos
readlinkat.c 13cd969552 fix various errors in function signatures/prototypes found by nsz %!s(int64=13) %!d(string=hai) anos
readv.c feee98903c overhaul pthread cancellation %!s(int64=14) %!d(string=hai) anos
renameat.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
rmdir.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
setegid.c acb0480662 new attempt at making set*id() safe and robust %!s(int64=14) %!d(string=hai) anos
seteuid.c acb0480662 new attempt at making set*id() safe and robust %!s(int64=14) %!d(string=hai) anos
setgid.c acb0480662 new attempt at making set*id() safe and robust %!s(int64=14) %!d(string=hai) anos
setpgid.c fd142e5ec4 cleanup various minor issues reported by nsz %!s(int64=13) %!d(string=hai) anos
setpgrp.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
setregid.c acb0480662 new attempt at making set*id() safe and robust %!s(int64=14) %!d(string=hai) anos
setresgid.c acb0480662 new attempt at making set*id() safe and robust %!s(int64=14) %!d(string=hai) anos
setresuid.c acb0480662 new attempt at making set*id() safe and robust %!s(int64=14) %!d(string=hai) anos
setreuid.c acb0480662 new attempt at making set*id() safe and robust %!s(int64=14) %!d(string=hai) anos
setsid.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
setuid.c acb0480662 new attempt at making set*id() safe and robust %!s(int64=14) %!d(string=hai) anos
setxid.c 544ee752cd fix some bugs in setxid and update setrlimit to use __synccall %!s(int64=14) %!d(string=hai) anos
sleep.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
symlink.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
symlinkat.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
sync.c eb0e8fa0b1 debloat: use __syscall instead of syscall where possible %!s(int64=14) %!d(string=hai) anos
tcgetpgrp.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
tcsetpgrp.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
truncate.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed %!s(int64=13) %!d(string=hai) anos
ttyname.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
ttyname_r.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
ualarm.c 3910e93340 make ualarm actually work (obsolete function removed from SUS) %!s(int64=14) %!d(string=hai) anos
unlink.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
unlinkat.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
usleep.c 5243e5f160 remove obsolete and useless useconds_t type %!s(int64=14) %!d(string=hai) anos
write.c feee98903c overhaul pthread cancellation %!s(int64=14) %!d(string=hai) anos
writev.c feee98903c overhaul pthread cancellation %!s(int64=14) %!d(string=hai) anos