Rich Felker 899b13cae7 support null buffer argument to getcwd, auto-allocating behavior 13 年之前
..
_exit.c 0b44a0315b initial check-in, version 0.5.0 14 年之前
access.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
alarm.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
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 61b56a8d21 remove bogus extra logic for close cancellability 14 年之前
ctermid.c 0b44a0315b initial check-in, version 0.5.0 14 年之前
dup.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
dup2.c f9a6372a98 workaround bug in linux dup2 14 年之前
faccessat.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
fchdir.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
fchown.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
fchownat.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
fdatasync.c 0b44a0315b initial check-in, version 0.5.0 14 年之前
fsync.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
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 0b44a0315b initial check-in, version 0.5.0 14 年之前
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 年之前
pread.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 13 年之前
pwrite.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 13 年之前
read.c feee98903c overhaul pthread cancellation 14 年之前
readlink.c 13cd969552 fix various errors in function signatures/prototypes found by nsz 13 年之前
readlinkat.c 13cd969552 fix various errors in function signatures/prototypes found by nsz 13 年之前
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 0b44a0315b initial check-in, version 0.5.0 14 年之前
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 年之前