.. |
mips
|
6315004f61
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
|
12 年 前 |
sh
|
aacd348637
rename superh port to "sh" for consistency
|
11 年 前 |
_exit.c
|
0c05bd3a9c
further use of _Noreturn, for non-plain-C functions
|
12 年 前 |
access.c
|
dd5f50da6f
support linux kernel apis (new archs) with old syscalls removed
|
11 年 前 |
acct.c
|
c983e6415a
fix some indention-with-spaces that crept in
|
12 年 前 |
alarm.c
|
e241896cd5
avoid deprecated (by linux) alarm syscall; use setitimer instead
|
13 年 前 |
chdir.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 年 前 |
chown.c
|
dd5f50da6f
support linux kernel apis (new archs) with old syscalls removed
|
11 年 前 |
close.c
|
82dc1e2e78
fix handling of EINTR during close()
|
12 年 前 |
ctermid.c
|
571744447c
include cleanups: remove unused headers and add feature test macros
|
11 年 前 |
dup.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 年 前 |
dup2.c
|
dd5f50da6f
support linux kernel apis (new archs) with old syscalls removed
|
11 年 前 |
dup3.c
|
dd5f50da6f
support linux kernel apis (new archs) with old syscalls removed
|
11 年 前 |
faccessat.c
|
f9fb20b42d
simplify faccessat AT_EACCESS path and eliminate resource dependence
|
11 年 前 |
fchdir.c
|
65ea604c74
fix failure of fchmod, fstat, fchdir, and fchown to produce EBADF
|
11 年 前 |
fchown.c
|
dd5f50da6f
support linux kernel apis (new archs) with old syscalls removed
|
11 年 前 |
fchownat.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 年 前 |
fdatasync.c
|
ca1773d864
fix dummied-out fdatasync
|
13 年 前 |
fsync.c
|
ee1f69a360
fix dummied-out fsync
|
13 年 前 |
ftruncate.c
|
0b6eb2dfb2
update syscalls with off_t arguments to handle argument alignment, if needed
|
13 年 前 |
getcwd.c
|
4fb7df12f5
fix errno value for getcwd when size argument is zero
|
11 年 前 |
getegid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
14 年 前 |
geteuid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
14 年 前 |
getgid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
14 年 前 |
getgroups.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 年 前 |
gethostname.c
|
571744447c
include cleanups: remove unused headers and add feature test macros
|
11 年 前 |
getlogin.c
|
0b44a0315b
initial check-in, version 0.5.0
|
14 年 前 |
getlogin_r.c
|
571744447c
include cleanups: remove unused headers and add feature test macros
|
11 年 前 |
getpgid.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 年 前 |
getpgrp.c
|
dd5f50da6f
support linux kernel apis (new archs) with old syscalls removed
|
11 年 前 |
getpid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
14 年 前 |
getppid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
14 年 前 |
getsid.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 年 前 |
getuid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
14 年 前 |
isatty.c
|
0b44a0315b
initial check-in, version 0.5.0
|
14 年 前 |
lchown.c
|
dd5f50da6f
support linux kernel apis (new archs) with old syscalls removed
|
11 年 前 |
link.c
|
dd5f50da6f
support linux kernel apis (new archs) with old syscalls removed
|
11 年 前 |
linkat.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 年 前 |
lseek.c
|
c2cd25bff8
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
|
14 年 前 |
nice.c
|
c2cd25bff8
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
|
14 年 前 |
pause.c
|
dd5f50da6f
support linux kernel apis (new archs) with old syscalls removed
|
11 年 前 |
pipe.c
|
dd5f50da6f
support linux kernel apis (new archs) with old syscalls removed
|
11 年 前 |
pipe2.c
|
ae7399bfd8
in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback
|
12 年 前 |
posix_close.c
|
8708e137d6
add posix_close, accepted for inclusion in the next issue of POSIX
|
11 年 前 |
pread.c
|
0b6eb2dfb2
update syscalls with off_t arguments to handle argument alignment, if needed
|
13 年 前 |
preadv.c
|
2416c63b81
fix up lfs64 junk for preadv/pwritev
|
12 年 前 |
pwrite.c
|
0b6eb2dfb2
update syscalls with off_t arguments to handle argument alignment, if needed
|
13 年 前 |
pwritev.c
|
2416c63b81
fix up lfs64 junk for preadv/pwritev
|
12 年 前 |
read.c
|
feee98903c
overhaul pthread cancellation
|
14 年 前 |
readlink.c
|
dd5f50da6f
support linux kernel apis (new archs) with old syscalls removed
|
11 年 前 |
readlinkat.c
|
400c5e5c83
use restrict everywhere it's required by c99 and/or posix 2008
|
12 年 前 |
readv.c
|
feee98903c
overhaul pthread cancellation
|
14 年 前 |
renameat.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 年 前 |
rmdir.c
|
dd5f50da6f
support linux kernel apis (new archs) with old syscalls removed
|
11 年 前 |
setegid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
13 年 前 |
seteuid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
13 年 前 |
setgid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
13 年 前 |
setpgid.c
|
fd142e5ec4
cleanup various minor issues reported by nsz
|
13 年 前 |
setpgrp.c
|
0b44a0315b
initial check-in, version 0.5.0
|
14 年 前 |
setregid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
13 年 前 |
setresgid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
13 年 前 |
setresuid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
13 年 前 |
setreuid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
13 年 前 |
setsid.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 年 前 |
setuid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
13 年 前 |
setxid.c
|
544ee752cd
fix some bugs in setxid and update setrlimit to use __synccall
|
13 年 前 |
sleep.c
|
0b44a0315b
initial check-in, version 0.5.0
|
14 年 前 |
symlink.c
|
dd5f50da6f
support linux kernel apis (new archs) with old syscalls removed
|
11 年 前 |
symlinkat.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 年 前 |
sync.c
|
eb0e8fa0b1
debloat: use __syscall instead of syscall where possible
|
14 年 前 |
tcgetpgrp.c
|
0b44a0315b
initial check-in, version 0.5.0
|
14 年 前 |
tcsetpgrp.c
|
0b44a0315b
initial check-in, version 0.5.0
|
14 年 前 |
truncate.c
|
0b6eb2dfb2
update syscalls with off_t arguments to handle argument alignment, if needed
|
13 年 前 |
ttyname.c
|
0b44a0315b
initial check-in, version 0.5.0
|
14 年 前 |
ttyname_r.c
|
571744447c
include cleanups: remove unused headers and add feature test macros
|
11 年 前 |
ualarm.c
|
3910e93340
make ualarm actually work (obsolete function removed from SUS)
|
14 年 前 |
unlink.c
|
dd5f50da6f
support linux kernel apis (new archs) with old syscalls removed
|
11 年 前 |
unlinkat.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 年 前 |
usleep.c
|
571744447c
include cleanups: remove unused headers and add feature test macros
|
11 年 前 |
write.c
|
feee98903c
overhaul pthread cancellation
|
14 年 前 |
writev.c
|
feee98903c
overhaul pthread cancellation
|
14 年 前 |