You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker 899b13cae7 support null buffer argument to getcwd, auto-allocating behavior 14 years ago
..
_exit.c initial check-in, version 0.5.0 15 years ago
access.c global cleanup to use the new syscall interface 15 years ago
alarm.c global cleanup to use the new syscall interface 15 years ago
chdir.c global cleanup to use the new syscall interface 15 years ago
chown.c global cleanup to use the new syscall interface 15 years ago
close.c remove bogus extra logic for close cancellability 15 years ago
ctermid.c initial check-in, version 0.5.0 15 years ago
dup.c global cleanup to use the new syscall interface 15 years ago
dup2.c workaround bug in linux dup2 15 years ago
faccessat.c global cleanup to use the new syscall interface 15 years ago
fchdir.c global cleanup to use the new syscall interface 15 years ago
fchown.c global cleanup to use the new syscall interface 15 years ago
fchownat.c global cleanup to use the new syscall interface 15 years ago
fdatasync.c initial check-in, version 0.5.0 15 years ago
fsync.c global cleanup to use the new syscall interface 15 years ago
ftruncate.c update syscalls with off_t arguments to handle argument alignment, if needed 15 years ago
getcwd.c support null buffer argument to getcwd, auto-allocating behavior 14 years ago
getegid.c omit errno update path for syscalls that cannot fail 15 years ago
geteuid.c omit errno update path for syscalls that cannot fail 15 years ago
getgid.c omit errno update path for syscalls that cannot fail 15 years ago
getgroups.c global cleanup to use the new syscall interface 15 years ago
gethostname.c initial check-in, version 0.5.0 15 years ago
getlogin.c initial check-in, version 0.5.0 15 years ago
getlogin_r.c initial check-in, version 0.5.0 15 years ago
getpgid.c global cleanup to use the new syscall interface 15 years ago
getpgrp.c omit errno update path for syscalls that cannot fail 15 years ago
getpid.c omit errno update path for syscalls that cannot fail 15 years ago
getppid.c omit errno update path for syscalls that cannot fail 15 years ago
getsid.c global cleanup to use the new syscall interface 15 years ago
getuid.c omit errno update path for syscalls that cannot fail 15 years ago
isatty.c initial check-in, version 0.5.0 15 years ago
lchown.c global cleanup to use the new syscall interface 15 years ago
link.c global cleanup to use the new syscall interface 15 years ago
linkat.c global cleanup to use the new syscall interface 15 years ago
lseek.c consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 15 years ago
nice.c consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 15 years ago
pause.c overhaul pthread cancellation 15 years ago
pipe.c global cleanup to use the new syscall interface 15 years ago
pread.c update syscalls with off_t arguments to handle argument alignment, if needed 15 years ago
pwrite.c update syscalls with off_t arguments to handle argument alignment, if needed 15 years ago
read.c overhaul pthread cancellation 15 years ago
readlink.c fix various errors in function signatures/prototypes found by nsz 15 years ago
readlinkat.c fix various errors in function signatures/prototypes found by nsz 15 years ago
readv.c overhaul pthread cancellation 15 years ago
renameat.c global cleanup to use the new syscall interface 15 years ago
rmdir.c global cleanup to use the new syscall interface 15 years ago
setegid.c new attempt at making set*id() safe and robust 15 years ago
seteuid.c new attempt at making set*id() safe and robust 15 years ago
setgid.c new attempt at making set*id() safe and robust 15 years ago
setpgid.c cleanup various minor issues reported by nsz 15 years ago
setpgrp.c initial check-in, version 0.5.0 15 years ago
setregid.c new attempt at making set*id() safe and robust 15 years ago
setresgid.c new attempt at making set*id() safe and robust 15 years ago
setresuid.c new attempt at making set*id() safe and robust 15 years ago
setreuid.c new attempt at making set*id() safe and robust 15 years ago
setsid.c global cleanup to use the new syscall interface 15 years ago
setuid.c new attempt at making set*id() safe and robust 15 years ago
setxid.c fix some bugs in setxid and update setrlimit to use __synccall 15 years ago
sleep.c initial check-in, version 0.5.0 15 years ago
symlink.c global cleanup to use the new syscall interface 15 years ago
symlinkat.c global cleanup to use the new syscall interface 15 years ago
sync.c debloat: use __syscall instead of syscall where possible 15 years ago
tcgetpgrp.c initial check-in, version 0.5.0 15 years ago
tcsetpgrp.c initial check-in, version 0.5.0 15 years ago
truncate.c update syscalls with off_t arguments to handle argument alignment, if needed 15 years ago
ttyname.c initial check-in, version 0.5.0 15 years ago
ttyname_r.c initial check-in, version 0.5.0 15 years ago
ualarm.c make ualarm actually work (obsolete function removed from SUS) 15 years ago
unlink.c global cleanup to use the new syscall interface 15 years ago
unlinkat.c global cleanup to use the new syscall interface 15 years ago
usleep.c remove obsolete and useless useconds_t type 15 years ago
write.c overhaul pthread cancellation 15 years ago
writev.c overhaul pthread cancellation 15 years ago