.. |
_exit.cpp
|
Implement signals.
|
2014-07-22 13:25:39 +02:00 |
access.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
alarm.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
alarmns.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
chdir.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
chown.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
chroot.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
close.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
closefrom.cpp
|
Add closefrom(2).
|
2015-08-26 14:01:25 +02:00 |
confstr.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
dup.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
dup2.cpp
|
Fix <sys/syscall.h> inclusion style.
|
2015-02-06 14:56:36 +01:00 |
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
|
Remove _WANT_ENVIRON remnants.
|
2015-02-08 22:58:32 +01:00 |
execve.cpp
|
Fix <sys/syscall.h> inclusion style.
|
2015-02-06 14:56:36 +01:00 |
execvp.cpp
|
Remove _WANT_ENVIRON remnants.
|
2015-02-08 22:58:32 +01: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
|
Fix <sys/syscall.h> inclusion style.
|
2015-02-06 14:56:36 +01:00 |
fchdir.cpp
|
Fix <sys/syscall.h> inclusion style.
|
2015-02-06 14:56:36 +01:00 |
fchdirat.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
fchown.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
fchownat.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
fchroot.cpp
|
Fix <sys/syscall.h> inclusion style.
|
2015-02-06 14:56:36 +01:00 |
fchrootat.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
fork.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
fpathconf.cpp
|
Add fpathconf(2).
|
2014-11-27 01:36:52 +01:00 |
fsync.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
ftruncate.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
get_current_dir_name.cpp
|
Use PWD in get_current_dir_name(3) if correct.
|
2014-12-04 17:56:47 +01:00 |
getcwd.cpp
|
Use PWD in get_current_dir_name(3) if correct.
|
2014-12-04 17:56:47 +01:00 |
getdomainname.cpp
|
Add getdomainname(2).
|
2014-03-17 19:22:12 +01:00 |
getegid.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
getentropy.cpp
|
Add getentropy(2).
|
2014-11-28 13:35:51 +01:00 |
geteuid.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
getgid.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
gethostname.cpp
|
Add gethostname(2) and sethostname(2).
|
2014-12-03 13:58:29 +01:00 |
getlogin.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
getlogin_r.cpp
|
Fix getlogin_r memory leak.
|
2015-02-06 14:56:35 +01:00 |
getpagesize.cpp
|
Fix <sys/syscall.h> inclusion style.
|
2015-02-06 14:56:36 +01:00 |
getpgid.cpp
|
Fix wrong return type in getpgid(2) implementation.
|
2013-12-30 20:19:00 +01:00 |
getpid.cpp
|
Fix <sys/syscall.h> inclusion style.
|
2015-02-06 14:56:36 +01:00 |
getppid.cpp
|
Fix <sys/syscall.h> inclusion style.
|
2015-02-06 14:56:36 +01:00 |
getuid.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
isatty.cpp
|
Fix <sys/syscall.h> inclusion style.
|
2015-02-06 14:56:36 +01:00 |
lchown.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
link.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
linkat.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
lseek.cpp
|
Fix <sys/syscall.h> inclusion style.
|
2015-02-06 14:56:36 +01:00 |
memstat.cpp
|
Fix <sys/syscall.h> inclusion style.
|
2015-02-06 14:56:36 +01:00 |
mkpartition.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
pathconf.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
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
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
readlinkat.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
rmdir.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
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 |
sethostname.cpp
|
Add gethostname(2) and sethostname(2).
|
2014-12-03 13:58:29 +01:00 |
setpgid.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
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
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
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
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
tcsetpgrp.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
tfork.cpp
|
Fix <sys/syscall.h> inclusion style.
|
2015-02-06 14:56:36 +01:00 |
truncate.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
truncateat.cpp
|
Fix <sys/syscall.h> inclusion style.
|
2015-02-06 14:56:36 +01:00 |
ttyname.cpp
|
Add ttyname_r(3).
|
2014-03-17 19:22:11 +01:00 |
ttyname_r.cpp
|
Update ttyname_r to current coding conventions.
|
2015-02-08 22:58:32 +01:00 |
unlink.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
unlinkat.cpp
|
Fix <sys/syscall.h> inclusion style.
|
2015-02-06 14:56:36 +01:00 |
usleep.cpp
|
Move unistd.h functions into their own directory.
|
2013-12-17 14:30:38 +01:00 |
write.cpp
|
Remove inclusion of <errno.h> from read(2) and write(2).
|
2014-12-02 18:00:38 +01:00 |