FUZIX.git
2015-11-29 Brett Gordoncoco3: devtty: bugfix: tty_close not closing port at...
2015-11-29 Brett Gordoncoco3: devdw.c: bug fix, carrier dropping wrong minor.
2015-11-29 Brett Gordonttydw.c: bugfixes: not updating open_ports counter...
2015-11-29 Brett Gordonremove DW's \n and \r handling. (isn't needed)
2015-11-14 EtchedPixelsMerge pull request #282 from beretta42/issue
2015-11-13 Brett Gordonbank16k's: pass byte count to swapwrite/read not block...
2015-11-08 Alan CoxLevels: first proposal of how we define a "level 1...
2015-11-08 Faisal AbbasLibrary/libs: add telldir, seekdir and rewinddir
2015-11-07 Tormod Voldendevsd: sdcc hack broke big-endian
2015-11-07 Tormod Voldendragon-nx32: SPI: read out blk_op before mapping user...
2015-11-07 Tormod Volden6809 platforms: Trim spaces in assembly operands
2015-11-07 Tormod Voldendragon-nx32: More SPI fixes
2015-11-02 EtchedPixelsMerge pull request #281 from davidgiven/travis
2015-11-02 David GivenMerge from upstream.
2015-11-02 Alan Coxdragon-nx32: vtattr_notify
2015-11-02 Alan Coxvtattr_notify: Fix other Z80 platforms
2015-11-02 Alan Coxvt: formatting
2015-11-02 EtchedPixelsMerge pull request #280 from davidgiven/msp430
2015-11-02 EtchedPixelsMerge pull request #279 from beretta42/vt
2015-11-01 David GivenAll syscall banks can now be used as overlays; saves...
2015-11-01 Alan Coxgraphics: minor updates to headers
2015-11-01 Brett Gordonvt: add new platform function to header file
2015-11-01 Brett Gordonvt.c: cover VT_SIMPLE with noop vtattrib_notify
2015-11-01 Alan CoxTypo fix
2015-11-01 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-11-01 Alan Coxubee: missed this in the old commits
2015-11-01 Alan Coxqrun: first steps on graphics support
2015-11-01 Brett Gordoncoco3: devtty: initialize palettes to match vt.h defini...
2015-11-01 Brett Gordoncoco3: vt: more flesh-out of vtattr_notify().
2015-11-01 Brett Gordoncoco3: implement vtattr_notify(), testing just for...
2015-11-01 Brett Gordonvt.c: add vtattr_notify() platform call.
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-31 David GivenMSP430 toolchain installer requires the 32 bit libraries.
2015-10-30 David GivenBetter isolation of toolchains (try not to install...
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 David GivenWork around sdcc oddness (it defines strcpy() as a...
2015-10-28 David GivenUpdate the MSP430 toolchain to the new one (because...
2015-10-28 David GivenBuild each platform in its own job.
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
next