FUZIX.git
2015-11-01 Alan Coxubee: missed this in the old commits
2015-11-01 EtchedPixelsMerge pull request #278 from beretta42/video
2015-11-01 Brett Gordonvt.c: bugfix: add closing parens.
2015-11-01 Brett Gordoncoco3: vt: simplify looping syntax.
2015-11-01 Brett Gordoncoco3: vt: bug fix: use wider counter for line clearing.
2015-11-01 Alan Coxvt: add tiny hooks for colour support
2015-10-29 EtchedPixelsMerge pull request #277 from beretta42/video
2015-10-29 Brett Gordoncoco3: video: make text cursor a inverted block.
2015-10-29 Brett Gordonmake tty2 a pleasant green on black default.
2015-10-29 Brett Gordoncoco3: low level video driver now does color attributes.
2015-10-29 Brett GordonCoCo3: give each vt it's own color attributes, turn...
2015-10-28 Alan Coxkernel: wire up the missing syscalls
2015-10-27 Alan Coxmicropack: update documentation
2015-10-27 Alan Coxmicropack: further work on banked syscalls
2015-10-27 Alan Coxkernel.def: add fields needed for some asm I/O hooks
2015-10-27 Alan Coxmicropack: add tools to find and build syscall bank...
2015-10-27 Alan Coxsyscall: overlay basics
2015-10-25 Alan Coxz80: framework for RST shortening of function preamble
2015-10-25 Alan Coxmicropack: use single process mode correctly, use David...
2015-10-25 Alan Coxpanic: slight squash from de-duplication
2015-10-25 Alan Coxkernel: extra panic texts into defines
2015-10-25 Alan Coxgraphics: add EXG operator
2015-10-25 Alan Coxtrs80: test implementation of "exchange" operator
2015-10-25 Alan Coxdragon-nx-32: consistent formatting within file
2015-10-25 EtchedPixelsMerge pull request #274 from davidgiven/fforth
2015-10-25 David GivenAdd support for fetching command line arguments.
2015-10-25 EtchedPixelsMerge pull request #272 from davidgiven/overlays
2015-10-25 EtchedPixelsMerge pull request #270 from beretta42/dgn_vid
2015-10-25 EtchedPixelsMerge pull request #271 from beretta42/video
2015-10-24 David GivenWe can afford another process now (in the slack space).
2015-10-24 David GivenPush syscall_exec16, syscall_fs2, syscall_other and...
2015-10-24 Brett Gordonfix whitespace
2015-10-24 Brett Gordondragon-nx32: graphics: clean up read buffer copy
2015-10-24 Brett Gordondragon-nx32: graphics: fold in read/write together.
2015-10-24 Brett Gordoncoco3: graphics: simpler video ptr calc routine
2015-10-24 Brett Gordoncoco3: graphics: merged code paths for video read ...
2015-10-24 Brett Gordoncoco3: graphics: correct bounds checking, gfxioc_read...
2015-10-24 Brett Gordoncoco3: graphics: fix endianess of read.
2015-10-24 Brett Gordoncoco3: graphics: fix bounds checking
2015-10-24 Brett Gordoncoco3: graphics: fix little endianess
2015-10-24 Brett Gordoncoco3: connect gfxioc through to underlaying assembler...
2015-10-24 Brett Gordoncoco3: bugfix uget/uput: don't assume regular kernel...
2015-10-24 Brett Gordoncoco3: add basic gfx_read/gfx_write routine.
2015-10-24 Brett Gordoncoco3: uput/uget bugfix: restore kernel's mmu while...
2015-10-24 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-10-24 Alan Coxlibc: add ctermid
2015-10-23 Alan Coxdragon-nx-32: make read/write lay buffers out the same
2015-10-23 Alan Coxnc100: set TEXT on both the NC100 and NC200 defaults
2015-10-23 EtchedPixelsMerge pull request #269 from davidgiven/typos
2015-10-23 David GivenEnable multiprocess mode. Pipes work!
2015-10-23 David GivenRemember to set the flag to tell the kernel we're in...
2015-10-23 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-10-23 Alan Coxlibc: add getw/putw
2015-10-23 EtchedPixelsMerge pull request #268 from beretta42/dgn_fix
2015-10-23 Alan Coxlibc: Update API list
2015-10-23 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-10-23 Brett Gordondragon-nx32: graphics: fix bounds checking for reading...
2015-10-23 Brett Gordondragon-nx32: graphics: fix little endian bug in read...
2015-10-22 David GivenThere is now only one place where the user base address...
2015-10-22 EtchedPixelsMerge pull request #267 from beretta42/discard
2015-10-22 EtchedPixelsMerge pull request #266 from beretta42/uput
2015-10-22 EtchedPixelsMerge pull request #265 from beretta42/video
2015-10-22 Alan Coxlibc: add a few more missing bits
2015-10-22 Brett Gordoncoco3: discard/buffers: make asm match C
2015-10-22 Brett Gordoncoco3: discard: import of more dragon code
2015-10-22 Brett Gordoncoco3: reset vert scroll reg on boot.
2015-10-22 Brett Gordoncoco3: added fast banked/windowing uget / uput xfer...
2015-10-21 Alan CoxAPI.list: so we know where we are with the SVID API
2015-10-21 Alan Coxlibs: update TODO
2015-10-21 Alan Coxgethostname: Fix typo
2015-10-21 Alan Coxlibc: add new swab.c file
2015-10-21 Alan Coxlibc: Add the missing swab() function from SYS5
2015-10-21 Alan Coxabort: note buglet
2015-10-21 Alan Coxtypes.h: add useconds_t
2015-10-21 Alan Coxlibc: Add usleep
2015-10-21 Alan Coxlibclean: fix the changes to actually work
2015-10-21 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-10-21 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-10-21 Alan Coxlibclean: find the libraries properly
2015-10-20 Alan Coxtty: minor fixes to error handling in ioctls
2015-10-20 EtchedPixelsMerge pull request #263 from davidgiven/typos
2015-10-20 David GivenMerge from upstream.
2015-10-20 David GivenActually, let's just put <stdint.h> at the top of confi...
2015-10-20 Alan Coxtrs80/dragon: should be setting the multimode flag
2015-10-20 Alan Coxgraphics: We defintiely want blit for some hardware
2015-10-20 Alan Coxtrs80: recover discardable buffers
2015-10-20 Alan Coxkernel.def: add buffer size to Z80 port
2015-10-20 Alan Coxgames: start adding our games stuff
2015-10-20 Alan Coxz80: add size_t / ssize_t as we now need them
2015-10-20 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-10-19 David GivenFigure out the proper magic numbers for the header.
2015-10-19 David GivenNow that kernel.h no longer includes <stdint.h>, we...
2015-10-19 David GivenFix typo.
2015-10-19 Alan Coxcpu-msp340: push bits back into the CPU header instead
2015-10-19 Alan Coxsyscall_exec16: revert unneeded ifdeffery in core code
2015-10-19 Alan Coxkernel.h: small tidy up of queue ifdeffery
2015-10-19 Alan Coxbrk: revert the MSP340 change to brk()
2015-10-19 Alan Coxkernel.h: remove stdint.h
2015-10-19 EtchedPixelsMerge pull request #262 from davidgiven/msp430
2015-10-19 David GivenUndo more unnecessary changes from upstream.
next