FUZIX.git
2015-01-26 Alan Coxtypes: set the type definitions ready for non 8bit...
2015-01-26 Alan Coxcpu: add uarg_t
2015-01-26 Alan Coxbank code; Add comments and information to these
2015-01-26 EtchedPixelsMerge pull request #89 from willsowerbutts/fixdd
2015-01-26 Will SowerbuttsKernel: Change bf_free to tristate -- free, busy, super...
2015-01-26 Will SowerbuttsKernel: Bug fix - do not zero the superblock magic...
2015-01-26 Will SowerbuttsFix count= option to dd
2015-01-25 Alan Coxcpu-z80/cpu.h: add a warning about __COMMONMEM
2015-01-25 EtchedPixelsMerge pull request #87 from willsowerbutts/blkdirect
2015-01-25 Will Sowerbuttsdevsd: Remove unused memory, fix return without releasi...
2015-01-25 Will Sowerbuttsmbr: Reset blk_op.nblock on each transfer
2015-01-25 Will Sowerbuttsn8vem-mark4: Update SD transfer functions for rawflag=1
2015-01-25 Will Sowerbuttsdevsd: Convert to new blkdev API and support rawflag=1
2015-01-25 Will Sowerbuttsdevide: Convert to new blkdev API and support rawflag=1
2015-01-25 Will Sowerbuttsblkdev: Support rawflag=1, pass parameters using global...
2015-01-25 Will Sowerbuttsmonitor-z80: Print newline before banner
2015-01-25 Will SowerbuttsNew COMMON_MEMORY macro to put code into COMMONMEM...
2015-01-25 Will SowerbuttsKernel: syscall_exec: Convert block number to off_t...
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
next