FUZIX.git
2014-11-21 Alan Coxpagemap_realloc: This is the amount of memory neede...
2014-11-21 Alan Coxusermem: always trap NULL pointers
2014-11-21 Alan Coxbank16/32k: compute common area allowance
2014-11-21 Alan Coxsyscall_exec: Introduce the notion of both a base and...
2014-11-21 Alan Coxdevsys: note a Z80 assumption to fix
2014-11-20 Alan Coxinit: Fix environment handling
2014-11-20 Alan Coxputenv: Fix NULL environment handling
2014-11-20 Alan Coxultoa: this one escaped the pruning
2014-11-20 Alan Coxcrt0: Correct environment and argument parsing
2014-11-18 Alan Coxunbanked: Update comments
2014-11-18 Alan Coxbank32: make passive provision for awkward boxes with...
2014-11-18 Alan Coxpcw8256: Continued work
2014-11-18 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2014-11-18 Alan CoxFrom: William R Sowerbutts
2014-11-18 EtchedPixelsMerge pull request #14 from atsidaev/ucp
2014-11-18 Alexander Tsidaevucp: chmod parameters order fixed
2014-11-17 Alan Coxlowlevel-z80: remove accidentally commited debugging...
2014-11-16 Alan Coxdragon: continue fleshing out
2014-11-16 Alan Coxlowlevel-z80: di/ei handling
2014-11-16 Alan Cox6502: Start fleshing out how the port would work
2014-11-16 Alan Coxexecve: remove some debug noise
2014-11-15 Alan Cox6502test: flesh out a little of the 6502 init paths
2014-11-15 Alan Coxbinman: memcpy the initialized data over
2014-11-15 Alan Coxprocess: kernel flag has moved to common
2014-11-15 Alan Coxz80pack: put the kernel flag in common
2014-11-15 Alan Coxusermem-z80: return 0
2014-11-15 Alan Coxusermem: fix error handling
2014-11-15 Alan Coxz80pack, tricks: update bankfork
2014-11-14 Alan Coxz80pack: Make the bootblock in the Makefile
2014-11-14 Alan Coxstart: fix screw up in tty changes
2014-11-14 Alan Coxbinman: Clean crap out of tools binman version
2014-11-13 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2014-11-13 Alan CoxMakefile: allow for banking tests
2014-11-13 Alan Coxdragon,devtty: mask chars for braindead video
2014-11-12 EtchedPixelsMerge pull request #13 from erkinalp/master
2014-11-12 erkinalpRemoved implicit ints in mkfs.c
2014-11-12 Alan Coxtty: Group objects together so the compiler can use...
2014-11-12 Alan Cox6809: bank names should be strings
2014-11-11 Alan Coxbanking: lay the groundwork
2014-11-11 Alan Coxsyscall_other: Fix bracketing
2014-11-11 Alan Coxidump: We don't want the debugging in discard !
2014-11-11 Alan Coxdragon: Initial bits towards a Dragon64 port of sorts
2014-11-11 Alan Coxm6809test: Switch t using lwlink directly and fix some...
2014-11-11 Alan Coxswap: correct sign of pointers
2014-11-11 Alan Coxsingle: fix types
2014-11-11 Alan Cox6502: unbitrot
2014-11-11 Alan Coxcpu: push time_t into CPU dependencies
2014-11-11 Alan Coxusermem: const v const pointer compares
2014-11-11 Alan Coxvt: Don't assume char is signed (next sdcc will change...
2014-11-11 Alan Coxprocess: fix ACCT build
2014-11-11 Alan Coxsyscall_exec: use staticfast to shave 0.5K off execve()
2014-11-11 Alan Coxfuzix: break out execve()
2014-11-10 Alan Coxbootrom: Some corrections from Manuel Pazos
2014-11-10 EtchedPixelsMerge pull request #12 from atsidaev/zx128-clean
2014-11-10 Alexander Tsidaevzx128: uzi.lnk added
2014-11-10 Alexander Tsidaevzx128: keyboard support for tty
2014-11-10 Alexander Tsidaevzx128: disable switchin/switchout since they are not...
2014-11-10 Alexander Tsidaevzx128: scroll functions fix
2014-11-10 Alan Cox6809: unbitrot versus changes we've made elsewhere
2014-11-10 Alan Coxfilesys: fix gcc warn/errors
2014-11-10 Alan Coxtty: fix bracketing
2014-11-09 EtchedPixelsMerge pull request #11 from atsidaev/zx128-clean
2014-11-09 Alexander Tsidaevzx128: Initial ZX Spectrum 128 support
2014-11-08 Alan Coxmsx1: scan for AB rom signatures, hash the first 2K
2014-11-08 Alan Coxdevio: use "else" in kprintf
2014-11-08 Alan Coxmsx1/tricks.s: Fix missing globals
2014-11-08 Alan Coxsocz80: fix tty, more alignment with the current codebase
2014-11-08 Alan Coxpcw8256,README: Instructions for build/boot
2014-11-08 Alan Coxpcw8256: comment out debugging for keyboard
2014-11-08 Alan Coxpcw8256: update to the new major/minor numbers
2014-11-07 Alan Coxmsx1: memory mapping and other logic
2014-11-07 Alan CoxREADME: Random ramblings about how a port might work
2014-11-07 Alan Coxmsx1: sketch out the bits needed to work the brain...
2014-11-06 Alan Coxmsx1: Add the initial bits
2014-11-06 Alan Coxmsx2: fix crash on outchar debug
2014-11-06 Alan Coxmsx: Add initial (non working) bootrom test, also make...
2014-11-06 Alan Coxbinman: minor cleaning/commenting
2014-11-06 Alan Coxvdp: scrolling sizes are wrong
2014-11-06 Alan Coxmsx2: fix video
2014-11-06 Alan Coxplatforms: add platform_interrupt_all everywhere
2014-11-06 Alan Coxlowlevel-z80: various (important) fixes
2014-11-06 Alan Coxmsx2: various platform side and vdp fixes
2014-11-05 Alan Coxmsx2: Make the cursor work
2014-11-05 Alan CoxREADME.md: quick follow up fix
2014-11-05 EtchedPixelsMerge pull request #8 from marioaugustorama/master
2014-11-05 Alan Coxmsx2: further work on video - closer
2014-11-05 Alan Coxsyscall_other: optimisations
2014-11-05 Alan Coxfilesys/syscall2: optimise a few spots with staticfast
2014-11-05 Alan Coxcpu: introduce "staticfast"
2014-11-05 Mario NunesFix formatting.
2014-11-05 Alan CoxFrom 2ea7e7e52e5e2411bb91415f20d593dc8131b655 Mon Sep...
2014-11-05 Alan Coxpcw8256: add uzi.lnk that was missed from the commits
2014-11-05 EtchedPixelsMerge pull request #6 from Rappalot/master
2014-11-05 RappalotConvert zmac format source files to sdasz80
2014-11-05 Alan Coxmsx2: initial bootstrap debugging
2014-11-04 Alan CoxMakefile/link: Update all the other link files to match...
2014-11-04 EtchedPixelsMerge pull request #4 from gmacd/master
2014-11-04 Graham MacDonaldAdd condition to build z80pack on Mac
2014-11-04 Alan Coxmsx2: Further random guesswork as we go - memory sizing
2014-11-03 Alan Coxmsx2: RAM fixup
next