FUZIX.git
2015-01-25 Alan Coxbinmunge: add option so we can stub every relocation...
2015-01-25 Alan Coxzx128: fix silly bug with !IDE
2015-01-25 Alan Coxsyscall_exec: unsigned type for the basepage check
2015-01-25 Alan Coxzx128: first pass minor fixes
2015-01-25 Alan Coxzx128: fix devtty header
2015-01-25 Alan Coxmsx2: fix reference to unused symbol as the linker...
2015-01-25 Alan Coxpcw8256: remove unused symbol from tricks.s
2015-01-25 Alan Coxz80pack: add raw I/O offset check
2015-01-25 Alan Coxnc100: fix silly error in raw check
2015-01-25 Alan Coxnc100: fix devtty.h breakage from vt improvements
2015-01-25 Alan Coxtricks.s: remove reference to unused symbol - new linke...
2015-01-25 Alan Coxnc100: fix tty table bug
2015-01-25 Alan Coxdevlpr: update comment - 1uS required for strobe
2015-01-25 Alan Coxnc100,devrd: check lengths are valid, update comment
2015-01-25 Alan Coxsyscall_exec: further work - mostly to persuade sdcc...
2015-01-25 Alan Coxtrs80: update to support direct to user space I/O
2015-01-25 Alan Coxkernel.h: inode lengths are unsigned, tell the compiler...
2015-01-25 Alan Coxtgl6502: fix old comment
2015-01-25 Alan Coxsyscall_exec: start cleaning up
2015-01-25 Alan Coxlowlevel-z80: fix asm error: missing #
2015-01-25 Alan Coxfixedbank: don't import unused and undefined symbols
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
next