Rich Felker 899b13cae7 support null buffer argument to getcwd, auto-allocating behavior před 13 roky
..
_exit.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
access.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
alarm.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
chdir.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
chown.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
close.c 61b56a8d21 remove bogus extra logic for close cancellability před 14 roky
ctermid.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
dup.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
dup2.c f9a6372a98 workaround bug in linux dup2 před 14 roky
faccessat.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
fchdir.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
fchown.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
fchownat.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
fdatasync.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
fsync.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
ftruncate.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed před 13 roky
getcwd.c 899b13cae7 support null buffer argument to getcwd, auto-allocating behavior před 13 roky
getegid.c d878dcecca omit errno update path for syscalls that cannot fail před 14 roky
geteuid.c d878dcecca omit errno update path for syscalls that cannot fail před 14 roky
getgid.c d878dcecca omit errno update path for syscalls that cannot fail před 14 roky
getgroups.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
gethostname.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
getlogin.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
getlogin_r.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
getpgid.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
getpgrp.c d878dcecca omit errno update path for syscalls that cannot fail před 14 roky
getpid.c d878dcecca omit errno update path for syscalls that cannot fail před 14 roky
getppid.c d878dcecca omit errno update path for syscalls that cannot fail před 14 roky
getsid.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
getuid.c d878dcecca omit errno update path for syscalls that cannot fail před 14 roky
isatty.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
lchown.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
link.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
linkat.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
lseek.c c2cd25bff8 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix před 14 roky
nice.c c2cd25bff8 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix před 14 roky
pause.c feee98903c overhaul pthread cancellation před 14 roky
pipe.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
pread.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed před 13 roky
pwrite.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed před 13 roky
read.c feee98903c overhaul pthread cancellation před 14 roky
readlink.c 13cd969552 fix various errors in function signatures/prototypes found by nsz před 13 roky
readlinkat.c 13cd969552 fix various errors in function signatures/prototypes found by nsz před 13 roky
readv.c feee98903c overhaul pthread cancellation před 14 roky
renameat.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
rmdir.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
setegid.c acb0480662 new attempt at making set*id() safe and robust před 13 roky
seteuid.c acb0480662 new attempt at making set*id() safe and robust před 13 roky
setgid.c acb0480662 new attempt at making set*id() safe and robust před 13 roky
setpgid.c fd142e5ec4 cleanup various minor issues reported by nsz před 13 roky
setpgrp.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
setregid.c acb0480662 new attempt at making set*id() safe and robust před 13 roky
setresgid.c acb0480662 new attempt at making set*id() safe and robust před 13 roky
setresuid.c acb0480662 new attempt at making set*id() safe and robust před 13 roky
setreuid.c acb0480662 new attempt at making set*id() safe and robust před 13 roky
setsid.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
setuid.c acb0480662 new attempt at making set*id() safe and robust před 13 roky
setxid.c 544ee752cd fix some bugs in setxid and update setrlimit to use __synccall před 13 roky
sleep.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
symlink.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
symlinkat.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
sync.c eb0e8fa0b1 debloat: use __syscall instead of syscall where possible před 14 roky
tcgetpgrp.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
tcsetpgrp.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
truncate.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed před 13 roky
ttyname.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
ttyname_r.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
ualarm.c 3910e93340 make ualarm actually work (obsolete function removed from SUS) před 14 roky
unlink.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
unlinkat.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
usleep.c 5243e5f160 remove obsolete and useless useconds_t type před 14 roky
write.c feee98903c overhaul pthread cancellation před 14 roky
writev.c feee98903c overhaul pthread cancellation před 14 roky