FUZIX.git
2016-10-30 Alan Coxue: Build with SDCC
2016-10-30 EtchedPixelsMerge pull request #447 from tormodvolden/ue-editor
2016-10-30 Alan Coxprocess: signals on exit cases
2016-10-30 Alan Coxsignals: Fix signal during exit block bug
2016-10-29 Tormod Voldenue: Add fuzix package declaration
2016-10-25 Alan Coxpdp11: initial low level bits (incomplete)
2016-10-25 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-10-25 Alan CoxREADME.md: update
2016-10-25 Alan Coxplatform-pdp11: minimal PDP11 compile test bed
2016-10-25 Alan Coxpdp11: introduce base PDP11 code
2016-10-25 Alan Coxv68: more work on bugs and signals
2016-10-25 Alan Coxv68: more fixing
2016-10-25 Alan Cox68000: further fixes
2016-10-22 EtchedPixelsMerge pull request #446 from dfffffff/master
2016-10-21 dfffffffKernel: fix some compiler warning
2016-10-21 Alan Coxinit: don't read NULL pointers
2016-10-20 Alan Cox68000: Switch to gcc 6.2.0
2016-10-20 Alan Cox68000: switch to gcc 6.2.0
2016-10-20 Alan Cox68000: switch to gcc 6.2.0
2016-10-20 Alan Coxv68: update instructions
2016-10-20 Alan Coxsyscall_exec32: remove some debug
2016-10-20 Alan Cox68000: synchronous signal traps
2016-10-20 Alan Coxlowlevel-68000: fixes for signals
2016-10-20 Alan Coxp68000: fix vdso copy
2016-10-20 Alan CoxREADME.md: update for 68K
2016-10-20 Alan Coxprocess: note a problem to revisit
2016-10-20 Alan Coxexec32: fixes
2016-10-20 Alan Cox68000: fix tricks up
2016-10-20 Alan Coxp68000: add vdso, turn off signals for the moment
2016-10-20 Alan Cox68000: add a sort of vdso over the headers
2016-10-20 Alan Cox68000: Fix irqrestore handler and tidy some logging
2016-10-20 Alan Coxv7: add a Makefile for the v7 games
2016-10-20 Alan Cox68000: add MWC makefile
2016-10-20 Alan Coxlibs: 68000 startup files
2016-10-20 Alan Coxelf2flt: remove signal experiment
2016-10-20 Alan Coxsyscall68000: Special fork handling
2016-10-19 Alan Coxinit: oops commit the right version
2016-10-19 Alan Coxinit: trivial error path fix
2016-10-19 Alan Cox68000: make fork a special case
2016-10-19 Alan Cox68000: add all the pieces for the signal return path...
2016-10-19 Alan Coxsyscall_exec32: Multiple fixes
2016-10-19 Alan Coxsyscall_proc: 32bit clean
2016-10-19 Alan Coxsimple: Allow udata to be more than one sector
2016-10-19 Alan Coxswap: 32bit clean
2016-10-19 Alan Coxv68: clean up config.h
2016-10-19 Alan Coxv68: task switching
2016-10-19 Alan Coxv68: fix up the low level code, add pre-emption and...
2016-10-19 Alan Coxv68: remove more fluff
2016-10-19 Alan Cox68000: first cut at signal handling
2016-10-19 Alan Coxv68: remove un-needed fluff
2016-10-19 Alan Cox68000: for 32bit platforms we need a codebase field
2016-10-19 Alan Coxtty: Use ugeti/uputi for int * ioctls
2016-10-19 Alan Coxcpu: introduce uputi/ugeti
2016-10-18 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-10-18 Alan Cox68000: elf2flt linker rules
2016-10-18 Alan Cox68000: Library fixes
2016-10-18 Alan Cox68000: Application build files
2016-10-18 Alan Coxsyscall_exec32: various fixes/hacks to get it to work...
2016-10-18 Alan Cox68000: build fixes
2016-10-18 Alan Cox68000: set traps properly
2016-10-18 Alan Cox68000: syscall path debug
2016-10-12 Alan Coxutils: build for M68K
2016-10-12 Alan Coxsync: fix compile error
2016-10-12 EtchedPixelsMerge pull request #444 from beretta42/keyboard
2016-10-12 EtchedPixelsMerge pull request #443 from beretta42/sync
2016-10-11 Brett Gordoncoco3: define KEY_ROWS to compile vt ioctls
2016-10-11 Brett Gordonsync: gcc complains about sync being void
2016-10-11 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-10-11 Alan Coxmarksman: fix a small newline handling bug
2016-10-11 Alan Cox68000: Add the syscalls and libraries
2016-10-10 EtchedPixelsMerge pull request #440 from beretta42/bank_vid3
2016-10-10 EtchedPixelsMerge pull request #441 from beretta42/keyboard
2016-10-09 Brett Gordonkbdrate.c: simple sanity.
2016-10-09 Brett Gordonvt.c: fix ioctl: flipped src/dest in uget
2016-10-09 Brett Gordonadd util to set vt's keyboard's rates
2016-10-08 Brett Gordoncoco3: make sure to reset mmu when done copying!
2016-10-08 Brett Gordoncoco3: bank 6 copy: use *correct* end ptr
2016-10-08 Brett Gordoncoco3: copy 8k bank at cpu $c000 to new bank freeing...
2016-10-03 EtchedPixelsMerge pull request #438 from beretta42/video_blip
2016-10-03 EtchedPixelsMerge pull request #437 from beretta42/video
2016-10-02 Brett Gordoncoco3: whitespace
2016-10-02 Brett Gordoncoco3: init bug: skip scanning screen memory
2016-10-02 Brett Gordoncoco3: add prototypes for queue access functions
2016-10-02 Brett Gordoncoco3: use indirect queues
2016-09-25 EtchedPixelsMerge pull request #436 from dfffffff/master
2016-09-25 dffffffffixed compile error: added ssize_t, changed size_t...
2016-09-24 EtchedPixelsMerge pull request #435 from erkinalp/patch-3
2016-09-24 Erkin Alp Güneyoops, one letter missing
2016-09-24 Erkin Alp Güneyfix output
2016-09-24 Alan Coxsyscalls: more manual pages
2016-09-24 Alan Coxsyscalls: sync is void
2016-09-24 Alan Coxman2: add a couple more entries
2016-09-24 Alan Coxmarksman: allow the use of \ on line ends for 'newline...
2016-09-24 Alan Coxread/write: error oversized requests
2016-09-23 EtchedPixelsMerge pull request #433 from dfffffff/master
2016-09-23 dffffffffixed compile error
2016-09-23 EtchedPixelsMerge pull request #432 from beretta42/nocpm
2016-09-23 Brett Gordonutil: patchcpm no longer exists to install
2016-09-23 Alan Coxmarksman: table formatting with width correctly handled
2016-09-22 Alan Coxclose: update man page for stuff we fixed
next