FUZIX.git
2019-02-01 Alan Coxz80pack: move common up to F400 ; more buffers
2019-01-29 Alan Coxbuddy: Throw out the current stuff in favour of a small...
2019-01-29 Alan Coxmalloc: lay basis for new buddy allocator that can...
2019-01-29 Alan Coxtty: fix a silly braces bug
2019-01-29 Alan Coxv68: tidy up
2019-01-29 Alan Coxtiny68k: clean up minor things
2019-01-29 Alan Coxlevel2: remove dead variable
2019-01-29 Alan Coxm68000: document Minix trap usage
2019-01-28 Alan Coxsc108: fix signal handling bug
2019-01-28 Alan CoxMakefile: update tiny68k status
2019-01-28 Alan Coxreboot: add suspend mode
2019-01-27 Alan Coxsc114: fix bug reported by herrw@pluspora
2019-01-27 Alan Coxz80pack32: now obsolete
2019-01-27 Alan Coxrc2014tiny: use ds1302 rtc detect
2019-01-27 Alan Coxrc2014: use and report rtc presence
2019-01-27 Alan Coxudata: Fix the remaining legacy udata sizes
2019-01-27 Alan Coxubee: fix the udata size bug
2019-01-27 Alan Coxsc108: use the probing ds1302 support
2019-01-27 Alan Coxvarious: Sort out more U_DATA_TOTALSIZE cases
2019-01-27 Alan Coxsc108: we have a proper bootloader now (yay)
2019-01-27 Alan Coxrc2014: fix dead comment
2019-01-27 Alan Coxds1302: add detection logic
2019-01-27 Alan Coxsc108: documentation update
2019-01-27 Alan Coxsc108: 512 bytes for the udata save
2019-01-27 Alan Coxsc108: fix boot loader update other code
2019-01-27 Alan Coxsc108: sync with CTC and tty work for RC2014
2019-01-27 Alan Coxrc2014-tiny: resync the tty and CTC work
2019-01-27 Alan Coxrc2014: Support for CTC, fix a load of serial related...
2019-01-27 Alan Coxrc2014-sbc64: tidy
2019-01-27 Alan Coxrc2014-sbc64: Final fixes for SIO cards
2019-01-27 Alan Coxrc2014-sbc64: Further serial work
2019-01-27 Alan Coxtiny68k: so I remember to tackle the 2MB board
2019-01-27 Alan Coxrc2014-sbc64: Further work
2019-01-26 Alan CoxMakefile: add the new platform
2019-01-26 Alan Coxz80sbc64: another day another platform
2019-01-26 Alan Coxprocess: Fix nready panic and hangs when using rts/cts
2019-01-26 Alan Coxkeycode: We need an UNDO key symbol
2019-01-26 Alan Cox68000: allow configuration of di/ei masks
2019-01-26 Alan Coxbankfixed: add a DEBUG undef
2019-01-26 Alan Coxatarist: filling in the blanks
2019-01-23 Alan Coxatarist: quick pass over the old draft code to match...
2019-01-23 Alan Coxtiny68k: build with new core code
2019-01-23 Alan Coxv68: resync with moves of code to core
2019-01-23 Alan Coxtiny68k: remove code now in lowlevel 68K support
2019-01-23 Alan Cox68000: move common code for fork/switching on 68000...
2019-01-23 Alan Cox68000: move generic asm code from tiny68K into the...
2019-01-23 Alan Coxtiny68k: remove some missed debug messages
2019-01-23 Alan Cox68000: dynamic udata, use actual available memory space...
2019-01-23 Alan Coxtiny68k: use defined for size of udata block to set...
2019-01-23 Alan Cox68000: define udata block size for asm
2019-01-23 Alan Coxkdata: correct layout for level 2 and no net
2019-01-22 Alan Coxsyscall_proc: fix fork debugging messages on 32bit
2019-01-22 Alan Coxsyscall_exec32: ifdef out most of core dump for now
2019-01-22 Alan Coxmakeproc: fix comment and also fix it to use the right...
2019-01-22 Alan Coxtiny68k: and plumb together all the new stuff
2019-01-22 Alan Coxkernel: header tweaks
2019-01-22 Alan Coxtiny68k: status update
2019-01-22 Alan Coxtiny68k: use the flat model
2019-01-22 Alan Coxflat: debug the flat memory model
2019-01-22 Alan Coxlowlevel-68000: expose copy_blocks
2019-01-22 Alan Coxmalloc: Fix debug messages, and add used/available...
2019-01-22 Alan Coxtiny68k: introduce memcpy32
2019-01-21 Alan CoxMakefile: add tiny68k, tweak trs80 doc
2019-01-21 Alan Coxv68: first cut at backporting all the extra bits
2019-01-21 Alan Cox68000: Get tiny68k into a workable state
2019-01-21 Alan Coxprocess: Fix SIGSTOP crash and also a debug printf bug
2019-01-21 Alan Cox68000: remove autogenerated files
2019-01-21 Alan Cox68000: Switch syscall trap to 12
2019-01-21 Alan Coxpreemption: rabbit also needs the fix
2019-01-21 Alan Coxpreemption: allow pre-emption where the leaving process...
2019-01-21 Alan Coxfweep: build for 68000 and adjust constants accordingly.
2019-01-21 Alan Coxsh: Fix a NULL reference in /bin/sh
2019-01-20 Alan Coxtiny68k: adapt C code to proposed new exception logic
2019-01-20 Alan Cox68000: first cut at rewriting the exception handlers
2019-01-20 Alan Coxkernel: make dump_core accessible elsewhere
2019-01-20 Alan Coxtiny68k: update 68000 state of play
2019-01-20 Alan Coxtiny68k: fix incorrect sr set up at boot
2019-01-20 Alan Coxkernel: remove stack size hack for 32bit
2019-01-20 Alan Cox68000: set sensible stack defaults for binaries
2019-01-20 Alan Coxutil: build extra tools for 68K, default to 16K stack
2019-01-20 Alan CoxStandalone: update the standard size and chmem
2019-01-20 Alan Coxutil: chmem and size support for 32bit
2019-01-20 Alan Coxsyscall_exec32: report ENOMEM properly for outsized...
2019-01-20 Alan Coxlevee: fix build on 68000
2019-01-20 Alan Coxinit: fix alignment
2019-01-20 Alan Coxtiny68k: status update
2019-01-19 Alan Coxstartrek: missing fflush
2019-01-19 Alan Cox68000: fix longjmp
2019-01-19 Alan Coxsh: remove old dead ifdeffed stuff
2019-01-19 Alan Coxfsh: fix build on 68000
2019-01-19 Alan Coxutil: fix clean on 68000
2019-01-19 Alan Coxps: fix kernel and user bits to get ps working 32bit
2019-01-19 Alan Coxkernel rearrange some optional p_tab stuff a bit
2019-01-19 Alan Coxerr: fix missing : space
2019-01-19 Alan Coxsort: drop MWC version - too big for some boxes
2019-01-19 Alan Coxtiny68k: README update
2019-01-19 Alan Coxtty: Fix deadlock in tty output
2019-01-19 Alan Coxpcw8256: static tty buffers and basis for nice tty...
2019-01-19 Alan Coxmtx: static tty buffers and set basis for nice wakeups...
2019-01-19 Alan Coxsocz80: switch to static tty buffers
next