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 пре 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 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 година