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