FUZIX.git
2018-07-14 Alan Coxtty: expose re-enabled fullq() helper as the tty layer...
2018-07-14 Alan Coxtty: add the new tty_data_consumed method
2018-07-14 Alan Coxtrs80m1: add flow control and fix some other bugs
2018-07-14 Alan Coxtrs80m1: clean up devtty.c with indent etc
2018-07-14 Alan Coxtrs80m1: video genie serial ports .. continued
2018-07-14 Alan Coxlibc: Tidy up use of __NaN
2018-07-14 Alan Coxps: add manual page
2018-07-14 Alan Coxsubstroot: enable and use
2018-07-14 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-07-14 Alan Coxps: fix up option message
2018-07-14 Alan Coxgfxtest: Lowe LE18 support
2018-07-14 Alan Coxinittab: remove blank line
2018-07-14 Alan Coxsubstroot: add a handy tool we'll use for boot scripts
2018-07-14 Alan Coxtrs80m1: remove double buffering from buffers, speed...
2018-07-13 Alan Coxtrs80m1: make buffers.c a bit more readable
2018-07-13 Alan Coxtools: record and process source/dest banks to fix...
2018-07-13 Alan Coxtools: more banked section types
2018-07-13 Alan Coxtrs80m1: big set of somewhat intertwined updates
2018-07-13 Alan Coxtrs80m1: remove dead debugging
2018-07-13 Alan Coxkernel: don't declare array size of disk buffers in...
2018-07-13 EtchedPixelsMerge pull request #641 from piso77/fixes
2018-07-13 Alan Coxtrs80m1: switch to separately banked buffers
2018-07-13 Alan Coxtrs80m1: update README
2018-07-13 Alan Coxcpuinfo: first cut at a cpuinfo command
2018-07-12 Paolo Pisatitravis: hook multicomp09
2018-07-12 Paolo PisatiApplications/netd: Makefile.68000: fix typo
2018-07-12 Paolo PisatiLibrary/libs: fuzix-scc6809: rm autogenerated Makefile
2018-07-12 Paolo PisatiLibrary/libs: fuzixpdp11: rm autogenerated Makefile
2018-07-12 Paolo PisatiLibrary/libs: fuzix68000: rm autogenerated Makefile
2018-07-12 Alan Coxtrs80m1: switch to external buffers
2018-07-12 Alan Coxtrs80m1: Naïve initial implementation of external buffe...
2018-07-12 Alan Coxkernel: final pieces needed (I think...) for external...
2018-07-11 Alan Coxsyscall_exec16: note a cunning (but probably not very...
2018-07-11 Alan Coxtrs80: update README
2018-07-11 Alan Coxfilesys: Fix build with external buffers
2018-07-11 Alan Coxsetdate: fix year in BCD mode
2018-07-11 Alan Coxtrs80m1: add clock code but ifdef it back out due to...
2018-07-11 EtchedPixelsMerge pull request #640 from beretta42/ed
2018-07-11 Alan Coxtrs80m1: devgfx, update comments
2018-07-11 Alan Coxtrs80m1: update README
2018-07-11 Alan Coxnetd: first cut at 68K build
2018-07-11 Alan CoxMerge remote-tracking branch 'refs/remotes/origin/master'
2018-07-11 Alan Coxtrs80: Booting and banking work
2018-07-11 Brett Gordon6809: compile ed in V7
2018-07-10 EtchedPixelsMerge pull request #639 from piso77/v68_fixes
2018-07-10 Paolo Pisatitravis: hook v68-banked
2018-07-10 Paolo Pisativ68-banked: config.h: devices.c invoke devide_init...
2018-07-10 Paolo Pisativ68-banked: import missing fuzix.ld from v68
2018-07-10 EtchedPixelsMerge pull request #638 from piso77/v68_fixes
2018-07-10 Paolo Pisatitravis: hook v68 to the build
2018-07-10 Paolo Pisatiue: 68000: fix compilation
2018-07-10 Paolo Pisatiue: 68000: try to workaround a weird dependecy/invokati...
2018-07-10 Paolo Pisatinetd: 68000: dummy Makefile
2018-07-10 Paolo Pisaticursesgames: 68000: fix compilation
2018-07-10 Paolo Pisaticrt0: 68000: fix compilation
2018-07-10 Paolo Pisatitravis: setup v68 toolchain
2018-07-10 Paolo Pisatitravis: don't pollute targets with foreign tool/chain
2018-07-08 Alan Coxtrs80: remove flags for gfx ops we deleted
2018-07-08 Alan Coxtrs80m1: correct some graphics reporting
2018-07-08 Alan Coxtrs80m1: Update the documentation
2018-07-08 Alan Coxtrs80m1: new prototype for genie serial
2018-07-08 Alan Coxtrs80.h: update Genie comment
2018-07-08 Alan Coxtrs80: comment/typo fix boot code
2018-07-08 Alan Coxtrs80m1: Fix up the Video Genie handling for serial...
2018-07-08 Alan Coxtrs80m1: report proper resolution for the Lowe LE-18
2018-07-08 Alan Coxtrs80m1: add initial bits for the Lowe Electronics...
2018-07-08 Alan Coxgraphics.h: add LOWE_LE18
2018-07-08 Alan Coxtrs80m1: turn on keyboard bit map access
2018-07-08 Alan Coxtrs80m1: update VG
2018-07-08 Alan Coxtrs80m1: update status
2018-07-08 Alan Coxtrs80m1: note we need to make outchar for debugging...
2018-07-08 Alan Coxtrs80m1: notes on serial port
2018-07-08 Alan Coxtimer: permit runtime decisions that we have no rtc...
2018-07-07 Alan Coxtrs80m1: boot loader now also handles selector
2018-07-07 Alan Coxtrs80m1: update status
2018-07-07 Alan Coxtrs80m1: initial ChromaTRS bits
2018-07-07 Alan Coxmode: there is a difference between the 9918 and 9918A...
2018-07-07 Alan Coxtrs80: Fix backspace/delete
2018-07-07 Alan Coxrc: use fsck -a
2018-07-07 Alan Coxinit: handle blank lines quietly, and fix explosion...
2018-07-07 Alan Coxed: switch to V7 ed
2018-07-07 Alan Coxfsck: Fix use of filesystem names
2018-07-07 Alan Coxsyscall_other: make halt tell you it's done
2018-07-07 Alan Coxbasefs: add new files
2018-07-07 Alan Coxetc: update template files a bit
2018-07-07 Alan Coxmkfs: exit with a valid return code
2018-07-07 Alan Coxue: add 6502 build rules
2018-07-07 Alan CoxLibrary: add strtok_r everywhere else
2018-07-07 Alan Coxstrtok_r: useful, trivial but was missing from the...
2018-07-07 Alan Coxps: make it work like it's supposed to
2018-07-07 Alan Coxps: reformat - no other changes
2018-07-07 Alan Coxps: split up and begin tidy
2018-07-06 Alan Coxinit: allow 'c' option for console to claim related...
2018-07-06 Alan Coxapps: build cpmfs etc
2018-07-06 Alan Coxtrs80m1: typo
2018-07-06 Alan Coxtrs80: turn on input support and fix keyboard bits
2018-07-06 Alan Coxtrs80: remove prototypes for deleted code
2018-07-06 Alan Coxtrs80: move the initializers out of the main flow
2018-07-06 Alan Coxtrs80: introduce new files for input device handling
2018-07-06 Alan Coxremount: add a fallback for finding /
next