FUZIX.git
2015-06-08 Alan Coxgets: correct behaviour of gets_s
2015-06-08 Alan CoxFrom: Brett Gordon <beretta42@gmail.com>
2015-06-07 Alan Coxtrap_reboot: fix the first batch of platforms to export it
2015-06-07 Alan Coxzx128: export trap_reboot
2015-06-07 Alan Coxz80: first cut at lowlevel-z80-banked.S for new pre...
2015-06-07 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-06-07 EtchedPixelsMerge pull request #202 from davidgiven/travis
2015-06-07 Tormod Voldendragon-nx32: Set BASIC cold start flag
2015-06-07 David GivenFixup after merge.
2015-06-07 David GivenMerge from master.
2015-06-07 David GivenUpdate to work with sdcc snapshot. opt-code-size is...
2015-06-07 David GivenDon't download sdcc directly from SourceForge; instead...
2015-06-07 Alan Coxfilesystem: add /var/run for utmp
2015-06-07 Tormod VoldenAdd sh to disk image
2015-06-07 Alan Coxcarts: add a lookup for slot/cartridge
2015-06-07 Alan Coxdragon-nx-32: reboot method
2015-06-06 Alan Coxuadmin: make A_REBOOT call trap_reboot
2015-06-06 David GivenIt's different from Debian, too.
2015-06-06 David GivenApparently the Ubuntu sdcc has very different dependenc...
2015-06-06 David GivenSDCC has lots of dependencies.
2015-06-06 David GivenGrr patch.
2015-06-06 David GivenTry to enable sdcc builds.
2015-06-06 Alan Coxsh: Ooh look it works on 6809
2015-06-06 Alan Coxstak.h: remove // prototypes and warnings
2015-06-06 Alan Coxsh: remove Rcheat from service.c
2015-06-06 Alan Coxdefs.h: tidy spacing
2015-06-06 Alan Coxsh: remove Rcheat from args.c
2015-06-06 Alan Coxsh: Generate a map file for debugging
2015-06-06 David GivenWarning fixes. Change the prototypes of the read()...
2015-06-06 David GivenOops! Forgot to commit these files.
2015-06-06 David GivenUrgh.
2015-06-06 David GivenMutter mutter.
2015-06-06 David GivenSlowly getting there. Slowly.
2015-06-06 David GivenHey, look, every build iteration requires a commit...
2015-06-06 David GivenAha, figured out how directories work on Travis.
2015-06-06 David GivenSet the language.
2015-06-06 David GivenTry and make the build actually build. Also try to...
2015-06-06 David GivenMake cc65 build quieter.
2015-06-06 David GivenMerge from upstream.
2015-06-06 David GivenFirst-draft Travis setup file for cc65.
2015-06-06 Alan Coxsetjmp.h: unbreak m6809
2015-06-06 Alan CoxLibrary: Add fixed ashlsi3 code to the C library
2015-06-06 Alan Coxssh: fix $VARIABLE basics and notification on blank...
2015-06-06 Alan Coxinit: fix a couple of potential problems with utmp...
2015-06-06 EtchedPixelsMerge pull request #200 from davidgiven/buildsystem2
2015-06-06 David GivenFixup after merge from master: add strsignal.c, liberro...
2015-06-06 David GivenMerge from upstream.
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 David GivenMerge from master.
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 David GivenTests are for running! Also rearrange a bunch of the...
2015-06-04 EtchedPixelsMerge pull request #199 from davidgiven/cc65fixes2
2015-06-04 David Givencc65 constness workaround.
2015-06-04 David GivenMerge from upstream.
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
next