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