.. |
_exit.c
|
0b44a0315b
initial check-in, version 0.5.0
|
il y a 14 ans |
access.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
alarm.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
chdir.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
chown.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
close.c
|
61b56a8d21
remove bogus extra logic for close cancellability
|
il y a 14 ans |
ctermid.c
|
0b44a0315b
initial check-in, version 0.5.0
|
il y a 14 ans |
dup.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
dup2.c
|
f9a6372a98
workaround bug in linux dup2
|
il y a 14 ans |
faccessat.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
fchdir.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
fchown.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
fchownat.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
fdatasync.c
|
0b44a0315b
initial check-in, version 0.5.0
|
il y a 14 ans |
fsync.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
ftruncate.c
|
0b6eb2dfb2
update syscalls with off_t arguments to handle argument alignment, if needed
|
il y a 13 ans |
getcwd.c
|
899b13cae7
support null buffer argument to getcwd, auto-allocating behavior
|
il y a 13 ans |
getegid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
il y a 14 ans |
geteuid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
il y a 14 ans |
getgid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
il y a 14 ans |
getgroups.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
gethostname.c
|
0b44a0315b
initial check-in, version 0.5.0
|
il y a 14 ans |
getlogin.c
|
0b44a0315b
initial check-in, version 0.5.0
|
il y a 14 ans |
getlogin_r.c
|
0b44a0315b
initial check-in, version 0.5.0
|
il y a 14 ans |
getpgid.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
getpgrp.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
il y a 14 ans |
getpid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
il y a 14 ans |
getppid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
il y a 14 ans |
getsid.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
getuid.c
|
d878dcecca
omit errno update path for syscalls that cannot fail
|
il y a 14 ans |
isatty.c
|
0b44a0315b
initial check-in, version 0.5.0
|
il y a 14 ans |
lchown.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
link.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
linkat.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
lseek.c
|
c2cd25bff8
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
|
il y a 14 ans |
nice.c
|
c2cd25bff8
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
|
il y a 14 ans |
pause.c
|
feee98903c
overhaul pthread cancellation
|
il y a 14 ans |
pipe.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
pread.c
|
0b6eb2dfb2
update syscalls with off_t arguments to handle argument alignment, if needed
|
il y a 13 ans |
pwrite.c
|
0b6eb2dfb2
update syscalls with off_t arguments to handle argument alignment, if needed
|
il y a 13 ans |
read.c
|
feee98903c
overhaul pthread cancellation
|
il y a 14 ans |
readlink.c
|
13cd969552
fix various errors in function signatures/prototypes found by nsz
|
il y a 13 ans |
readlinkat.c
|
13cd969552
fix various errors in function signatures/prototypes found by nsz
|
il y a 13 ans |
readv.c
|
feee98903c
overhaul pthread cancellation
|
il y a 14 ans |
renameat.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
rmdir.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
setegid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
il y a 14 ans |
seteuid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
il y a 14 ans |
setgid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
il y a 14 ans |
setpgid.c
|
fd142e5ec4
cleanup various minor issues reported by nsz
|
il y a 13 ans |
setpgrp.c
|
0b44a0315b
initial check-in, version 0.5.0
|
il y a 14 ans |
setregid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
il y a 14 ans |
setresgid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
il y a 14 ans |
setresuid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
il y a 14 ans |
setreuid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
il y a 14 ans |
setsid.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
setuid.c
|
acb0480662
new attempt at making set*id() safe and robust
|
il y a 14 ans |
setxid.c
|
544ee752cd
fix some bugs in setxid and update setrlimit to use __synccall
|
il y a 14 ans |
sleep.c
|
0b44a0315b
initial check-in, version 0.5.0
|
il y a 14 ans |
symlink.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
symlinkat.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
sync.c
|
eb0e8fa0b1
debloat: use __syscall instead of syscall where possible
|
il y a 14 ans |
tcgetpgrp.c
|
0b44a0315b
initial check-in, version 0.5.0
|
il y a 14 ans |
tcsetpgrp.c
|
0b44a0315b
initial check-in, version 0.5.0
|
il y a 14 ans |
truncate.c
|
0b6eb2dfb2
update syscalls with off_t arguments to handle argument alignment, if needed
|
il y a 13 ans |
ttyname.c
|
0b44a0315b
initial check-in, version 0.5.0
|
il y a 14 ans |
ttyname_r.c
|
0b44a0315b
initial check-in, version 0.5.0
|
il y a 14 ans |
ualarm.c
|
3910e93340
make ualarm actually work (obsolete function removed from SUS)
|
il y a 14 ans |
unlink.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
unlinkat.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
il y a 14 ans |
usleep.c
|
5243e5f160
remove obsolete and useless useconds_t type
|
il y a 14 ans |
write.c
|
feee98903c
overhaul pthread cancellation
|
il y a 14 ans |
writev.c
|
feee98903c
overhaul pthread cancellation
|
il y a 14 ans |