Rich Felker dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 lat temu
..
mips 6315004f61 initial version of mips (o32) port, based on work by Richard Pennington (rdp) 12 lat temu
sh aacd348637 rename superh port to "sh" for consistency 11 lat temu
_exit.c 0c05bd3a9c further use of _Noreturn, for non-plain-C functions 12 lat temu
access.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 lat temu
acct.c c983e6415a fix some indention-with-spaces that crept in 12 lat temu
alarm.c e241896cd5 avoid deprecated (by linux) alarm syscall; use setitimer instead 13 lat temu
chdir.c aa398f56fa global cleanup to use the new syscall interface 14 lat temu
chown.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 lat temu
close.c 82dc1e2e78 fix handling of EINTR during close() 12 lat temu
ctermid.c 571744447c include cleanups: remove unused headers and add feature test macros 11 lat temu
dup.c aa398f56fa global cleanup to use the new syscall interface 14 lat temu
dup2.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 lat temu
dup3.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 lat temu
faccessat.c f9fb20b42d simplify faccessat AT_EACCESS path and eliminate resource dependence 11 lat temu
fchdir.c 65ea604c74 fix failure of fchmod, fstat, fchdir, and fchown to produce EBADF 11 lat temu
fchown.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 lat temu
fchownat.c aa398f56fa global cleanup to use the new syscall interface 14 lat temu
fdatasync.c ca1773d864 fix dummied-out fdatasync 13 lat temu
fsync.c ee1f69a360 fix dummied-out fsync 13 lat temu
ftruncate.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 13 lat temu
getcwd.c 4fb7df12f5 fix errno value for getcwd when size argument is zero 11 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 571744447c include cleanups: remove unused headers and add feature test macros 11 lat temu
getlogin.c 0b44a0315b initial check-in, version 0.5.0 14 lat temu
getlogin_r.c 571744447c include cleanups: remove unused headers and add feature test macros 11 lat temu
getpgid.c aa398f56fa global cleanup to use the new syscall interface 14 lat temu
getpgrp.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 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 dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 lat temu
link.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 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 dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 lat temu
pipe.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 lat temu
pipe2.c ae7399bfd8 in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback 12 lat temu
posix_close.c 8708e137d6 add posix_close, accepted for inclusion in the next issue of POSIX 11 lat temu
pread.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 13 lat temu
preadv.c 2416c63b81 fix up lfs64 junk for preadv/pwritev 12 lat temu
pwrite.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 13 lat temu
pwritev.c 2416c63b81 fix up lfs64 junk for preadv/pwritev 12 lat temu
read.c feee98903c overhaul pthread cancellation 14 lat temu
readlink.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 lat temu
readlinkat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 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 dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 lat temu
setegid.c acb0480662 new attempt at making set*id() safe and robust 13 lat temu
seteuid.c acb0480662 new attempt at making set*id() safe and robust 13 lat temu
setgid.c acb0480662 new attempt at making set*id() safe and robust 13 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 13 lat temu
setresgid.c acb0480662 new attempt at making set*id() safe and robust 13 lat temu
setresuid.c acb0480662 new attempt at making set*id() safe and robust 13 lat temu
setreuid.c acb0480662 new attempt at making set*id() safe and robust 13 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 13 lat temu
setxid.c 544ee752cd fix some bugs in setxid and update setrlimit to use __synccall 13 lat temu
sleep.c 0b44a0315b initial check-in, version 0.5.0 14 lat temu
symlink.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 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 571744447c include cleanups: remove unused headers and add feature test macros 11 lat temu
ualarm.c 3910e93340 make ualarm actually work (obsolete function removed from SUS) 14 lat temu
unlink.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 lat temu
unlinkat.c aa398f56fa global cleanup to use the new syscall interface 14 lat temu
usleep.c 571744447c include cleanups: remove unused headers and add feature test macros 11 lat temu
write.c feee98903c overhaul pthread cancellation 14 lat temu
writev.c feee98903c overhaul pthread cancellation 14 lat temu