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 11 년 전
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 11 년 전
fchown.c 9ca1f62b0c make fchdir, fchmod, fchown, and fstat support O_PATH file descriptors 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 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 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 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 11 년 전
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 년 전