FUZIX.git
2015-05-10 Alan Coxsh:kill off WHILE
2015-05-10 Alan Coxsh: kill off FOR
2015-05-10 Alan Coxsh: kill off IF
2015-05-10 Alan Coxsh: kill off FI
2015-05-10 Alan Coxsh: kill off THEN
2015-05-10 Alan Coxsh: kill off ELSE
2015-05-10 Alan Coxsh: kill off ELIF
2015-05-10 Alan Coxsh: kill of SWITCH IN ENDSW
2015-05-10 Alan Coxsh: kill off BEGIN and END
2015-05-10 Alan Coxsh: remove LOOP/POOL and fix some bugs introduced earlier
2015-05-10 Alan Coxsh: fix ANDF and ORF
2015-05-10 Alan Coxsh: remove NEQ and some other defines
2015-05-10 Alan Coxsh: Remove "LOCAL" define
2015-05-10 Tormod Voldendragon ports: Fix wrong mapping in uget()
2015-05-10 Tormod Voldencrt0_6809: Let linker figure out load page value
2015-05-10 Alan Coxtty: switch default binding to ^H for deletion
2015-05-10 Alan Coxpcw8256: keymap changes
2015-05-10 Alan Coxtrs80: key mapping fixes
2015-05-10 Alan Coxnc100: use more of the KEY_ defines
2015-05-10 Alan Coxmtx: use KEY_ESC defines
2015-05-10 Tormod Voldenexecve() fix for 6502
2015-05-09 Alan Cox/bin/sh: Minimal changes to get the real Bourne shell...
2015-05-09 Alan Coxbuild-filesystem: Add build-mini-filesystem script
2015-05-09 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-05-09 Tormod Voldendragon: Add missing swap_map define
2015-05-09 Tormod Voldendragon ports: Fix signedness warning in devtty.c
2015-05-09 Tormod Voldenmtx: Fix shift-uppercase and use more keysyms
2015-05-09 Alan Coxdragon: Switch COCO_KBD to CONFIG_COCO_KBD
2015-05-09 Tormod Voldendragon ports: Add CoCo keyboard map
2015-05-09 Tormod Voldendragon ports: Update keymaps to use keysyms
2015-05-09 EtchedPixelsMerge pull request #176 from willsowerbutts/zetaboot
2015-05-09 Will Sowerbuttszeta-v2: Minor optimisation to physical memory search
2015-05-08 Will Sowerbuttszeta-v2: Bug fix for false alarms when searching for...
2015-05-08 Will Sowerbuttszeta-v2: Fix error in comment
2015-05-08 Will Sowerbuttszeta-v2: Update documentation. Add UNA BIOS disk boot...
2015-05-08 Will Sowerbuttszeta-v2: Relocate the kernel in physical memory on...
2015-05-08 Will Sowerbuttszeta-v2: Build a CP/M loader for the kernel
2015-04-27 Alan Coxmtx: keymaps updated to use the keysyms
2015-04-27 Tormod Voldendragon-nx32: Fix ctrl and shift sending NUL bytes
2015-04-27 Tormod VoldenEnable ctrl + lowercase on various platforms
2015-04-27 Tormod VoldenFix ctrl and shift sending NUL bytes on various platforms
2015-04-26 Alan CoxREADME.md: update
2015-04-26 Alan Coxmtx: update README
2015-04-26 Alan Coxzx128: still hunting swap bugs
2015-04-26 Alan Coxnc100: Set CONFIG_LEGACY_EXEC for now
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
next