musl/src/unistd
2011-04-03 19:18:43 -04:00
..
_exit.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
access.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
alarm.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
chdir.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
chown.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
close.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
ctermid.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
dup2.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
dup.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
faccessat.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
fchdir.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
fchown.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
fchownat.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
fdatasync.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
fsync.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
ftruncate.c syscall overhaul part two - unify public and internal syscall interface 2011-03-19 21:36:10 -04:00
getcwd.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
getegid.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
geteuid.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
getgid.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
getgroups.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
gethostname.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
getlogin_r.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
getlogin.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
getpgid.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
getpgrp.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
getpid.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
getppid.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
getsid.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
getuid.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
isatty.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
lchown.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
link.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
linkat.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
lseek.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
nice.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
pause.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
pipe.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
pread.c syscall overhaul part two - unify public and internal syscall interface 2011-03-19 21:36:10 -04:00
pwrite.c syscall overhaul part two - unify public and internal syscall interface 2011-03-19 21:36:10 -04:00
read.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
readlink.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
readlinkat.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
readv.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
renameat.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
rmdir.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
setegid.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
seteuid.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
setgid.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
setpgid.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
setpgrp.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
setregid.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
setresgid.c add setresuid/setresgid functions (nonstandard) 2011-04-03 16:20:57 -04:00
setresuid.c add setresuid/setresgid functions (nonstandard) 2011-04-03 16:20:57 -04:00
setreuid.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
setsid.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
setuid.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
sleep.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
symlink.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
symlinkat.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
sync.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
tcgetpgrp.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
tcsetpgrp.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
truncate.c syscall overhaul part two - unify public and internal syscall interface 2011-03-19 21:36:10 -04:00
ttyname_r.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
ttyname.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
ualarm.c make ualarm actually work (obsolete function removed from SUS) 2011-04-03 19:18:43 -04:00
unlink.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
unlinkat.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
usleep.c remove obsolete and useless useconds_t type 2011-04-01 21:10:01 -04:00
write.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
writev.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00