.. |
mips
|
6315004f61
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
|
12 år sedan |
_exit.c
|
0c05bd3a9c
further use of _Noreturn, for non-plain-C functions
|
12 år sedan |
access.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
acct.c
|
c983e6415a
fix some indention-with-spaces that crept in
|
12 år sedan |
alarm.c
|
e241896cd5
avoid deprecated (by linux) alarm syscall; use setitimer instead
|
13 år sedan |
chdir.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
chown.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
close.c
|
82dc1e2e78
fix handling of EINTR during close()
|
12 år sedan |
ctermid.c
|
0b44a0315b
initial check-in, version 0.5.0
|
14 år sedan |
dup.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
dup2.c
|
f9a6372a98
workaround bug in linux dup2
|
14 år sedan |
dup3.c
|
892cafff66
greatly improve freopen behavior
|
12 år sedan |
faccessat.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
fchdir.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
fchown.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
fchownat.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
fdatasync.c
|
ca1773d864
fix dummied-out fdatasync
|
13 år sedan |
fsync.c
|
ee1f69a360
fix dummied-out fsync
|
13 år sedan |
ftruncate.c
|
0b6eb2dfb2
update syscalls with off_t arguments to handle argument alignment, if needed
|
13 år sedan |
getcwd.c
|
899b13cae7
support null buffer argument to getcwd, auto-allocating behavior
|
13 år sedan |
getegid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
14 år sedan |
geteuid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
14 år sedan |
getgid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
14 år sedan |
getgroups.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
gethostname.c
|
0b44a0315b
initial check-in, version 0.5.0
|
14 år sedan |
getlogin.c
|
0b44a0315b
initial check-in, version 0.5.0
|
14 år sedan |
getlogin_r.c
|
ee96c50d4b
fix mistake in length test in getlogin_r
|
13 år sedan |
getpgid.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
getpgrp.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
14 år sedan |
getpid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
14 år sedan |
getppid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
14 år sedan |
getsid.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
getuid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
14 år sedan |
isatty.c
|
0b44a0315b
initial check-in, version 0.5.0
|
14 år sedan |
lchown.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
link.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
linkat.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
lseek.c
|
c2cd25bff8
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
|
14 år sedan |
nice.c
|
c2cd25bff8
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
|
14 år sedan |
pause.c
|
feee98903c
overhaul pthread cancellation
|
14 år sedan |
pipe.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
pipe2.c
|
44eb4d8b9b
overhaul system() and popen() to use vfork; fix various related bugs
|
12 år sedan |
pread.c
|
0b6eb2dfb2
update syscalls with off_t arguments to handle argument alignment, if needed
|
13 år sedan |
preadv.c
|
2416c63b81
fix up lfs64 junk for preadv/pwritev
|
12 år sedan |
pwrite.c
|
0b6eb2dfb2
update syscalls with off_t arguments to handle argument alignment, if needed
|
13 år sedan |
pwritev.c
|
2416c63b81
fix up lfs64 junk for preadv/pwritev
|
12 år sedan |
read.c
|
feee98903c
overhaul pthread cancellation
|
14 år sedan |
readlink.c
|
400c5e5c83
use restrict everywhere it's required by c99 and/or posix 2008
|
12 år sedan |
readlinkat.c
|
400c5e5c83
use restrict everywhere it's required by c99 and/or posix 2008
|
12 år sedan |
readv.c
|
feee98903c
overhaul pthread cancellation
|
14 år sedan |
renameat.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
rmdir.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
setegid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
13 år sedan |
seteuid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
13 år sedan |
setgid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
13 år sedan |
setpgid.c
|
fd142e5ec4
cleanup various minor issues reported by nsz
|
13 år sedan |
setpgrp.c
|
0b44a0315b
initial check-in, version 0.5.0
|
14 år sedan |
setregid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
13 år sedan |
setresgid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
13 år sedan |
setresuid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
13 år sedan |
setreuid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
13 år sedan |
setsid.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
setuid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
13 år sedan |
setxid.c
|
544ee752cd
fix some bugs in setxid and update setrlimit to use __synccall
|
13 år sedan |
sleep.c
|
0b44a0315b
initial check-in, version 0.5.0
|
14 år sedan |
symlink.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
symlinkat.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
sync.c
|
eb0e8fa0b1
debloat: use __syscall instead of syscall where possible
|
14 år sedan |
tcgetpgrp.c
|
0b44a0315b
initial check-in, version 0.5.0
|
14 år sedan |
tcsetpgrp.c
|
0b44a0315b
initial check-in, version 0.5.0
|
14 år sedan |
truncate.c
|
0b6eb2dfb2
update syscalls with off_t arguments to handle argument alignment, if needed
|
13 år sedan |
ttyname.c
|
0b44a0315b
initial check-in, version 0.5.0
|
14 år sedan |
ttyname_r.c
|
fcfba99503
fix broken ttyname[_r] (failure to null-terminate result)
|
12 år sedan |
ualarm.c
|
3910e93340
make ualarm actually work (obsolete function removed from SUS)
|
14 år sedan |
unlink.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
unlinkat.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 år sedan |
usleep.c
|
5243e5f160
remove obsolete and useless useconds_t type
|
14 år sedan |
write.c
|
feee98903c
overhaul pthread cancellation
|
14 år sedan |
writev.c
|
feee98903c
overhaul pthread cancellation
|
14 år sedan |