FUZIX.git
2018-11-16 Alan Coxsam: fix vt scrolling
2018-11-16 Alan Coxsok: fixes for undo
2018-11-16 Alan Coxps: use the right field
2018-11-16 Alan Coxkernel: optimize the no signal chksigs() case
2018-11-16 Alan Coxnet_native: remove debug
2018-11-15 Alan Coxrc2014: minor doc update
2018-11-14 EtchedPixelsMerge pull request #671 from beretta42/mkstemps
2018-11-03 Brett Gordonlib: mkstemps bug fixes
2018-10-27 Alan Coxfweep: Multiple binary includes and fix to build with...
2018-10-26 Alan Coxgames: build fweep on 6502 and 6809
2018-10-26 Alan Coxfweep: remove the old dictionary and encoder and replac...
2018-10-26 Alan CoxCREDITS: add sokoban levels
2018-10-25 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-10-25 Alan Coxtrs80m1: Remove README note about user space
2018-10-25 Alan Coxz80: build sok
2018-10-25 Alan CoxLee J Haywood sokoban levels
2018-10-25 Alan Coxsok: A sokoban clone for Fuzix in under 16K of memory
2018-10-21 EtchedPixelsMerge pull request #668 from dbotw/fweep
2018-10-21 Jens Guentherfweep: fix build with sdcc 3.7.1 for Travis
2018-10-20 Alan Coxfweep: comment parser ready to think about fixing it up
2018-10-20 Alan Coxfweep: We don't need uint64_t for older games even...
2018-10-20 Alan Coxfweep: trim more 32bit stuff out
2018-10-20 Alan Coxfweep: remove more FIXME and uint32_t usage
2018-10-20 Alan Coxfweep: make the version overridable with -D
2018-10-20 Alan Coxfweep: make the framepointer a real pointer
2018-10-20 Alan Coxfweep; first step to tidying up framepointers
2018-10-20 Alan Coxfweep: remove more debug
2018-10-20 Alan Coxfweep: remove a bit of surplus debug
2018-10-19 Alan Coxfweep: first pass at a working Z machine for Fuzix
2018-10-19 Tormod VoldenAdd chmem to images
2018-10-19 Tormod Voldenchmem: Correct index for binary magic
2018-10-19 Alan Coxkernel: add a generic eject ioctl
2018-10-19 Alan Coxz80pack: "implement" the new fd API
2018-10-19 Alan Coxfdc: add a first attempt at a proper floppy API
2018-10-15 Alan Coxppide.h: header so we can fix silly warnings in parport...
2018-10-13 Alan Coxtrs80m1: more work on the FDC
2018-10-12 Alan Coxtrs80m1: first pass towards decent floppy disk support
2018-10-10 Alan Coxps: match the kernel changes for time
2018-10-10 Alan Coxkernel: rework usage timers
2018-10-10 Alan Coxlibrary/tools: first cut at cc65 relocbin
2018-10-10 Alan Coxrc2014: tidy up configuration
2018-10-10 Alan Coxchmem: merge in utils improvements
2018-10-10 Alan Coxz80, banking: fix ei/di reporting for swap
2018-10-10 Alan Coxppide: only build if configured
2018-10-10 Alan Coxutil: build new tools
2018-10-10 Alan Coxlabelfs: fix block size
2018-10-10 Alan Coxchmem: remove dead comment
2018-10-08 Alan Coxvisualize: trivial mode to make it easier to read
2018-10-08 EtchedPixelsMerge pull request #667 from beretta42/man
2018-10-08 Brett Gordonfsh: correct build failure
2018-10-07 Alan Coxnet_w5100: fix building with older sdcc
2018-10-07 Alan Coxtravis: fix up build rule for sbcv2 not rc2014
2018-10-07 Alan Coxds1302_discard: blow away the now redundant boot time...
2018-10-07 Alan Coxue: Makefile fixes
2018-10-07 Alan Coxcursesgames: Makefile fixes
2018-10-07 Alan Coxsh: fix all the build messes
2018-10-07 Alan Cox68000: fix library building
2018-10-07 Alan Cox65c816: tweak buffers down so it all fits
2018-10-07 Alan Coxamstradnc: clock support
2018-10-07 Alan Coxtc8521: works better if you use the right I/O port
2018-10-07 Alan Coxtravis: build sbcv2 not rc2014 for test
2018-10-07 Alan Coxfsh: more Makefile hackery
2018-10-07 Alan Coxfsh: 6809 Makefile silly
2018-10-07 Alan Coxfsh: force the directory to exist in git
2018-10-07 Alan Cox6809: Correct Makefile for fsh
2018-10-07 Alan Coxtc8521: first cut at an RTC driver for the NC100
2018-10-07 Alan Coxfsh: turn on the fsh shell for other platforms
2018-10-07 Alan Coxlibs: turn on readline for other ports
2018-10-07 Alan Coxreadline: fix stupid bug in the history code
2018-10-06 Alan Coxrc2014: update README
2018-10-06 Alan CoxMakefile: update obsolete ubee comment
2018-10-06 Alan Coxsh: more work on fsh (fuzix sh - with editing)
2018-10-06 Alan Coxreadline: fix ^B stop at line start
2018-10-06 Alan Coxfd: support map_buffers
2018-10-06 Alan Coxkernel: add other needed map_buffers instances
2018-10-06 Alan Coxrc2014: turn on all the features
2018-10-06 Alan Coxkernel: allow for cases with only a small window in...
2018-10-06 Alan Coxdevide: use the new map_buffers interface
2018-10-06 Alan Coxrc2014: turn on all the features for external buffers
2018-10-06 Alan Coxrc2014: add external buffer cache
2018-10-06 Alan Coxinit: fix termios settings for character size
2018-10-06 Alan Coxrc2014: move to 0x0100 in order to match the new boot...
2018-10-06 Alan Coxrc2014: switch to being a bootable image not a CP/M...
2018-10-06 Alan Coxrc2014: remove dead bits
2018-10-06 Alan Coxmsx1: update README
2018-10-06 Alan Coxsh: initial readline tiny changes
2018-10-06 Alan Coxlibs: build readline and install it for Z80 at least
2018-10-05 Alan CoxClean up licensing information
2018-10-05 Alan Coxreadline: fflush stdout on the GNUish one
2018-10-05 Alan Coxreadline: updates and fixes
2018-10-05 Alan Coxreadline: support Fuzix mappings for keys
2018-10-05 Alan Coxreadline: first cut at a readline style library
2018-10-04 Alan Coxue: fix Makefile.z80 clean
2018-10-04 Alan Coxfcc: default to relocatable + other updates
2018-10-04 Alan Coxrelocbin: fixes and update the relocation format a bit
2018-10-04 Alan Coxcrt0,z80: Debug and slightly change the relocation...
2018-10-04 EtchedPixelsMerge pull request #666 from beretta42/cocco3
2018-10-03 Brett Gordoncoco3: implement platform_copyright()
2018-10-03 Alan Coxvdp1: do proper interrupt blocking
2018-10-03 Alan Coxtrs80m1: update for tty termios masks
next