FUZIX.git
2015-01-02 Sergio L. Pascualcreatedrives: add a script to automatically generate...
2015-01-02 Sergio L. Pascualucp.c: implement a non-interactive mode.
2014-12-29 EtchedPixelsMerge pull request #34 from geijoenr/master
2014-12-29 EtchedPixelsMerge pull request #35 from willsowerbutts/toupstream
2014-12-29 EtchedPixelsMerge pull request #36 from willsowerbutts/toupstream2
2014-12-29 geijoenrmsx2: fix rom bootstrap
2014-12-29 Will SowerbuttsKernel: Minor improvements to prompting for boot device...
2014-12-29 Will SowerbuttsKernel: n8vem-mark4: Optimise SD SPI routines to run...
2014-12-29 Alan Coxinode: Note bug in pipe handling
2014-12-29 Alan Coxselect: now we know where to hide the selmaps for free...
2014-12-29 Alan CoxREADME.md: Will's SD merged, so update the README
2014-12-29 Alan Coxdevsdspi: mark table const
2014-12-29 EtchedPixelsMerge pull request #32 from willsowerbutts/toupstream
2014-12-29 Will SowerbuttsKernel: make clean should clean up cpm-loader subdirectory
2014-12-29 Will SowerbuttsKernel: Add a generic SD/MMC storage card driver, using...
2014-12-29 Will SowerbuttsKernel: Convert devide to uint types, split out MBR...
2014-12-29 Will SowerbuttsKernel: root_dev should be uint16_t
2014-12-29 Alan Coxlimits.h: remove extra #endif
2014-12-28 Alan Coxfdisk: Now we are doing PC style partition tables impor...
2014-12-28 Alan Coxpathconf: doesnt use sysinfo so don't fetch it
2014-12-28 Alan Coxsysconf: use nproc value
2014-12-28 Alan Coxsyscalls.h: update sysinfo block
2014-12-28 Alan Coxsyscall: update makeversion to build sysinfo properly...
2014-12-28 Alan Coxmakeversion: report Fuzix not UZI+
2014-12-28 Alan Coxsysconf/pathconf: Add pathconf, update sysconf
2014-12-28 Alan Coxutsname: add utsname functionality
2014-12-28 Alan Coxutsname: tidy header
2014-12-27 Alan Coxinit: Remove debug stuff
2014-12-27 Alan Coxkdata: remove dead time struct
2014-12-27 Alan Coxexecve: Fix a load of problems in both crt0.s and the...
2014-12-27 Alan Coxtimer: Move structures about
2014-12-27 Alan Coxsize: Add a size tool to report binary sizes
2014-12-27 EtchedPixelsMerge pull request #31 from willsowerbutts/tickunion
2014-12-27 Will SowerbuttsKernel: Merge 16-bit and 32-bit tick counters into...
2014-12-27 EtchedPixelsMerge pull request #29 from geijoenr/master
2014-12-27 Alan CoxREADME.md: correct
2014-12-27 Alan Coxgetpass: don't suck in stdio
2014-12-27 Alan Coxtimer: remove more dead references
2014-12-27 Alan Coxtimer: remove dead timer reference from other ports
2014-12-27 Alan CoxREADME.md: new ports from Will
2014-12-27 EtchedPixelsMerge pull request #30 from willsowerbutts/toupstream
2014-12-27 Alan Coxinit: remove use of the malloc package
2014-12-27 Will SowerbuttsKernel: Bug fix -- bankfixed pagemap_realloc() check...
2014-12-27 Will SowerbuttsKernel: Useful debug routines for Z180 (commented out)
2014-12-27 Will SowerbuttsMerge remote-tracking branch 'alan/master' into toupstream
2014-12-27 Alan Coxcrt0: set the load page to 1
2014-12-27 Alan Coxexecve: handle null files
2014-12-27 geijoenrAdd keyboard support for msx
2014-12-27 Alan Coxubee: check the right flag on dec b for the crtc loop.
2014-12-27 Alan Coxtrs80: Check the PV flag not C on 8bit dec
2014-12-27 Alan Coxexecve: Fix ABI change on unsized binaries
2014-12-27 Will SowerbuttsKernel: Remove obsolete lines from kernel.def on p112...
2014-12-27 Will SowerbuttsKernel: Bug fix -- on system call, touch kernel_flag...
2014-12-27 Will SowerbuttsKernel: Tidy up p112 and n8vem-mark4 targets, remove...
2014-12-27 Will SowerbuttsKernel: Add N8VEM Mark 4 and DX-Designs P112 platforms
2014-12-27 Will SowerbuttsKernel: Increment both 16-bit and 32-bit tick counters...
2014-12-27 Will SowerbuttsKernel: Whitespace fix for start.c
2014-12-27 Will SowerbuttsKernel: lowlevel-z80: Remove unused map_process symbol
2014-12-27 Will SowerbuttsKernel: Allow boot device number to be greater than 9
2014-12-27 Will SowerbuttsKernel: Improve simple timer code. Remove timer.h inclu...
2014-12-27 Will Sowerbuttscpm-loader: Fix minor typo in comment
2014-12-27 Will Sowerbuttscpm-loader: Tools to make a CP/M application which...
2014-12-27 Will SowerbuttsKernel support for Z180 CPUs
2014-12-27 Alan CoxOops: revert Will's bits I didn't mean to merge
2014-12-27 Alan CoxMerge Will's fixes
2014-12-27 Alan Coxsyscall-z88dk: initial fix ups
2014-12-27 Alan Coxsyscall: 32bytes per dirent needed
2014-12-27 Alan Coxsyscall_name: Fix wrong entries
2014-12-27 Alan Coxuname: pass the load average bits down
2014-12-27 EtchedPixelsMerge pull request #27 from willsowerbutts/master
2014-12-27 Will SowerbuttsVarious tweaks to utilities to build cleanly on my...
2014-12-27 Will SowerbuttsLibrary sleep() -- update for time() API change.
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
next