FUZIX.git
2018-09-28 Alan Coxplatforms: update lots of them with a blank platform_co...
2018-09-28 Alan Coxkernel: add platform_copyright()
2018-09-28 Alan Coxmsx1: update to new tty prototype
2018-09-28 Alan Coxz80pack: update to new tty_setup
2018-09-28 Alan Coxtty: add an argument to tty_setup
2018-09-28 Alan Coxfsck: move the looping into the helper
2018-09-28 Alan Coxmkfs: use the system headers
2018-09-28 Alan Coxfslabel: add new tool
2018-09-28 Alan Coxsuper.h: need to define blkno_t
2018-09-28 Alan Coxsscanf: scanned string is const
2018-09-28 Alan Coxz80: build cartman
2018-09-28 Alan Coxtools: add cartman
2018-09-28 Alan Coxmsx1: revisit this platform
2018-09-24 Alan CoxRELEASE_NOTES: spell MOOH properly
2018-09-23 Alan Coxstandalone: update a couple of bits that should have...
2018-09-21 Alan Coxswap: fix a nasty little bug
2018-09-21 Alan Coxbinmunge: improve debug info
2018-09-21 Alan Coxtrs80m1: rework the code to avoid banking fixup problems
2018-09-21 Alan Coxbankfixed: improve debug
2018-09-21 Alan CoxRelease notes
2018-09-21 Alan CoxFuzix: Version to 0.2
2018-09-21 Alan Coxsbcv2: now boots directly so fix the docs
2018-09-21 Alan Coxfsck: slow down the whirly wotsit
2018-09-20 Alan Coxtimer: handle fast clocks
2018-09-20 Alan Coxsyscall_other: add support for suspend/resume
2018-09-20 Alan Coxrc2014-tiny: remove stale debug
2018-09-20 Alan Coxnascom: add support for tickless mode
2018-09-20 Alan Coxz80: change exec startup behaviour to use DE for bank...
2018-09-20 Alan Coxkernel: add header for suspend/resume
2018-09-20 Alan Coxfcc/libs: complete support for relocatable binaries
2018-09-20 Alan Coxsyscalls: add suspend/resume flag
2018-09-16 Alan Coxbank8K: take a pass at fixing all the broken assumption...
2018-09-16 Alan Coxbank8K: document assumptions better
2018-09-16 Alan CoxRevert "bank8k: Fix program size/top confusion"
2018-09-16 Alan Coxfweep: take some more steps towards working on 8bit...
2018-09-16 Alan CoxINSTALL: add warning about yacc v bison, fix sdcc recom...
2018-09-16 Alan Coxtools: add relocatable binary support
2018-09-16 Alan Coxplato: remove unused variable
2018-09-16 Alan Coxrc2014: remove last bits of ramdisk crud
2018-09-16 Alan Coxfcc: error unknown platform -t options
2018-09-16 Alan Coxrc2014: remove last vestigates of unneeded ramdisk...
2018-09-16 Alan Coxrc2014-tiny: set cpu type correctly
2018-09-16 Alan Coxsc108: Always a CMOS CPU
2018-09-16 Alan Coxsc108 & sam: Fix signal handling crash
2018-09-16 Alan Coxtickless: fix dumb bug propogated across multiple platforms
2018-09-15 Alan Coxsc108: Testing the thunking code on a machine with...
2018-09-15 Alan Coxsimple: explain why we don't worry about disk read...
2018-09-15 Alan Coxsam: fix comment
2018-09-15 Alan Coxbinman: fix another off by one
2018-09-15 Alan Coxrc2014-tiny: remove unused value
2018-09-15 Alan Coxz80single: fix an unused reference and duplicated includes
2018-09-15 Alan Coxeg64: not the different banker types
2018-09-15 Alan Coxz80: allow for the HIGH block to be in different places
2018-09-15 Alan Coxsam: fix a typo and add a macro we'll need to generaliz...
2018-09-15 Alan Coxrc2014tiny: remove devinput.h we don't use it
2018-09-15 Alan CoxFrom: Tormod Volden <debian.tormod@gmail.com>
2018-09-15 Tormod Voldendragon-mooh: Remove unused file that slipped in
2018-09-14 Tormod Voldendragon-mooh: Build and use DECB patcher for kernel...
2018-09-14 Tormod Voldendragon-mooh: Compile bank8k without optimisations
2018-09-14 Tormod VoldenNew MOOH platform with 8K flexible banks
2018-09-14 Tormod Voldenbank8k: Fix program size/top confusion
2018-09-14 Tormod Voldenbank8k: When freeing pages we get more free pages
2018-09-14 Tormod Voldenstart.c: Set u_top before calling ptab_alloc()
2018-09-14 Tormod Voldendragon-nx32: Add (un)map video calls in vc_clear()
2018-09-14 Tormod Voldendragon-nx32: Define VT_ALLBASE to easily move VT frameb...
2018-09-14 Tormod Voldendragon-nx32: Move low-level video routines to video...
2018-09-14 Tormod Voldendragon-nx32: Split common text and data
2018-09-14 Tormod Voldendragon-nx32: Resync custom etc files
2018-09-11 Alan CoxMakefile: add ports
2018-09-11 Alan Coxkernel: small updates to single process platforms
2018-09-11 Alan Coxplato: hopefully fix the Makefile
2018-09-11 Alan Coxrc2014: remove un-needed devmem drivers
2018-09-11 Alan Coxrc2014-tiny: quick debugging session
2018-09-11 Alan Coxrc2014: don't link stuff we removed
2018-09-11 Alan Coxsimple: Fix off by one
2018-09-11 Alan Coxrc2014-tiny: WIP port to the minimal banked ROM system
2018-09-10 Alan Coxsam: update TODO list
2018-09-10 Alan Coxsam: don't swap the callers IX and IY on a switch it...
2018-09-10 Alan Coxsam: allocate process space for the correct number...
2018-09-10 Alan Coxbank32k: fix dumb bug
2018-09-10 Alan Coxsam: write the udata stash into the right page
2018-09-09 Alan Coxsam: further work on fork
2018-09-09 Alan Coxusermem_std-z80-thunked: Fix return codes
2018-09-09 Alan Coxnetdev: Fix missing prototype
2018-09-09 Alan Coxrc2014: turn on networking
2018-09-09 Alan Coxsyscall_fs: stop sdcc making such a hash of this
2018-09-09 Alan Coxw5100: fix some minor bugs, first sketch at accept...
2018-09-08 Alan Coxplato: off by one errors in box etc
2018-09-08 Alan Coxplato: Fix 6502 build
2018-09-08 Alan Coxplato: roughly map the Fuzix keys
2018-09-08 Alan Coxplato: add an esc -ctrl Z sequence to get out of it...
2018-09-08 Alan Cox6502: htons/htonl
2018-09-08 Alan Coxsbcv2: Get rid of the boot via CP/M hack and make it...
2018-09-08 Alan Coxfweep: revert WIP accidentally commited in last push
2018-09-08 Alan Coxplato: more Makefile hacking and a bug fix
2018-09-08 Alan Coxplato: Makefile fix for 6809
2018-09-08 Alan Coxaes256: fix build
2018-09-08 Alan Coxaes256: look for header the right way
2018-09-08 Alan Coxplato: draft trs80 hrg
2018-09-07 Alan Coxplato: more fixes and split the 'tgi' code into it...
next