.. |
_exit.c
|
Turns out I wasn't building the syscall libraries. Do so.
|
2016-08-14 11:23:57 +02:00 |
_hol0.s
|
Use .hol0 as an additional name for hol0; mcg requires it.
|
2016-11-19 11:09:07 +01:00 |
close.c
|
Turns out I wasn't building the syscall libraries. Do so.
|
2016-08-14 11:23:57 +02:00 |
creat.c
|
Turns out I wasn't building the syscall libraries. Do so.
|
2016-08-14 11:23:57 +02:00 |
execve.c
|
Add execve() system call for Linux
|
2017-01-06 18:33:52 +08:00 |
fork.c
|
Add fork, wait, waitpid for all Linux targets, & execl for linux386.
|
2022-01-19 17:05:59 +00:00 |
getpid.c
|
Turns out I wasn't building the syscall libraries. Do so.
|
2016-08-14 11:23:57 +02:00 |
gettimeofday.c
|
Turns out I wasn't building the syscall libraries. Do so.
|
2016-08-14 11:23:57 +02:00 |
ioctl.c
|
Make linux386 work with the new libc layout.
|
2018-06-23 12:13:33 +02:00 |
isatty.c
|
Implement isatty() for Linux.
|
2016-09-20 21:28:37 -04:00 |
kill.c
|
Turns out I wasn't building the syscall libraries. Do so.
|
2016-08-14 11:23:57 +02:00 |
libsys.h
|
Turns out I wasn't building the syscall libraries. Do so.
|
2016-08-14 11:23:57 +02:00 |
lseek.c
|
Turns out I wasn't building the syscall libraries. Do so.
|
2016-08-14 11:23:57 +02:00 |
open.c
|
Turns out I wasn't building the syscall libraries. Do so.
|
2016-08-14 11:23:57 +02:00 |
read.c
|
Turns out I wasn't building the syscall libraries. Do so.
|
2016-08-14 11:23:57 +02:00 |
sbrk.c
|
Enable tests for linuxppc via qemu-ppc.
|
2016-11-26 11:56:17 +01:00 |
signal.c
|
Turns out I wasn't building the syscall libraries. Do so.
|
2016-08-14 11:23:57 +02:00 |
sigprocmask.c
|
Fix parameters of signal handlers for linuxppc.
|
2017-01-22 00:52:32 -05:00 |
syscalls.h
|
Hide some i386 stuff from linux68k, linuxppc.
|
2018-01-08 23:46:30 -05:00 |
unlink.c
|
Add unlink system call.
|
2016-09-04 19:23:02 +02:00 |
wait.c
|
Add fork, wait, waitpid for all Linux targets, & execl for linux386.
|
2022-01-19 17:05:59 +00:00 |
waitpid.c
|
Add fork, wait, waitpid for all Linux targets, & execl for linux386.
|
2022-01-19 17:05:59 +00:00 |
write.c
|
Turns out I wasn't building the syscall libraries. Do so.
|
2016-08-14 11:23:57 +02:00 |