FUZIX.git
2015-01-01 Alan CoxSDCCBanking: Explanatory note for the bits so far
2015-01-01 Alan Coxzx128: Preparatory work for banked kernel
2015-01-01 Alan Coxbanker: allow -r flag to indicate banking
2015-01-01 Alan Coxtrs80: fix silly bug
2015-01-01 Alan Coxbinmunge: allow an _BOOT
2015-01-01 Alan Coxdevide: the altstatus/control is optional, make it so
2015-01-01 Alan Coxstart: lose debug
2015-01-01 Alan CoxMakefile: analyzer has moved into the binprep path
2015-01-01 Alan Coxsdldz80: only bank the code if the -r option is used
2015-01-01 Alan Coxbinprep: hook the binmunge extensions up, move the...
2015-01-01 Alan Coxbinmunge: pass the _STUBS addresses into the program
2015-01-01 Alan CoxMakefile: use our new linker and tool setup
2015-01-01 Alan Coxbinprep: build the right binary
2015-01-01 Alan Coxzx128: fix remaining escaped "uzi"
2015-01-01 Alan CoxKernel: remove remaining uzi references
2015-01-01 Alan Coxkdata: UZI_SYSCALL_COUNT -> FUZIX_SYSCALL_COUNT
2014-12-31 Alan Coxbankld: initial hackery to create a banking sdldz80
2014-12-31 Alan Coxbinmunge, bihx: SDCC banking hacks
2014-12-30 Alan Coxselect: further filling out .. not there yet
2014-12-30 Alan Coxzx128: vt and kbd ioctls
2014-12-30 Alan Coxtrs80: kbd and vt ioctls
2014-12-30 Alan Coxpcw8256: vt and kbd ioctls
2014-12-30 Alan Coxnc100: add vt/kbd ioctls
2014-12-30 Alan Coxmtx: add keyboard/vt ioctls
2014-12-30 Alan Coxmsx2: add vt/kbd ioctls
2014-12-30 Alan Coxdragon: vt/kbd ioctl support
2014-12-30 Alan Coxtty: add ioctl numbers for vt/kbd ops
2014-12-30 Alan Coxvt: add the framework for reporting the keyboard map...
2014-12-30 Alan Coxexecve: fix build with CP/M emulator enabled
2014-12-30 Alan Cox6809: remove dead timer reference
2014-12-30 Alan Coxutils: Make mkfs hopefully work and build a Fuzix fs
2014-12-30 Alan Coxsysexits.h: BSD provides this and some BSDlike apps...
2014-12-30 Alan Coxutils; add pagesize
2014-12-30 Alan Coxtrs80: fix bogus static
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)
next