FUZIX.git
2016-12-04 Alan Coxcoco2cart: reclaim buffers
2016-12-04 Alan Coxcoco2cart: introduce swap enabled single process model
2016-12-04 Alan Coxcoco2cart: buffer pool into asm
2016-12-04 Alan Coxcoco2cart: prepare for discard recovery
2016-12-04 Alan Coxprocess: changes for IRQ when swapping
2016-12-04 Alan Coxkernel: allow platforms to override the default task...
2016-12-04 Alan Coxkdata: In preparation for IRQ enabled swap introduce...
2016-12-04 Alan Coxcoco2cart: update the README file
2016-12-03 Alan Coxcoco2cart: add link file
2016-12-03 Alan Coxcoco2cart: fix swapping logic
2016-12-03 Alan Coxbcpl: tidy up problems with Z80 from changes, add split...
2016-12-03 Alan Coxbcpl: remove a stdio usage and a pointless indirection
2016-11-30 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-11-30 Alan Coxscc: turn arguments the right way round
2016-11-27 EtchedPixelsMerge pull request #467 from beretta42/netdb
2016-11-27 Brett Gordonnetd: fix gethostbyname: only add answsers that are...
2016-11-24 EtchedPixelsMerge pull request #466 from nealcrook/v7-man-pages
2016-11-24 nealcrookV7 man pages (all platforms)
2016-11-23 EtchedPixelsMerge pull request #465 from nealcrook/BCPL
2016-11-23 nealcrookAdd simple example programs
2016-11-23 nealcrookAdd files from BCPL kit.
2016-11-23 nealcrookMerge branch 'BCPL' of https://github.com/nealcrook...
2016-11-23 nealcrookremove duplicated "#ifdef PAGEDMEM"
2016-11-22 nealcrookimplement least-recently-used page replacement scheme...
2016-11-22 nealcrookDo proper status checking on all the file operations.
2016-11-22 EtchedPixelsMerge pull request #462 from nealcrook/sh
2016-11-22 nealcrookbcpl is a script to automate the build process. The...
2016-11-22 nealcrookAdd opensolaris license that applies to some parts...
2016-11-22 EtchedPixelsMerge pull request #463 from beretta42/dwinit
2016-11-22 EtchedPixelsMerge pull request #464 from beretta42/netd
2016-11-22 Brett Gordoncoco3: better/conditional initialization of drivewire
2016-11-22 nealcrookBCPL package file.
2016-11-22 nealcrookDual-build. Working but need to add checks for return...
2016-11-22 nealcrookBuild infrastructure
2016-11-22 Brett Gordoncoco3: make netd device module talk proper lwwire
2016-11-22 nealcrookabstract read and write into macros. Code almost identi...
2016-11-22 nealcrookseoarate physical from virtual address space. Set up...
2016-11-22 nealcrookMistakenly made a branch from my BCPL work instead...
2016-11-22 nealcrookMistakenly made a branch from my BCPL work instead...
2016-11-22 nealcrookRevert "Add files from BCPL kit and some simple example...
2016-11-22 nealcrookAdd sh.1 manpage to fuzix-sh package.
2016-11-22 nealcrookremove unsupported nroff at the start, document #-delim...
2016-11-22 nealcrooksh.1 manpage retrieved from archival V7 distribution.
2016-11-22 nealcrookRevert "sh manpage from heirloom-sh - describes a super...
2016-11-22 nealcrooksh manpage from heirloom-sh - describes a superset...
2016-11-22 nealcrookPort support for comment-to-end-of-line via '#' from...
2016-11-22 nealcrookUsing assignments as truth values seems to have been...
2016-11-21 nealcrookAdd files from BCPL kit and some simple example programs.
2016-11-21 nealcrookRefernece cgtest.b
2016-11-21 nealcrookexpand the instructions for using the original bcpl...
2016-11-20 Brett Gordonfuzix: netd
2016-11-20 Alan Coxselect test tool
2016-11-19 Alan Coxvfscanf/fprintf_m: push missing stubs
2016-11-19 Alan Cox6502: switch to current cc65 not mine with hacks
2016-11-19 Alan Coxexecl: 6502 support
2016-11-16 EtchedPixelsMerge pull request #454 from nealcrook/apps-tidy
2016-11-16 EtchedPixelsMerge pull request #458 from beretta42/dw
2016-11-16 Brett Gordoncoco3: drivewire: dynamic polling back-off.
2016-11-15 nealcrookplatforms: all. Revise .gitignore to add dwdate.
2016-11-15 nealcrookBring in line with master so that this will merge cleanly
2016-11-15 nealcrookRevert "change 6809 makefiles to point to Library/inclu...
2016-11-13 Alan Coxv65: update todo list
2016-11-13 Alan CoxMakefile: add new targets coco2cart and v65
2016-11-13 Alan Coxtermcap: move buffers off stack
2016-11-13 Alan Coxuptime: fix sign of passed buffer
2016-11-13 Alan Coxumount: move buffers off stack
2016-11-13 Alan Coxtar: unBrettify
2016-11-13 Alan Coxtar: fix ANSI prototypes, declarations mid flow etc
2016-11-13 Alan Coxman: move buffers to static for cc65
2016-11-13 Alan Coxprtroot: move DIR to static for cc65
2016-11-13 Alan Coxll: move DIR to static for cc65
2016-11-13 Alan Coxsocktest: move buffer to static
2016-11-13 Alan Coxsed: shrink pools and buffers to fit smaller boxes
2016-11-13 Alan Coxps: move big structures off stack
2016-11-13 Alan Coxfsck: fix wrong check
2016-11-13 Alan Coxed: fix return values
2016-11-13 Alan Coxdf: move big buffers off stack
2016-11-13 Alan Coxinit: remove declarations mid code flow
2016-11-13 Alan Coxfsck: cc65 is pedantic and warns about this
2016-11-13 Alan Coxutils: minor fixes and changes
2016-11-13 Alan Cox6502: add Makefile and cfg files
2016-11-13 Alan Cox68000: add setjmp
2016-11-13 Alan Cox6502: add crt0nostdio
2016-11-13 Alan Coxsyscalls: make the addr structure sized
2016-11-13 Alan Coxv65: initial platform code
2016-11-13 Alan Coxdevio: Fix broken pointer printing on 16bit
2016-11-12 Alan Cox6502test: retire obsolete test code
2016-11-11 Alan Cox6502: quick fixes to bring the code somewhere aligned...
2016-11-11 Alan CoxMakefile: remove .o files
2016-11-11 Alan CoxMakefile: remove .o files
2016-11-11 EtchedPixelsMerge pull request #455 from dfffffff/master
2016-11-08 dfffffff6809: improve compatibility with other assembler
2016-11-07 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-11-07 Alan Coxmini-ide: small fixes
2016-11-07 Alan Coxcoco2cart: fix ugets
2016-11-07 Alan Coxcoco2cart: startup paranoia
2016-11-07 Alan Coxcoco2cart: fix paging
2016-11-07 Alan Coxbootstrap: fix stupid error
2016-11-07 Alan Coxcoco2cart: Update for linker changes
2016-11-07 nealcrookReduced movemap, the keyboard lookup table, from 256...
next