FUZIX.git
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 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
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.
next