FUZIX.git
2015-05-31 Alan CoxTODO: update
2015-05-31 Alan Coxz80fixedbank: Enable Tormod's UDATA optimisation
2015-05-31 Alan Coxdragon-nx-32: initial patches to move to the new IRQ...
2015-05-30 Alan Coxz180: update for new IRQ scheme
2015-05-30 Alan Coxmsx2: correct for new style IRQ handling
2015-05-30 Alan Coxmsx1: update core bits to new interrupt logic
2015-05-30 Alan Coxzx128: update to new interrupt scheme
2015-05-30 Alan Coxzeta: update to new IRQ scheme
2015-05-30 Alan Coxsocz80: align with new IRQ code
2015-05-30 Alan Coxpx4plus: initial mods for new IRQ code
2015-05-30 Alan Coxz80pack: resync to IRQ changes
2015-05-30 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-05-30 Alan Coxpcw8256: sync with the irq changes
2015-05-30 Alan Coxnc100: fix tty handling on close
2015-05-30 Alan Coxnc100: update to use new style IRQ handling
2015-05-30 Alan Coxmtx: remove dead 'kernel_flag'
2015-05-30 Alan Coxmtx: fix tty compile with close() changes
2015-05-30 Alan Coxmicropack: update to the new flags
2015-05-30 Alan Coxsdltrs: Commit emulator patches
2015-05-30 Alan Coxlowlevel-z80: put back the basics for the zero pointer...
2015-05-30 EtchedPixelsMerge pull request #196 from davidgiven/cc65fixes
2015-05-30 David GivenFix const correctness (needed by gcc).
2015-05-30 Brett GordonFUZIX: ssh.c: environment assignment bugfix + prettier...
2015-05-30 Alan Coxprocess: rewrite the interrupt handling logic to be...
2015-05-30 Alan Coxstart: we are effectively in syscall when we create...
2015-05-30 Alan Coxvt: fix backup over start of line
2015-05-29 Alan Coxprocess: work on pre-emption - give it its own debug...
2015-05-29 Alan Coxutils: add a "while(1)" app for testing pre-emption...
2015-05-29 Alan Coxtools/mostcalled: find most called Z80 fns, so we can...
2015-05-29 Alan Coxucp-script: improvements for new init
2015-05-29 Alan Coxfsck: allow path:offset
2015-05-29 Alan Coxsyscall_proc: fix yield bug
2015-05-28 Tormod VoldenAdd uptime to Makefile.6809 and disk image
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 David GivenStaticified a bunch of files; these now build with...
2015-05-30 David GivenMore cc65 const correctness workarounds.
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
next