FUZIX.git
2018-02-17 Alan Coxpdp11: sketch out more of the needed base code
2018-02-17 Alan Coxlibs: PDP11 syscall directory
2018-02-17 Alan Coxpdp11: add syscall generator code
2018-02-17 Alan Coxinet_aton: use long type otherwise it breaks on 16bit
2018-02-12 Alan Coxcpio: reformat
2018-02-12 Alan Coxcpio: add first cut at porting cpio over
2018-02-11 Alan Coxlibc: const pedanticism
2018-02-11 Alan Cox6502: optimise the top byte check to avoid a shift
2018-02-11 Alan Coxlibs: update another TODO
2018-02-11 Alan Coxlibs: update a TODO file
2018-02-11 Alan Coxlibclean: add another rule for SDCC 3.7
2018-02-11 Alan Coxstart: we fire up sysio directly so must set u_done
2018-02-11 Alan CoxINSTALL: note sdcc requirements
2018-02-10 Alan Coxn_open: rework so we operate directly from user memory
2018-02-10 Alan Coxaudio; fix dumb bug
2018-02-10 Alan Coxwritei: workaround for sdcc
2018-02-09 Alan Coxkernel: restructure readi/writei to save memory
2018-02-09 Alan Coxubee: floppy driver write fix
2018-02-09 Alan Coxubee: set tick rate properly
2018-02-09 Alan Coxbuffers: BF_SUPERBLOCK is dead, kill it off
2018-02-08 Alan Coxubee: disk probing
2018-02-08 Alan CoxMakefile.z80: fix build bug
2018-02-08 Alan Coxdu: sort if and bracketing
2018-02-04 Alan Coxubee: first cut at automatic disk controller probing
2018-02-04 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-02-03 EtchedPixelsMerge pull request #585 from beretta42/cal
2018-02-03 Brett Gordonutil: 'cal' fix output.
2018-02-01 Alan Coxubee: update README
2018-02-01 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-02-01 Alan Coxubee: floppy transfer routines
2018-01-31 Alan Coxubee: First chunk of floppy work
2018-01-31 Alan Coxubee: stuck the initializer block somewhere out of...
2018-01-30 Alan Coxubee: Updates
2018-01-30 Alan Coxubee: first draft of printer driver
2018-01-30 Alan Coxubee: update notes
2018-01-29 EtchedPixelsMerge pull request #583 from beretta42/passwd
2018-01-28 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-01-28 Alan Coxubee: make room for initializers
2018-01-28 Alan Coxbinman: spot discard/initializer overlap
2018-01-28 Alan Coxubee: some further initial work
2018-01-28 Alan Coxubee: update notes
2018-01-28 Alan Coxappleiie: more filling out of initial bits and pieces
2018-01-28 Alan Coxkernel: add keycodes for F11/F12 as we'll need them...
2018-01-27 Brett Gordonpwd: putpwent: wrong order of fields.
2018-01-26 EtchedPixelsMerge pull request #582 from beretta42/ramrom
2018-01-26 Brett Gordoncoco3: poke RAM mode on init, just in case.
2018-01-22 Alan Coxappleiie: more sketching out of the platform code
2018-01-22 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-01-22 Alan Coxplatform-appleiie: Initial sketches on how a IIe port...
2018-01-22 Alan Coxstrlcpy: make more robust
2018-01-22 Alan Cox6502,libs: callax 65c02 would also need to do a 16bit...
2018-01-22 Alan Coxsyscall_net: move endif to the right place
2018-01-22 Alan Coxswap: fix build with fussy compilers
2018-01-22 Alan Cox65c816: update documentation
2018-01-16 EtchedPixelsMerge pull request #580 from beretta42/fortune
2018-01-16 Brett Gordonfortune: bug: main doesn't return success.
2018-01-12 EtchedPixelsMerge pull request #579 from beretta42/bogo
2018-01-12 Brett Gordonutil: 6809 bogomips
2018-01-07 Alan Coxv65c816: add the graphics mode ioctls remove a debug...
2018-01-04 Alan Coxv65c816: add support for the new kbd/framebuffer code...
2018-01-04 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-01-04 EtchedPixelsMerge pull request #578 from beretta42/fixes
2018-01-04 Brett Gordoncoco3: actually declare defmode.
2018-01-04 Brett Gordonutils: remount: easy bugfix
2018-01-03 Alan Coxv65c816-big: fix memory scribble
2018-01-03 Alan Coxv65c816-big: DMA protection
2018-01-03 Alan Coxv65c816: DMA protection for disk DMA
2018-01-02 Alan Cox65c816: Fixes for non bank 0
2018-01-02 Alan Coxv65c816: update notes
2018-01-02 Alan Coxv65c816-big: update notes
2018-01-02 Alan Coxv65c816-big: callax replacement for big memory
2018-01-02 Alan Cox65c816: use brk helper
2018-01-02 Alan Cox65c816: fix wrap on DP computation, and add brk handling
2018-01-02 Alan Cox65c816: fix bank 0 error
2018-01-01 Alan Coxv65c816: Fix usermem
2018-01-01 Alan Coxv65c816-big: formatting
2018-01-01 Alan Coxv65c816-big: allow more stack
2018-01-01 Alan Coxv65c816: make platform code split I/D safe
2018-01-01 Alan Coxv65c816: update memory map from C, set pages right
2018-01-01 Alan Coxv65c816-big: adapt devhd to use peek/poke for the I...
2018-01-01 Alan Coxv65c816-big: fix bug in devtty introduced in peek conve...
2018-01-01 Alan Coxv65c816-big: Update loading code and add trampolines...
2018-01-01 Alan Coxv65c816-big: sort out the memory mapping and file build
2018-01-01 Alan Cox65c816: add new def for split I/D capable code
2018-01-01 Alan Cox65c816: make the usermem code any bank and split I...
2018-01-01 Alan Cox65c816: make the task switch code safe for any bank...
2018-01-01 Alan Coxv65c816-big: Further fixups
2018-01-01 Alan CoxREADME.md: update for 65C816
2018-01-01 Alan CoxREADME: update
2018-01-01 Alan Coxv65c816-big: get to the point it starts up
2018-01-01 Alan Coxv65c816-big: propogate changes from v65c816
2018-01-01 Alan Coxv65c816: use the new DMA mappings for fast disk I/O
2017-12-31 Alan Cox65c816: support multiple disk devices
2017-12-31 Alan CoxMakefile.6502: Fix minor buglet
2017-12-31 Alan Coxutils: update remount to handle mtab etc
2017-12-31 Alan Coxutils: remove umount unused define and old comment
2017-12-31 Alan Coxdf; use mntent
2017-12-31 Alan Coxremount: use mntent files
2017-12-31 Alan Coxutil: update fsck to use mntent facilities
2017-12-31 Alan Coxutils: Make mount/umount do all the right things
next