FUZIX.git
2017-10-13 Alan CoxMakefile: Clean up OBJSNS items in V7/cmd
2017-10-13 Alan CoxMakefile: clean up cpm-loader
2017-10-12 Alan Coxbank8086: draft code for 8086 bank handling
2017-10-05 Alan Coxsgetl: sometimes C typing is perverse
2017-10-05 Alan Cox6502: Make crt0 put the right address in the header...
2017-10-05 Alan Coxkernel: fix signal race
2017-10-03 Alan Cox6502: Fix ZP = 0 assumptions and note further fixes...
2017-10-03 Alan CoxMakefile: Use $(MAKE) and support -j
2017-10-03 Alan Coxincludes: unbreak search.h properly
2017-10-03 Alan Coxcpm-emulator: Remove only the dead bits this time
2017-10-03 Alan CoxRevert "kernel: remove obsolete CP/M bits"
2017-10-01 Alan Cox65c816: assorted low level fixes
2017-10-01 Alan Coxfcc: add the ability to pass arguments directly to...
2017-09-30 Alan Cox65c816: fix fork stack shifting
2017-09-30 Alan CoxINSTALL: /opt/fcc note
2017-09-30 Alan CoxINSTALL: we now have simple install instructions of...
2017-09-30 Alan CoxMakefile: install crt0 and libc
2017-09-30 Alan Coxlibc: Add the missing tsearch functions
2017-09-30 Alan Coxlibc: and add roundf to Z80 build for testing
2017-09-30 Alan Coxsgetl/sputl: fix silly error
2017-09-30 Alan CoxLibrary: add round and roundf
2017-09-30 Alan CoxLibrary: add round.c to the maths library
2017-09-30 Alan CoxLibrary: update the API list
2017-09-30 Alan Cox65c816: note more things to fix
2017-09-30 Alan Coxv65: note a 6502 assumption we are making
2017-09-30 Alan Coxlibrary: add sgetl and sputl
2017-09-30 Alan Coxgetopt: correct details of prototype (cc65 cares about...
2017-09-30 Alan Cox6502: fix Library build
2017-09-30 Alan CoxREADME.binfmt: Document executable format and related...
2017-09-30 Alan CoxMakefile: ensure fcc path is present
2017-09-29 Alan CoxMakefile: split CPU and USERCPU
2017-09-29 Alan Cox65c816: ld config file
2017-09-29 Alan Coxld65-65c816: config file for near 64K sized binaries
2017-09-29 Alan Coxcoco2cart: link file
2017-09-29 Alan Coxkernel: simplify Makefile
2017-09-29 Alan CoxMakefile: tweaks for some 6809 stuff
2017-09-29 Alan CoxApplications: remove now dead Makefiles
2017-09-29 Alan CoxMakefile: change top level makefile for new setup
2017-09-29 Alan CoxApplications: Update for new Makefile setup
2017-09-29 Alan CoxLibrary: Makefile changes so we can have a saner build...
2017-09-29 Alan CoxTODO: swap free reporting is now done
2017-09-29 Alan Coxtools: fix makeversion
2017-09-29 Alan CoxREADME: update and remove obsolete bits
2017-09-29 Alan CoxLibrary: preparations for sorting out Makefiles
2017-09-29 Alan Coxsyscalls.h: fix error in headers
2017-09-29 Alan Coxkernel: remove obsolete CP/M bits
2017-09-28 Alan Coxbank16: trivial tidy
2017-09-28 Alan Coxswap: add reporting of swap space free/available
2017-09-28 Alan Coxkernel.h: add CPu types
2017-09-28 Alan Coxuanme: extend the sysinfo block and add swap bits to it
2017-09-26 Alan CoxMakefile pieces for 65c816
2017-09-26 Alan Cox65c816: fix bank setting bug
2017-09-26 Alan Cox65c816: fix uputw()
2017-09-26 Alan Cox65c816: note syscall vector in readme
2017-09-26 Alan Coxexecve: note a thing to check, do a spot tidy
2017-09-26 Alan Cox65c816: fix more asm paths
2017-09-25 Alan Coxv65c816: fix platform code silliness
2017-09-25 Alan Cox65c816: fix various bugs in the core code
2017-09-25 Alan Coxcpu-65c816: note 8MB limit in current logic
2017-09-24 Alan Coxv65c816: fix disk driver bug
2017-09-24 Alan Cox65c816: tidy up hardcoded offset
2017-09-24 Alan Coxv658c16: fix memory size reporting
2017-09-24 Alan Cox65c816: fix interrupt return path for the kernel case
2017-09-24 Alan Coxv64: ouch .... how did that ever work ?
2017-09-24 Alan Cox65c816: update the fork code to copy the DP/S area...
2017-09-24 Alan Cox65c816: further updates
2017-09-23 Alan Coxcpu-65c816: add notes
2017-09-23 Alan Coxv65c816: remove dead code
2017-09-23 Alan Coxv65c816: make bank code auto-select right number of...
2017-09-23 Alan Cox65c816: further updates
2017-09-23 Alan Cox6502: fix a bug in ugets()
2017-09-22 Alan Cox65c816: Makefile
2017-09-22 Alan Cox65c816: further updates
2017-09-22 Alan Coxv658c16: intial sketches of the needed platform code
2017-09-21 Alan Cox65c816: this mornings fiddling
2017-09-20 Alan Cox65c816: first sketch of needed code
2017-09-20 Alan Coxsmallc: remove literal buffer
2017-09-20 Alan Coxoutstack: error checking
2017-09-20 Alan Coxcode6801: use the standard routines for code/data switching
2017-08-15 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-08-15 EtchedPixelsMerge pull request #511 from beretta42/socket
2017-08-15 Alan Coxtty: fix bugs in the maywait changes
2017-08-15 Alan CoxZ80: add a flat binary to Z80 snapshot maker
2017-08-15 Alan Coxplus3: do some initial changes
2017-08-15 Brett Gordonnetd: fix name collisions in ntpdate
2017-08-15 Brett Gordonnetd: fix ping symbol name collisions
2017-08-15 Brett Gordonlib: so compiler can find size_t and ssize_t
2017-08-15 Brett Gordonlib: bring liberror.c up to date with kernel
2017-08-15 Brett Gordonadd new sendto() error numbers
2017-08-15 Brett Gordonnet: easy fix to sendto()
2017-08-12 Alan Coxplus3: get things back into a compiling state
2017-08-12 Alan Coxplus3: add a header for generic 8bit IDE
2017-08-12 Alan Coxzx128: switch to level 0, get building ok
2017-08-12 Alan Coxplus3: update README ready for doing some actual work...
2017-08-12 Alan Coxz80: update lowlevel-banked to account for hard_ei...
2017-08-12 Alan Coxtty: revert to reporting success/fail on inproc
2017-08-12 Alan Coxtty: restore inproc return
2017-08-12 Alan Coxzx128: update notes
2017-08-12 Alan Coxtty: first cut at O_NDELAY support for write()
2017-08-03 Alan Coxdevio: remove FIXME
next