Rich Felker dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 rokov pred
..
mips 6315004f61 initial version of mips (o32) port, based on work by Richard Pennington (rdp) 13 rokov pred
sh aacd348637 rename superh port to "sh" for consistency 11 rokov pred
_exit.c 0c05bd3a9c further use of _Noreturn, for non-plain-C functions 12 rokov pred
access.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 rokov pred
acct.c c983e6415a fix some indention-with-spaces that crept in 12 rokov pred
alarm.c e241896cd5 avoid deprecated (by linux) alarm syscall; use setitimer instead 13 rokov pred
chdir.c aa398f56fa global cleanup to use the new syscall interface 14 rokov pred
chown.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 rokov pred
close.c 82dc1e2e78 fix handling of EINTR during close() 12 rokov pred
ctermid.c 571744447c include cleanups: remove unused headers and add feature test macros 11 rokov pred
dup.c aa398f56fa global cleanup to use the new syscall interface 14 rokov pred
dup2.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 rokov pred
dup3.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 rokov pred
faccessat.c f9fb20b42d simplify faccessat AT_EACCESS path and eliminate resource dependence 11 rokov pred
fchdir.c 65ea604c74 fix failure of fchmod, fstat, fchdir, and fchown to produce EBADF 11 rokov pred
fchown.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 rokov pred
fchownat.c aa398f56fa global cleanup to use the new syscall interface 14 rokov pred
fdatasync.c ca1773d864 fix dummied-out fdatasync 13 rokov pred
fsync.c ee1f69a360 fix dummied-out fsync 13 rokov pred
ftruncate.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 13 rokov pred
getcwd.c 4fb7df12f5 fix errno value for getcwd when size argument is zero 11 rokov pred
getegid.c d878dcecca omit errno update path for syscalls that cannot fail 14 rokov pred
geteuid.c d878dcecca omit errno update path for syscalls that cannot fail 14 rokov pred
getgid.c d878dcecca omit errno update path for syscalls that cannot fail 14 rokov pred
getgroups.c aa398f56fa global cleanup to use the new syscall interface 14 rokov pred
gethostname.c 571744447c include cleanups: remove unused headers and add feature test macros 11 rokov pred
getlogin.c 0b44a0315b initial check-in, version 0.5.0 14 rokov pred
getlogin_r.c 571744447c include cleanups: remove unused headers and add feature test macros 11 rokov pred
getpgid.c aa398f56fa global cleanup to use the new syscall interface 14 rokov pred
getpgrp.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 rokov pred
getpid.c d878dcecca omit errno update path for syscalls that cannot fail 14 rokov pred
getppid.c d878dcecca omit errno update path for syscalls that cannot fail 14 rokov pred
getsid.c aa398f56fa global cleanup to use the new syscall interface 14 rokov pred
getuid.c d878dcecca omit errno update path for syscalls that cannot fail 14 rokov pred
isatty.c 0b44a0315b initial check-in, version 0.5.0 14 rokov pred
lchown.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 rokov pred
link.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 rokov pred
linkat.c aa398f56fa global cleanup to use the new syscall interface 14 rokov pred
lseek.c c2cd25bff8 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 14 rokov pred
nice.c c2cd25bff8 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 14 rokov pred
pause.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 rokov pred
pipe.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 rokov pred
pipe2.c ae7399bfd8 in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback 12 rokov pred
posix_close.c 8708e137d6 add posix_close, accepted for inclusion in the next issue of POSIX 11 rokov pred
pread.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 13 rokov pred
preadv.c 2416c63b81 fix up lfs64 junk for preadv/pwritev 12 rokov pred
pwrite.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 13 rokov pred
pwritev.c 2416c63b81 fix up lfs64 junk for preadv/pwritev 12 rokov pred
read.c feee98903c overhaul pthread cancellation 14 rokov pred
readlink.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 rokov pred
readlinkat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 rokov pred
readv.c feee98903c overhaul pthread cancellation 14 rokov pred
renameat.c aa398f56fa global cleanup to use the new syscall interface 14 rokov pred
rmdir.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 rokov pred
setegid.c acb0480662 new attempt at making set*id() safe and robust 14 rokov pred
seteuid.c acb0480662 new attempt at making set*id() safe and robust 14 rokov pred
setgid.c acb0480662 new attempt at making set*id() safe and robust 14 rokov pred
setpgid.c fd142e5ec4 cleanup various minor issues reported by nsz 13 rokov pred
setpgrp.c 0b44a0315b initial check-in, version 0.5.0 14 rokov pred
setregid.c acb0480662 new attempt at making set*id() safe and robust 14 rokov pred
setresgid.c acb0480662 new attempt at making set*id() safe and robust 14 rokov pred
setresuid.c acb0480662 new attempt at making set*id() safe and robust 14 rokov pred
setreuid.c acb0480662 new attempt at making set*id() safe and robust 14 rokov pred
setsid.c aa398f56fa global cleanup to use the new syscall interface 14 rokov pred
setuid.c acb0480662 new attempt at making set*id() safe and robust 14 rokov pred
setxid.c 544ee752cd fix some bugs in setxid and update setrlimit to use __synccall 14 rokov pred
sleep.c 0b44a0315b initial check-in, version 0.5.0 14 rokov pred
symlink.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 rokov pred
symlinkat.c aa398f56fa global cleanup to use the new syscall interface 14 rokov pred
sync.c eb0e8fa0b1 debloat: use __syscall instead of syscall where possible 14 rokov pred
tcgetpgrp.c 0b44a0315b initial check-in, version 0.5.0 14 rokov pred
tcsetpgrp.c 0b44a0315b initial check-in, version 0.5.0 14 rokov pred
truncate.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 13 rokov pred
ttyname.c 0b44a0315b initial check-in, version 0.5.0 14 rokov pred
ttyname_r.c 571744447c include cleanups: remove unused headers and add feature test macros 11 rokov pred
ualarm.c 3910e93340 make ualarm actually work (obsolete function removed from SUS) 14 rokov pred
unlink.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 rokov pred
unlinkat.c aa398f56fa global cleanup to use the new syscall interface 14 rokov pred
usleep.c 571744447c include cleanups: remove unused headers and add feature test macros 11 rokov pred
write.c feee98903c overhaul pthread cancellation 14 rokov pred
writev.c feee98903c overhaul pthread cancellation 14 rokov pred