FUZIX.git
2017-12-13 Alan Cox65c816: signal fixes
2017-12-13 Alan Cox65c816: signal improvements
2017-12-13 Alan Coxsize: add 6502
2017-12-13 Alan Cox65c816: handle interrupt race
2017-12-13 Alan Cox6502: Fix longmp
2017-12-13 Alan Coxz80: crt0 - let binman fill in the header properly
2017-12-13 Alan Coxbinman: set up sizes correctly
2017-12-11 Alan Cox65c816: document tweaks
2017-12-11 Alan Cox65c816: draft porting guide for this architecture
2017-12-11 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-12-11 Alan Coxkillall: don't kill empty ptab slots!
2017-12-10 EtchedPixelsMerge pull request #572 from davidgiven/nc200
2017-12-10 David GivenAdd README.
2017-12-10 David GivenBodge together a floppy-bootable nc200 platform.
2017-12-10 David GivenConvert bootblock.s to sdasz80 syntax, and add Makefile...
2017-12-10 David GivenRename the boot skeleton file to avoid confusing with...
2017-12-09 David GivenIncrease the boot partition size to allow three 16kB...
2017-12-09 David GivenThe boot loader now works (probably).
2017-12-09 David GivenAdd a more-or-less working NC200 bootable file system...
2017-12-09 EtchedPixelsMerge pull request #571 from beretta42/netd2
2017-12-09 EtchedPixelsMerge pull request #570 from beretta42/killall
2017-12-07 Brett Gordonnetd: let fuzix do the local port binding
2017-12-07 Brett Gordonnetd: unneccessary packet type check.
2017-12-07 Brett Gordonutils: add 'killall' to install script
2017-12-07 Alan Coxseq: move initializers to SDCC is happy
2017-12-07 Alan Cox65c816: fix documentation
2017-12-07 Alan Coxv65c816: fix incorrect define
2017-12-04 Alan Coxv65c816: expose the load base to asm for the doexec...
2017-12-04 Alan Coxv65: put signal vectors in low if the binary is loaded...
2017-12-04 Alan Cox65c816: signal vector copy
2017-12-04 Alan Coxfsck: Fix standalone handling of zero indirect
2017-12-04 Alan Coxv65c816: actually tick rate is 100Hz
2017-12-04 Alan Cox65c816: multiple fixes - pre-empt support
2017-12-03 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-12-03 Alan Coxutils: add a SYS5 killall
2017-11-27 EtchedPixelsMerge pull request #569 from beretta42/netd2
2017-11-27 Tormod Voldendragon-nx32: Move fonts to high memory
2017-11-27 Tormod VoldenStandalone/fsck: Add -y option
2017-11-27 Tormod Voldenbuild-filesystem-ng: Print exit status from tool, not...
2017-11-27 Tormod Voldenutil: Add a (long) integer-only seq command
2017-11-25 Brett Gordonnetd: remote connect is an asynchronous event, kill...
2017-11-25 Brett Gordonnetd: fix copying of query arg in 'dig'
2017-11-25 Brett Gordonnetd: shut off gethost's alarm after matching answer...
2017-11-24 Alan Cox65c816: complete support for signal handling in syscall
2017-11-24 Alan Coxkernel.def: Fix dumb error
2017-11-24 Alan Cox65c816: gets the signal handling path via syscall closer
2017-11-24 Alan Cox6502: correct signal stubs
2017-11-24 Alan Cox65c816: pass the correct A X Y values to the 6502 user...
2017-11-24 Alan Cox6502: add more apps
2017-11-23 Alan Coxlib: Install driveiwre.h
2017-11-23 Alan Coxfsck: Add fixes to standalone fsck from native
2017-11-23 Alan Coxfsck: Fix sign when reporting blocks and inodes and...
2017-11-23 Alan Coxdu: 6502 support
2017-11-23 Alan Cox6502: correct crt0
2017-11-23 Alan Coxfilesys: Fix corruption and buffer leak on bad input...
2017-11-23 Alan Cox65c816: further work on things like return paths and...
2017-11-23 Alan Coxv65c816: ensure the failing trap handler sets a8/i8
2017-11-23 Alan Coxv65c816: Fix hd driver to return correct value
2017-11-23 Alan Coxv65c816: remove some debug
2017-11-23 Alan Coxdevio: correctly mark failed read block as unusable
2017-11-23 Alan Coxfilesys: handle 8bit bools
2017-11-22 Alan Cox6502: Add more build Makefiles
2017-11-22 Alan Coxas09: build on 6502
2017-11-22 Alan Cox6502: Fix quiz.c
2017-11-22 Alan Cox6502: Add V7 makefiles
2017-11-22 Alan Cox6502: Make clear build on cc65
2017-11-22 Alan Cox6502; Build smallC on 6502
2017-11-22 Alan Cox6502: more const adjustment for cc65
2017-11-22 Alan Cox6502: cc65 doesn't understand 0 sized struct terminal...
2017-11-22 Alan Cox6502: more app tweaks for 6502 - keep large arrays...
2017-11-22 Alan Cox6502: cc65 is very fussy at tines - fix up the moans
2017-11-22 Alan Coxgames: build on 6502
2017-11-22 Alan Coxqrun: turn off graphics as we aren't yet doing it
2017-11-22 Alan CoxV7/cmd: build on 6502
2017-11-22 Alan Coxlibrary: copy userstructs.h for non Z80 case
2017-11-22 Alan Cox6502: build curses/termcap
2017-11-22 Alan Coxutils: Fix 6502 termcap build
2017-11-22 Alan Coxed: Make it build on 6502
2017-11-22 Alan Coxfcc: report signals as errors when sdcc crashes
2017-11-21 Alan Coxsetdate: Forgot to commit the final fix
2017-11-16 Alan Coxfunction: allow struct * but not struct arguments
2017-11-16 Alan Coxlex: allow for struct/union in types in args etc
2017-11-16 Alan Coxpreproc: fix silly bug
2017-11-16 Alan Coxsym: Fix hang with overlong symbol
2017-11-16 Alan Coxsym: allow auto variables to be assigned expressions
2017-11-16 Alan Coxz80: more bits
2017-11-16 Alan Coxz80: basic string/char functions yet to do
2017-11-16 Alan Coxz80: initial build fixes
2017-11-16 Alan Coxcc: z80 helpers
2017-11-16 Alan Coxcc: add initial runtime pieces
2017-11-16 Alan Coxcc: temporaries in current directory
2017-11-16 Alan Coxfrontend: fix some glitches in temporary removal
2017-11-16 Alan Coxcodez80: inline 16bit subtraction
2017-11-16 Alan Coxz80: fix short relative branches to unknown symbols
2017-11-15 Alan Coxcc: lots of small fixes to make it functional
2017-11-15 Alan Coxsmallc: fix warning
2017-11-15 Alan Coxsmall c: Send errors to stderr so we seen them under cc
2017-11-15 Alan CoxMakefile.linux: Set a CROSS define so we can build...
2017-11-15 Alan Coxas: Fix RST handling
2017-11-15 Alan Coxas: We use 16 char symbols in ld so we must match in as
next