FUZIX.git
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
2015-01-16 Alan Coxlibc: some more C locale only wrapping and glue
2015-01-16 Alan Coxlibc: various minimalist locale stuff (C locale wrapper...
2015-01-15 Alan Coxioctl: note where tty ioctls live
2015-01-15 Alan Coxsched_yield: A syscall a day 8)
2015-01-15 Alan Cox6502: Further libc tidying
2015-01-14 Alan Coxsyscalls: add getpgrp (forgot it before!) and also...
2015-01-13 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-01-13 Alan CoxREADME: notes on things for the tgl6502
2015-01-13 Alan Coxcpu: make brk address rules CPU specific
2015-01-13 Alan CoxMakefile: use -O not -Or, we don't use register variabl...
2015-01-13 Alan Coxlibc: Make the libc code with cc65. Clean all the heade...
2015-01-13 EtchedPixelsMerge pull request #67 from willsowerbutts/z180int
2015-01-13 Will SowerbuttsKernel: getproc() should not enable interrupts if it...
2015-01-13 Will SowerbuttsKernel: Change NMOS_Z80/CMOS_Z80 to Z80_TYPE. Change...
2015-01-12 Alan Coxtypes.h: cc65 can't handle 64bit ints and isn't likely...
2015-01-12 Alan Coxunistd/syscalls: Fix 6502 type warnings
2015-01-12 Alan Coxssh: fix warning from cc65
2015-01-12 Alan Coxstring.h: fix implicit int usage
2015-01-12 Alan Coxutils: some tweaks to keep cc65 happy.
2015-01-12 Alan Coxtgl6502: Make it possible to split out discard, also...
2015-01-12 Alan Coxioctl: tidy up a bit more
2015-01-12 Alan Coxdevio: update to the new ioctl naming
2015-01-12 Alan Coxioctl: implement the superuser bit
2015-01-12 Alan Coxioctl: rename the BLOCK_FLUSH ioctl to match the Linux...
2015-01-12 Alan Coxtglsplice: allow a file system to be attached
2015-01-12 Alan Coxtgl6502: push further work on the tgl6502
2015-01-12 EtchedPixelsMerge pull request #66 from willsowerbutts/ideflush3
2015-01-12 Will Sowerbuttsdevide: Set cache dirty flag even when write operation...
2015-01-12 Will Sowerbuttsblkdev: Remove obsolete blkdev_flush() from header...
2015-01-11 Will Sowerbuttsp112, n8vem-mark4: Update devices table for new blkdev...
2015-01-11 Will Sowerbuttsdevide: Support for flushing device cache. Avoids sendi...
2015-01-11 Will Sowerbuttsblkdev: Support for flushing device caches on BLOCK_FLU...
2015-01-11 Will SowerbuttsKernel: d_flush() flushes the write cache of a device...
2015-01-11 EtchedPixelsMerge pull request #64 from willsowerbutts/blkdevfix
2015-01-11 Will Sowerbuttsblkdev: Bug fix - final blkdev_table entry could not...
2015-01-10 Alan Coxtgl6502: fix various basic things such as __fastcall__...
2015-01-10 Alan Cox6502: save the zero page magic bits on interrupt, other...
2015-01-10 Alan Coxtricks.s: fork and copy routine for the 6502
2015-01-10 Alan Coxtgl6502: start fleshing out the 6502 version of tricks.s
2015-01-10 Alan Coxcrt0.s: load $FF into S not $0
2015-01-10 Alan Coxtgl6502: update README
2015-01-10 Alan Coxtglsplice: turns fuzix.bin into 6502.rom.
2015-01-10 Alan Coxtgl6502: initial bring up tree elements for the TGL6502...
2015-01-10 Alan Cox6502: don't built -tc128, we want ascii not petsci
2015-01-10 Alan Coxprocess.c: turn debug back off in default build
2015-01-10 Alan Coxprocess.c: fix build with the full debug enabled
2015-01-10 Alan Cox6502: some code tidy
2015-01-10 Alan Cox6502: stubs for usermem
2015-01-10 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-01-10 EtchedPixelsMerge pull request #63 from willsowerbutts/endian
2015-01-10 EtchedPixelsMerge pull request #61 from adx11/master
2015-01-09 Will Sowerbuttsdevide: Address another little-endian assumption
2015-01-09 Will Sowerbuttsmbr: Do not assume little-endian
2015-01-09 Will Sowerbuttsdevide: Do not assume little-endian
2015-01-09 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-01-09 Anthony DeStefanoMakefile: add missig clean targets
2015-01-08 EtchedPixelsMerge pull request #59 from willsowerbutts/tickfix
2015-01-08 Will SowerbuttsKernel: Fix definition of ticks_t
2015-01-06 Alan CoxFinal tweaks and TRS80 now swaps on partitions other...
2015-01-06 Alan Coxtrslabel: correct set up
2015-01-06 Alan Coxstart: update year
2015-01-06 Alan Coxtrslabel: initial quick hack volume labeller for TRS80...
2015-01-06 Alan Coxtrs80: fix silly bug in devhd - 256 byte sectors so...
2015-01-06 Alan Coxdiskgeom: correct lba struct
2015-01-06 Alan Coxtrs80/core: Enable the pieces we need for TRS80 with...
2015-01-06 Alan Coxanalysemap: allow -a to also size discard functions
2015-01-06 Alan Coxdiskgeom: disk geometry and mini partitions for small...
2015-01-06 Alan CoxTidy up the DISCARD hack
2015-01-06 Alan Coxblkdev: Break apart blkdev_init
2015-01-06 Alan Coxanalysemap: don't list _DISCARD functions in hogs.txt
2015-01-06 Alan Coxdevhd: TRS80 devhd swap was done, remove comment about it
next