FUZIX.git
2017-10-28 Alan Coxasz80: fixes to output format logic
2017-10-28 Alan Coxobj: format tweaking
2017-10-28 Alan CoxREADME: updates
2017-10-28 Alan Coxld: Fix some stuff by inspection and fold in basic...
2017-10-28 Alan Coxld: first parts of a linker
2017-10-28 Alan Coxz80as: change object file format to fixed sized symbol...
2017-10-28 Alan Coxasz80: always write the debug symbol base
2017-10-28 Alan Coxasz80: finish conversion
2017-10-27 Alan Coxasz80: write symbols out
2017-10-26 Alan Coxasz80: some quick changes over tea
2017-10-26 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-10-26 EtchedPixelsMerge pull request #536 from beretta42/make2
2017-10-26 EtchedPixelsMerge pull request #537 from beretta42/up
2017-10-26 EtchedPixelsMerge pull request #538 from beretta42/halt
2017-10-26 Brett Gordonutil: link 'halt' to 'reboot' on fs
2017-10-26 Brett Gordonfsck: fix another wrap bug, and continuing is not an...
2017-10-26 Brett Gordonstandalone fsck: fix always returns 1; parenths to...
2017-10-26 Brett GordonMWC: add 'make' to filesystem maker script
2017-10-26 Brett Gordonmake: fix compiler complaint
2017-10-26 Alan Coxfsck: minor fixes
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...
next