ack/plat
George Koehler 543bbcb9ab Declare raise() for Mac OS X.
This prevents the warning, "implicit declaration of function raise",
in programs that call raise().  I forgot to declare it because the
function raise() is in libc but the declaration goes in libsys.
2016-11-30 14:33:40 -05:00
..
cpm Change sbrk() to take an int rather than an intptr_t (following the OpenBSD way 2016-11-23 22:06:24 +01:00
linux/libsys Enable tests for linuxppc via qemu-ppc. 2016-11-26 11:56:17 +01:00
linux68k Plats which use aelflod need to depend on it. 2016-11-26 12:07:08 +01:00
linux386 Plats which use aelflod need to depend on it. 2016-11-26 12:07:08 +01:00
linuxppc Plats which use aelflod need to depend on it. 2016-11-26 12:07:08 +01:00
osx Declare raise() for Mac OS X. 2016-11-30 14:33:40 -05:00
osx386 Add getdirentries() and stat() for Mac OS X. 2016-11-28 14:32:49 -05:00
osxppc Enable top and make other tweaks in plat/osxppc/descr 2016-11-28 20:58:51 -05:00
pc86 Rework the tests to run on pc86; lots of test fixes for the brk() test, which 2016-11-26 11:23:25 +01:00
qemuppc Rework the tests to run on pc86; lots of test fixes for the brk() test, which 2016-11-26 11:23:25 +01:00
rpi Change sbrk() to take an int rather than an intptr_t (following the OpenBSD way 2016-11-23 22:06:24 +01:00
build.lua Finally fix the build system issue where ackprogram would try to explicitly 2016-11-20 18:57:44 +01:00