sortix--sortix/libc/unistd
Jonas 'Sortie' Termansen 874baffd57 Fix wrongly named system call constants. 2014-06-27 15:49:55 +02:00
..
_exit.cpp
access.cpp
alarm.cpp
alarmns.cpp
chdir.cpp
chown.cpp
chroot.cpp
close.cpp
confstr.cpp
dup.cpp
dup2.cpp
dup3.cpp Add dup3(2). 2013-12-17 14:30:42 +01:00
environ.cpp Rewrite getenv(3), setenv(3), unsetenv(3) and clearenv(3). 2014-03-17 19:22:11 +01:00
execl.cpp
execle.cpp
execlp.cpp
execv.cpp
execve.cpp Fix wrongly named system call constants. 2014-06-27 15:49:55 +02:00
execvp.cpp
execvpe.cpp Fix buffer overflow in execvpe(3). 2014-03-17 16:59:59 +01:00
exit_thread.cpp Add exit_thread(2). 2014-06-12 00:05:40 +02:00
faccessat.cpp
fchdir.cpp
fchdirat.cpp
fchown.cpp
fchownat.cpp
fchroot.cpp
fchrootat.cpp
fork.cpp
fsync.cpp
ftruncate.cpp
getcwd.cpp
getdomainname.cpp Add getdomainname(2). 2014-03-17 19:22:12 +01:00
getegid.cpp
geteuid.cpp
getgid.cpp
gethostname.cpp
getlogin.cpp
getlogin_r.cpp Fix memory leak in getlogin_r(3). 2014-02-06 00:15:03 +01:00
getpagesize.cpp Fix wrongly named system call constants. 2014-06-27 15:49:55 +02:00
getpgid.cpp Fix wrong return type in getpgid(2) implementation. 2013-12-30 20:19:00 +01:00
getpid.cpp
getppid.cpp
getuid.cpp
isatty.cpp
lchown.cpp
link.cpp
linkat.cpp
lseek.cpp Fix wrongly named system call constants. 2014-06-27 15:49:55 +02:00
memstat.cpp
mkpartition.cpp
pathconf.cpp
pipe.cpp Add pipe2(2). 2014-03-17 19:22:11 +01:00
pipe2.cpp Add pipe2(2). 2014-03-17 19:22:11 +01:00
pread.cpp Split pread and pwrite into their own files. 2013-12-17 14:30:40 +01:00
pwrite.cpp Split pread and pwrite into their own files. 2013-12-17 14:30:40 +01:00
read.cpp Split pread and pwrite into their own files. 2013-12-17 14:30:40 +01:00
readlink.cpp
readlinkat.cpp
rmdir.cpp
sbrk.cpp
setegid.cpp Fix setegid(2) calling sys_getegid rather than sys_setegid. 2014-02-23 14:47:21 +01:00
seteuid.cpp Fix seteuid(2) calling sys_geteuid rather than sys_seteuid. 2014-02-23 14:47:22 +01:00
setgid.cpp Fix setgid(2) calling sys_getgid rather than sys_setgid. 2014-02-23 14:47:22 +01:00
setpgid.cpp
setuid.cpp Fix setuid(2) calling sys_getuid rather than sys_setuid. 2014-02-23 14:47:22 +01:00
sfork.cpp
sleep.cpp
symlink.cpp Add symlink(2) and symlinkat(2) stub. 2013-12-19 17:42:08 +01:00
symlinkat.cpp Fix symlinkat(2) calling sys_linkat rather than sys_symlinkat. 2014-02-23 14:47:21 +01:00
sysconf.cpp Remove getdtablesize(3). 2013-12-17 14:30:43 +01:00
tcgetpgrp.cpp
tcsetpgrp.cpp
tfork.cpp
truncate.cpp
truncateat.cpp
ttyname.cpp Add ttyname_r(3). 2014-03-17 19:22:11 +01:00
ttyname_r.cpp Add ttyname_r(3). 2014-03-17 19:22:11 +01:00
unlink.cpp
unlinkat.cpp Fix libc files not including their associated header. 2014-05-16 14:21:13 +02:00
usleep.cpp
write.cpp Split pread and pwrite into their own files. 2013-12-17 14:30:40 +01:00