..
mips
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
_exit.c
further use of _Noreturn, for non-plain-C functions
14 years ago
access.c
global cleanup to use the new syscall interface
15 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
global cleanup to use the new syscall interface
15 years ago
close.c
fix handling of EINTR during close()
14 years ago
ctermid.c
fix bogus lazy allocation in ctermid and missing malloc failure check
13 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
dup3.c
greatly improve freopen behavior
14 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
fix dummied-out fdatasync
14 years ago
fsync.c
fix dummied-out fsync
14 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
fix mistake in length test in getlogin_r
14 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
pipe2.c
in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback
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
use restrict everywhere it's required by c99 and/or posix 2008
14 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
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
fix broken ttyname[_r] (failure to null-terminate result)
14 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