FUZIX.git
2018-06-09 Alan Coxtrs80m1: first bits to deal with model III interrupt...
2018-06-09 Alan Coxtrs80m1: detect Model III
2018-06-09 Alan Coxtrs80m1: build Model III boot image
2018-06-09 Alan Coxmakejv3: sort out skewing support
2018-06-09 Alan Coxtrs80m1: Model III loader
2018-06-09 Alan Coxtrs80: fix silly comment
2018-06-06 Alan Coxtrs80m1: update comments
2018-06-02 Alan Coxtrs80m1: tricks clean up
2018-06-02 Alan Coxtricks: tidy up comments
2018-06-02 Alan Coxtricks: note comments
2018-06-02 Alan Coxfsck: diet slightly so you can fsck a reasonable sized...
2018-06-02 Alan Coxbinman: generate valid binaries for high memory
2018-06-02 Alan Coxvt: guide the compiler into optimizing the fast path
2018-06-02 Alan Coxprocess: correct SIGCHLD check
2018-06-02 Alan Coxtrs80: don't halt in the loop - it has weird effects
2018-06-02 Alan Coxtrs80m1: speed up the vt processing
2018-06-02 Alan Coxtrs80: add bank helper for fast bank to bank copies
2018-06-02 Alan Coxtrs80m1: add a slightly mad fork copier
2018-06-02 Alan Coxtrs80m1: turn on direct I/O
2018-06-02 Alan Coxz80fixedbank: make the actual copier platform specific...
2018-06-02 Alan Coxvt: avoid pointless signed maths
2018-06-02 Alan Coxz80: correct banked banking dofork
2018-06-02 Alan Coxnetd: build tinyirc as 'tinyirc' to match other platforms
2018-06-02 Alan Coxinit: we debugged telinit
2018-06-02 Alan CoxApplications: build MWC du
2018-06-02 Alan Cox6502: first cut at sorting the pre-emption fun out
2018-06-02 AlanMerge branch 'master' of https://github.com/EtchedPixel...
2018-06-02 Alantrs80m1: Update documentation
2018-06-02 Alantrs80m1: add go_slow/go_fast helpers
2018-06-02 Alanfcc: TRS80 model 1 support
2018-06-02 Alantrs80m1: Set up to build user space high
2018-06-02 Alantrs80m1: fast/slow floppy handling
2018-06-01 EtchedPixelsMerge pull request #624 from beretta42/login
2018-06-01 Brett Gordoninit(getty): set/reset owner of tty on login
2018-05-31 Alan Coxtrs80m1: update README
2018-05-31 Alan Coxdc: fix handling of error case for div/mod
2018-05-31 EtchedPixelsMerge pull request #623 from piso77/master-piso
2018-05-31 Paolo PisatiMakefile: z80: fix the 'clean' target and make it work...
2018-05-30 Alan CoxREADME: we have a proper platform list elsewhere remove...
2018-05-30 EtchedPixelsMerge pull request #622 from piso77/master-ftbfs-games
2018-05-30 Paolo Pisatigames: fix compilation
2018-05-30 EtchedPixelsMerge pull request #620 from beretta42/colors
2018-05-30 AlanSmallC: Fix make clean warnings
2018-05-30 Alansu: use strlcy and also use bigger buffers
2018-05-30 Alansu: security fixes
2018-05-30 Alancal: fix clashing definition
2018-05-28 Alanbinman: Fix crash with oversized binaries
2018-05-28 Alancowsay: Make it build with sdcc
2018-05-28 Alandw: Move makefile to Makefile.z80 and tidy/prepare
2018-05-28 Alantcl: tidy Makefile move to Makefile.z80
2018-05-28 AlanMakefile: tidy and prepare for 0x8000 build
2018-05-28 AlanMakefile: remove the .c for the yacc files not the .y!
2018-05-28 AlanMakefiles: tidy and fix up ready for 0x8000 build option
2018-05-28 AlanBCPL: move Makefile to Makefile.z80 as per pattern...
2018-05-28 Alangames; tidy makefile - add Z80_PLATFORM and remove...
2018-05-26 Brett Gordoncoco3: give all terminals some reasonable default ink...
2018-05-26 Alan Coxexecve: check for binaries too low to load
2018-05-26 Alan Coxtrs80: fix platform_monitor - NMI can stop halt...
2018-05-25 Alan Coxtrs80m1: for a banked kernel we can't shortcut on restores
2018-05-25 Alan Coxtrs80: fix the same confusing comment
2018-05-25 Alan Coxtrs80m1: fix confusing comment
2018-05-25 Alan Coxtrs80m1: modify the hard disk helpers so they expected...
2018-05-25 Alan Coxz80-fixedbank-bank: Fixups
2018-05-25 Alan Coxtrs80m1: debugging tty problems - seems to help
2018-05-25 Alan Coxtrs80m1: set up the banks correctly
2018-05-25 Alan Coxtrs80m1: add the banked fixedbank code
2018-05-25 Alan Coxtrs80m1: fix memory sizing add banking hooks
2018-05-25 Alan Coxtrs80m1: install irq vectors properly
2018-05-25 Alan Coxtrs80m1: fix interrupt handling
2018-05-25 Alan Coxtrs801: remove surplus code
2018-05-24 Alan Coxgames: add cowsay to other makefiles
2018-05-24 EtchedPixelsMerge pull request #618 from beretta42/cowsay
2018-05-24 EtchedPixelsMerge pull request #617 from beretta42/colors
2018-05-24 Alan Coxtrs80m1: constants can't go in DISCARD2
2018-05-24 Alan Coxtrs80m1: banking - measure size available
2018-05-24 Alan Coxtrs80load: Model 1 loader now seems to put everything...
2018-05-24 Alan Coxtrs80m1: correct model detection logic
2018-05-24 Alan Coxtrs80m1: correct udata base as we moved it
2018-05-24 Alan Coxtrs80m1: clear screen on boot
2018-05-24 Alan Coxtrs80m1: fix vt build
2018-05-24 Alan Coxtrs80load: Work on the M1 loader
2018-05-24 Alan Coxtrs80m1: sort out the memory mappings
2018-05-24 Alan Coxtrs80m1: build the image correctly
2018-05-24 Alan Coxtrs80: update documentation
2018-05-24 Alan Coxtrs80m1: use new format jv3 arguments
2018-05-24 Alan Coxmakejv3: rework somewhat
2018-05-24 Brett Gordoncowsay: add attribution
2018-05-24 Brett Gordoncoco3: dont keep vt color state, kernel does it now.
2018-05-24 Brett Gordonvt: save/load ink and paper colors for multiple vt
2018-05-24 Alan Coxmakejv3: update and rework
2018-05-24 Alan Coxtrs80m1: boot loader
2018-05-24 Alan Coxtrs80: detect model 1 / video genie / etc
2018-05-24 Alan Coxtrs80-bank: model 1 bank size testing initial sketch
2018-05-24 Alan Coxtrs80: update model 1 floppy comments
2018-05-24 Alan Coxtrs80m1: start building a bootable floppy
2018-05-24 Alan Coxtrs80: Make model 1 printer driver also support clones
2018-05-24 Alan Coxtrs80: introduce a model type
2018-05-24 Alan Coxtrs80: introduce a model type
2018-05-24 Alan Coxz80: fix incorrect call to chksigs
2018-05-24 Alan CoxMakefile: make sure makejv3 is built
next