FUZIX.git
2017-11-02 Alan Coxas: bracket or square...
2017-11-02 Alan Coxas: incomplete 6809 code
2017-10-31 Alan Coxas: Fix more bugs, add < and > for lo/hi relocations
2017-10-31 Alan Coxas further work
2017-10-31 Alan Coxld: first cut at big endian logic, pcrel, overflow...
2017-10-31 Alan Coxobj: add proper PCREL definitions for relocation entries
2017-10-31 Alan Coxas4: add relative byte output
2017-10-31 Alan Coxasz80: improve handling of segment type clashes
2017-10-31 Alan Coxld: teach new tags, and make it reject them also tidy...
2017-10-31 Alan Coxobj: update with endian and word tags and some oddments
2017-10-30 Alan Coxas: lots of stuff here
2017-10-30 Alan Coxasz80: Z180 initial support, fix range checking, correc...
2017-10-30 Alan Coxld: don't break if the symbol unused bytes are nn zero
2017-10-30 Alan Coxld: add the hash function
2017-10-30 Alan Coxobj: make Z80 an 8080 variant as this makes more sense
2017-10-29 Alan CoxSmallC: Fix initialization of static/global pointers
2017-10-29 Alan Coxsmallc: tidy up a bit, align Z80 with assembler and...
2017-10-29 Alan Coxld: tidy up pass
2017-10-29 Alan Coxld: furthr polishing
2017-10-29 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-10-29 Alan Coxld: Save current status
2017-10-29 Alan Coxobj.h: add 'ANY' segment definition
2017-10-29 Alan Coxnm: understand the fact a U symbol may be segment const...
2017-10-29 Alan Coxas: fix handling of unknown symbols in subtraction
2017-10-29 Alan Coxas: fix blkb/defs
2017-10-29 EtchedPixelsMerge pull request #540 from beretta42/mem
2017-10-29 Brett Gordonbank16k: report correct memory used
2017-10-28 Alan Coxld: closer but not yet entirely correct
2017-10-28 Alan Coxld: further updates
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
next