FUZIX.git
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
2017-12-31 Alan Coxmntent: Continue work
2017-12-31 Alan Cox65c816: update TODO
2017-12-31 Alan Coxfilesys: fix typo
2017-12-21 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-12-21 Alan Coxmntent: add to build rules
2017-12-21 Alan Coxmntent: Library methods for managing mtab and fstab
2017-12-19 EtchedPixelsMerge pull request #575 from beretta42/vtmode
2017-12-19 EtchedPixelsMerge pull request #576 from beretta42/signal
2017-12-19 Brett Gordonsignals: fix precedence to report correct signal no.
2017-12-18 Brett Gordoncoco3: take cmd line for default video mode
2017-12-15 Alan Cox65c816-big: We can't build it all -Oi, but we can do...
2017-12-15 Alan Coxv65c816-big: A development configuration for a 65C816...
2017-12-15 Alan Coxlevel2: fix build errors from previous changes
2017-12-15 Alan Coxv65c816: README
2017-12-15 Alan Cox65c816: fix bank != 0 case
2017-12-15 Alan Cox65c816: fix lib code when bank != 0
2017-12-14 Alan Coxinode: another SDCC size-ism fixup
2017-12-14 Alan Coxkernel: another pipe 16bit fix
2017-12-14 Alan Coxinode: do some more pipe maths in 16bit
2017-12-14 Alan Cox65c816: documentation update
2017-12-14 Alan Coxv65c816: turn on more features, fix memory map bugs
2017-12-14 Alan Cox65c816: add hints for process.c and also fix up the...
2017-12-14 Alan Cox65c816: add register hints
2017-12-14 Alan Cox65c816: use register ops here and there
2017-12-14 Alan Coxlseek: Fix signed/unsigned complaint from cc65
2017-12-14 Alan Coxfcntl: Fix F_GETFL bug
2017-12-14 Alan Coxkernel: fix typo in process change
2017-12-14 Alan Cox6502/65c816: introduce a regptr hint
next