FUZIX.git
2014-12-30 Alan Coxdosread: add the DOS tools.
2014-12-30 Alan Coxxitoa: fix internal _itoa
2014-12-30 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2014-12-30 Alan Coxutils: Add who from ELKS
2014-12-30 Alan Coxfcntl.h: pull in sys/types.h
2014-12-30 Alan Coxutils: add write from ELKS
2014-12-30 Alan Coxutils: Add xargs from ELKS
2014-12-30 Alan Coxutils: Import yes from ELKS sh-utils and ANSIfy
2014-12-30 Alan Coxutils: Add stty
2014-12-30 Alan Coxtty: correct NOFLUSH to NOFLSH
2014-12-30 Alan Coxtermios: correct NOFLUSH to NOFLSH and add _POSIX_VDISABLE
2014-12-30 Alan Coxutils: Add logname
2014-12-29 Alan Coxutils: from minixspace this time
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 Alan Coxutils: add head
2014-12-29 Alan Coxstat.h: mkfifo prototype
2014-12-29 Alan Coxsyscall_fs2: set nproc in the sysinfo
2014-12-29 Alan Coxman: add basic man util
2014-12-29 Alan Coxutils: Add sum
2014-12-29 Alan Coxgrep: replace minimal grep with a full implementation
2014-12-29 Alan Coxutils: add fgrep
2014-12-29 Alan Coxdecomp16: decompress 16bit LZ
2014-12-29 Alan Coxcksum: add checksum utility
2014-12-29 Alan Coxutils; Add banner, cmp and mkfifo
2014-12-29 Alan Coxvfprintf: fix confusion about ltoa and ltostr
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...
next