FUZIX.git
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'
2017-11-25 Brett Gordonnetd: shut off gethost's alarm after matching answer...
2017-11-24 Alan Cox65c816: complete support for signal handling in syscall
2017-11-24 Alan Coxkernel.def: Fix dumb error
2017-11-24 Alan Cox65c816: gets the signal handling path via syscall closer
2017-11-24 Alan Cox6502: correct signal stubs
2017-11-24 Alan Cox65c816: pass the correct A X Y values to the 6502 user...
2017-11-24 Alan Cox6502: add more apps
2017-11-23 Alan Coxlib: Install driveiwre.h
2017-11-23 Alan Coxfsck: Add fixes to standalone fsck from native
2017-11-23 Alan Coxfsck: Fix sign when reporting blocks and inodes and...
2017-11-23 Alan Coxdu: 6502 support
2017-11-23 Alan Cox6502: correct crt0
2017-11-23 Alan Coxfilesys: Fix corruption and buffer leak on bad input...
2017-11-23 Alan Cox65c816: further work on things like return paths and...
2017-11-23 Alan Coxv65c816: ensure the failing trap handler sets a8/i8
2017-11-23 Alan Coxv65c816: Fix hd driver to return correct value
2017-11-23 Alan Coxv65c816: remove some debug
2017-11-23 Alan Coxdevio: correctly mark failed read block as unusable
2017-11-23 Alan Coxfilesys: handle 8bit bools
2017-11-22 Alan Cox6502: Add more build Makefiles
2017-11-22 Alan Coxas09: build on 6502
2017-11-22 Alan Cox6502: Fix quiz.c
2017-11-22 Alan Cox6502: Add V7 makefiles
2017-11-22 Alan Cox6502: Make clear build on cc65
2017-11-22 Alan Cox6502; Build smallC on 6502
2017-11-22 Alan Cox6502: more const adjustment for cc65
2017-11-22 Alan Cox6502: cc65 doesn't understand 0 sized struct terminal...
2017-11-22 Alan Cox6502: more app tweaks for 6502 - keep large arrays...
2017-11-22 Alan Cox6502: cc65 is very fussy at tines - fix up the moans
2017-11-22 Alan Coxgames: build on 6502
2017-11-22 Alan Coxqrun: turn off graphics as we aren't yet doing it
2017-11-22 Alan CoxV7/cmd: build on 6502
2017-11-22 Alan Coxlibrary: copy userstructs.h for non Z80 case
2017-11-22 Alan Cox6502: build curses/termcap
2017-11-22 Alan Coxutils: Fix 6502 termcap build
2017-11-22 Alan Coxed: Make it build on 6502
2017-11-22 Alan Coxfcc: report signals as errors when sdcc crashes
next