FUZIX.git
2015-01-25 Alan Coxz80/6502: final (hopefully) alternate magic bytes for...
2015-01-25 Alan Coxz80: define PROGLOAD in the asm side of things, also...
2015-01-25 Alan CoxSIG_DFL: note must be zero, ready for execve tidy
2015-01-25 Alan Coxtgl6502: set up ready to allow relocatable binaries.
2015-01-25 Alan Coxexecve: use direct user mappings
2015-01-25 Alan Coxtgl6502: enable raw I/O on the rom driver
2015-01-25 Alan Coxbank16k_low: remove debug
2015-01-24 Alan Coxsocz80: definitely a "don't spin" platform
2015-01-24 Alan Coxtty: allow -1 return from waitready to indicate the...
2015-01-24 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-01-24 EtchedPixelsMerge pull request #84 from willsowerbutts/fixdf
2015-01-24 Will Sowerbuttsmbr: Fix stray > at end of output with four primary...
2015-01-24 Will Sowerbuttsfilesystem: Add /usr/lib/liberror.txt expected by strer...
2015-01-24 Will SowerbuttsApplications: Make df work
2015-01-24 Alan Coxbank16k_low: Introduce 16K low common banking logic...
2015-01-24 Alan Coxexec: introduce MAPBASE as distinguished from PROGBASE
2015-01-24 Alan Coxchmem: allow for 6502 and Z80
2015-01-24 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-01-24 Alan Coxtgl6502: kill stray space
2015-01-24 Alan Coxtgl6502: switch to 16K banking
2015-01-24 Alan Coxdevlpr: use need_resched
2015-01-24 EtchedPixelsMerge pull request #82 from willsowerbutts/rootfs
2015-01-24 Alan Coxproc: Add need_resched()
2015-01-24 Will SowerbuttsAdd missing /tmp to root filesystem. /etc/mtab removed...
2015-01-24 EtchedPixelsMerge pull request #81 from willsowerbutts/fixstty
2015-01-24 Alan Coxlibc: forgot to add these
2015-01-24 Will SowerbuttsLibrary: Synchronise termios with kernel. Fix stty...
2015-01-23 EtchedPixelsMerge pull request #80 from willsowerbutts/fixmknod
2015-01-23 EtchedPixelsMerge pull request #79 from willsowerbutts/fixvfprintf
2015-01-23 EtchedPixelsMerge pull request #78 from willsowerbutts/readme
2015-01-23 Will SowerbuttsKernel: Bug fix: _mknod() always failed
2015-01-23 Will SowerbuttsLibrary: Bug fix for vfprintf()
2015-01-23 Will SowerbuttsUpdate README.md file
2015-01-23 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-01-23 Alan Coxtime_t: Fix up all the time_t stuff in libc for 32bit...
2015-01-23 Alan Cox6502: first cut at signal handler logic
2015-01-22 EtchedPixelsMerge pull request #75 from willsowerbutts/n8vem-boot
2015-01-22 EtchedPixelsMerge pull request #74 from willsowerbutts/idefix
2015-01-21 Will SowerbuttsKernel: p112 README changes
2015-01-21 Will SowerbuttsKernel: n8vem-mark4 UNA BIOS boot sector and instructions
2015-01-21 Will SowerbuttsKernel: devide: Fix false-positive detection of drives
2015-01-21 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-01-21 EtchedPixelsMerge pull request #73 from willsowerbutts/fstool
2015-01-21 Alan Coxatexit: clean up all the atexit code and fix the improp...
2015-01-21 Will SowerbuttsSimple script to build a root filesystem, plus tiny...
2015-01-21 EtchedPixelsMerge pull request #72 from willsowerbutts/p112floppy
2015-01-21 Alan Coxtricks.s: remove stray debug
2015-01-21 Will SowerbuttsKernel: p112 floppy disk driver and floppy disk boot...
2015-01-19 Alan CoxREADME: Update 6502 README
2015-01-18 Alan Cox6502: C library workaround for cc65 bug
2015-01-18 Alan Cox6502: now we have the runtime in common space, remove...
2015-01-18 Alan CoxMakefile: introduce CODE3
2015-01-18 Alan Cox6502: Move the C runtime into common
2015-01-17 Alan CoxMakefile.6502: use our atoi() and set the target
2015-01-17 Alan Coxtricks,6502: fix bugs in fork/switchin
2015-01-17 Alan Coxtgl6502: remove more debug
2015-01-17 Alan Coxlowlevel-6502: fix outstring etc
2015-01-17 Alan Coxtgl6502: turn off some of our debugging bits
2015-01-17 Alan Coxsyscall_6502: generate correct varargs stubs
2015-01-17 Alan Coxsyscall_name: open is varargs
2015-01-17 Alan Cox6502: syscalls with no argument require nothing pushing
2015-01-17 EtchedPixelsMerge pull request #71 from willsowerbutts/z80monitor
2015-01-17 Will SowerbuttsKernel: Simple monitor program for Z80 and Z180, useful...
2015-01-17 Alan Coxtricks.s: tgl6502 fork fix - copy 7 banks not 8
2015-01-17 Alan Coxtgl6502: more debugging but we can now execute fork...
2015-01-17 Alan Coxtgl6502: snapshot of syscall work
2015-01-17 Alan Coxtgl6502/devrd: Remember to round the block offset off
2015-01-16 Alan Coxusermem: clean up 6502 debug on ugets
2015-01-16 Alan Coxtgl6502: Get the romdisc fixed and as far as entering...
2015-01-16 Alan Coxstart: the top of user memory we fake up depends on...
2015-01-16 Alan Coxusermem: Get the 6502 usermem working
2015-01-16 Alan Coxld65.cfg: define stubs for crt0.s to use
2015-01-16 Alan Coxcrt0.: we need to copy STUBS as well as COMMONMEM
2015-01-16 Alan Cox6502: sei after we switched memory banks and set our...
2015-01-16 Alan Cox6502: kernel.def was out of date - fix it
2015-01-16 Alan Coxusermem-6502: use tmp2,ptr2 and document that ptr1...
2015-01-16 Alan Coxtgl6502: correct comment in crt0
2015-01-16 Alan Coxtgl6502: Store the reference commonmem ROM copy right...
2015-01-16 Alan Coxfilesys: correct invalid ptr check
2015-01-16 Alan Cox6502: add warning about ordering of stash_zp
2015-01-16 Alan Coxusermem_6502: add uzero, uputc and uputw
2015-01-16 Alan Coxinit: build ok with cc65
2015-01-16 Alan Cox6502 lib: Small changes to get us to the point we can...
2015-01-16 Alan Coxsyscall_6502: don't add exit to the Makefile twice
2015-01-16 Alan Coxcrt0_6502: clean up exit symbols
2015-01-16 Alan Coxtools/syscall_6502: generate correct fastcall stacking...
2015-01-16 Alan Coxcrt0_6502: exit via return implies exit() not _exit()
2015-01-16 Alan Coxcrt0_6502: exit is handled differently to the classic...
2015-01-16 Alan Cox6502: syscall return helper so we can set up errno...
2015-01-16 Alan Coxcrt0_6502: update to reflect proposed ABI
2015-01-16 Alan CoxMakefile.6502: build the library with tools and syscalls
2015-01-16 Alan Coxtools/syscall6502: corrections
2015-01-16 Alan Coxtgl6502: first cut at a sane syscall ABI
2015-01-16 Alan Coxkernel: correct syscall_name header
2015-01-16 Alan CoxTODO: remove fcc things already done
2015-01-16 Alan Coxsyscall_exec: handle R2L and L2R stacking compilers
2015-01-16 Alan Cox6502: Usermode execution start up code
2015-01-16 Alan Coxtgl6502: tool can now automatically merge a monitor
2015-01-16 Alan Coxtgl6502: Work on execve, also jump to monitor on crashes
2015-01-16 Alan Coxlibc: includes for changes
next