ack/plat
George Koehler 25e159c930 Remove bad overflow check from plat/osx/libsys/brk.c
If I want to check for overflow, then I should check it before I do
base + incr, not after.

Now that I have no check, I am passing the overflowed base + incr to
brk1(), where it will probably fail the nbreak < segment check.
2016-12-03 17:07:51 -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 Remove bad overflow check from plat/osx/libsys/brk.c 2016-12-03 17:07:51 -05:00
osx386 Add getdirentries() and stat() for Mac OS X. 2016-11-28 14:32:49 -05:00
osxppc Write a powerpc.descr for ego and use it with osxppc. 2016-11-30 15:29:19 -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