FUZIX.git
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.
2015-10-19 David GivenBackport the ugetp/uputp changes from upstream.
2015-10-19 David GivenDon't force alignment on platforms that don't need it.
2015-10-19 David GivenFix some whitespace changes that shouldn't have been...
2015-10-19 David GivenMerge from master.
2015-10-19 Alan Coxsyscall_6502: fix warning
2015-10-19 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-10-19 Alan Coxtrs80: add missed header file
2015-10-19 EtchedPixelsMerge pull request #261 from davidgiven/games
2015-10-18 David GivenUpdate documentation to mention the MSP430.
2015-10-18 David GivenMove MSP430 README to the new Documentation directory.
2015-10-18 David GivenMerge from master.
2015-10-18 EtchedPixelsMerge pull request #259 from davidgiven/sh
2015-10-17 David GivenBackgammon is small enough to fit now.
2015-10-17 David GivenReduce memory requirement; make sure buffers get flush...
2015-10-17 David GivenFlush stdout before getting the user's response (otherw...
2015-10-17 David GivenCleaned up the new kprintf a bit.
2015-10-17 David GivenReturn kputunum() to upstream's version.
2015-10-17 David GivenUpstream already got this fix, in a slightly different...
2015-10-17 David GivenFix a whole bunch of show-stopping bugs --- how did...
2015-10-17 David GivenFlush stdout before getting the user's response (otherw...
2015-10-17 David GivenReduce memory requirement; make sure buffers get flush...
2015-10-17 David GivenFix a whole bunch of show-stopping bugs --- how did...
2015-10-17 David Givenstaticify variable.
2015-10-17 David Givensh now builds and runs on modern computers.
2015-10-17 David Givensh now builds and runs on modern computers.
2015-10-17 David GivenEnsure that the break value is aligned.
2015-10-15 David GivenAdded a quick and dirty MSP430 readme.
2015-10-15 David GivenUpdate after changes.
2015-10-15 David Givenkputunum() can now write the number 0.
2015-10-15 David GivenDon't require EMAGIC and EMAGIC_2 to be defined. Align...
2015-10-15 David GivenAdvance pointer correctly when doing block transfers.
2015-10-15 David GivenMerge from master.
2015-10-14 EtchedPixelsMerge pull request #258 from beretta42/video
2015-10-14 Tormod Voldendragon-nx32: Some SPI fixes
2015-10-13 Brett Gordoncoco3: compile usermem wrappers into common kernel...
2015-10-13 Brett Gordoncoco3: graphics: put uget's arguments in correct order.
2015-10-13 Brett Gordoncoco3: connect graphic IOCTL to rendering routine.
2015-10-13 Brett Gordoncoco3: video: add exports.
2015-10-13 Brett Gordoncoco3: fix typo
2015-10-13 Brett Gordoncoco3: import of dragon's gfx code.
2015-10-13 Brett Gordonuget() but direct to video memory
2015-10-13 Brett Gordoncoco3: all graphics mode buffers start at 0x0000 in...
2015-10-13 Brett Gordonadd video mode register setting to private tty mode...
2015-10-13 Brett Gordoncoco3: make detected hz a C global
2015-10-13 Brett Gordoncoco3: add display basic graphics mode 256x192x2.
2015-10-12 Alan Coxbuffers: enum is evil, use a uint8_t instead and save...
2015-10-12 Alan Coxls: fix one stupid performance bug
2015-10-12 Alan Coxdragon-nx-32: use the new "reclaim discard as buffer...
2015-10-12 Alan Coxbuffers: Allow for the buffer cache to be expandable.
2015-10-10 Alan Coxtc3: add selection logic (untested)
2015-10-10 Alan Coxdragon-nx-32: make detection prettier, add HDBDOS/TC3...
2015-10-10 Alan Coxdragon-nx-32: record the slot of the TC3 SCSI if present
2015-10-10 Alan Coxdevscsi: introduce a deselect
2015-10-10 Alan Coxdragon-nx-32: turn on tc3 probing logic and fix tc3...
2015-10-10 Alan Coxdevscsi: keep naming of probe code akin to IDE
2015-10-10 Alan Coxdragon-nx32: add first test bits of scsi support
2015-10-10 Alan Coxdev: add first draft of the SCSI layer
2015-10-10 Alan Cox6809: move data into discard for discard code
2015-10-10 Alan Coxdisk: add ioctl def for raw commands
2015-10-10 Alan Coxdragon-nx-32: fix build error
2015-10-09 Alan Coxzx128: platform_ide.h
2015-10-09 Alan Coxzeta_v2: platform_ide
2015-10-09 Alan Coxp112: platform_ide.h
2015-10-09 Alan Coxcoco3: remove now duplicated defines
2015-10-09 Alan Coxn8vem-mark4: platform_ide.h
2015-10-09 Alan Coxcoco3: platform_ide.h
2015-10-09 Alan Coxdevide: allow for ide_select/deselect being null defines
2015-10-09 Alan Coxdragon-nx-32: wire up the probing and mpi logic
2015-10-09 Alan Coxdragon-nx-32: add a new platform_ide file
2015-10-09 Alan Coxdragon-nx-32: save mmio addresses probed from cartridges
next