FUZIX.git
2017-10-26 Brett Gordonmake: fix compiler complaint
2017-10-25 Alan CoxMakefile: hook in z80 assembler
2017-10-25 Alan Coxmake: make
2017-10-25 Alan Coxas: Z80 assembler from Coherent
2017-10-25 Alan Coxcron: add cron
2017-10-24 Alan Coxstart: tiny optimization
2017-10-24 Alan Coxfsck: Fix the wrap bug on standalone fsck
2017-10-24 Alan Coxtty: Fix ^D echo bug
2017-10-24 Alan Coxfsck: fix wrap on full sized fs
2017-10-24 Alan Coxgames add hangman and quiz
2017-10-24 Alan Coxv7yacc: Add the V7 yacc as a cross building tool
2017-10-24 Alan Coxbogomips: because ...
2017-10-24 Alan Coxclock: fix scaling error
2017-10-23 Alan Coxfree: add a Linux like "free" command to see swap and...
2017-10-23 Alan Coxinit: bug fixes and fussier about leaving files open
2017-10-23 EtchedPixelsMerge pull request #533 from beretta42/fix
2017-10-23 Brett Gordonkernel: syscall_16: put header in userspace too.
2017-10-23 Alan Coxmount/umount: Fixups for the other cases I missed
2017-10-22 Alan Coxmount: add support for fsck
2017-10-22 Alan Coxsyscall_exec16: fix crash with small binaries, reduce...
2017-10-22 Alan CoxStandalone: move to the new fsck behaviour
2017-10-22 Alan Coxfsck: get the fsck tool working
2017-10-22 Alan Coxreboot: add user side support for reboot -f
2017-10-22 Alan Coxkernel: we don't use the void *'s back from the blkbuf...
2017-10-22 Alan CoxExternalBuffers: document how the model works
2017-10-22 Alan Coxtest: fix silly error when copying fixes over
2017-10-22 Alan Coxfuzix-util: add remount to package list
2017-10-22 Alan Coxumount/remount: tidy up umount and add a remount
2017-10-22 Alan Coxumount: fix includes
2017-10-22 Alan Coxfsck: Rework standalone fsck to use as native fsck
2017-10-22 Alan Coxmm: tidy up some odds and ends with the buffer changes
2017-10-22 Alan Coxdevsys: error rather than 0 on failed uput in devsys
2017-10-22 EtchedPixelsMerge pull request #530 from beretta42/fix2
2017-10-22 Brett Gordon/dev/proc: return number of bytes read.
2017-10-22 Brett GordonKernel: quick pointer fix.
2017-10-22 Alan Coxumount: add new syscall wrapper for umount
2017-10-22 Alan Coxremount: add new syscall interface
2017-10-21 Alan Coxkernel: rework buffer handling and superblocks
2017-10-21 Alan CoxLibrary: Fix Z80 breakage from 6809 fixes
2017-10-21 Alan Coxemm: Add some notes
2017-10-21 Alan Coxz80fixedbank: note a possible optimization
2017-10-21 Alan Cox8086: sketch out tricks.S for this platform
2017-10-21 Alan Coxkernel: TODO.md was getting tired
2017-10-21 Alan Cox8086: add copy_fork helper
2017-10-21 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-10-20 EtchedPixelsMerge pull request #528 from beretta42/make2
2017-10-20 EtchedPixelsMerge pull request #526 from beretta42/nodebug
2017-10-20 Brett Gordoncoco3: makefile doh!
2017-10-19 Brett Gordoncoco3: compile for different types of cocos
2017-10-19 Brett Gordonfs: oops... reserve debugging in fs :)
2017-10-19 Brett Gordonfs: oops :) undefine debuging on fs
2017-10-19 Alan Coxcrt0: use stosb not zero and mov
2017-10-19 Alan Coxibmpc: PC implementation of the fast page copy and...
2017-10-19 Alan Cox8086: add the page clear and copy logic
2017-10-19 Alan Coxmtx: forgot the final commit to fix the devtty build
2017-10-19 Alan Coxz180: set USERCPU so new build rules work
2017-10-19 Alan Coxbank16; fix silly typo
2017-10-19 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-10-19 Alan Coxprojects: longer term kernel projects for someone
2017-10-19 Alan Coxtmpfree: missed TRS80
2017-10-19 Alan Coxtmpfree: update all the usages of brelse that will...
2017-10-19 Alan Coxkernel: preparatory work for Split I/D and for out...
2017-10-19 Alan Coxkernel: API changes for realloc
2017-10-19 Alan Cox8086: low level support improvements
2017-10-19 Alan Coxkeycode: add a couple of new keys
2017-10-19 Alan Cox8086: banking logic (initial design)
2017-10-19 Alan Coxibmpc: scribbles on odder machines
2017-10-19 Alan Coxibmpc: Add work in progress
2017-10-19 Alan Coxibmpc: load at logical 0
2017-10-19 Alan Coxmtx: Fix speed setting
2017-10-19 Alan Coxibmpc: update README based upon work so far
2017-10-18 EtchedPixelsMerge pull request #525 from beretta42/make
2017-10-17 Brett Gordoncoco3: clean up make / build script
2017-10-16 EtchedPixelsMerge pull request #523 from beretta42/flashrom
2017-10-16 EtchedPixelsMerge pull request #524 from beretta42/fview
2017-10-16 Brett Gordonfview: bug fix endian checker
2017-10-16 Brett Gordonapp: make: build flashrom
2017-10-16 Brett Gordonflashrom: add 6809 makefile, rename z80 makefile
2017-10-15 Alan Coxibmpc: further 8086 sketching out
2017-10-15 Alan CoxTODO: update
2017-10-15 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-10-15 Alan CoxSmallC: add missing call
2017-10-15 EtchedPixelsMerge pull request #522 from beretta42/make
2017-10-15 EtchedPixelsMerge pull request #521 from beretta42/sdc
2017-10-15 Alan Coxibmpc: introduce a platform skeleton so we can test...
2017-10-15 Alan Cox8086: move the prototype low level code over to gcc
2017-10-15 Alan Coxcpu-8086: move the prototype code to gcc ia16
2017-10-15 Alan Coxz80pack: correct disk error reporting
2017-10-15 Brett Gordonlib: only install fcc libs if using sdcc
2017-10-14 Brett Gordonsmallc: add image install script
2017-10-14 Brett Gordonfview: fix never run-on comment
2017-10-14 Brett Gordonapps: make: add as09, rename v7games (duplicate), phony...
2017-10-14 Brett Gordonsmallc: link CRT0 to build binary correctly.
2017-10-14 Brett Gordonlibs: 6809 makefile needs empty 'install' target
2017-10-14 Brett Gordonapp: as09/ld09: rename makefile
2017-10-14 Brett Gordoncoco3: fix blkdev mapper routines: blk_op is not in...
2017-10-13 Alan Coxz80pack: with some versions of SDCC we extend into...
2017-10-13 Alan Coxbank16k: () to (void) for neatness and consistency
2017-10-13 Alan Coxtest: fix compilation with newer SDCC
2017-10-13 Alan CoxMakefile: Clean up OBJSNS items in V7/cmd
next