FUZIX.git
2017-12-07 Brett Gordonnetd: unneccessary packet type check.
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
2017-11-21 Alan Coxsetdate: Forgot to commit the final fix
2017-11-16 Alan Coxfunction: allow struct * but not struct arguments
2017-11-16 Alan Coxlex: allow for struct/union in types in args etc
2017-11-16 Alan Coxpreproc: fix silly bug
2017-11-16 Alan Coxsym: Fix hang with overlong symbol
2017-11-16 Alan Coxsym: allow auto variables to be assigned expressions
2017-11-16 Alan Coxz80: more bits
2017-11-16 Alan Coxz80: basic string/char functions yet to do
2017-11-16 Alan Coxz80: initial build fixes
2017-11-16 Alan Coxcc: z80 helpers
2017-11-16 Alan Coxcc: add initial runtime pieces
2017-11-16 Alan Coxcc: temporaries in current directory
2017-11-16 Alan Coxfrontend: fix some glitches in temporary removal
2017-11-16 Alan Coxcodez80: inline 16bit subtraction
2017-11-16 Alan Coxz80: fix short relative branches to unknown symbols
2017-11-15 Alan Coxcc: lots of small fixes to make it functional
2017-11-15 Alan Coxsmallc: fix warning
2017-11-15 Alan Coxsmall c: Send errors to stderr so we seen them under cc
2017-11-15 Alan CoxMakefile.linux: Set a CROSS define so we can build...
2017-11-15 Alan Coxas: Fix RST handling
2017-11-15 Alan Coxas: We use 16 char symbols in ld so we must match in as
2017-11-15 Alan Coxld: Fix library handling, set binary executable
2017-11-15 Alan Coxas: Allow #constant in Z80.
2017-11-15 Alan Coxcc: add front end to build
2017-11-15 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-11-15 Alan Coxrtc: Headers for RTC in kernel and user
2017-11-15 Alan Coxas: Fix the register+offset 8bit absolute case
2017-11-15 Alan Coxld: trap more obvious symbol errors
2017-11-15 Alan Coxobj: Fix object file format 32bit alignment
2017-11-15 EtchedPixelsMerge pull request #558 from beretta42/irc2
2017-11-15 Brett Gordonirc: 6809 compile, add to fs
2017-11-15 Alan Coxcc: minor front end tweaks
2017-11-14 Alan Coxcc: add a frontend
2017-11-14 Alan Coxfsck: note the problem to fix
2017-11-14 Alan Coxz80pack: turn on rtc
2017-11-14 Alan Coxlibs/TODO: status update
2017-11-14 Alan Coxinit: set a sane default umask
2017-11-14 Alan Coxsetdate: support RTC if present
2017-11-14 Alan Coxz80pack: rtc support
2017-11-14 Alan Coxkernel: add hooks for rtc
2017-11-14 Alan Coxnet: and the net_native part..
2017-11-14 Alan Coxnet_native.h: make this match the kernel changes
2017-11-14 Alan Coxnetworking: Fixes and updates
2017-11-14 Alan Coxnetd: rework logic for closedown
2017-11-13 Alan Coxld: add more useful symbols, allow for bigendian testing
next