FUZIX.git
2015-01-02 Alan Coxutils: don't try and build termcap using code yet ...
2015-01-02 Alan Coxsgtty: stale UZI file - remove
2015-01-02 Alan Coxsys/wait.h: remove stray ^Z
2015-01-02 Alan Coxtimes: correct returned type to be clock_t
2015-01-02 Alan Coxsignal: correct handler prototype, removed bogus SIG_HOLD
2015-01-02 Alan Coxlibclean: Search for SDCC in the same places as kernel...
2015-01-02 Alan Coxz80pack: createdrives should use mktemp
2015-01-02 EtchedPixelsMerge pull request #40 from slp/noninteractive_ucp
2015-01-02 Sergio L. Pascualcreatedrives: delete drives if already exist.
2015-01-02 Sergio L. Pascualcreatedrives: add a script to automatically generate...
2015-01-02 Sergio L. Pascualucp.c: implement a non-interactive mode.
2015-01-01 EtchedPixelsMerge pull request #38 from willsowerbutts/fixstartup
2015-01-01 EtchedPixelsMerge pull request #37 from willsowerbutts/rtc
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 Will SowerbuttsMerge branch 'master' of github.com:EtchedPixels/FUZIX...
2015-01-01 Alan Coxstart: lose debug
2015-01-01 Will SowerbuttsKernel: Fix Z180 startup code for platforms where RAM...
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 Will SowerbuttsKernel: Optionally call rtc_secs() less frequently
2015-01-01 Will SowerbuttsKernel: Bug fix ds1302 driver, leave clk line low after...
2015-01-01 Will SowerbuttsKernel: RTC driver for DS1202 on platform-p112
2015-01-01 Will SowerbuttsKernel: RTC driver for DS1302 on platform-n8vem-mark4
2015-01-01 Will SowerbuttsKernel: Add generic DS1202/DS1302 Serial Real Time...
2015-01-01 Will SowerbuttsKernel: Add mnemonics for Z80182 parallel port registers
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...
next