FUZIX.git
2015-06-06 Alan Coxwaitpid: correct return for WNOHANG and note another...
2015-06-05 Alan Coxssh: add fg/bg experimental commands
2015-06-05 Alan Coxssh: add wait notification logic
2015-06-05 Tormod Voldendragon-nx32: Optimize uzero for large counts
2015-06-05 Tormod Voldendragon-nx32: Use correct stack pointer for fork bank...
2015-06-05 Alan Coxsyscall_exec16: fix dumb error in optimisation changes
2015-06-04 Alan Coxdragon-nx32: experimenting with cartridge auto-ident
2015-06-04 Alan Coxsyscall_net: further fiddling around
2015-06-04 Tormod Voldenlowlevel-6809.s: Fix some ashlsi3 brokenness
2015-06-04 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-06-04 Alan Coxdragon-nx32: report cartridge hashes and MPI (needs...
2015-06-04 Alan Coxdragon-nx32: make up some initial spi addresses 8)
2015-06-04 Alan Coxdragon-nx32: turn on the SPI driver logic
2015-06-04 Alan Coxdragon-nx32: add initial 65spi code
2015-06-04 Alan Coxdragon-nx-32: add some minimal MPI helpers
2015-06-04 EtchedPixelsMerge pull request #199 from davidgiven/cc65fixes2
2015-06-04 Alan Coxdragon-nx-32: enable IDE probing
2015-06-04 Alan Coxdragon-nx-32: Update the Makefile to pull in all the...
2015-06-04 Alan Coxdragon-nx-32: kernel.def for the IDE ports
2015-06-04 Alan Coxdragon-nx-32: Glennside style latching IDE data transfe...
2015-06-04 Alan Coxdragon-nx-32: prepare to turn on IDE support
2015-06-04 Alan Coxsyscall_proc: correct types
2015-06-04 Alan Coxmbr: correct typing
2015-06-04 Alan Coxdevide: support MMIO and non Z80
2015-06-04 Alan Cox6809: define cpu_to_le32/reverse
2015-06-04 Alan Coxblkdev: Make this compile cleanly with gcc
2015-06-04 Alan Coxstart: some quick type tidying
2015-06-04 Alan Coxbreak: zero space on allocation rather than doing it...
2015-06-04 Alan Coxreaddir: don't loop on error
2015-06-04 Tormod VoldenGenerate liberror.txt because it is endian specific
2015-06-04 Tormod Voldentools/Liberror: Use -X for cross-endian
2015-06-04 Tormod Voldenssh: Set PATH if unset
2015-06-04 Alan Coxinittab: sample inittab
2015-06-04 Tormod Voldendragon-nx32: Update XRoar patch for 0.33.2 release
2015-06-04 Alan Coxreadi: Fix sign handling problems
2015-06-04 Alan CoxRevert "readi: read EOF handling fix"
2015-06-04 Alan Coxreadi: read EOF handling fix
2015-06-04 Tormod Voldendragon-nx32: Don't copy istack on switch/fork
2015-06-04 Tormod Voldendragon-nx32: Only copy used memory on fork
2015-06-04 Tormod VoldenAccess udata "break" member from asm
2015-06-04 Alan Coxdragon-nx32: don't re-enter the scrolling routines...
2015-06-03 Alan Coxdragon-nx-32: tidy up machine identification
2015-06-03 Alan Coxdragon-nx-32: Note in README that the patch for xroar...
2015-06-03 Alan Coxdragon: switch to autodetecting the dragon v coco
2015-06-03 Alan Coxdragon32: add a systemid define
2015-06-03 Alan Coxdragon32: add header changes for floppy timeout
2015-06-03 Tormod Voldendragon-nx32: Small bank copy optimization
2015-06-03 Tormod Voldenexecve: Use ugets for copying argument 0 to udata
2015-06-03 Tormod VoldenAdd "env" to disk image and "reboot" to 6809 build
2015-06-03 Alan Coxdragondos: floppy timer
2015-06-03 Alan Coxdragondos: with these changes we have working floppy
2015-06-03 Tormod Voldenutils: Add text.hot and text.unlikely to dragon* link...
2015-06-03 Alan Coxdragon-nx-32: more floppy work
2015-06-03 Alan Coxdragondos: get read side of driver working
2015-06-02 Alan Coxdragon-nx-32: README note how to build a dragondos...
2015-06-02 Alan Cox6809: hopefully sort out the branches and stack save...
2015-06-02 Alan Coxfloppy: seek target goes in the data register
2015-06-02 Alan CoxRevert "lowlevel-6809.s flag test fixup"
2015-06-02 Tormod Voldenlowlevel-6809.s flag test fixup
2015-06-02 Alan Coxdragon-nx-32: first floppy fixes
2015-06-02 Alan CoxFrom: Tormod Volden <debian.tormod@gmail.com>
2015-06-02 Alan Coxnetdev: forgot netdev.h
2015-06-02 Alan Coxdragon-nx-32: enable optimisation trick
2015-06-02 Alan Coxdragon: sort of fix outchar()
2015-06-02 Alan Cox6809: fix task scheduler changes
2015-06-02 Alan Coxsyscall_net: build on Z80
2015-06-02 Alan Coxudata: optimise the udata handling further for bankfixed
2015-06-01 Alan Coxsyscall_net: fill in sockpending
2015-06-01 Alan CoxMakefile: add syscall_net.c
2015-06-01 Alan Coxsyscall_net: first pieces
2015-06-01 Alan Coxkernel: add some networking error codes we will need
2015-06-01 Alan Coxcpu-6809: add ntohs/ntohl for networking work
2015-06-01 Alan Coxdragon: update to need_resched
2015-06-01 Alan Coxdragon: update for _kernel_flag removal and need_resched
2015-06-01 Alan Coxdragon: use the version of devdw in the dev directory
2015-06-01 Alan Coxdragon-nx-32: use the version of devdw in dev/
2015-06-01 Alan Coxtrs80: first cut at drivewire support
2015-06-01 Alan Coxdevdw: move common bits to the dev/ directory
2015-06-01 David GivenMore compiler fixes; mismatched function prototype...
2015-06-04 David Givencc65 constness workaround.
2015-06-01 Alan Coxsyscall: correct various error returns to follow the...
2015-06-01 Alan Coxssh: further improvements
2015-05-31 Alan Coxtiddles: beginnings of new editor
2015-05-31 Alan Coxssh: Add .sshrc and also parsing support for quoting etc
2015-05-31 Alan Coxkernel: add p_top so we can do swap in banking modes...
2015-05-31 Alan Coxtrs80: no need to copy the istack now
2015-05-31 Alan CoxTODO: update
2015-05-31 Alan Coxz80fixedbank: Enable Tormod's UDATA optimisation
2015-05-31 Alan Coxdragon-nx-32: initial patches to move to the new IRQ...
2015-05-30 Alan Coxz180: update for new IRQ scheme
2015-05-30 Alan Coxmsx2: correct for new style IRQ handling
2015-05-30 Alan Coxmsx1: update core bits to new interrupt logic
2015-05-30 Alan Coxzx128: update to new interrupt scheme
2015-05-30 Alan Coxzeta: update to new IRQ scheme
2015-05-30 Alan Coxsocz80: align with new IRQ code
2015-05-30 Alan Coxpx4plus: initial mods for new IRQ code
2015-05-30 Alan Coxz80pack: resync to IRQ changes
2015-05-30 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-05-30 Alan Coxpcw8256: sync with the irq changes
2015-05-30 Alan Coxnc100: fix tty handling on close
next