FUZIX.git
2016-11-21 nealcrookexpand the instructions for using the original bcpl...
2016-11-20 Brett Gordonfuzix: netd
2016-11-20 Alan Coxselect test tool
2016-11-19 Alan Coxvfscanf/fprintf_m: push missing stubs
2016-11-19 Alan Cox6502: switch to current cc65 not mine with hacks
2016-11-19 Alan Coxexecl: 6502 support
2016-11-16 EtchedPixelsMerge pull request #454 from nealcrook/apps-tidy
2016-11-16 EtchedPixelsMerge pull request #458 from beretta42/dw
2016-11-16 Brett Gordoncoco3: drivewire: dynamic polling back-off.
2016-11-15 nealcrookplatforms: all. Revise .gitignore to add dwdate.
2016-11-15 nealcrookBring in line with master so that this will merge cleanly
2016-11-15 nealcrookRevert "change 6809 makefiles to point to Library/inclu...
2016-11-13 Alan Coxv65: update todo list
2016-11-13 Alan CoxMakefile: add new targets coco2cart and v65
2016-11-13 Alan Coxtermcap: move buffers off stack
2016-11-13 Alan Coxuptime: fix sign of passed buffer
2016-11-13 Alan Coxumount: move buffers off stack
2016-11-13 Alan Coxtar: unBrettify
2016-11-13 Alan Coxtar: fix ANSI prototypes, declarations mid flow etc
2016-11-13 Alan Coxman: move buffers to static for cc65
2016-11-13 Alan Coxprtroot: move DIR to static for cc65
2016-11-13 Alan Coxll: move DIR to static for cc65
2016-11-13 Alan Coxsocktest: move buffer to static
2016-11-13 Alan Coxsed: shrink pools and buffers to fit smaller boxes
2016-11-13 Alan Coxps: move big structures off stack
2016-11-13 Alan Coxfsck: fix wrong check
2016-11-13 Alan Coxed: fix return values
2016-11-13 Alan Coxdf: move big buffers off stack
2016-11-13 Alan Coxinit: remove declarations mid code flow
2016-11-13 Alan Coxfsck: cc65 is pedantic and warns about this
2016-11-13 Alan Coxutils: minor fixes and changes
2016-11-13 Alan Cox6502: add Makefile and cfg files
2016-11-13 Alan Cox68000: add setjmp
2016-11-13 Alan Cox6502: add crt0nostdio
2016-11-13 Alan Coxsyscalls: make the addr structure sized
2016-11-13 Alan Coxv65: initial platform code
2016-11-13 Alan Coxdevio: Fix broken pointer printing on 16bit
2016-11-12 Alan Cox6502test: retire obsolete test code
2016-11-11 Alan Cox6502: quick fixes to bring the code somewhere aligned...
2016-11-11 Alan CoxMakefile: remove .o files
2016-11-11 Alan CoxMakefile: remove .o files
2016-11-11 EtchedPixelsMerge pull request #455 from dfffffff/master
2016-11-08 dfffffff6809: improve compatibility with other assembler
2016-11-07 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-11-07 Alan Coxmini-ide: small fixes
2016-11-07 Alan Coxcoco2cart: fix ugets
2016-11-07 Alan Coxcoco2cart: startup paranoia
2016-11-07 Alan Coxcoco2cart: fix paging
2016-11-07 Alan Coxbootstrap: fix stupid error
2016-11-07 Alan Coxcoco2cart: Update for linker changes
2016-11-07 nealcrookReduced movemap, the keyboard lookup table, from 256...
2016-11-07 nealcrookDelete trailing whitespace.
2016-11-07 nealcrookUse -l -a -v suffixes on object files to allow 3 versio...
2016-11-07 nealcrookFor 6809 build, allow Linux, VT52 and ANSI versions...
2016-11-07 nealcrookAdd man page (reformatted from lv.doc)
2016-11-07 EtchedPixelsMerge pull request #453 from nealcrook/multicomp-fix
2016-11-07 nealcrooknot used - identical to ../util/dragon-nx32.link and...
2016-11-07 nealcrookpackage contents are relative to cwd of the package...
2016-11-07 nealcrookfor picol (tiny TCL) add package file and 6809 makefile.
2016-11-07 nealcrookchange 6809 makefiles to point to Library/include/6809...
2016-11-07 nealcrookmake multicomp09 compile again
2016-11-07 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-11-07 EtchedPixelsMerge pull request #452 from dfffffff/master
2016-11-06 Alan Coxcoco2: memory mapping race fix
2016-11-06 Alan Coxcoco2: ide fixes
2016-11-06 Alan Coxbootstrap: fix dumb errors
2016-11-06 dfffffffuses the proper include path for the platform
2016-11-06 Alan Coxcoco2cart: fix IDE bug
2016-11-06 Tormod Voldendragon-nx32: Also use internal upper 32K if available
2016-11-06 Tormod VoldenAdd groups and telinit to fuzix-util.pkg
2016-11-06 EtchedPixelsMerge pull request #434 from dfffffff/toolchain
2016-11-06 dfffffffadd "(prepend)" to readme
2016-11-06 dfffffffupdated Kernel/README.md
2016-11-06 dfffffffupdated ue for toolchain
2016-11-06 dfffffffMerge branch 'master' of https://github.com/EtchedPixel...
2016-11-05 Alan Coxcoco2cart: fix keyboard map for coco2
2016-11-05 Alan Coxcoco2cart: small fixes
2016-11-05 Alan CoxREADME: correct address
2016-11-05 Alan Coxcoco2cart: updates and add missed file
2016-11-05 Alan Coxcoco2: update for the rest of the EC00 changes needed
2016-11-05 Alan Coxcoco2cart: COCO2 with cartridge
2016-11-05 Alan Coxcoco2: update boot loader logic
2016-11-05 Alan Coxue: missing header
2016-11-05 Tormod VoldenApplications/util: Ensure all commands return exit...
2016-11-05 Alan Coxkernel: add soft interrupt support
2016-11-05 Alan Cox68000: fast memory clear/copy helpers
2016-11-05 Alan Coxv68-banked: more test scribbling
2016-11-05 Alan CoxMakefile: remove 8086test
2016-11-05 Alan CoxMakefile: update platforms
2016-11-05 Alan Cox8086test: discard obsolete test code
2016-11-04 Tormod Voldenvt.c: VT_WIDTH (framebuffer stride) and VT_HEIGHT ...
2016-11-04 Tormod Voldendragon-nx32: Tidy up devtty.c
2016-11-04 Alan Coxdevscsi: fix typo
2016-11-04 Alan Cox68000: switch syscall API to register based
2016-11-04 Alan Cox68000: Switch syscall API to pass in registers
2016-11-03 Alan Coxv68-banked: a few more bits of work
2016-11-03 Alan Coxcoco2: do a bit more work on this
2016-11-03 Alan Coxtgl6502: more tidying
2016-11-03 Alan Coxtgl6502: bitrot work
2016-11-03 Alan Cox6502: begin fixing bitrot
next