Rich Felker 9848e64819 block all signals, even implementation-internal ones, in faccessat child 11 年之前
..
mips 6315004f61 initial version of mips (o32) port, based on work by Richard Pennington (rdp) 13 年之前
_exit.c 0c05bd3a9c further use of _Noreturn, for non-plain-C functions 12 年之前
access.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
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 aa398f56fa global cleanup to use the new syscall interface 14 年之前
close.c 82dc1e2e78 fix handling of EINTR during close() 12 年之前
ctermid.c b6218764eb fix bogus lazy allocation in ctermid and missing malloc failure check 12 年之前
dup.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
dup2.c f9a6372a98 workaround bug in linux dup2 14 年之前
dup3.c 892cafff66 greatly improve freopen behavior 12 年之前
faccessat.c 9848e64819 block all signals, even implementation-internal ones, in faccessat child 11 年之前
fchdir.c 9ca1f62b0c make fchdir, fchmod, fchown, and fstat support O_PATH file descriptors 12 年之前
fchown.c 9ca1f62b0c make fchdir, fchmod, fchown, and fstat support O_PATH file descriptors 12 年之前
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 899b13cae7 support null buffer argument to getcwd, auto-allocating behavior 13 年之前
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 0b44a0315b initial check-in, version 0.5.0 14 年之前
getlogin.c 0b44a0315b initial check-in, version 0.5.0 14 年之前
getlogin_r.c ee96c50d4b fix mistake in length test in getlogin_r 13 年之前
getpgid.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
getpgrp.c d878dcecca omit errno update path for syscalls that cannot fail 14 年之前
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 aa398f56fa global cleanup to use the new syscall interface 14 年之前
link.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
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 feee98903c overhaul pthread cancellation 14 年之前
pipe.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
pipe2.c ae7399bfd8 in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback 12 年之前
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 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 年之前
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 aa398f56fa global cleanup to use the new syscall interface 14 年之前
setegid.c acb0480662 new attempt at making set*id() safe and robust 14 年之前
seteuid.c acb0480662 new attempt at making set*id() safe and robust 14 年之前
setgid.c acb0480662 new attempt at making set*id() safe and robust 14 年之前
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 14 年之前
setresgid.c acb0480662 new attempt at making set*id() safe and robust 14 年之前
setresuid.c acb0480662 new attempt at making set*id() safe and robust 14 年之前
setreuid.c acb0480662 new attempt at making set*id() safe and robust 14 年之前
setsid.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
setuid.c acb0480662 new attempt at making set*id() safe and robust 14 年之前
setxid.c 544ee752cd fix some bugs in setxid and update setrlimit to use __synccall 14 年之前
sleep.c 0b44a0315b initial check-in, version 0.5.0 14 年之前
symlink.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
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 c8c0844f7f debloat code that depends on /proc/self/fd/%d with shared function 12 年之前
ualarm.c 3910e93340 make ualarm actually work (obsolete function removed from SUS) 14 年之前
unlink.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
unlinkat.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
usleep.c 5243e5f160 remove obsolete and useless useconds_t type 14 年之前
write.c feee98903c overhaul pthread cancellation 14 年之前
writev.c feee98903c overhaul pthread cancellation 14 年之前