FUZIX.git
2015-05-28 Alan Coxdragon-nx32: go with black on green for now
2015-05-28 Alan Coxdragon-nx32: add missing define
2015-05-28 Alan Coxdragon-nx32: report graphics
2015-05-28 Alan Coxdragon-nx32: lp driver
2015-05-28 Alan Coxgraphics: correct duplicate definition
2015-05-28 Alan Coxdragon-nx-32: 6847 mangle routine is now unused
2015-05-28 Alan Coxdragon-nx-32: 256x192 bitmapped mode
2015-05-27 Alan Coxdragon-nx-32: commit initial bits of video development...
2015-05-27 Alan Coxinit: typedef fix gcc caught
2015-05-26 Alan Coxopendir/readdir/closedir: partial rewrite, fix errors...
2015-05-26 Alan Coxtty; fix a race
2015-05-25 Alan Coxinit: massive rewrite to support SYS5 inittab
2015-05-24 Alan Coxgetpass: now we have a /dev/tty use it and also correct...
2015-05-24 Alan Coxps: Use "asleep" not "sleeping" so it fits
2015-05-24 Alan CoxTODO: update
2015-05-24 Alan Coxuptime: use the libc API for load averages
2015-05-24 Alan Coxlibc: add the getloadavg() interface from 2BSD
2015-05-24 Alan Coxprocess: enable uptime support
2015-05-24 Brett Gordonfuzix ssh bugfix
2015-05-23 Tormod Volden6809: Implement setjmp/longjmp
2015-05-23 Tormod VoldenDon't signal dead processes in doexit()
2015-05-23 Alan Coxuptime: tidy up types
2015-05-23 Alan Coxsyscall_proc: fix the CLOCK_MONOTONIC timer
2015-05-23 Alan Coxuptime: add an initial version of uptime
2015-05-23 Alan Coxpagesize: Fix broken output
2015-05-23 Tormod VoldenFix const warning in memcpy and strcspn
2015-05-22 Alan Coxprocess: forks should inherit parents name
2015-05-22 Alan Coxclock_gettime: don't leak internal function symbols
2015-05-22 Alan Coxtrs80: still trying to fix tty switch
2015-05-22 Alan Coxutsname: fix reporting strings
2015-05-22 Alan Coxutsname: small fixes
2015-05-22 Alan Coxutil: swap the old ucp etc 'sd' 32MB shifts for a simpl...
2015-05-22 Alan Coxzx128: fix keyboard polling
2015-05-22 Alan Coxincludes: resync proc.h
2015-05-22 Tormod VoldenRemove unneeded NUL keyboard input check on various...
2015-05-22 Tormod Voldendragon-nx32: Cruft removal and some cosmetics in tricks.s
2015-05-22 Tormod Voldenutils: Add size report to Makefile.6809
2015-05-22 Tormod VoldenFix memmove breakage
2015-05-22 Alan Coxtrs80: Add support for two consoles (shift-F1 and shift-F2)
2015-05-22 Alan Coxfilesys: turn i_ref into a #define
2015-05-22 Alan Coxsyscall_fs2: kill redundant itmp
2015-05-22 Alan Coxenv: add missing app
2015-05-22 Alan CoxREADME.md: devtty done
2015-05-22 Alan Coxmtx: note bug to fix
2015-05-22 Alan Coxtty: Implement /dev/tty and fix some open() bugs
2015-05-22 Alan Coxinode: add a helper for opening devices
2015-05-22 Alan Coxvt: this will go away in a moment
2015-05-22 Alan Coxfilesystem: add /dev/tty node
2015-05-22 Alan Coxdevio: handle error reporting in the right place
2015-05-21 Alan Coxdevtty: update for close semantics
2015-05-21 Alan Coxtty: handle close better
2015-05-21 Alan Coxdevmdv: fix open/close handling
2015-05-21 Alan Coxinode: correct close behaviour for devices (note: impac...
2015-05-21 Alan Coxutils/Makefile: Assorted changes
2015-05-21 Alan Coxwhoami: remove stdio
2015-05-21 Alan Coxwhich: fix buffer length checking
2015-05-21 Alan Coxuud/uue: fix buffer length checking
2015-05-21 Alan Coxtee: remove stdio
2015-05-21 Alan Coxsum: remove stdio
2015-05-21 Alan Coxrmdir: remove stdio
2015-05-21 Alan Coxrm: fix error reporting
2015-05-21 Alan Coxpwd: remove stdio
2015-05-21 Alan Coxprtroot: "fuzix" not "uzi"
2015-05-21 Alan Coxprintenv: remove stdio
2015-05-21 Alan Coxpagesize: remove stdio
2015-05-21 Alan Coxmv: note removal of stdio
2015-05-21 Alan Coxmknod: remove stdio
2015-05-21 Alan Coxmkfifo: fix error code on exit
2015-05-21 Alan Coxmkdir: remove stdio, better errors
2015-05-21 Alan Coxls: fix buffer length checks
2015-05-21 Alan Coxln: note removal of stdio
2015-05-21 Alan Coxll: buffer length checks
2015-05-21 Alan Coxinit: enable process groups
2015-05-21 Alan Coxkill: remove stdio
2015-05-21 Alan Coxdate: remove stdio
2015-05-21 Alan Coxcut: fix buffer length checks
2015-05-21 Alan Coxcp: note stdio removal
2015-05-21 Alan Coxchown.c: remove stdio
2015-05-21 Alan Coxchmod.c: remove stdio
2015-05-21 Alan Coxchgrp: remove stdio
2015-05-21 Alan Coxssh: fix dumb bugs introduced in semi-mechanical transl...
2015-05-21 Alan Coxfcc: add --nostdio, correct -pedantic to --pedantic
2015-05-21 Alan Coxliberror: new format file
2015-05-21 Alan CoxMakefile: add a "nostdio" crt0
2015-05-21 Alan Coxopendir: standard says O_CLOEXEC
2015-05-21 Alan Coxgetent: switch to non malloc using version
2015-05-21 Alan Coxinitgroups: remove duplicated config file
2015-05-21 Alan Coxerror: fixed up low space version
2015-05-21 Alan Coxexecv: pedantic corrections to prototypes
2015-05-21 Alan Coxlibc: add a tool to make the new liberror.txt
2015-05-21 Alan Coxutil: remove escaped file
2015-05-21 Alan Coxtty: implement system 5 style process groups
2015-05-21 Alan Coxtrs80,devtty: make clearer
2015-05-21 Alan Coxpcw8256,devfd: Fix typo
2015-05-21 Alan Coxtrs80: update README
2015-05-21 Alan Coxswap: introduce swapping onto IDE, add the needed ZX128...
2015-05-20 Alan Coxxitoa: use our own int helper
2015-05-20 Alan Coxstrerror: should live in string.h according to the...
2015-05-20 Alan Coxssh: take it down from 12K to 9K
2015-05-20 Alan Coxrm: downsize, fix buffers
next