FUZIX.git
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
2015-05-20 Alan Coxmv: Fix buffer checking, remove stdio, downsize
2015-05-20 Alan Coxln: fix buffer checks, remove stdio, shrink
2015-05-20 Alan Coxcp: strip stdio usage, fix memory leak, size down
2015-05-20 Alan Coxhead: replace the Minix head with a custom one
2015-05-20 Alan CoxApplications/util: generate a list of sizes
2015-05-20 Alan Coxucp-mini-script: trim further - we want this to fit...
2015-05-20 Alan Coxpcw8256: sort out the floppy driver
2015-05-20 Alan Coxlowlevel-z80-banked: delete duplicate globl here too
2015-05-20 Alan Coxlowlevel-z80: remove dead symbol
2015-05-20 Alan Coxlibc: remove 3 clause BSD code and replace from dLibs...
2015-05-20 Alan Coxerror.c: better strerror for size
2015-05-19 Alan Coxpcw8256: build fix
2015-05-19 Alan Coxsyscalls.h: add uadmin defines
2015-05-19 Alan Coxucp-script: add reboot
2015-05-19 Alan Coxreboot; add command
2015-05-19 Alan Coxsyscall_other: correct uadmin permission check
2015-05-19 Alan Coxcpu-68000: provide a way to spot 32bit pointers
2015-05-19 Alan CoxPORTING; update some of the out of date bits
2015-05-19 Alan Coxprocess: update comments on reviewed FIXME
2015-05-19 Alan Coxtty: note some items to review
2015-05-19 Alan Coxmtx: fix function key switcher
2015-05-19 Alan Coxkernel:clarify syscall fields
2015-05-19 Alan Coxkernel.h: kill dead field
2015-05-18 Alan Coxsgrpsig: correct sign
2015-05-18 Alan Coxproc: allow kill to accept all 32 signals
2015-05-18 Alan Coxprocess: don't wake zombies, it ends badly even if...
2015-05-18 Tormod Voldendragon-nx32: Implement swapping in of processes
2015-05-18 Tormod Voldenlowlevel-6809: Do not clobber CC on syscall SWI exit
2015-05-17 Alan Cox6809test: get it building again just for some size...
2015-05-17 Alan Coxbank16: fix another swap issue
2015-05-17 Alan Coxtrs80: fix typo
next