FUZIX.git
2017-06-05 geijoenrmsx2: add default boot device
2017-06-05 geijoenrmsx2: save map_table before switching pages
2017-06-03 Alan Coxexecve: stop blocking in close_on_exec
2017-06-03 Alan Coxnet_native: close() should not block
2017-06-03 Alan Coxresolv: add Ringaard resolver
2017-06-03 Alan Coxnc100: first cut at fixing breakage when a read crosses...
2017-05-29 EtchedPixelsMerge pull request #504 from beretta42/lpr
2017-05-29 Brett Gordoncoco3: add /dev/lpr
2017-05-27 EtchedPixelsMerge pull request #503 from beretta42/binload
2017-05-27 Brett Gordoncheck for default program load address
2017-05-25 Brett Gordonexec(): take PROGLOAD from the binary header
2017-05-21 Alan Coxed: fix bugs and warnings
2017-05-21 Alan Coxv68-banked: updated README
2017-05-21 Alan Coxv68-banked: fix swap handling
2017-05-21 Alan Coxblkdev: allow for 16bit block counts
2017-05-21 Alan Coxv68-banked: Get us to the point things work if we don...
2017-05-20 Alan Coxv68-banked: Fix various silly things
2017-05-20 Alan Coxv68: do some updating on the in progress banked memory...
2017-05-20 Alan Coxv68: don't rewrite reset vectors or scribble off end
2017-05-20 Alan Cox68000: introduce defines for the low byte of the page
2017-05-20 Alan Coxv68: fix old tool reference in other builds
2017-05-20 Alan Coxv68: more README updates
2017-05-20 Alan Coxv68: update documentation on state
2017-05-20 Alan Cox68000: fix time_t split definition
2017-05-20 Alan Coxqrun: fix a nasty memory scribble
2017-05-20 Alan CoxMakefile: adjust make clean
2017-05-20 Alan Coxv68: remove last accidental use of old toolchain
2017-05-15 EtchedPixelsMerge pull request #502 from beretta42/dasm09
2017-05-08 Brett Gordondasm09: actually handle errors.
2017-05-08 Brett GordonAdd test code
2017-05-06 Brett Gordoncoco3: build dasm09 disassembler
2017-05-06 Brett Gordondasm09: add package install, man page, mod docs
2017-05-06 Brett Gordondasm09: Use Clib's buffering to allow large input images.
2017-05-06 Brett Gordondasm09 built for fuzix. 16k buffer.
2017-04-26 EtchedPixelsMerge pull request #500 from fgeorgatos/patch-1
2017-04-26 Fotis Georgatosreformatting one-liner comments, for consistency
2017-04-22 Alan Coxinit: #facepalm
2017-04-22 Alan Coxtrs80: correct devhd return value
2017-04-22 Alan Coxdevices: Fix an off by one error in the maximum device...
2017-04-22 Alan Coxmini_ide: correct return for raw disk writes
2017-04-21 Alan Coxcoco2cart: fix small build bug
2017-04-21 Alan Coxcoco2cart: assorted fixes
2017-04-21 Alan Coxcoco2cart: trivial improvements
2017-04-21 Alan Coxsdc.s: Fix merge problem
2017-04-21 Alan Coxstart: It's 2017
2017-04-21 Alan Coxtrs80: turn on discard movement
2017-04-21 Alan Coxtrs80: update README
2017-04-21 Alan Coxmakejv3: correct sector offsets to match real TRS80...
2017-04-21 Alan Coxmakejv3: fix warning
2017-04-20 Alan Coxmtx: fix keyboard handling bug
2017-04-19 Alan Coxmtx: use build-mini-filesystem so it fits
2017-04-19 Alan Coxmtx/devfd: Fix multiple bugs in the fd driver code
2017-04-19 Alan Coxsyscall_exec16: handle disk read failure on exec properly
2017-04-19 Alan Coxv68: Remove debug code
2017-04-19 Alan CoxREADME.md: add fuzix.org URL
2017-04-18 Alan Coxutils: fix 6809 Make clean
2017-04-18 Alan Coxlevee: Add 68K build
2017-04-18 Alan Cox68000: more minor fixes for softmmu
2017-04-18 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-03-24 EtchedPixelsMerge pull request #491 from beretta42/netdev
2017-03-24 EtchedPixelsMerge pull request #493 from beretta42/swap9
2017-03-04 Brett Gordoncoco3: remove debugging printf
2017-02-28 Brett Gordoncoco3: Do bank16 swapping.
2017-02-28 Brett Gordonbank16k: add swapping
2017-02-25 Brett Gordonlibs: missed a header.
2017-02-22 EtchedPixelsMerge pull request #490 from beretta42/netno2_2
2017-02-21 Brett Gordoncoco3: regress to level 1.
2017-02-21 Brett Gordonnet: add conditional for level 2 specific code
2017-02-21 Brett Gordonkernel: allow for net calls without level 2
2017-02-12 EtchedPixelsMerge pull request #488 from beretta42/coconic
2017-02-12 EtchedPixelsMerge pull request #489 from beretta42/bto
2017-02-12 EtchedPixelsMerge pull request #487 from beretta42/ntpdate
2017-02-09 Brett Gordonntpdate: second pass.
2017-02-09 Brett Gordona start.
2017-02-06 Alan Cox68000-softmmu: first guess at fork()
2017-02-04 Alan CoxREADME.md: minor updates
2017-02-04 Alan Coxsyscall_68000: generate correct tool references
2017-02-04 Alan Coxfuzix68000: get the right compiler for the stubs
2017-02-04 Alan CoxMakefile: add flat_mem work
2017-02-04 Alan Coxv68-softmmu: commit WIP code
2017-02-04 Alan Coxv68: note bits to sort out
2017-02-04 Alan Coxflat_mem: thoughts on swap
2017-02-04 Alan Coxflat_mem: further debug
2017-02-04 Alan Coxlowlevel-68000: debug the new syscall ABI
2017-02-04 Alan Coxflat_mem: note sizing work to do
2017-02-04 Alan Coxbuild-filesystem-ng: Fix 'experimental push on scalar...
2017-02-03 Alan Coxflat_mem: initial pass over imported code and glue
2017-02-02 Alan Coxsimple: add a TODO note
2017-02-02 Alan Coxkernel: update TODO
2017-02-02 Alan Coxplatform_param: correct signed/unsigned discrepancy
2017-01-30 EtchedPixelsMerge pull request #484 from BartHM/patch-1
2017-01-30 BartUpdate trsload80.s to work on real hardware
2017-01-30 EtchedPixelsMerge pull request #483 from beretta42/ping
2017-01-30 Brett Gordonnetd: route locally destined eth frames back to ourselfs.
2017-01-28 EtchedPixelsMerge pull request #480 from willsowerbutts/ds1302
2017-01-28 EtchedPixelsMerge pull request #479 from willsowerbutts/floppy
2017-01-28 EtchedPixelsMerge pull request #482 from beretta42/ping
2017-01-28 EtchedPixelsMerge pull request #481 from willsowerbutts/optimisations
2017-01-26 Brett Gordoncoconic: change to static address on init, enable 16...
2017-01-25 Will SowerbuttsKernel: n8vem-mark4: Fix timer interrupt rate
next