FUZIX.git
2015-04-26 Alan Coxmtx: fix the annoying bug that we have '<' and '>'...
2015-04-26 Alan Coxmtx: move DISCARD so a debugging kernel fits
2015-04-26 Alan Coxmtx: Add floppy support for raw mode
2015-04-26 Alan Coxmtx: add swap macros
2015-04-26 Alan Coxmalloc: scrub "register"
2015-04-26 Tormod Voldendragon-nx32: Optimized bank copy routine for fork
2015-04-26 Tormod Voldendragon-nx32: Enable ctrl modifier also for lower-case
2015-04-24 EtchedPixelsMerge pull request #167 from willsowerbutts/ideopt
2015-04-24 Will SowerbuttsTiny optimisation for devide_read_data()/devide_write_d...
2015-04-24 EtchedPixelsMerge pull request #166 from willsowerbutts/ppide
2015-04-24 Will Sowerbuttszeta-v2: Add support for PPIDE storage
2015-04-24 Will Sowerbuttsdevide: Support for IDE controllers which do not expose...
2015-04-24 Will Sowerbuttsp112: Move device_init() to DISCARD segment
2015-04-24 Will Sowerbuttszeta-v2: Move kernel down to start at address 0x0088
2015-04-24 Will SowerbuttsKernel: Platform TTY_INIT_BAUD can override the default...
2015-04-24 Alan Coxvfprintf: use int not short for va_arg
2015-04-24 Tormod Voldenlowlevel-6809.s: ashlsi3 workaround
2015-04-22 Tormod Voldenprocess.c: Signal masks are 32 bit
2015-04-22 Tormod Voldenlowlevel-6809.s: Fix up signal dispatch routine
2015-04-22 Tormod Voldendragon-nx32: Add jump to null_handler at 0
2015-04-22 Tormod Volden6809: Require lwtools 4.11
2015-04-21 Alan Coxstdio: tag macros for review
2015-04-21 Tormod Voldencrt0_6809: Initialize stdio
2015-04-21 Tormod Voldendragon-nx32: Add missing step in build instructions
2015-04-20 Alan Coxzx128: tidy tricks.s slightly
2015-04-20 Tormod Voldendragon32-nx: Preserve U and Y during task switching
2015-04-20 Alan Coxz80pack: Fix the micropack build and the swap
2015-04-20 Alan Coxzx128: update tricks
2015-04-20 Alan Coxzx128: link the new banker
2015-04-20 Alan Coxzx128: we pre-initialize these
2015-04-20 Alan Coxmicrodrive: remove stuff that is now in the banker...
2015-04-20 Alan Coxzx128: turn on custom banker
2015-04-20 Alan Coxzx128: introduce a private banker so we can do swap...
2015-04-20 Alan Coxmicrodrive: map the correct page
2015-04-20 Alan Coxubee: this isn't a usable port but just keep the line...
2015-04-20 Alan Coxzx128: use screen for debug
2015-04-20 Alan Coxz80pack: update config.h for new style swap
2015-04-20 Alan Coxtrs80: bring in line with new swap (compile tested...
2015-04-20 Alan Coxbankfixed: correct p_page error
2015-04-20 Alan Coxswap: Assorted fixes and changes
2015-04-20 Alan Coxz80: Fix IRQ handling for NMOS devices
2015-04-20 Alan Coxz80: fix banked di/irqrestore
2015-04-19 Alan Coxzx128: swap in logic
2015-04-19 Alan Coxzx128: Fix swap out
2015-04-19 Tormod Voldendragon-nx32: After unstashing stack, use new stack...
2015-04-19 Tormod Voldendragon-nx32: Don't stuff uarea on switch to self
2015-04-19 Tormod Voldendragon{,-nx32}: Block interrupts during DriveWire opera...
2015-04-19 Tormod Voldendragon: fork() must return zero to child
2015-04-19 Tormod Voldendragon-nx32: Get dofork() into shape
2015-04-19 Tormod Voldendragon-nx32: runticks is 16 bit
2015-04-19 Tormod Voldencrt_6809: Fix argument and environ passing
2015-04-18 Tormod Voldeninclude/syscall_name.h: fcntl and ioctl are variadic
2015-04-18 Tormod Volden6809 Fix syscall glue for variadic functions
2015-04-18 Tormod Volden6809: Adjust syscall argument passing to caller convention
2015-04-18 Tormod Voldendragon-nx32: Put kernel_flag in common
2015-04-18 Tormod Voldenlowlevel-6809.s: u_callno is 8 bit
2015-04-15 Tormod VoldenAdd const in utils/dosread include/regexp.h libs/atoi
2015-04-15 Alan Coxconsts: Fix other consts
2015-04-15 Alan Coxdosread: remove DOS formatting
2015-04-15 Tormod Voldendragon-nx32: Add system build instructions to README
2015-04-15 Tormod VoldenAdd -X reverse endian option to build-filesystem script
2015-04-15 Tormod Voldencrt0_6809.s: Pass environ, argv and argc to main()
2015-04-15 Tormod Volden6809 util: Link utilities with libgcc
2015-04-15 Tormod Volden6809 libs: Use our str* and mem* functions
2015-04-15 Tormod VoldenLibrary: Add putchar_wrapper.c for use with libgcc
2015-04-15 Tormod Voldencrt0_6809.s: Set load page value for dragon-nx32
2015-04-15 Tormod Voldencrt0_6809.s: Create a .header section for executables
2015-04-15 Tormod Voldencrt0_6809.s: Fix typo in linker symbols strings
2015-04-15 Tormod Voldensyscall6809.s: Use correct SWI number
2015-04-14 Alan Coxzx128/mdv: strengthen tools and fix the header write...
2015-04-13 Alan Coxzx128: further swap fixes
2015-04-13 Alan Coxzx128: further steps to working Microdrive read/write
2015-04-13 Alan Coxzx128: initial code for swap on microdrive
2015-04-13 Alan Coxbankfixed: deal with casting of SWAPBASE
2015-04-13 Tormd Voldendragon-nx32 README: Add bit from Tormod that I lost
2015-04-13 Tormod Volden6809: Try building Applications/utils
2015-04-13 Tormod Volden6809: Fix library archive contents
2015-04-12 Alan CoxMakefile/tools: add chkmdv
2015-04-12 Alan CoxMakefile: space fix
2015-04-12 Tormod VoldenLibrary: Build 6809 C library
2015-04-12 Tormod VoldenLibrary: Generate 6809 syscall glue
2015-04-12 Alan Coxzx128, microdrive: Microdrive write support
2015-04-11 Alan Coxzx128: kick out the experimental betadisk hacks
2015-04-09 Alan Coxdevmdv: add mdv_csum
2015-04-06 Alan Coxpad256: quote "$1" in case anyone uses silly names
2015-04-06 Tormod VoldenAdd padding tool for DriveWire images
2015-04-06 Alan Coxdragon-nx32: add patch to emulate nx32 in Xroar
2015-04-06 Tormod Voldendragon-nx32: Add DWLOAD bootloader
2015-04-06 Alan Coxdragon-nx32: doesn't support raw I/O yet so set the...
2015-04-06 Tormod VoldenAdd new dragon-nx32 port
2015-04-06 Tormod Voldendragon: TICKSPERSEC is 50
2015-04-06 Tormod Voldendragon: Mangle debug outchar bytes for 6847
2015-04-06 Tormod Voldendragon: Fix stack offset in usermem uzero function
2015-04-06 Tormod Voldenp6809.s: Remove fatal space inside register list operand
2015-04-06 Alan Coxfilesys: trim trailing space
2015-04-06 Tormod Voldenfilesys: Add DEBUG kprint in fmount()
2015-04-06 Tormod Voldendragon: Remove misplaced comment in commonmem.s
2015-04-06 Tormod Voldendragon: Do not link empty usermem_std-6809
2015-04-06 Alan Coxzx128: first cut at write logic
2015-03-31 Alan Coxgraphics: fill out how MAP might work
next