.. |
_exit.cpp
|
Implement signals.
|
2014-07-22 13:25:39 +02:00 |
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
|
Fix terminology in exec family.
|
2014-07-20 15:09:16 +02:00 |
execle.cpp
|
Fix terminology in exec family.
|
2014-07-20 15:09:16 +02:00 |
execlp.cpp
|
Fix terminology in exec family.
|
2014-07-20 15:09:16 +02:00 |
execlpe.cpp
|
Add execlpe(3).
|
2014-08-24 14:02:42 +02:00 |
execv.cpp
|
Fix terminology in exec family.
|
2014-07-20 15:09:16 +02:00 |
execve.cpp
|
Fix terminology in exec family.
|
2014-07-20 15:09:16 +02:00 |
execvp.cpp
|
Fix terminology in exec family.
|
2014-07-20 15:09:16 +02:00 |
execvpe.cpp
|
Add #! support to execve(2).
|
2014-11-26 21:14:13 +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
|
|
|
fpathconf.cpp
|
Add fpathconf(2).
|
2014-11-27 01:36:52 +01:00 |
fsync.cpp
|
|
|
ftruncate.cpp
|
|
|
getcwd.cpp
|
|
|
getdomainname.cpp
|
Add getdomainname(2).
|
2014-03-17 19:22:12 +01:00 |
getegid.cpp
|
|
|
getentropy.cpp
|
Add getentropy(2).
|
2014-11-28 13:35:51 +01:00 |
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
|
Remove inclusion of <errno.h> from read(2) and write(2).
|
2014-12-02 18:00:38 +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
|
Implement signals.
|
2014-07-22 13:25:39 +02:00 |
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
|
Add sysconf(_SC_MONOTONIC_CLOCK).
|
2014-11-28 15:30:39 +01:00 |
tcgetpgrp.cpp
|
|
|
tcsetpgrp.cpp
|
|
|
tfork.cpp
|
Implement signals.
|
2014-07-22 13:25:39 +02:00 |
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
|
Remove inclusion of <errno.h> from read(2) and write(2).
|
2014-12-02 18:00:38 +01:00 |