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