FUZIX.git
2015-07-20 Alan Cox68hc11: initial lowlevel code
2015-07-20 Alan Cox68hc11test: initial incomplete compile testing for...
2015-07-20 Alan Cox68hc11: fix rules.mk
2015-07-17 Alan Coxz80fixedbank: experimentally enable interrupts for...
2015-07-17 Alan Coxlowlevel-z80: set insys when pre-empting, fix a scribbl...
2015-07-17 Alan Coxinode: note a spot we need to optimise
2015-07-17 Alan Coxcpu: lay groundwork for 32bit kernel / 16bit user etc
2015-07-17 Alan Coxtrs80: update README
2015-07-16 Brett Gordonmkfs: fast format option
2015-07-15 Brett Gordonplatform-coco3: sdc driver bugfixes
2015-07-12 Brett Gordonfuzix path
2015-07-07 Alan CoxFrom: Hemstra Bart Jeroen <bart-jeroen@hemstra.com>
2015-07-06 Brett Gordonplatform-coco3: implement IDE
2015-07-05 Brett GordonIDE bugfix for dragon-nx32
2015-07-02 Alan Coxtrs80: fix missed file discard.c
2015-06-30 Brett Gordonfuzix: platform-coco3: better drivewire virtual serial...
2015-06-30 EtchedPixelsMerge pull request #218 from willsowerbutts/una
2015-06-29 Will Sowerbuttszeta-v2: _trap_reboot now disables memory paging entirely
2015-06-26 EtchedPixelsMerge pull request #216 from willsowerbutts/tinyfixes
2015-06-26 Will Sowerbuttszeta-v2: Implement _trap_reboot
2015-06-26 Will Sowerbuttsp112: Implement _trap_reboot
2015-06-26 Will Sowerbuttsp112: Add missing includes in discard.c
2015-06-26 Will Sowerbuttsmonitor-z80: Add Jump command
2015-06-26 Brett GordonFuzix: platform-coco3: no more stashing, progtop =...
2015-06-26 Alan CoxFrom: prateemmandal
2015-06-26 Alan Coxtrs80: fix white space
2015-06-23 Alan Coxbank94: not yet in use or tested
2015-06-23 Alan Coxtrs80: split out the banking logic
2015-06-23 Brett Gordonp_top must be set in process.c as well for bank16k
2015-06-17 Brett Gordonplatform-coco3: Forgot to commit/add link script for...
2015-06-17 Brett GordonCoCo3 Fuzix (take two)
2015-06-17 Alan Coxcoco3: trailing space stripping
2015-06-17 Alan Coxcoco3: more white space
2015-06-17 Alan Coxcoco3: trimmed trailing white space in a few spots
2015-06-17 Alan Coxcoco3: indent devtty again
2015-06-17 Brett GordonCoCo3 Fuzix (take two)
2015-06-17 Alan CoxAdd 6809 simple to the list for dev work
2015-06-16 Alan Coxmicropack: straighten out defines
2015-06-15 Alan Coxmicropack: experimenting with some smallness ideas
2015-06-15 Alan Coxtty: cannot putc_wait from an interrupt
2015-06-15 Tormod Voldensh: Optimize all files for size on 6809
2015-06-15 Tormod VoldenRemove empty toascii.c, also from build.mk
2015-06-15 Tormod VoldenBuild: Add missing library files
2015-06-15 Tormod VoldenBuild: Fix liberror.txt endianness on dragon-nx32
2015-06-14 Alan Coxanalysemap: Fix to with with newer SDCC
2015-06-14 EtchedPixelsMerge pull request #209 from davidgiven/msp430
2015-06-14 Alan Coxstring.h: enable SDCC builtins
2015-06-13 Alan Coxssh: kill is no longer expensive with tiny atoi
2015-06-13 Alan Coxlib: add a smaller atoi
2015-06-13 Alan Coxtelinit: fix SDCC build
2015-06-13 David GivenGrr, brain fade.
2015-06-13 David GivenMore dependency fixing.
2015-06-13 David GivenFix i386 issues with lwtools.
2015-06-13 David GivenFix spilling orrer.
2015-06-13 David GivenMerge from upstream.
2015-06-13 David GivenSlowly getting there...
2015-06-13 David GivenChange MSP430 install path ('Error changing permissions...
2015-06-13 David GivenTurns out the MSP430 compiler needs the 32-bit environment.
2015-06-13 Tormod VoldenBuild: Add dragon-nx32 to travis CI script
2015-06-13 Alan Coxzx128: add vtattr_cap
2015-06-13 Alan Coxpx4plus: vtattr_cap addition
2015-06-13 Alan Coxmtx: add vtattr_cap and note awkward special case to do
2015-06-13 Alan Coxbihx: fix warning
2015-06-13 Tormod VoldenBuild: Add reboot to dragon-nx32
2015-06-13 Tormod VoldenBuild: Add init to the root directory
2015-06-13 Tormod VoldenBuild: Build disk not floppy image for dragon-nx32
2015-06-13 Tormod VoldenBuild: gcc: Don't compile into separate sections
2015-06-13 Tormod VoldenBuild: Link 6809 libc and libgcc as libraries
2015-06-12 David GivenTweak msp430 compiler setup.
2015-06-12 Tormod VoldenBuild: Use lwtools ld wrapper for 6809
2015-06-12 Tormod VoldenBuild: Support reversed byte order filesystems
2015-06-12 David GivenFix typo.
2015-06-12 David GivenAttempt to build MSP430 userland.
2015-06-11 Alan Coxplatforms: more vtattr fixups
2015-06-11 Alan Coxdragon: fix build
2015-06-10 EtchedPixelsMerge pull request #207 from davidgiven/travis
2015-06-10 Alan Coxtrs80: add the needed blank attribute variable
2015-06-10 David GivenFix typo.
2015-06-10 Alan Coxdragon-nx32: add attribute support
2015-06-10 Alan Coxdecbdragon: fix warning
2015-06-10 Alan Coxvt: add bits for attribute setting/reporting
2015-06-10 David GivenUse the precompiled sdcc rather than building it ourselves.
2015-06-09 Alan Coxtrs80: fix incorrect tty struct reference
2015-06-09 EtchedPixelsMerge pull request #206 from davidgiven/m6809
2015-06-09 David GivenMade a few minor fixes where the build system was assum...
2015-06-09 David GivenSwitch to using a precompiled cc65.
2015-06-08 Alan Coxcpp: build with -Os
2015-06-08 Tormod Voldendragon-nx32: Add new build system support
2015-06-08 Alan Coxcpp: CPP from bcc
2015-06-08 Alan Coxld09: first cut
2015-06-08 Alan Coxas09: 6809 assembler for native asm work
2015-06-08 Alan Coxinit: add telinit code
2015-06-08 Alan Coxgets: correct behaviour of gets_s
2015-06-08 Alan CoxFrom: Brett Gordon <beretta42@gmail.com>
2015-06-07 Alan Coxtrap_reboot: fix the first batch of platforms to export it
2015-06-07 Alan Coxzx128: export trap_reboot
2015-06-07 Alan Coxz80: first cut at lowlevel-z80-banked.S for new pre...
2015-06-07 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-06-07 EtchedPixelsMerge pull request #202 from davidgiven/travis
2015-06-07 Tormod Voldendragon-nx32: Set BASIC cold start flag
next