FUZIX.git
2018-02-26 Roberto E.... Make the Makefiles more portable
2018-02-25 Alan Coxbinfmt: update notes on plans
2018-02-25 Alan Coxfweep: more tidying
2018-02-25 EtchedPixelsMerge pull request #591 from beretta42/nop-explain
2018-02-25 Alan Coxlibm,6809: add a helper set for the double ops we can...
2018-02-25 Alan Coxlibm: 6809 now handles double as well as float
2018-02-25 Alan Cox6809: build libm (sort of)
2018-02-25 Brett GordonExplain reason for NOPs in SD driver
2018-02-25 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-02-25 Alan Coxgames: update Makefiles
2018-02-25 Alan Coxfweep: tidying
2018-02-25 Alan Coxfweep: indent
2018-02-25 Alan Coxfweep: work in progress
2018-02-24 EtchedPixelsMerge pull request #589 from beretta42/sd7
2018-02-24 EtchedPixelsMerge pull request #588 from beretta42/net-fix
2018-02-24 Brett Gordoncoco3: implement sd card.
2018-02-24 Brett Gordonnet native: u_count is reset after calls to readi/write...
2018-02-23 Alan Coxstartrek: add a decent version of it
2018-02-23 Alan Coxmath.h: correct prototype of powf
2018-02-23 Alan Coxlibc: Compliance bugs
2018-02-23 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-02-23 Alan Coxpdp11: we need setjmp_pdp11.S committed
2018-02-23 EtchedPixelsMerge pull request #587 from beretta42/fsck2
2018-02-23 Alan Coxvile: add half screen scroll vi commands
2018-02-23 Alan Coxvile: a VI Like Editor - WIP
2018-02-21 Alan Coxlocaltim: should automatically call tzset
2018-02-21 Alan Coxlocaltim/gmtime: correct which one is applying corrections
2018-02-21 Alan Coxucp: fix bugs
2018-02-21 Alan Coxrmdir: report path correctly
2018-02-21 Alan Coxlink: don't allow superuser to link to directories
2018-02-21 Alan Coxlink: remove root power to link to a directory
2018-02-21 Alan Coxmkdir: Fix error recover path
2018-02-21 Alan Coxflock: LEVEL_0 update
2018-02-21 Alan Coxlevels: LEVEL_0 makes no sense except as a uaccess...
2018-02-21 Alan Coxunlink: lock right node
2018-02-21 Alan Coxfs: fixes from testing
2018-02-21 Alan Coxfilesys: introduce a routine to check if a directory...
2018-02-21 Alan Coxunlink: will need to hold lock over unlinki
2018-02-21 Alan Cox65c816: fix kprintf
2018-02-21 Alan Coxdevio: Fix build with IDUMP, minor tweaks for error...
2018-02-21 Alan Coxdevio: First cut at putting into place sleeping I/O...
2018-02-21 Alan Coxkernel: pathbuf is dead remove the remnants
2018-02-20 Alan Coxkernel: minimal patches and defines ready for parallel...
2018-02-20 Alan Coxpg: Add the late V7 "pg" command
2018-02-20 Alan Coxcpio: some tidying
2018-02-20 Alan CoxFrom: Tormod Volden <debian.tormod@gmail.com>
2018-02-20 Brett Gordonbuild: add fsck -y passing to buildscript
2018-02-18 Alan Coxpdp11: Add another missing piece and turn on library...
2018-02-18 Alan Coxpdp11: setjmp structure
2018-02-18 Alan Cox68000: fix longjmp code
2018-02-18 Alan Coxpdp11: setjmp and longjmp
2018-02-18 Alan Coxpdp11: udivhi3 helper
2018-02-18 Alan Coxpdp11: sort out more of the low level bits
2018-02-18 Alan Coxpdp11: set correct header type for binaries
2018-02-17 Alan Coxsyscall_other: bracketing
2018-02-17 Alan Coxpdp11: more platform updating
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.
next