Merge pull request #183 from kernigh/kernigh-include
[ack.git] / plat /
2019-03-23 David GivenMerge pull request #183 from kernigh/kernigh-include default
2019-03-22 George KoehlerInclude more headers to declare functions.
2019-03-22 George KoehlerRaise _XOPEN_SOURCE from 500 to 700
2019-02-13 David GivenMerge pull request #161 from davidgiven/dtrg-faststack
2019-02-13 David GivenMerge from default.
2019-02-13 David GivenInstead of using parameterised rsts for stack access...
2019-02-12 David GivenMerge pull request #154 from ccodere/buildfix
2019-02-12 carlFix compilation issue on C90 compilers (gcc 4.8 was...
2019-02-11 David GivenMerge pull request #155 from davidgiven/dtrg-arraysizes
2019-02-11 carlFix compilation issue on C90 compilers (gcc 4.8 was...
2019-02-10 David GivenMerge from default.
2019-02-10 David GivenMerge pull request #152 from davidgiven/dtrg-osx
2019-02-10 David GivenAdd stray header.
2019-02-10 David GivenMerge from default.
2019-02-09 David GivenAdd missing header.
2019-02-09 David GivenMerge pull request #150 from davidgiven/dtrg-windows
2019-02-09 David GivenDon't run the floating point tests on i80.
2019-02-09 David GivenMerge pull request #148 from davidgiven/dtrg-windows
2019-02-09 David GivenMore z80ex removal.
2019-02-09 David GivenRemove stray z80ex reference.
2019-02-08 David GivenMerge pull request #145 from davidgiven/dtrg-arraysizes
2019-02-08 David GivenCP/M sbrk now handles overflow correctly.
2019-02-08 David GivenAdd a 'disassemble' command to the CP/M emulator.
2019-02-07 David GivenMerge from default.
2019-02-07 David GivenMerge pull request #146 from davidgiven/dtrg-cpmemu
2019-02-07 David GivenBuild the CP/M tests (which got turned off accidentally...
2019-02-07 David GivenAdd the cpm emulator from Cowgol, modified to work...
2019-02-06 David GivenExperimentally use rst 1 to optimise frame variable...
2018-09-20 David GivenMerge pull request #131 from davidgiven/dtrg-mips
2018-09-18 David GivenUpdated READMEs with the MIPS platform.
2018-09-18 David GivenMake the MIPS boot code produce correct code.
2018-09-17 David GivenArray descriptor ranges are inclusive; adjust aar and...
2018-09-10 David GivenAdd huge numbers of failing tests.
2018-09-09 David GivenMerge from default.
2018-09-09 David GivenThinko fix.
2018-09-09 David GivenUse the correct ELF processor flags; align properly.
2018-09-09 David GivenCall proper Linux system calls proper-like.
2018-09-09 David GivenAllow the ELF processor flags to be set. Generate MIPS...
2018-09-04 David GivenAdded library skeletons.
2018-09-04 David GivenAdded a boot.o based on the PowerPC one.
2018-09-02 David GivenThe MIPS backend is still full of holes, and cut-and...
2018-09-01 David GivenAdd a completely non-tested table-based MIPS assembler.
2018-06-24 David GivenMerge pull request #109 from davidgiven/dtrg-warnings
2018-06-24 David GivenAll the Linux include directories are the same, so...
2018-06-23 David GivenMerge pull request #107 from davidgiven/dtrg-libc
2018-06-23 David GivenMerge from trunk.
2018-06-23 David GivenRemove the dependency on the glibc-only byteswap.h.
2018-06-23 David GivenRemove c99-isms.
2018-06-23 David GivenMerge pull request #106 from davidgiven/dtrg-libc
2018-06-23 David GivenMove time() into sys; change the name of the variable...
2018-06-23 David GivenGet em22 working. Remove the leading-underscore system...
2018-06-23 David GivenGet the pdp7 plat working; remove the leading-underscor...
2018-06-23 David GivenMade the rpi platform work with the new libc layout.
2018-06-23 David GivenMade pc86 work with the new libc.
2018-06-23 David GivenMade the two OSX platforms work with the new libc layout.
2018-06-23 David GivenMake linuxppc work.
2018-06-23 David GivenMade linux68k work; commoned up all the generic linux...
2018-06-23 David GivenMake linux386 work with the new libc layout.
2018-06-23 David GivenCreate a basic and probably wrong common unistd.h,...
2018-06-22 David Givenlibc floating point and stdio floating point can now...
2018-06-22 David GivenRearrange the libc config files, ready for adding new...
2018-06-20 David GivenMerge pull request #96 from kernigh/kernigh-emu-1
2018-06-18 David GivenMerge pull request #103 from davidgiven/dtrg-warnings
2018-06-18 David GivenTurns out that the compiler needs access to the libpc...
2018-06-17 David GivenAnsify and warning fix.
2018-06-17 David GivenWarning fixes.
2018-06-17 David GivenMerge pull request #102 from davidgiven/dtrg-powerpc
2018-06-17 David GivenFix edge case in rlwnm when the mask is 32 bits wide...
2018-06-17 David GivenTurns out that andi and andis only have . forms. Fixed...
2018-06-17 David GivenTurns out I was returning values from syscalls in the...
2018-06-17 David GivenLots of floating point, bugfixes, and system calls...
2018-06-16 David GivenDo a bit of floating point stuff; added brk(); fixed...
2018-06-16 David GivenFix a setcr0 bug which was trashing the condition regis...
2018-06-15 David GivenMerge pull request #100 from kernigh/kernigh-pdp
2018-06-15 George KoehlerPrevent crash in isatty()
2018-06-15 George KoehlerUse 2-byte alignment in pdpv7 to prevent SIGBUS.
2018-06-14 David GivenGot the emulator to the point where we're hitting the...
2018-06-14 David GivenSome code runs (up to needing setcr0).
2018-06-14 David GivenImplement a non-functional skeleton of the PowerPC...
2018-06-14 David GivenMerge pull request #99 from davidgiven/dtrg-ass
2018-06-13 David GivenMerge from trunk.
2018-06-13 David GivenFile cleanup.
2018-06-13 David GivenBodge the ancient em monitor library into building...
2018-06-13 David GivenRemember to always link the libsys and libend.
2018-06-12 David GivenIt appears that the parameter to lol technically has...
2018-06-10 George KoehlerRemove extra `#include <stdio.h>` to fix `uint`
2018-06-10 George KoehlerStop using <X11/Xfuncproto.h> from x86emu.
2018-06-10 David GivenMerge pull request #95 from davidgiven/dtrg-b
2018-06-10 David GivenMerge.
2018-06-10 David GivenAdd the core of a simple em22 platform. Unfortunately...
2018-06-10 David GivenMerge.
2018-06-08 David GivenMerge pull request #93 from davidgiven/dtrg-pc86-2
2018-06-08 David GivenRearrange the tests into sets; allow plats to skip...
2018-06-07 David GivenMerge pull request #92 from davidgiven/dtrg-pc86-2
2018-06-07 David GivenMerge from trunk.
2018-06-07 David GivenMerge pull request #91 from davidgiven/dtrg-m68k
2018-06-07 David GivenDummied out some more system calls --- more tests pass.
2018-06-07 David GivenMore real ELF loading and brk handling; more tests...
2018-06-06 David GivenBeat the 68k simulator into enough shape that at least...
2018-06-06 David GivenHang on, the 68k is big-endian --- I'm extracting words...
next