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 2de85a9856 fix possible isatty false positives and unwanted device state changes 11 years ago
..
mips initial version of mips (o32) port, based on work by Richard Pennington (rdp) 14 years ago
sh rename superh port to "sh" for consistency 12 years ago
_exit.c further use of _Noreturn, for non-plain-C functions 14 years ago
access.c support linux kernel apis (new archs) with old syscalls removed 12 years ago
acct.c fix some indention-with-spaces that crept in 14 years ago
alarm.c avoid deprecated (by linux) alarm syscall; use setitimer instead 14 years ago
chdir.c global cleanup to use the new syscall interface 15 years ago
chown.c support linux kernel apis (new archs) with old syscalls removed 12 years ago
close.c map interruption of close by signal to success rather than EINPROGRESS 11 years ago
ctermid.c simplify ctermid 12 years ago
dup.c global cleanup to use the new syscall interface 15 years ago
dup2.c support linux kernel apis (new archs) with old syscalls removed 12 years ago
dup3.c support linux kernel apis (new archs) with old syscalls removed 12 years ago
faccessat.c simplify faccessat AT_EACCESS path and eliminate resource dependence 13 years ago
fchdir.c fix failure of fchmod, fstat, fchdir, and fchown to produce EBADF 13 years ago
fchown.c support linux kernel apis (new archs) with old syscalls removed 12 years ago
fchownat.c global cleanup to use the new syscall interface 15 years ago
fdatasync.c make fsync, fdatasync, and msync cancellation points 11 years ago
fsync.c make fsync, fdatasync, and msync cancellation points 11 years ago
ftruncate.c update syscalls with off_t arguments to handle argument alignment, if needed 15 years ago
getcwd.c fix errno value for getcwd when size argument is zero 13 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 include cleanups: remove unused headers and add feature test macros 13 years ago
getlogin.c initial check-in, version 0.5.0 15 years ago
getlogin_r.c include cleanups: remove unused headers and add feature test macros 13 years ago
getpgid.c global cleanup to use the new syscall interface 15 years ago
getpgrp.c support linux kernel apis (new archs) with old syscalls removed 12 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 fix possible isatty false positives and unwanted device state changes 11 years ago
lchown.c support linux kernel apis (new archs) with old syscalls removed 12 years ago
link.c support linux kernel apis (new archs) with old syscalls removed 12 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 support linux kernel apis (new archs) with old syscalls removed 12 years ago
pipe.c support linux kernel apis (new archs) with old syscalls removed 12 years ago
pipe2.c in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback 13 years ago
posix_close.c add posix_close, accepted for inclusion in the next issue of POSIX 13 years ago
pread.c update syscalls with off_t arguments to handle argument alignment, if needed 15 years ago
preadv.c fix up lfs64 junk for preadv/pwritev 14 years ago
pwrite.c update syscalls with off_t arguments to handle argument alignment, if needed 15 years ago
pwritev.c fix up lfs64 junk for preadv/pwritev 14 years ago
read.c overhaul pthread cancellation 15 years ago
readlink.c support linux kernel apis (new archs) with old syscalls removed 12 years ago
readlinkat.c use restrict everywhere it's required by c99 and/or posix 2008 14 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 support linux kernel apis (new archs) with old syscalls removed 12 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 for multithreaded set*id/setrlimit, handle case where callback does not run 11 years ago
sleep.c initial check-in, version 0.5.0 15 years ago
symlink.c support linux kernel apis (new archs) with old syscalls removed 12 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 include cleanups: remove unused headers and add feature test macros 13 years ago
ualarm.c make ualarm actually work (obsolete function removed from SUS) 15 years ago
unlink.c support linux kernel apis (new archs) with old syscalls removed 12 years ago
unlinkat.c global cleanup to use the new syscall interface 15 years ago
usleep.c include cleanups: remove unused headers and add feature test macros 13 years ago
write.c overhaul pthread cancellation 15 years ago
writev.c overhaul pthread cancellation 15 years ago