FUZIX.git
2014-12-27 Alan Coxsyscall_name: Fix wrong entries
2014-12-27 Alan Coxuname: pass the load average bits down
2014-12-26 Alan CoxCorrect spelling of LICENCE. This is a UK based project...
2014-12-26 Alan Coxz88dk: Add first pieces to bootstrap Z88DK for Fuzix
2014-12-26 Alan Coxsyscall uname: Add the uptime data
2014-12-26 Alan Coxsyscalls: extra argument for _stime()
2014-12-26 Alan Coxtime: correct bug, add stime time type
2014-12-26 Alan Coxexecve: change binary format, add a byte for bank base...
2014-12-26 Alan Coxcrt0: Add a byte for the base of the binary
2014-12-26 Alan Coxchmem: Update for new format binaries
2014-12-26 Alan Coxtime: resynch library with API change for time()
2014-12-26 Alan Coxsyscall_name: add argument counts to the tables
2014-12-26 Alan Coxsyscall_proc: change _time to allow multiple kinds...
2014-12-26 Alan Coxsyscall: correct arg descriptions in uname
2014-12-23 Alan Coxsocz80: start reworking MMU code for 16K banking model
2014-12-23 Alan Coxsocz80: config.h updates
2014-12-23 Alan Coxsocz80: ramtop has changed type
2014-12-23 Alan CoxTODO: rtc done(ish)
2014-12-22 Alan CoxREADME: update
2014-12-22 Alan CoxPORTING: some updates
2014-12-22 Alan Coxz80pack-lite: add RTC support
2014-12-22 Alan Coxz80pack: turn on RTC support
2014-12-22 Alan Coxz80pack: fix vt.c build failure
2014-12-22 Alan Coxz80pack: add rtc helper
2014-12-22 Alan Coxtrs80: ensure the rtc digit wrap doesn't catch us out
2014-12-22 Alan Coxnc100: add RTC support
2014-12-22 Alan Coxtrs80: CRTC reg 0 was not being set
2014-12-22 Alan Coxtrs80: turn on the RTC support
2014-12-22 Alan Coxubee: 64 ticks/second and turn on the RTC
2014-12-22 Alan Coxtimer: add initial support for RTC seconds locking
2014-12-22 Alan Coxprocess: note problem to look at wrt ubee and 64 ticks...
2014-12-22 Alan Coxubee: clean up some remaining TRS80isms
2014-12-22 Alan Coxubee: enable CRTC loading
2014-12-22 Alan Coxtrs80: Set a 2ms seek time on the hard disk
2014-12-21 Alan Coxubee,devhd: step rates and the like
2014-12-21 Alan Coxubee: Further floppy driver bashing
2014-12-21 Alan Coxubee: More work on the disk controllers
2014-12-21 Alan Coxubee,devhd: Bring more into line with what is needed
2014-12-21 Alan Coxubee,devfd: add device select support for port 0x58
2014-12-21 Alan Coxtrs80: WD1010 driver FIXME is obsolete
2014-12-21 Alan Coxubee: initial bits cloned from the TRS80 to begin a...
2014-12-21 Alan CoxREADME: update for TRS80
2014-12-21 Alan Coxtrs80: clean up monitor bits
2014-12-21 Alan Coxtrs80: enable floppy disk write support
2014-12-20 Alan Coxtrs80, hd: Make the hard disk driver work and add swap
2014-12-20 Alan Coxtrs80: serial debug
2014-12-19 Alan Coxz80fixedbank: Always use the swapstack
2014-12-19 Alan Coxtrs80: start tidying up the hd support
2014-12-19 Alan Coxbankfixed: check the right define
2014-12-18 Alan Coxprocess: Correct handling of out of processes case
2014-12-18 Alan Coxzx128: We can't yet use the shared banker for this...
2014-12-18 Alan Coxtrs80: Add serial, keyboard and interrupt handling
2014-12-18 Alan Coxtrs80: 80x24 not 80x25
2014-12-18 Alan Coxtrs80, fd: update the floppy disk driver
2014-12-18 Alan Coxz80pack: add the map_process_a method needed by shared...
2014-12-18 Alan Coxz80pack: Switch to shared z80 banking code
2014-12-18 Alan Coxtrs80: use shared bank code
2014-12-18 Alan Coxtrs80: move to E800
2014-12-18 Alan Coxmtx; switch to the shared z80 banking code
2014-12-18 Alan Coxz80: introduce a common z80fixedbank.s
2014-12-18 Alan Coxtrs80: bring things up to the bootdev prompt
2014-12-18 Alan Coxvt: Fixes for the simple vt code
2014-12-18 Alan Coxstart: remove old tty debug, and fix mix of (c) and (C)
2014-12-18 Alan Coxtrs80load: TRS80 loader
2014-12-18 Alan Coxtrs80: move udata and program top
2014-12-18 Alan Coxprocess: flag a tiny race
2014-12-18 Alan Coxtrs80,floppy: bug fixes noticed in passing
2014-12-18 Alan Coxtrs80: update config.h
2014-12-18 Alan Coxtrs80: Add a tool to build the needed jv3 images
2014-12-18 Alan Coxtrs80: adjust link map to make more sense
2014-12-18 Alan Coxmtx: now the serial is sorted remove the polling
2014-12-17 Alan Cox6502: Clean up the expanded 6502 bits
2014-12-16 Alan CoxTODO: update done stuff, also fix related comment that...
2014-12-16 Alan Coxmtx: Update the floppy code to turn off the motor when...
2014-12-16 Alan Coxmtx: update the README
2014-12-16 Alan Coxmtx: include a 6x8 font and upload it into the VDP
2014-12-16 Alan Coxvt: don't vanish the cursor on vt switches
2014-12-16 Alan Coxmtx: tty fixes
2014-12-16 Alan Coxmtx: correct pagemap loading
2014-12-16 Alan Coxz80: note assumption in commonmem sizing
2014-12-16 Alan Coxmtx: allow some more space during boot by moving _DISCA...
2014-12-16 Alan Coxfont6x8: Include config.h
2014-12-16 Alan Coxfont6x8: Add to Makefile
2014-12-16 Alan Coxfont8x8: Shrink font, compensate for base change
2014-12-16 Alan Coxfont6x8: 6 by 8 font courtesy of LinuxLCD
2014-12-16 Alan CoxREADME: update
2014-12-15 Alan Coxmtx: Clean up the port and tidy loose ends
2014-12-15 Alan Coxmtx: README
2014-12-15 Alan Coxmtx: clean up caching of page state
2014-12-14 Alan Coxmtx: mask sector count on side1
2014-12-14 Alan Coxmtx512: undo that
2014-12-14 Alan Coxmtx512: Add tools for converting fuzix fs images into...
2014-12-14 Alan Coxmtx: 80 column driver
2014-12-14 Alan Coxmtx: Set the crtc up properly
2014-12-14 Alan Coxmtx: Further work on the floppy driver
2014-12-14 Alan Coxfsck: bug fixes for big endian fsck on small endian box
2014-12-14 Alan Coxmtx: fix typo
2014-12-14 Alan Coxmtx: Fix up the consoles and serial
2014-12-14 Alan Coxvt: Add support for switching vt state
2014-12-14 Alan Coxvdp1: Allow mixed VDP/non VDP
next