FUZIX.git
2018-05-05 Alan Coxubee: Turn keyboard speed tweak back on
2018-05-05 Alan Coxubee: Fix scanning logic
2018-05-05 Alan Coxubee: fix silly bug in lpen tty
2018-05-04 Alan Cox6809: fix formatting
2018-05-04 Alan Cox6809: remove dead macros
2018-05-04 Alan Cox6809: remove the old SAM hacks
2018-04-30 EtchedPixelsMerge pull request #612 from beretta42/rtnano
2018-04-30 Alan Coxbogomips: Fix for Rabbit 2K
2018-04-30 Alan Coxue: Fix z80 v rabbit
2018-04-30 Alan Coxutils: Fix make clean
2018-04-30 Alan Coxubee: remove a debug
2018-04-30 Brett Gordoncoco3: first stab at sd driver for Roger Taylor's coco...
2018-04-30 Alan Coxbankedz80: fix doc non obviousness
2018-04-30 Alan Coxdoc: add basic Banked Z80 documentation
2018-04-30 Alan Coxlevee: add r2k Makefile bits
2018-04-30 Alan Coxasz80: fix Makefile bug introduced in r2k changes
2018-04-29 Alan CoxMakefile: Add ubee and fix a typo
2018-04-29 Alan Coxubee: devhd silly bug
2018-04-29 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-04-29 Alan Coxr2k: Add hooks for the Rabbit 2000 to the apps build...
2018-04-29 Alan CoxLibrary: add the bits needed to build a Rabbit 2000...
2018-04-29 Alan Coxtools: Add bits we need for Rabbit R2K support
2018-04-29 Alan Coxz80: Add support for Rabbit as well as Z80 processors
2018-04-29 EtchedPixelsMerge pull request #611 from n6il/yaccfix
2018-04-29 Michael FurmanFix expr.y and find.y to work with regular yacc
2018-04-29 Alan Coxsched_yield: simplify
2018-04-29 Alan Coxprocess: fix typo
2018-04-28 EtchedPixelsMerge pull request #610 from beretta42/lp
2018-04-28 Brett Gordoncoco3: fix lp driver to return no of bytes written...
2018-04-26 Alan Cox65C816: update documentation and move to markdown
2018-04-25 Alan Coxgraphics: updates on notes and UBEE format
2018-04-25 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-04-25 Alan Coxubee: fix memory probing for banked video
2018-04-25 Alan Coxubee: lay foundations for graphic mode support
2018-04-25 Alan Coxubee: fix crt0 handling of non TC
2018-04-24 EtchedPixelsMerge pull request #609 from davidgiven/nc200
2018-04-24 Alan Coxubee: Fix TC shift/ctrl keys
2018-04-24 David GivenRework the bootblock to avoid several how-did-this...
2018-04-24 David GivenActually read data into user memory, rather than scribb...
2018-04-23 Alan Coxubee: update README
2018-04-23 Alan Coxubee: sketch out the revised backscroll
2018-04-23 Alan Coxinode: fix silly bug in direct I/O fix attempt
2018-04-23 EtchedPixelsMerge pull request #608 from davidgiven/nc200
2018-04-23 David GivenUpdate documentation.
2018-04-23 David GivenPost-merge fixing to make the floppy driver work.
2018-04-23 David GivenIn-progress (non-building) merge of the NC200 floppy...
2018-04-23 David GivenCorrectly set the location and size of the video memory...
2018-04-23 Alan Coxubee: update the vt code to make the 6545 hardware...
2018-04-23 Alan Coxstart: its 2018
2018-04-23 Alan Coxfilesys: note where locking changes will be needed
2018-04-22 EtchedPixelsMerge pull request #607 from davidgiven/nc200
2018-04-22 Alan Coxubee: more oddments on the display code etc
2018-04-21 David GivenBodge the prototype NC200 port into at least building...
2018-04-21 David GivenStage #1 of moving the NC200 stuff into the amstradnc...
2018-04-21 David GivenMerge from master.
2018-04-21 David GivenRefactor the Amstrad NC directory so that the NC100...
2018-04-20 David GivenFirst draft conversion of the floppy driver away from...
2018-04-20 Alan Coxubee: fix up the display code bugs
2018-04-20 Alan Coxubee: turn on clearing vt now the port bug is fixed
2018-04-20 Alan Coxubee: set display to 80x25
2018-04-20 Alan Coxubee: call map_kernel in start up to initialize shadow...
2018-04-20 Alan Coxubee: NMOS Z80 with bugs
2018-04-19 Alan Coxubee: Next stages to get from prototype to usable
2018-04-19 Alan Coxvt: vtattr_notify missing cases
2018-04-19 Alan Coxvt: should define vtattr in the headers
2018-04-19 David GivenMerge from master.
2018-04-18 Alan Coxkernel: hopefully fix the busy block panic
2018-04-18 David GivenAdd motor spindown and multisector transfer support...
2018-04-17 Alan Coxinode: and a quick fixup for the fixup
2018-04-17 Alan Coxinode: Fix double locking
2018-04-17 Alan Coxz80pack: update README
2018-04-17 Alan Coxubee: first sketch out of light pen keyboard support
2018-04-17 David GivenAdd bare-bones work-in-progress floppy disk driver...
2018-04-15 Alan Coxinput: add BUTTON(n) define for the button byte
2018-04-15 Alan Coxz80pack: turn on direct I/O for execve etc
2018-04-15 Alan Coxpcw8256: further update/work
2018-04-13 EtchedPixelsMerge pull request #606 from beretta42/inputfix
2018-04-13 Brett Gordoninput: fix ifdef typo
2018-04-12 Alan Coxpcw8256: Example (in progress) devinput device
2018-04-12 Alan Coxkernel: build devinput if needed
2018-04-12 Alan Coxdevinput: the input device layer
2018-04-12 Alan Coxdevsys: hooks for input device
2018-04-12 Alan Coxinput: definitions for input device
2018-04-12 Alan Coxinput: reserve an ioctl range for the input device
2018-04-11 Alan Coxpcw8256: add initial cut at hard disk drivers
2018-04-10 Alan Coxsuper: tweak a bit
2018-04-10 Alan Coxsuperblock: Add geometry proposal
2018-04-10 Alan Coxsuperblock: get the kernel inoptr out of the superblock
2018-04-10 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-04-10 Alan Cox6502: first attempt at a proper push/pop signal stackin...
2018-04-10 EtchedPixelsMerge pull request #605 from beretta42/time
2018-04-10 EtchedPixelsMerge branch 'master' into time
2018-04-10 Alan Coxz80pack: update to platform_rtc_ naming
2018-04-10 Alan Coxnc100: remove dead functionality breaking build
2018-04-10 Alan Coxpcw8256: README
2018-04-10 Alan Coxpcw8256: add now required copy_common method
2018-04-10 Alan Coxz80pack-lite: Fix typo breaking build
2018-04-09 Alan Coxds1302: move to platform_rtc_ naming
2018-04-09 Alan Coxz180: fix rename of monitor entry
2018-04-08 Brett Gordontime: change references to rtc_secs to platform_rtc_secs
next