FUZIX.git
2014-11-25 Alan Coxprocess: Add loadav calculator.
2014-11-25 Alan Coxkn_open: shave off 30 bytes
2014-11-25 Alan Coxi_alloc: shave another 60 bytes off
2014-11-24 Alan Coxz80pack: use end of bounce buffer for swap stack
2014-11-24 EtchedPixelsMerge pull request #19 from atsidaev/clean-apps
2014-11-24 Alexander Tsidaevapps: add binman support and produce FUZIX executables
2014-11-24 Alexander Tsidaevlibrary: line endings fix, file modes fix.
2014-11-24 salexFixed library and apps maker.
2014-11-24 EtchedPixelsMerge pull request #18 from atsidaev/clean-24112014
2014-11-23 Alexander Tsidaevzx128: custom banking added
2014-11-23 Alan Coxz80pack: kill dead code
2014-11-23 Alan Coxexecve: per CPU magic, also allow for different program...
2014-11-23 Alan Coxz80pack: update Makefiles to have correct rules for...
2014-11-23 Alexander Tsidaevzx128: vt keyboard scan bug fixed
2014-11-23 Alexander Tsidaevzx128: fd_bankcmd eliminated at last
2014-11-23 Alexander Tsidaevzx128: multitasking support
2014-11-23 Alan Coxz80pack: add shared devlpr
2014-11-23 Alan Coxz80pack: share the lpr driver code
2014-11-23 Alan Coxz80pack: clean up common devtty between versions
2014-11-23 Alan Coxz80pack-lite: link _discard suitably
2014-11-23 Alan Coxz80pack-lite: get it to build again
2014-11-23 Alan Coxmicropack: use the shared devfd
2014-11-23 Alan Coxz80pack-lite: bring into alignment with modernity
2014-11-23 Alan Coxz80pack-lite: clean up old code
2014-11-23 Alan Coxz80pack-lite: bring up to date a bit more
2014-11-23 Alan Coxz80pack-lite: clean up config, use common devfd
2014-11-23 Alan Coxz80pack: devfd updates
2014-11-23 Alan Coxz80pack: Move devfd somewhere common
2014-11-22 Alan CoxMakefile: remove comment - staying with uzi.lnk orderin...
2014-11-22 Alan Coxpcw8256: fix ramtop definition
2014-11-22 Alan Coxpcw8256: fix swap defines
2014-11-22 Alan Coxpcw8256: Various fixes
2014-11-22 Alan Coxcommonmem: switch some platforms to using the new ...
2014-11-22 Alan Coxcommonmem: add a standard Z80 commonmem to .include
2014-11-22 Alan Coxz80pack: fix comment
2014-11-22 Alan Coxvdp: Create a shared device area
2014-11-22 Alan Cox_open: fix static corruptor
2014-11-22 Alan Coxmm: remove fairly useless and non-portable optimisation...
2014-11-22 Alan Coxtypes: rework the types for the BASE/TOP configurations
2014-11-21 Alan Coxnc100: Update to put platform _kernel_flag in common
2014-11-21 Alan Coxnc100: Correct tty code
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
next