FUZIX.git
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
2017-11-13 Alan CoxTODO: update
2017-11-13 Alan Coxas: trap unresolved subtractions as we can't currently...
2017-11-13 Alan Coxutils: add "line"
2017-11-13 Alan Coxlibs: add some missing post 5.2 functions we encountered
2017-11-13 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-11-13 Alan Coxnetd: TODO
2017-11-13 Alan Coxprocess; multiple fixes
2017-11-13 Alan Coxtty: allow signals to break out of a tty write to a...
2017-11-13 Alan Coxinit: fix run level switching, tidy up stuff we don...
2017-11-12 EtchedPixelsMerge pull request #548 from beretta42/htget
2017-11-12 Alan Coxremount, umount: updates for mtab
2017-11-12 Alan Coxdevio: change meaning of return from bfree
2017-11-12 Alan Coxkernel: propogate I/O errors properly
2017-11-12 Alan Coxwho: fix use as users when a path is given
2017-11-12 Alan Coxfsck: correct a comment
2017-11-12 Alan Coxmkfs: use O_SYNC
2017-11-12 Alan Coxremount: parse the fstab allowing for tab as well as...
2017-11-12 Alan Coxfsck: support fsck by mountpoint and a general fsck -a
2017-11-12 Alan Coxinit: don't reveal if user exists
2017-11-12 Alan Coxwho: reformat and add the ability to run it as 'users...
2017-11-12 Alan Coxstty: better default
2017-11-11 Alan Coxsetdate: add a date setting tool to run in /etc/rc
2017-11-11 Alan Coxswap.c: facepalm
2017-11-11 Alan CoxMakefile.z80: build ld
2017-11-11 Alan Coxld: add commentary
2017-11-11 Alan CoxApplications: add more to the build and clean ups
2017-11-11 Alan Coxutils add 'clear'
2017-11-11 Alan Coxlevee: move the makefile
2017-11-11 Alan Coxue: move the Makefile
2017-11-11 Alan Coxhtget: Fix various bugs in data processing
2017-11-11 Alan Coxz80pack: fix misreporting of memory size
2017-11-11 Alan Coxlinein: forgot a file sorry
2017-11-11 Brett Gordonhtget: add to fs build script
2017-11-11 Brett Gordonhtget: add to 6809 makefile
2017-11-11 Brett Gordonhtget: dump rest of lines buffer before main content...
2017-11-11 EtchedPixelsMerge pull request #546 from beretta42/init
2017-11-11 Alan Coxhtget: doesn't need stdio
2017-11-11 Alan Coxhtget: simple tool to get files off the internet
2017-11-11 Alan Coxuip: introduce some randomness to starting state
2017-11-11 Alan Coxirc: newlines needed on errors
2017-11-11 Alan Coxirc: further small changes
2017-11-11 Alan Coxtty: multiple fixes
next