FUZIX.git
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
2017-08-03 Alan Coxtty: inproc is now void
2017-08-03 Alan Coxusermem: remove old FIXME
2017-08-03 Alan Coxprocess: fix reparenting also handle new complications...
2017-08-03 Alan Coxtty: deal with FIXME's from code review
2017-07-25 Alan Coxsyscall_proc: code review notes/fix
2017-07-25 Alan Coxtty: note another possible tidy
2017-07-25 Alan Coxfilesys: correct error return code
2017-07-08 Alan Coxmicropack: updates
2017-07-08 Alan Coxfilesys: we don't need to buffer the name on a tiny...
2017-07-08 Alan Coxprocess.c: code review comments
2017-07-08 Alan Coxvt and tty: code review notes
2017-07-08 Alan Coxfilesys: code review comments
2017-06-23 Alan Coxlibc: add resolver
2017-06-23 Alan Coxlibc: First cut at send/sendto/recv/recvfrom
2017-06-23 Alan Coxerrno.h: resync with kernel
2017-06-23 Alan Coxsyscall_net: rework sendto()
2017-06-23 Alan Coxbinman: Fix a corner case
2017-06-23 Alan Coxsyscall: introduce level 0
2017-06-23 Alan Coxmicropack: more experimentation
2017-06-23 Alan Coxmicropack: build the boot blocks
2017-06-14 Alan Coxmicropack: turn into a level 0 test bed
2017-06-14 Alan Coxusermem: not relevant on level 0
2017-06-14 Alan Coxsimple: make the two cases more obvious and avoid the...
2017-06-14 Alan Coxlevel0: Introduce a new level of platform
2017-06-14 Alan Coxcpu-z80: drop -Werror
2017-06-14 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-06-11 EtchedPixelsMerge pull request #509 from retrodeluxe/master
2017-06-10 geijoenrmsx2: use dynamic buffers
2017-06-09 EtchedPixelsMerge pull request #508 from retrodeluxe/master
2017-06-09 geijoenrv99xx: fix timing problem when reading from higher...
2017-06-09 geijoenrmsx2: add multiple vt support
2017-06-09 geijoenrmsx2: fix ordering of function keys in matrix
2017-06-07 EtchedPixelsMerge pull request #506 from beretta42/net_native
2017-06-07 EtchedPixelsMerge pull request #507 from beretta42/tar
2017-06-06 Brett Gordontar: bugfix: check for error on read()
2017-06-06 Brett Gordontar: bug fix, use TAPE env variable
2017-06-06 Brett Gordonnet_native: a slight addition
2017-06-05 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-06-05 Alan Coxv68-banked: add missing kernel.def
2017-06-05 Alan Coxlibc: add the new process state even though it's not...
2017-06-05 EtchedPixelsMerge pull request #505 from retrodeluxe/master
2017-06-05 geijoenrmsx2: add default keyboard repeat values
2017-06-05 geijoenrmsx2 megasd: handle page crossings
2017-06-05 geijoenrmsx2: megasd falls back to slot 2-3 on probe fail
2017-06-05 geijoenrmsx2: add default boot device
2017-06-05 geijoenrmsx2: save map_table before switching pages
2017-06-03 Alan Coxexecve: stop blocking in close_on_exec
2017-06-03 Alan Coxnet_native: close() should not block
2017-06-03 Alan Coxresolv: add Ringaard resolver
2017-06-03 Alan Coxnc100: first cut at fixing breakage when a read crosses...
2017-05-29 EtchedPixelsMerge pull request #504 from beretta42/lpr
next