FUZIX.git
2019-01-19 Alan Coxnascom: static tty buffers
2019-01-19 Alan Coxp112: static tty buffers
2019-01-19 Alan Coxmulticomp: static tty buffers
2019-01-19 Alan Coxmsx: static tty buffers
2019-01-19 Alan Coxcoco2: static tty buffers
2019-01-19 Alan Coxmicropack: use static for tty buffers
2019-01-19 Alan Coxstale code: keep tty changes more in sync
2019-01-19 Alan Coxatarist: keep dead prototype code in sync
2019-01-19 Alan Coxamstradnc: static tty buffers and lay framework for...
2019-01-19 Alan Coxz80pack: make tty buffers static
2019-01-19 Alan Coxcromemco: make the tty buffers static
2019-01-19 Alan Coxcpuinfo: fix use of removed identifier
2019-01-19 Alan Coxprocess: fix warnings
2019-01-19 Alan Coxstart: fix typo
2019-01-19 Alan Coxsyscall_proc: note a case we need to dig into
2019-01-19 Alan Coxtiny68k: dont push a swapmap 0
2019-01-19 Alan Coxtiny68k: pass correct argument
2019-01-19 Alan Coxkernel: we should go back to the ro default not change...
2019-01-19 Alan Cox68000: add some very crude basic register dumping on...
2019-01-19 Alan Coxtiny68k: remember to fix memcpy etc
2019-01-19 Alan Coxsyscall_exec32: set top properly
2019-01-19 Alan Coxusermem: fix dumb error where some out of range address...
2019-01-19 Alan Coxinode: Fix non 32bit clean path
2019-01-19 Alan Cox68000: update to build needed code
2019-01-19 Alan Coxtiny68k: TTY driver fixes
2019-01-19 Alan Coxtiny68k: fix off by one in swap map
2019-01-19 Alan Coxtiny68k: low level IRQ and serial fixes
2019-01-19 Alan Coxtiny68k: correct IDE regs for tiny68k
2019-01-19 Alan Coxtiny68k: make the loader work
2019-01-19 Alan Coxtiny68k: start up fixes
2019-01-19 Alan Coxcpu: add a barrier() macro
2019-01-19 Alan Coxtiny68k: don't assume a fixed swapfile (we do dynamic...
2019-01-17 Tormod VoldenBuild V7 and MWC sort commands on 6809
2019-01-17 Tormod Voldengames: Build fortune.dat in Makefile.6809 too
2019-01-17 Tormod Voldenfortune: Count is also fixed endian
2019-01-16 Alan Coxtiny68K; just an initial commit
2019-01-16 Alan Coxbinnam: handle platforms with an _BOOT section leading
2019-01-16 Alan Coxsyscall_exec32: 32bit pieces for core dump (incomplete)
2019-01-16 Alan Coxzxevo: more work in progress getting towards an actual...
2019-01-16 Alan Coxtbblue: fill in more uart information c/o the zx next...
2019-01-16 Alan Coxsam: fix process size reporting
2019-01-16 Alan Coxlinc80: switch to the new SIO macros and buffering
2019-01-16 Alan Coxlinc80: dependancy
2019-01-16 Alan Coxz80softspi: from 14K to 19K
2019-01-16 Alan Coxz80sio: fix smart serial wrap bug
2019-01-16 Alan Cox68000: Fix LEVEL_2 on 32bit systems
2019-01-16 Alan Coxcredits: update for fortune db
2019-01-16 Alan CoxV7: add the V7 sort (ANSIfied)
2019-01-16 Alan CoxMWC/sort: Add another sort candidate
2019-01-16 Alan Coxcpuinfo: small updates for T80 and Soviet devices
2019-01-16 Alan Coxbank16: we should use mapbase not progbase
2019-01-11 Alan Coxzx evolution: initial port sketch
2019-01-10 Alan Coxfortune: Ship the computer db as a default
2019-01-10 Alan Coxcromemco: switch to proper IRQ driven serial bufers
2019-01-10 Tormod Voldenbank8k: Fix last bank size
2019-01-10 Tormod Voldenlowlevel-6809: Simplify interrupt_handler after kernel_...
2019-01-10 Alan Coxgames: build fortune.dat for inclusion
2019-01-09 Alan Coxz80sio: tidy up the macros a bit
2019-01-09 Alan Coxlinc80: tty updates
2019-01-09 Alan Coxrc2014: move the default ppide base address
2019-01-09 Alan Coxlinc80: continued work on proper IM2 support
2019-01-08 Alan Coxlinc80: fix reboot
2019-01-08 Alan Coxlinc80: fix tty warning
2019-01-08 Alan Coxz80softspi: fix timings
2019-01-08 Alan Coxkernel: allow per major decision on direct to user...
2019-01-08 Tormod Voldendragon-mooh: drivewire adaptions to page map switching
2019-01-08 Tormod Voldendragon-mooh: Only rewrite MMU when user map changes
2019-01-08 Tormod Voldendragon-mooh: Copy only unique banks on fork
2019-01-08 Tormod Voldendragon-mooh: Disable interrupts while writing task...
2019-01-08 Tormod Voldendragon-mooh: Move udata stash to 0x2000
2019-01-08 Alan Coxbank16: if PROGBASE is non zero we do the maths wrong
2019-01-08 Alan Coxbank8k: allow for no zero base
2019-01-08 Tormod Voldenbank8k: Run program_vectors() after page map reallocation
2019-01-08 Tormod Voldenbank8k: Redefine page map table to not include LOBANK
2019-01-08 Tormod Voldenbank8k: Make sure pagemap_free frees something
2019-01-08 Tormod Voldenbank8k: Fix syntax so that it builds again
2019-01-08 Alan CoxBreaks too much. Also messes up any future multi-proces...
2019-01-08 Tormod Voldensyscall_exec16: pagemap_realloc takes top, not size
2019-01-08 Tormod Voldendragon-nx32: Remove unused (un)map_video calls
2019-01-08 Tormod Voldendragon-mooh: Remaining assembly VT routines for vc
2019-01-08 Tormod Voldendragon-nx32/mooh: Move vc assembly to new vc_asm.s
2019-01-08 Tormod Voldendragon-nx32/mooh: Rename to VC_BASE
2019-01-08 Tormod Voldendragon-mooh: Squeeze in VC framebuffers at 0x400-0x800
2019-01-08 Tormod Voldendragon-mooh: Use the (un)map_video helpers in video.s
2019-01-08 Tormod Voldendragon-mooh: Define TOP_SIZE for swapping
2019-01-08 Tormod Voldendragon-mooh: Add empty platform copyright
2019-01-08 Tormod Voldendragon-mooh: Use makeproc
2019-01-08 Alan Coxz80softspi: correct comments
2019-01-08 Tormod VoldenStandalone/chmem: Correct index for binary magic
2019-01-08 Tormod Voldenchmem: Allow values above 32767 also where int is 16-bit
2019-01-08 Alan Coxlinc80: support SD cards on PIO port B
2019-01-08 Alan Coxz80softspi: Software SPI for the Z80
2019-01-08 Alan Coxgenie-eg64: need_resched needs to be common
2019-01-08 Alan Coxdevsd: allow asm linkages for SPI helpers
2019-01-08 Alan Coxzxmmc: swap was done
2019-01-07 Alan Coxsc108: Can also use the loader
2019-01-07 Alan Coxlinc80: update README
2019-01-07 Alan Coxlinc80: initial port
2019-01-06 Alan Coxrc2014 sio: Fix incorrect calculation causing junk...
2019-01-05 Alan Coxfilo: tweak it a bit more so we get the right layout
next