FUZIX.git
2015-03-06 Sergey Kiselevzeta-v2: Update block device names and numbers
2015-03-06 Sergey Kiselevzeta-v2: README typo fix
2015-03-06 Sergey Kiselevzeta-v2: Update shadow MPGSEL registers copy, so that...
2015-03-05 EtchedPixelsMerge pull request #131 from skiselev/master
2015-03-05 Sergey Kiselevzeta-v2: Initial support for Zeta SBC V2 platform
2015-03-01 Tormod Voldendragon: Build with simple.c instead of single.c
2015-03-01 Tormod Voldendragon: Add missing .globl directive
2015-03-01 Tormod Voldendragon: Add empty tty_sleeping()
2015-03-01 Tormod Volden6809: Remove stray #endif in cpu.h
2015-02-28 Alan Coxplus3: Initial files for spectrum +3
2015-02-27 Alan Coxpcw8256: Get back building
2015-02-26 Alan Coxsimple: no cache flusher needed
2015-02-26 EtchedPixelsMerge pull request #130 from willsowerbutts/fixes
2015-02-25 Will Sowerbuttsp112, n8vem-mark4: Drop BOOT_TTY in favour of TTYDEV.
2015-02-25 Will Sowerbuttsmonitor-z80: Record entry SP
2015-02-25 Will Sowerbuttsn8vem-mark4: Stub for tty_sleeping()
2015-02-25 Will Sowerbuttsdevide: Reset all drives before initialisation
2015-02-25 Will SowerbuttsKernel: Bug fix for failed _open on devices
2015-02-25 Will SowerbuttsKernel: Minor bug fix for tty_open
2015-02-22 EtchedPixelsMerge pull request #129 from willsowerbutts/bugfixes
2015-02-22 Will SowerbuttsKernel: Bug fix: _execve() did not dereference executab...
2015-02-22 Will SowerbuttsKernel: Improve idump() output
2015-02-22 Alan CoxRevert "devio: sync before we flush"
2015-02-21 Alan Coxtrs80: add tty_sleeping
2015-02-21 EtchedPixelsMerge pull request #128 from geijoenr/master
2015-02-21 geijoenrmsx2: update README
2015-02-21 geijoenrmsx2: switch to R800 cpu on boot if available
2015-02-21 geijoenrmsx2: add tty_sleeping
2015-02-21 EtchedPixelsMerge pull request #127 from geijoenr/master
2015-02-21 EtchedPixelsMerge pull request #126 from willsowerbutts/typo
2015-02-21 EtchedPixelsMerge pull request #125 from willsowerbutts/p112serial
2015-02-21 geijoenrmsx2: move memory sizing to bootstrap
2015-02-21 geijoenrmsx2: generate 8k banked ascii rom
2015-02-21 Alan Coxplatform: standardise the offset checks for raw, and...
2015-02-21 Alan Coxinode: use BLKOFF
2015-02-21 Alan Coxfilesys: use BLKOFF
2015-02-21 Alan Coxkernel: Add a definition for BLKOFF(x) which does the...
2015-02-21 Alan Coxinode: use psleep_flags helper
2015-02-20 Will SowerbuttsREADME: typo
2015-02-20 Alan Coxinode: Fix bug in direct I/O with holes
2015-02-20 Will Sowerbuttsp112: README update
2015-02-20 Alan CoxREADME: update
2015-02-20 Alan Coxdevio: sync before we flush
2015-02-20 Alan Coxfilesys: use inline for baddev
2015-02-20 Will Sowerbuttsp112: Pad floppy boot images to sector boundary
2015-02-20 Will SowerbuttsFilesystem tools: Create tty5 through tty8 as standard
2015-02-20 Will Sowerbuttsp112: Improved ESCC, 16550A serial port support
2015-02-20 Will SowerbuttsKernel: Fix tty race condition, introduce new tty_sleep...
2015-02-20 Will SowerbuttsKernel: wakeup() now uses pwake() function
2015-02-20 Alan Coxreadonly: Initial pieces for read-only mounts
2015-02-20 Alan Coxtrs80: note you need -model 4p
2015-02-20 Alan Coxbanking: fix panic uses
2015-02-20 Alan Coxbankfixed: fix panic use
2015-02-19 Alan Coxsimple: panic on corrupted swap
2015-02-19 Alan Coxbankfixed: adopt panic behaviour of other map types...
2015-02-19 Alan Coxbank32k: add reminder about stack
2015-02-19 Alan Coxbank16k_low: first cut at swap
2015-02-19 Alan Coxbank16k: first pass swap logic
2015-02-19 Alan Coxsimple: swap policy
2015-02-19 Alan Coxkernel.h: swapmap prototypes
2015-02-19 Alan Coxswap, bankfixed: move the swapin/out methods to the...
2015-02-19 Alan Coxzx128: kill stale swap defines
2015-02-19 Alan Coxswap: Make various methods global ready for further...
2015-02-19 Alan Coxswap: remove UDATA_BLOCKS and friends
2015-02-19 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-02-19 Alan Coxfstomdv: turn an fs image into a microdrive cartridge
2015-02-19 Alan Coxblankmdv: make a blank 'disk' microdrive
2015-02-19 Alan Coxzx128: first bits of trying to build a betadisk driver
2015-02-19 Alan Coxzx128: update main for final memory mappings
2015-02-19 Alan Coxzx128: further tricks.s updating
2015-02-19 Alan Coxzx128: tidy up traps
2015-02-19 Alan Coxzx128: correct pagemap docs
2015-02-16 EtchedPixelsMerge pull request #122 from willsowerbutts/devsdfix
2015-02-16 Will Sowerbuttsdevsd: Fix for picky cards
2015-02-15 Alan Coxzx128: update README
2015-02-15 Alan Coxzx128: real fd first, mdv gets its own slot
2015-02-15 Alan Coxzx128: fix bugs in the microdrive layer
2015-02-15 Alan Coxzx128: leave a bit more space while experimenting
2015-02-15 Alan Coxzx128: Make a .z80 file when building
2015-02-15 Alan Coxzx128: add a .z80 maker from the image
2015-02-15 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-02-15 EtchedPixelsMerge pull request #120 from willsowerbutts/hoistcommon
2015-02-15 EtchedPixelsMerge pull request #119 from willsowerbutts/devsdfix
2015-02-15 Will SowerbuttsKernel: p112, n8vem-mark4: Push the base of common...
2015-02-15 Will Sowerbuttsdevsd: Bug fix for SD standard capacity card identification
2015-02-15 EtchedPixelsMerge pull request #117 from willsowerbutts/z180timer
2015-02-15 EtchedPixelsMerge pull request #116 from geijoenr/master
2015-02-14 Will Sowerbuttsucp: Set file times correctly
2015-02-14 Will Sowerbuttsmkfs, fsck: Flush stdout when prompting for input
2015-02-14 Will Sowerbuttsz180: Timer interrupt rate is now defined by the platform
2015-02-14 Alan Coxzx128: move initializer data into some of the hole...
2015-02-14 Alan Coxzx128: arrange the memory map with a hole for the 5C00...
2015-02-14 Alan Coxdisciple: sector wrap, notes on +D
2015-02-14 Alan Coxzx128: Start filling out disciple floppy disc support
2015-02-14 geijoenrmsx2: move keyboard matrices to discard
2015-02-14 EtchedPixelsMerge pull request #115 from willsowerbutts/rootdevparse2
2015-02-14 geijoenrmsx2: move some code to CODE2
2015-02-14 Will SowerbuttsKernel: Generic boot device parsing method
2015-02-13 Alan CoxMakefile: add more of the targets
2015-02-13 Alan Coxstart: tidy up the ifdefs for the boot parser
next