FUZIX.git
2015-10-17 David Givenstaticify variable.
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
2015-10-08 Alan Coxdragon-nx-32: add autoprobe of HDBDOS
2015-10-08 Alan Coxdragon-nx-32: tighten MPI detection
2015-10-08 EtchedPixelsMerge pull request #257 from beretta42/video1
2015-10-08 Brett Gordoncoco3: add video init function.
2015-10-08 Brett Gordoncoco3: fix EOF whitespace.
2015-10-08 Brett Gordoncoco3: we duplicated these in assembler, do delete!
2015-10-08 Brett Gordoncoco3: compile new low-level video source.
2015-10-08 Brett Gordoncoco3: Add assembler source for even lower calls
2015-10-08 Brett Gordoncoco3: separate low-level video methods into separate...
2015-10-08 Alan Coxdragon-nx-32: example (hopefully correct) of a GFIOC_WAITVB
2015-10-08 Brett Gordonadd .videodata section, add defines for video sections...
2015-10-08 Alan Coxdragon-nx-32: and remember to commit the fixes
2015-10-08 Alan Coxdragon-nx32: tty updates
2015-10-08 Alan Coxcoco2: update devtty code for new irq, also remove...
2015-10-08 Alan Coxvt: try and do something sane about vt and irq handling
2015-10-08 Brett Gordoncoco3: tty: don't add page 8 to freelist; It's video...
2015-10-08 Brett Gordoncoco3: tty: repurpose .video section for code, put...
2015-10-08 Alan Coxdragon-nx-32: Fix typo
2015-10-08 Alan Coxlibs: Add explicit rules for tools Makefile
2015-10-07 Alan Coxcoco3: remove a bogus "static"
2015-10-07 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-10-07 Alan Coxcoco3: allow normal tty ioctls on drivewire
2015-10-07 EtchedPixelsMerge pull request #255 from beretta42/graph2_sub
2015-10-07 Alan Coxcoco2: add the bits needed to convert the decb
2015-10-07 Brett Gordoncoco3: tty: correct EINVAL/ENOTTY logic.
2015-10-07 Brett Gordoncoco3: tty: correct ioctl error return
2015-10-07 Brett Gordoncoco3: tty: be more pendantic.
2015-10-07 EtchedPixelsMerge pull request #254 from beretta42/graph1_sub
2015-10-07 Brett Gordoncoco3: tty: adjust buffer address to accomodate 25...
2015-10-07 Brett Gordoncoco3: tty: typos.
2015-10-07 Brett Gordoncoco3: tty: add getting/setting graphics mode to ioctl.
2015-10-07 Brett Gordoncoco3: tty: factor out gime video mode switching.
2015-10-07 Brett Gordoncoco3: tty: make initialized data match linked fmodes...
2015-10-07 Brett Gordoncoco3: tty: Connect internal mode struct with kernel...
2015-10-07 Brett Gordoncoco3: tty: flesh out a array of supported modes.
2015-10-07 Brett Gordoncoco3: devtty: This definition moved to devtty.h.
2015-10-07 Brett Gordonadd a reference to a fuzix display mode struct in our...
2015-10-07 Brett Gordoncoco3: tty: clear a bit more memory for 25 rows.
2015-10-07 Brett Gordoncorrect comments
2015-10-07 Brett Gordonundid putchar real function thing...
2015-10-07 Brett Gordoncoco3: add mode util to copy script
2015-10-07 Brett Gordoncoco3: keep up with changes in graphics.h
2015-10-06 Alan Coxcoco2: first cut at bootloader
2015-10-05 Alan Coxnc100: draw in the right location
2015-10-05 Alan Coxtrs80: trivial tidy up
2015-10-04 Alan Coxdragon-nx32: first cut at adding draw/read/write methods
2015-10-04 Alan Coxgraphics: text mode tidy up
2015-10-03 Alan Coxdragon-nx-32: Add 128x192 four colour mode graphics
2015-10-03 Alan Coxmode: report text modes
2015-10-03 Alan Coxgraphics: add 'text only' mode type
2015-10-03 Alan Coxutils: add a "mode" command for mode setting
2015-10-03 Alan Coxdragon-nx32: implement initial "mode" choices
2015-10-03 Alan Coxdragon-nx-32: first test bits for mode switching
next