FUZIX.git
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
2017-01-25 Will SowerbuttsKernel: p112: Use mnemonic to disable floppy motors...
2017-01-25 Will SowerbuttsKernel: p112: Fix timer interrupt rate
2017-01-24 Brett Gordonnetd: add some todo's
2017-01-24 Brett Gordonnetd: mark unused raw sockets with protocol no. 255...
2017-01-24 Brett Gordonnetd: install ping
2017-01-24 Brett Gordonnetd: add ping client (to test raw socks)
2017-01-24 Brett Gordonnetd: add ping client (to test raw socks)
2017-01-24 Brett Gordonnetd: send dup packets to each match raw socket
2017-01-23 Will Sowerbuttsdev_fd: Only spin up motors for drives that are in use
2017-01-23 Brett Gordonnetd: make uip send IP header too.
2017-01-23 Brett Gordonnetd: add support for raw sockets
2017-01-22 Will SowerbuttsKernel: kernel.h, move comment about kernel.def to...
2017-01-22 Will SowerbuttsKernel: n8vem-mark4, p112, zeta-v2: Move platform_param...
2017-01-22 Will SowerbuttsKernel: zeta-v2: Faster, smaller map_process_2
2017-01-22 Will SowerbuttsKernel: Fix counting of individual seconds with CONFIG_...
2017-01-22 Will SowerbuttsKernel: ds1302: Start clock on boot if it is stopped
2017-01-22 Will SowerbuttsKernel: devfd: Optimisations for reliable operation...
2017-01-17 EtchedPixelsMerge pull request #478 from beretta42/dig
2017-01-17 Brett Gordondig: allow cmdline to spec dns server, default question...
2017-01-17 Brett Gordondig: parse and use /etc/resolv.conf
2017-01-16 EtchedPixelsMerge pull request #476 from beretta42/dw_mf
2017-01-16 EtchedPixelsMerge pull request #477 from beretta42/flashrom
2017-01-15 Brett GordonApp: flashrom: only install if actually built.
2017-01-12 Brett Gordoncoco3: dw: maintain faster polling for short while...
2017-01-09 EtchedPixelsMerge pull request #475 from willsowerbutts/features2
2017-01-09 Will Sowerbuttsflashrom: Bugfix for off-by-one error with --partial
2017-01-09 Will Sowerbuttszeta-v2: Tidy up devrd
2017-01-08 Will SowerbuttsApplications: New "flashrom" utility for in-system...
2017-01-08 Will SowerbuttsKernel: devide: Improve drive detection and timeout...
2017-01-08 Will SowerbuttsKernel: Make "bootdev:" prompt friendlier.
2017-01-08 Will SowerbuttsKernel: fmount: Return failure instead of panicking...
2017-01-08 Will SowerbuttsKernel: Add "fuzix-loader" boot mechansim
2017-01-08 Will SowerbuttsKernel: zeta-v2: Correct KERNTOP
2017-01-08 Will SowerbuttsKernel: zeta-v2: Simplify and improve boot code.
next