FUZIX.git
2018-06-28 Paolo Pisatigames: fix hamurabi build by expliciting void types
2018-06-27 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-06-27 Alan Coxcpm: tools for working with CP/M media
2018-06-27 EtchedPixelsMerge pull request #632 from piso77/travis
2018-06-27 Paolo Pisatitravis: re-enable Travis CI
2018-06-26 Alan Coxgetopt: Add missing POSIX optopt
2018-06-26 EtchedPixelsMerge pull request #630 from piso77/z80_fuzix_ccopts
2018-06-26 EtchedPixelsMerge pull request #629 from piso77/rc2014_fix
2018-06-26 Paolo PisatiApplications/flashrom: Makefile.z80: use $(FUZIX_CCOPTS)
2018-06-26 Paolo PisatiApplications/cursesgames: Makefile.z80: use $(FUZIX_CCOPTS)
2018-06-26 Paolo PisatiApplications/games: Makefile.z80: use $(FUZIX_CCOPTS)
2018-06-26 Paolo PisatiApplications/MWC/cmd/asz80: Makefile.z80: use $(FUZIX_C...
2018-06-26 Paolo PisatiApplications/ue: Makefile.z80: use $(FUZIX_CCOPTS)
2018-06-26 Paolo PisatiApplications/MWC/cmd: Makefile.z80: use $(FUZIX_CCOPTS)
2018-06-26 Paolo PisatiApplications/SmallC: Makefile.z80: use $(FUZIX_CCOPTS)
2018-06-26 Paolo Pisatirc2014: dont fail to build if ../rc2014_root_fs doesnt...
2018-06-26 Paolo PisatiApplications/as09: Makefile.z80: use $(FUZIX_CCOPTS)
2018-06-26 Paolo PisatiApplications/ld09: Makefile.z80: use $(FUZIX_CCOPTS)
2018-06-26 Paolo PisatiApplications/util: Makefile.z80: use $(FUZIX_CCOPTS)
2018-06-26 Paolo PisatiApplications/V7/games: Makefile.z80: use $(FUZIX_CCOPTS)
2018-06-26 Paolo PisatiApplications/V7/cmd/sh: Makefile.z80: use $(FUZIX_CCOPTS)
2018-06-26 Paolo PisatiApplications/V7/cmd: Makefile.z80: use $(FUZIX_CCOPTS)
2018-06-26 Paolo PisatiLibrary/libs: Makefile.z80: use $(FUZIX_CCOPTS)
2018-06-26 Paolo PisatiMakefile: introduce $FUZIX_CCOPTS as per global optimiz...
2018-06-25 Alan Coxbinman: discard may be above commonmem and that's just...
2018-06-25 Alan Coxtrs80: NMI masking fix
2018-06-25 Alan Coxz80: use visualize in the build
2018-06-25 Alan Coxvisualize: provide a visual map of the memory layout...
2018-06-23 Alan Coxrc2014: import the RC2014 fork of Fuzix and realign...
2018-06-10 Alan Coxtrs80m1: wire up all the model 3 floppy support (untested)
2018-06-10 Alan Coxtrs80m1: add TRS80 model 3 low level floppy code (first...
2018-06-10 Alan Coxtrs80m1: update floppy FIXME list, grow cmd table a...
2018-06-10 Alan Coxtrs80m1: Add model 3 floppy driver initial attempt
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
next