FUZIX.git
2015-01-30 Alan Coxflat: initial flat memory support code
2015-01-30 Alan Coxprocess: fix bracketing
2015-01-30 Alan Coxsyscall_proc: fix 16bit ism on signals
2015-01-30 Alan Coxtty: fix warnings for types and arguments
2015-01-30 Alan Coxlink/mkdir: error link counter overrun
2015-01-30 Alan Cox68000: base enabling pieces
2015-01-30 Alan Coxusermem: support for flat binaries
2015-01-30 Alan Coxvt: fix argument typing ready for 32bit
2015-01-30 Alan Coxswap.c: fix unused argument warning
2015-01-30 Alan Coxtty/vt: fix prototypes for ioctl
2015-01-30 Alan Coxdevsys: fix types
2015-01-30 Alan Coxdevsys: fix warnings caused by unused parameters
2015-01-30 Alan Coxdevio: fix warnings caused by unused parameters
2015-01-30 Alan Cox6809: add used macro
2015-01-30 Alan Coxcpu-z80: introduce used() macro
2015-01-30 Alan Coxcpu-6502: introduce used() macro
2015-01-30 Alan Cox68000: very initial pieces to work on a first 680x0...
2015-01-27 Alan Cox6502/z80: finish fixing up signal types
2015-01-27 Alan Cox6502: correct typecasts for the break limit
2015-01-27 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-01-27 EtchedPixelsMerge pull request #91 from geijoenr/master
2015-01-27 geijoenrmsx2: update megasd transfer functions for rawflag=1
2015-01-27 geijoenrmsx2: fix memory sizing
2015-01-27 geijoenrsdcc: fix some type warnings for sdcc 3.4.2
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
next