FUZIX.git
2015-01-11 Will Sowerbuttsblkdev: Support for flushing device caches on BLOCK_FLU...
2015-01-11 Will SowerbuttsKernel: d_flush() flushes the write cache of a device...
2015-01-11 EtchedPixelsMerge pull request #64 from willsowerbutts/blkdevfix
2015-01-11 Will Sowerbuttsblkdev: Bug fix - final blkdev_table entry could not...
2015-01-10 Alan Coxtgl6502: fix various basic things such as __fastcall__...
2015-01-10 Alan Cox6502: save the zero page magic bits on interrupt, other...
2015-01-10 Alan Coxtricks.s: fork and copy routine for the 6502
2015-01-10 Alan Coxtgl6502: start fleshing out the 6502 version of tricks.s
2015-01-10 Alan Coxcrt0.s: load $FF into S not $0
2015-01-10 Alan Coxtgl6502: update README
2015-01-10 Alan Coxtglsplice: turns fuzix.bin into 6502.rom.
2015-01-10 Alan Coxtgl6502: initial bring up tree elements for the TGL6502...
2015-01-10 Alan Cox6502: don't built -tc128, we want ascii not petsci
2015-01-10 Alan Coxprocess.c: turn debug back off in default build
2015-01-10 Alan Coxprocess.c: fix build with the full debug enabled
2015-01-10 Alan Cox6502: some code tidy
2015-01-10 Alan Cox6502: stubs for usermem
2015-01-10 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-01-10 EtchedPixelsMerge pull request #63 from willsowerbutts/endian
2015-01-10 EtchedPixelsMerge pull request #61 from adx11/master
2015-01-09 Will Sowerbuttsdevide: Address another little-endian assumption
2015-01-09 Will Sowerbuttsmbr: Do not assume little-endian
2015-01-09 Will Sowerbuttsdevide: Do not assume little-endian
2015-01-09 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-01-09 Anthony DeStefanoMakefile: add missig clean targets
2015-01-08 EtchedPixelsMerge pull request #59 from willsowerbutts/tickfix
2015-01-08 Will SowerbuttsKernel: Fix definition of ticks_t
2015-01-06 Alan CoxFinal tweaks and TRS80 now swaps on partitions other...
2015-01-06 Alan Coxtrslabel: correct set up
2015-01-06 Alan Coxstart: update year
2015-01-06 Alan Coxtrslabel: initial quick hack volume labeller for TRS80...
2015-01-06 Alan Coxtrs80: fix silly bug in devhd - 256 byte sectors so...
2015-01-06 Alan Coxdiskgeom: correct lba struct
2015-01-06 Alan Coxtrs80/core: Enable the pieces we need for TRS80 with...
2015-01-06 Alan Coxanalysemap: allow -a to also size discard functions
2015-01-06 Alan Coxdiskgeom: disk geometry and mini partitions for small...
2015-01-06 Alan CoxTidy up the DISCARD hack
2015-01-06 Alan Coxblkdev: Break apart blkdev_init
2015-01-06 Alan Coxanalysemap: don't list _DISCARD functions in hogs.txt
2015-01-06 Alan Coxdevhd: TRS80 devhd swap was done, remove comment about it
2015-01-06 Alan Coxlevee: Remove binaries from git tree, go with -O3
2015-01-06 Alan CoxTODO: update for things done
2015-01-06 EtchedPixelsMerge pull request #57 from slp/to_upstream
2015-01-05 Sergio L. Pascualcreatedrives: fix TMPUCP definition.
2015-01-05 Sergio L. Pascualcreatedrives: add more binaries to hard disk.
2015-01-05 Sergio L. Pascualdev/z80pack/devtty.c: Drop static attribute to make...
2015-01-05 Sergio L. PascualKernel/Makefile: move plus sign to start of statement.
2015-01-05 EtchedPixelsMerge pull request #55 from willsowerbutts/binman
2015-01-05 EtchedPixelsMerge pull request #56 from willsowerbutts/propio2
2015-01-05 EtchedPixelsMerge pull request #54 from willsowerbutts/mbr
2015-01-05 Will SowerbuttsKernel: mbr: Fix bug when four primary partitions are...
2015-01-05 Will SowerbuttsAdd my name to the new blkdev, mbr code
2015-01-05 Will Sowerbuttsn8vem-mark4: Tidy up config, make ASCI0 console again...
2015-01-05 Anthony DeStefanon8vem-mark4: add support for console on PropIO v2 board.
2015-01-05 Will Sowerbuttsbinman: Fix stuttering comment
2015-01-05 Will Sowerbuttsbinman: Fail when _DISCARD grows to overlap _COMMONMEM
2015-01-05 Will Sowerbuttsbinman: Remove redundant code
2015-01-05 Will Sowerbuttsmbr: Save one byte
2015-01-04 EtchedPixelsMerge pull request #53 from willsowerbutts/blkdev
2015-01-04 Will SowerbuttsAvoid infinite loops in mbr_parse() with faulty input
2015-01-04 EtchedPixelsMerge pull request #52 from willsowerbutts/blkdev
2015-01-04 Will SowerbuttsIntroduce new "blkdev" layer for 512-byte sector partit...
2015-01-04 Alan Coxvdp1: propogate fix from VDP2
2015-01-04 EtchedPixelsMerge pull request #51 from geijoenr/toupstream
2015-01-04 Alan Coxpcw8256: rework the keyboard, fix a build breakage
2015-01-04 Alan Coxvt.c: Add support for the '·' key
2015-01-04 geijoenrmsx2: fix memory sizing
2015-01-04 geijoenrvdp2: fix scroll_up
2015-01-04 Alan Coxkeycode: Add more codes, move CTRL back to fix build...
2015-01-04 Faisal Abbasplatform-trs80/README: fix boot block file name
2015-01-04 Faisal AbbasREADME: fix bin file name to fuzix.bin
2015-01-04 Alan Coxstart: Note a FIXME
2015-01-04 Alan Coxpcw8256: missed a devtty.h
2015-01-04 Alan Coxtrs80: use the new keyboard defines
2015-01-04 Alan Coxnc100: use the new keyboard defines
2015-01-04 Alan Coxvt: Add a vt_ helper for console keyboard code input
2015-01-04 Alan Coxtty: make keyboard maps visible and standard names
2015-01-04 Alan Coxdragon: make the keyboard maps external so we can load...
2015-01-04 Alan Coxdevio: note FIXME on device close
2015-01-04 Alan Coxkeycode.h: Add definitions for keycodes
2015-01-04 Alan Coxtrs80: correct size of shift kbd map so we don't waste...
2015-01-04 EtchedPixelsMerge pull request #45 from willsowerbutts/fixstdlib
2015-01-04 EtchedPixelsMerge pull request #46 from geijoenr/toupstream
2015-01-04 geijoenrmsx2: add MegaSD driver
2015-01-03 Will SowerbuttsLibrary: Remove duplicate tcflush hiding in tcflow...
2015-01-03 Will SowerbuttsLibrary: Scrub additional functions when importing...
2015-01-03 Will Sowerbuttscmp: Use _ultoa in place of ultostr
2015-01-03 Will SowerbuttsApplications: Remove .bin files when cleaning
2015-01-03 Will SowerbuttsLibrary: Make the string functions match the prototypes...
2015-01-03 Alan Coxsignals: cleanup chksig a little, clear mask on ignored...
2015-01-03 Alan Coxtty: small improvements
2015-01-03 EtchedPixelsMerge pull request #44 from willsowerbutts/buildfixes2
2015-01-03 EtchedPixelsMerge pull request #43 from willsowerbutts/buildfixes
2015-01-03 Will SowerbuttsLibrary: Do not fail when c.lib symlink already exists
2015-01-03 Will SowerbuttsKernel: Makefile corrections
2015-01-03 Will SowerbuttsKernel: Convert final uses of c_dirty to CDIRTY flag
2015-01-03 Will SowerbuttsKernel: Fix minor typo in timer.h
2015-01-03 Will SowerbuttsMinor Makefile fixes
2015-01-03 Will SowerbuttsMake Library/Makefile clean and build all tools
2015-01-03 Will Sowerbuttsfcc: Make installation directory easier to configure
next