FUZIX.git
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
2017-12-14 Alan Coxz80pack: map is always 8bit.. so use an 8bit value
2017-12-14 Alan Coxprocess: re-arrange code for clarity
2017-12-14 Alan Coxkernel: introduce a u_done counter set to 0 in rwsetup
2017-12-14 Alan Coxsignals: correct SIGCONT, optimize code slightly
2017-12-14 Alan Coxfilesys: use the getmode helper in i_deref instead
2017-12-14 Alan Coxi_deref: remove repeated evaluations
2017-12-14 Alan Coxkernel: remove a single use variable
2017-12-14 Alan Coxsyscall_fs: diet lseek another 80 bytes or so
2017-12-14 Alan Coxkernel: avoid switch in lseek
2017-12-14 Alan Coxprocess: Fix mask size in ssig
2017-12-14 Alan CoxinodeL small optimization
2017-12-13 Alan Coxkernel: Make signal handling 16bit clean
2017-12-13 Alan Coxfsck: some cleaning and tuning
2017-12-13 Alan Cox65c816: remove some debug
2017-12-13 Alan Cox65c816: signal fixes
2017-12-13 Alan Cox65c816: signal improvements
2017-12-13 Alan Coxsize: add 6502
2017-12-13 Alan Cox65c816: handle interrupt race
2017-12-13 Alan Cox6502: Fix longmp
2017-12-13 Alan Coxz80: crt0 - let binman fill in the header properly
2017-12-13 Alan Coxbinman: set up sizes correctly
2017-12-11 Alan Cox65c816: document tweaks
2017-12-11 Alan Cox65c816: draft porting guide for this architecture
2017-12-11 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-12-11 Alan Coxkillall: don't kill empty ptab slots!
2017-12-10 EtchedPixelsMerge pull request #572 from davidgiven/nc200
2017-12-10 David GivenAdd README.
2017-12-10 David GivenBodge together a floppy-bootable nc200 platform.
2017-12-10 David GivenConvert bootblock.s to sdasz80 syntax, and add Makefile...
2017-12-10 David GivenRename the boot skeleton file to avoid confusing with...
2017-12-09 David GivenIncrease the boot partition size to allow three 16kB...
2017-12-09 David GivenThe boot loader now works (probably).
2017-12-09 David GivenAdd a more-or-less working NC200 bootable file system...
2017-12-09 EtchedPixelsMerge pull request #571 from beretta42/netd2
2017-12-09 EtchedPixelsMerge pull request #570 from beretta42/killall
2017-12-07 Brett Gordonnetd: let fuzix do the local port binding
2017-12-07 Brett Gordonnetd: unneccessary packet type check.
2017-12-07 Brett Gordonutils: add 'killall' to install script
2017-12-07 Alan Coxseq: move initializers to SDCC is happy
2017-12-07 Alan Cox65c816: fix documentation
2017-12-07 Alan Coxv65c816: fix incorrect define
2017-12-04 Alan Coxv65c816: expose the load base to asm for the doexec...
2017-12-04 Alan Coxv65: put signal vectors in low if the binary is loaded...
2017-12-04 Alan Cox65c816: signal vector copy
2017-12-04 Alan Coxfsck: Fix standalone handling of zero indirect
2017-12-04 Alan Coxv65c816: actually tick rate is 100Hz
2017-12-04 Alan Cox65c816: multiple fixes - pre-empt support
2017-12-03 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-12-03 Alan Coxutils: add a SYS5 killall
2017-11-27 EtchedPixelsMerge pull request #569 from beretta42/netd2
2017-11-27 Tormod Voldendragon-nx32: Move fonts to high memory
2017-11-27 Tormod VoldenStandalone/fsck: Add -y option
2017-11-27 Tormod Voldenbuild-filesystem-ng: Print exit status from tool, not...
2017-11-27 Tormod Voldenutil: Add a (long) integer-only seq command
2017-11-25 Brett Gordonnetd: remote connect is an asynchronous event, kill...
2017-11-25 Brett Gordonnetd: fix copying of query arg in 'dig'
next