FUZIX.git
2015-02-08 Alan Coxbanking: Strip out all the experiments with CODE1 etc
2015-02-08 Alan Coxz80: fix if/endifs for non SDCC case
2015-02-06 Alan CoxMakefile: switch 68000 toolchain
2015-02-06 Alan Cox68000: update the atari-st beginnings, switch tool...
2015-02-03 EtchedPixelsMerge pull request #104 from willsowerbutts/monitorbank
2015-02-03 EtchedPixelsMerge pull request #103 from willsowerbutts/prtroot
2015-02-03 Will Sowerbuttsmonitor-z80: allow moving to different segments (update...
2015-02-03 Will Sowerbuttsprtroot: Bug fix, new -i flag to initialise /etc/mtab
2015-02-03 Alan Coxsocz80: fix timer, improve irq code a shade
2015-02-03 EtchedPixelsMerge pull request #100 from willsowerbutts/devsd
2015-02-03 EtchedPixelsMerge pull request #102 from willsowerbutts/ttywriteready
2015-02-03 EtchedPixelsMerge pull request #99 from willsowerbutts/p112rawfloppy
2015-02-02 Alan Coxlowlevel-z80: support the experimental entry optimisation
2015-02-02 Will SowerbuttsKernel: tty_writeready: change return type from bool...
2015-02-02 Will Sowerbuttsdevsd: Combine the various wait functions. Saves 143...
2015-02-02 Will Sowerbuttsp112: Floppy disk driver (devfd) support for rawflag=1
2015-02-02 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-02-02 EtchedPixelsMerge pull request #96 from geijoenr/master
2015-02-01 Alan Cox8086: just committing these unfinished so I don't forge...
2015-02-01 Alan Coxsocz80: intial merge of the ethernet driver
2015-02-01 Tormod Voldendragon: Delete ROM images on make clean
2015-02-01 Alan Cox68000: note need to change doexec
2015-02-01 Tormod Voldendragon: Fix up comments in setup.s
2015-02-01 Tormod Volden6809: Add EMAGIC_2 (0x20 = BRA)
2015-02-01 Tormod Volden6809: Add uarg_t
2015-02-01 Tormod Voldendragon: Use syscall_exec16
2015-02-01 Tormod Voldendragon: Don't link setup.o in decb binary
2015-02-01 geijoenrmsx2: make tickspersec runtime configurable
2015-02-01 geijoenrmsx2: add localized keyboard matrices
2015-02-01 geijoenrmsx2: read machine type and info
2015-02-01 geijoenrkeycode: fix ESC define, add YEN special keycode
2015-02-01 geijoenrmsx2: add rp5c01 rtc driver
2015-02-01 geijoenrdevsd: wait for response after CMD24
2015-02-01 geijoenrmsx2: fix silly bug in memory sizing
2015-01-31 Alan Cox8086: initial preparatory work
2015-01-31 Alan CoxREADME: update for SocZ80
2015-01-31 Alan Coxsocz80: boot to a shell prompt, achievement unlocked
2015-01-31 Alan Coxsocz80: fork code
2015-01-31 Alan Coxsocz80: get init as far as fork()
2015-01-31 Alan Coxdevsdspi,socz80: fix write
2015-01-31 Alan Coxsyscall_exec16: still trying to get sdcc to generate...
2015-01-31 Alan Coxsocz80: add the core of the ethernet driver
2015-01-31 Alan Coxdevsdspi: ooh look a few more bytes !
2015-01-31 Alan Coxdevsdspi: fix transmit, and make it smaller
2015-01-31 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-01-31 EtchedPixelsMerge pull request #95 from willsowerbutts/onebyte
2015-01-31 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-01-31 Will Sowerbuttsn8vem-mark4: devsdspi - save another two bytes! collect...
2015-01-31 EtchedPixelsMerge pull request #94 from willsowerbutts/onebyte
2015-01-31 Will Sowerbuttsn8vem-mark4: devsdspi - save a byte
2015-01-30 Alan Coxsocz80: switch to standard uarea logic for now
2015-01-30 Alan Coxsocz80: move to the new issue sd driver
2015-01-30 Alan Coxtty: fix typo
2015-01-30 Alan Coxsocz80: fix tty data port definition
2015-01-30 Alan Coxsocz80: next step of fixing tty problems
2015-01-30 Alan Coxsocz80: Various fixes for the mm and interrupts
2015-01-30 Alan Coxz80: make the outfoo routines preserve everything
2015-01-30 Alan Coxsocz80: Bring the basic bootstrap code up to speed...
2015-01-30 Alan Coxz80: fix all the other .lnk files
2015-01-30 Alan Coxtrs80: fix link rules for file move
2015-01-30 Alan Cox68000: clean up most of the 16bitisms and sign stuff
2015-01-30 Alan Coxmalloc: We need a heap allocator for flat model systems
2015-01-30 Alan Coxflat: initial flat memory support code
2015-01-30 Alan Coxprocess: fix bracketing
2015-01-30 Alan Coxsyscall_proc: fix 16bit ism on signals
2015-01-30 Alan Coxtty: fix warnings for types and arguments
2015-01-30 Alan Coxlink/mkdir: error link counter overrun
2015-01-30 Alan Cox68000: base enabling pieces
2015-01-30 Alan Coxusermem: support for flat binaries
2015-01-30 Alan Coxvt: fix argument typing ready for 32bit
2015-01-30 Alan Coxswap.c: fix unused argument warning
2015-01-30 Alan Coxtty/vt: fix prototypes for ioctl
2015-01-30 Alan Coxdevsys: fix types
2015-01-30 Alan Coxdevsys: fix warnings caused by unused parameters
2015-01-30 Alan Coxdevio: fix warnings caused by unused parameters
2015-01-30 Alan Cox6809: add used macro
2015-01-30 Alan Coxcpu-z80: introduce used() macro
2015-01-30 Alan Coxcpu-6502: introduce used() macro
2015-01-30 Alan Cox68000: very initial pieces to work on a first 680x0...
2015-01-27 Alan Cox6502/z80: finish fixing up signal types
2015-01-27 Alan Cox6502: correct typecasts for the break limit
2015-01-27 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-01-27 EtchedPixelsMerge pull request #91 from geijoenr/master
2015-01-27 geijoenrmsx2: update megasd transfer functions for rawflag=1
2015-01-27 geijoenrmsx2: fix memory sizing
2015-01-27 geijoenrsdcc: fix some type warnings for sdcc 3.4.2
2015-01-26 Alan Coxtypes: set the type definitions ready for non 8bit...
2015-01-26 Alan Coxcpu: add uarg_t
2015-01-26 Alan Coxbank code; Add comments and information to these
2015-01-26 EtchedPixelsMerge pull request #89 from willsowerbutts/fixdd
2015-01-26 Will SowerbuttsKernel: Change bf_free to tristate -- free, busy, super...
2015-01-26 Will SowerbuttsKernel: Bug fix - do not zero the superblock magic...
2015-01-26 Will SowerbuttsFix count= option to dd
2015-01-25 Alan Coxcpu-z80/cpu.h: add a warning about __COMMONMEM
2015-01-25 EtchedPixelsMerge pull request #87 from willsowerbutts/blkdirect
2015-01-25 Will Sowerbuttsdevsd: Remove unused memory, fix return without releasi...
2015-01-25 Will Sowerbuttsmbr: Reset blk_op.nblock on each transfer
2015-01-25 Will Sowerbuttsn8vem-mark4: Update SD transfer functions for rawflag=1
2015-01-25 Will Sowerbuttsdevsd: Convert to new blkdev API and support rawflag=1
2015-01-25 Will Sowerbuttsdevide: Convert to new blkdev API and support rawflag=1
next