FUZIX.git
2017-11-09 Alan Coxnet_native: fix build with SDCC
2017-11-09 Alan Coxmicropack: update MMU definitions
2017-11-09 Alan Coxz80pack: switch to net_native
2017-11-08 Alan Coxnetd: clock types are 32bit
2017-11-08 EtchedPixelsMerge pull request #543 from beretta42/netd2
2017-11-08 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-11-08 Alan CoxMakefile: add a make kclean target
2017-11-08 Alan Coxsyscal_exec16: Fix two bugs
2017-11-08 Alan Coxexec32: move to readi
2017-11-08 Alan Coxubee: keep the incomplete port in sync
2017-11-08 Alan Coxz80: align more platforms
2017-11-08 Alan Coxtrs80: align with current kernel
2017-11-08 Alan Coxmsx1: align with current
2017-11-08 Alan Coxzetav2: update to current kernel core
2017-11-08 Alan Coxsocz80: align with current code
2017-11-08 Alan Coxdevfd: clean up for current I/O layer
2017-11-08 Alan Coxnc100: align with core changes
2017-11-08 Alan Coxz180: no MMU hooks
2017-11-08 Alan Coxremount: fix a corner case
2017-11-08 Alan Coxsyscall_fs: stop pipe() working with a r/o fs backing it
2017-11-08 Alan Coxz80: shave off a few bytes
2017-11-08 Alan Coxdevrd: bring up to match current I/O layer
2017-11-08 Alan Coxkernel: Fix level 1 build
2017-11-08 Alan Coxz80: start bringing platforms into line with core updates
2017-11-08 Brett Gordonnetd: fix slip definition to match header
2017-11-08 Brett Gordonnetd: fixup arp switch typing, include in device driver...
2017-11-08 Brett Gordonnetd: correct lwwire poll returning -1 for no reason.
2017-11-07 EtchedPixelsMerge pull request #542 from beretta42/as
2017-11-07 Brett GordonMWC: du: make 'dufork' definition match declaration
2017-11-07 Brett GordonMWC: specify SRCS for 'du'
2017-11-07 Brett Gordonas: make z80 assembler
2017-11-05 Alan Coxbasic: snapshot further work
2017-11-04 Alan Coxbaisc: nothing to see here - putting the framework...
2017-11-04 Alan Coxnetd: final warnings and silly typecase fix
2017-11-04 Alan Coxnetd: first attempt at decoding loopback correctly...
2017-11-04 Alan Coxslip: fix build bug
2017-11-04 Alan CoxedL: Add a cleaned up port of the MWC ed
2017-11-03 Alan Coxnetd: first cut at a slip driver
2017-11-03 Alan Coxnetd: Fix unterminated comment
2017-11-03 Alan Coxnetd: remove duplicate declarations and add the arp...
2017-11-03 Alan Coxfsck: note a performance fix
2017-11-03 Alan Coxnetd: clean up for other compilers and add the ability...
2017-11-03 Alan Coxnetd: note clock_arch check to do
2017-11-03 Alan Coxnetd: gcc can struct assign but not all of its friends can
2017-11-03 Alan Coxnetd: add flag so a driver declares if it needs arp
2017-11-03 Alan Coxprocess: when debugging it's nice to know why something...
2017-11-03 Alan Coxz80pack: turn on MMU feature
2017-11-03 Alan Coxz80pack: add an extreme example of the mmu hooks
2017-11-03 Alan Coxlowlevel-z80: add hooking points for Z80 systems with...
2017-11-03 Alan Coxz80pack: we added a tty
2017-11-03 Alan Coxz80pack: drop stuff we don't need
2017-11-03 Alan Coxibmpc: note older 80x86 errata
2017-11-03 Alan Coxz80pack: add the outgoing port as another tty
2017-11-03 Alan Coxz80: fix the banked code FIXME about syscalls.
2017-11-03 Alan Coxz80pack: Fix the printer driver
2017-11-03 Alan Coxdu: switch version
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
next