ack/plat/linux/libsys
David Given 36ab90385f Change sbrk() to take an int rather than an intptr_t (following the OpenBSD way
rather than the Linux way; various non-C bits of the ACK assume it takes an
int, so it's cleaner).
2016-11-23 22:06:24 +01:00
..
_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
errno.s Turns out I wasn't building the syscall libraries. Do so. 2016-08-14 11:23:57 +02: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 Implement isatty() for Linux. 2016-09-20 21:28:37 -04: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 Change sbrk() to take an int rather than an intptr_t (following the OpenBSD way 2016-11-23 22:06:24 +01:00
signal.c Turns out I wasn't building the syscall libraries. Do so. 2016-08-14 11:23:57 +02:00
syscalls.h Turns out I wasn't building the syscall libraries. Do so. 2016-08-14 11:23:57 +02:00
unlink.c Add unlink system call. 2016-09-04 19:23:02 +02:00
write.c Turns out I wasn't building the syscall libraries. Do so. 2016-08-14 11:23:57 +02:00