FUZIX.git
2015-04-15 Alan Coxdosread: remove DOS formatting
2015-04-15 Tormod Voldendragon-nx32: Add system build instructions to README
2015-04-15 Tormod VoldenAdd -X reverse endian option to build-filesystem script
2015-04-15 Tormod Voldencrt0_6809.s: Pass environ, argv and argc to main()
2015-04-15 Tormod Volden6809 util: Link utilities with libgcc
2015-04-15 Tormod Volden6809 libs: Use our str* and mem* functions
2015-04-15 Tormod VoldenLibrary: Add putchar_wrapper.c for use with libgcc
2015-04-15 Tormod Voldencrt0_6809.s: Set load page value for dragon-nx32
2015-04-15 Tormod Voldencrt0_6809.s: Create a .header section for executables
2015-04-15 Tormod Voldencrt0_6809.s: Fix typo in linker symbols strings
2015-04-15 Tormod Voldensyscall6809.s: Use correct SWI number
2015-04-14 Alan Coxzx128/mdv: strengthen tools and fix the header write...
2015-04-13 Alan Coxzx128: further swap fixes
2015-04-13 Alan Coxzx128: further steps to working Microdrive read/write
2015-04-13 Alan Coxzx128: initial code for swap on microdrive
2015-04-13 Alan Coxbankfixed: deal with casting of SWAPBASE
2015-04-13 Tormd Voldendragon-nx32 README: Add bit from Tormod that I lost
2015-04-13 Tormod Volden6809: Try building Applications/utils
2015-04-13 Tormod Volden6809: Fix library archive contents
2015-04-12 Alan CoxMakefile/tools: add chkmdv
2015-04-12 Alan CoxMakefile: space fix
2015-04-12 Tormod VoldenLibrary: Build 6809 C library
2015-04-12 Tormod VoldenLibrary: Generate 6809 syscall glue
2015-04-12 Alan Coxzx128, microdrive: Microdrive write support
2015-04-11 Alan Coxzx128: kick out the experimental betadisk hacks
2015-04-09 Alan Coxdevmdv: add mdv_csum
2015-04-06 Alan Coxpad256: quote "$1" in case anyone uses silly names
2015-04-06 Tormod VoldenAdd padding tool for DriveWire images
2015-04-06 Alan Coxdragon-nx32: add patch to emulate nx32 in Xroar
2015-04-06 Tormod Voldendragon-nx32: Add DWLOAD bootloader
2015-04-06 Alan Coxdragon-nx32: doesn't support raw I/O yet so set the...
2015-04-06 Tormod VoldenAdd new dragon-nx32 port
2015-04-06 Tormod Voldendragon: TICKSPERSEC is 50
2015-04-06 Tormod Voldendragon: Mangle debug outchar bytes for 6847
2015-04-06 Tormod Voldendragon: Fix stack offset in usermem uzero function
2015-04-06 Tormod Voldenp6809.s: Remove fatal space inside register list operand
2015-04-06 Alan Coxfilesys: trim trailing space
2015-04-06 Tormod Voldenfilesys: Add DEBUG kprint in fmount()
2015-04-06 Tormod Voldendragon: Remove misplaced comment in commonmem.s
2015-04-06 Tormod Voldendragon: Do not link empty usermem_std-6809
2015-04-06 Alan Coxzx128: first cut at write logic
2015-03-31 Alan Coxgraphics: fill out how MAP might work
2015-03-31 Alan Coxnc100: first draft graphics and audio support
2015-03-31 Alan Coxtrs80: add initial prototype graphics card support
2015-03-31 Alan CoxMakefile: build audio
2015-03-31 Alan Coxgraphics: first draft bits
2015-03-31 Alan Coxkernel.h: reserve audio and graphics ioctl ranges
2015-03-31 Alan Coxaudio: add the base audio code and hooks
2015-03-31 Alan Coxstart: allow for platforms that have one possible boot...
2015-03-31 Alan Coxaudio: first draft of an audio header and ioctl interface
2015-03-31 Alan Coxz80: add in and out operators
2015-03-31 Tormod VoldenSync kernel09.def to updated kernel.def
2015-03-30 Tormod VoldenStandalone: Do not include stdio.h in fuzix_fs.h
2015-03-30 Tormod VoldenStandalone: Fix cross-endian disk image operation
2015-03-30 Alan Coxnc100: attach the boot block to the fuzix.bin not uzi...
2015-03-30 Alan Coxnc100: correct README re sdas
2015-03-30 Alan Coxnc100: tty bits
2015-03-30 Alan Coxnc100: config for NC100 by default
2015-03-30 Alan Coxnc100: declare location of font
2015-03-30 Alan Coxnc100: Add forgotten nc100.def
2015-03-29 Tormod VoldenStandalone mkfs/fsck/xfs2 byte order fixes
2015-03-29 Alan Coxpx4plus: work on keyboard driver
2015-03-29 Tormod Voldendragon: Add DriveWire support
2015-03-29 Alan Coxpx4plus: get it all building again
2015-03-29 Alan Coxpx4plus: add memory open/close for sidecar
2015-03-29 Alan Coxpx4plus: minor updates
2015-03-28 Alan Coxpx4,7508: expand the 7508 code a bit further
2015-03-28 Alan Coxpx4,sio: return the number of missed interrupts
2015-03-28 Alan Coxpx4plus: carry on fleshing out all the I/O interfaces
2015-03-28 Alan Coxsuperblock: magic number should not be signed
2015-03-28 Tormod Voldendragon: add used() in tty_sleeping to silence warning
2015-03-28 Alan Coxfsck: adjust message
2015-03-28 Tormod Voldenmkfs: Print message if host endianness differs
2015-03-28 Tormod VoldenChange 6809 EMAGIC to 7E (JMP extended)
2015-03-28 Alan Coxtarget.mk: Add target.mk files present in my tree but...
2015-03-27 Alan Coxpx4plus: further updates mostly to the cartridge RAM...
2015-03-27 Alan Coxswap: correct comment
2015-03-27 Alan Coxpx4plus: Further updates
2015-03-26 EtchedPixelsMerge pull request #151 from willsowerbutts/ctypefix
2015-03-23 EtchedPixelsMerge pull request #152 from davidgiven/apps
2015-03-23 David GivenAnsification, constification and smallifying pass ...
2015-03-23 Will SowerbuttsLibrary: minor ctype build fixes
2015-03-22 Alan Coxpx4plus: Initial cut of banking support
2015-03-22 Alan Coxbinmunge: warn on overflows
2015-03-22 EtchedPixelsMerge pull request #148 from davidgiven/ctype2
2015-03-21 David GivenNew ctype implementation: about 100 bytes or so smaller...
2015-03-21 David GivenDid a smallification and header fix pass. Still passes...
2015-03-21 Alan Coxzx128: Fix a nasty stack scribble in tricks.s
2015-03-21 Alan CoxREADME.md: update
2015-03-21 EtchedPixelsMerge pull request #150 from geijoenr/master
2015-03-21 David GivenRevert to out-of-line (smaller) version of ctype. Now...
2015-03-21 David GivenMerge from master.
2015-03-21 geijoenrvt: return to mode 0 after ESC Y
2015-03-19 Alan CoxApplications/V7: Batch two from last night
2015-03-18 Alan CoxApplications/V7: Add the first batch of ANSIfied V7...
2015-03-18 Alan CoxLICENCE: clarify
2015-03-18 Alan Coxstdlib.h: atoi/atol are const strings
2015-03-17 Alan Coxtmpfile/mkstemp: Add all the other bits
2015-03-17 Alan Coxmkstemps: mkstemp/mkstemps API first cut
2015-03-17 Alan Coxitoa: say goodbye
next