FUZIX.git
2015-05-16 Alan Coxgetfsys: propogate EFAULT errors
2015-05-16 Alan Coxstat: propogate EFAULT errors
2015-05-16 Alan Coxtrs80: don't leave PROFIL experimental bits on
2015-05-16 Alan Coxdf: fix multiple bugs
2015-05-16 Alan Coxread/write: A zero byte read or write is a no-op not...
2015-05-16 Tormod Voldendragon-nx32: Update status in README
2015-05-16 Alan CoxTODO: R/O mounts was dealt with differently
2015-05-16 Alan Coxtrs80: fix swapping - bug in devhd handling of cylinder...
2015-05-15 Alan Coxdevio: Fix the long standing buffer flushing FIXME
2015-05-15 Alan Coxtrs80: swap hd and fd over
2015-05-15 Alan Coxtrs80: fix hard disk problems
2015-05-15 Alan Coxdevio: d_flush of a flush incapable device is not an...
2015-05-15 Alan Coxsh: lower fds used for internal processing
2015-05-15 Alan Coxsh: tidy ups for main.c
2015-05-15 Alan Coxsh: removed dup header so remove the Makefile dependancy
2015-05-15 Alan Coxsbrk: A negative sbrk is permissible, in fact /bin...
2015-05-15 Alan Coxtrs80: fix crash on boot when we zap the stack
2015-05-15 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-05-15 EtchedPixelsMerge pull request #178 from willsowerbutts/binman
2015-05-14 Will Sowerbuttsn8vem-mark4, p112, zeta-v2: Update to new binman packing
2015-05-14 Alan Coxstrsignal: correct types in signal.h
2015-05-14 Alan Coxstrsignal: signal name conversion
2015-05-14 Alan Coxnc100: turn on direct I/O and remove legacy EXEC
2015-05-14 Alan Coxsocz80: update to new binman packing
2015-05-14 Alan Coxz80pack,plus3: update to new binman packing
2015-05-14 Alan Coxmtx, pcw8256: update to new binman
2015-05-14 Alan Coxmsx: update to new binman
2015-05-14 Alan Coxbinman: Change the boot and packing (*THIS WILL AFFECT...
2015-05-14 Alan Coxnc100: rework ram disc logic so we can get rid of legac...
2015-05-14 Alan Coxnc100: Fix packing order
2015-05-14 Tormod Voldendragon-nx32: Enable CONFIG_LARGE_IO_DIRECT and drop...
2015-05-14 Tormod Voldendragon-nx32: Make build instructions copy-pasteable
2015-05-14 Tormod Voldensh: Missing object in Makefile.6809 clean target
2015-05-13 Alan Coxdragon-nx32: initial patch for floppy support of user...
2015-05-12 Tormod Voldendragon-nx32: Raw support on DriveWire (limited to blocks)
2015-05-12 Tormod Voldendragon ports: Proper return values from _uput* and...
2015-05-12 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-05-12 EtchedPixelsMerge pull request #177 from willsowerbutts/zetaboot
2015-05-12 Will Sowerbuttszeta-v2: Fix boot from kernel in ROM. Do not change...
2015-05-11 Alan Coxsh: remove stale v7ism
2015-05-11 Alan Coxsh: start trying to sort out signals
2015-05-11 Alan Coxsh: remove a FIXME
2015-05-11 Alan Coxsh: prt uses clock_t for time
2015-05-11 Alan Coxexpand: use FUZIX low level readdir functionality
2015-05-11 Alan Coxsh: times syscall nowadays takes a struct, update accor...
2015-05-11 Alan Coxtmpfile: return NULL not randomness on error
2015-05-11 Alan Coxsh: finish ansifying and fix up for other compilers
2015-05-10 Alan Coxsh: ANSIfy main.c
2015-05-10 Alan Coxsh: service and related fixes for ANSIfication
2015-05-10 Alan Coxsh: ANSIfy printing
2015-05-10 Alan Coxsh: ansify stak.c
2015-05-10 Alan Coxsh: ansify string.c
2015-05-10 Alan Coxsh: ansify error.c
2015-05-10 Alan Coxsh: const in ctypes
2015-05-10 Alan Coxsh: ansify cmd.c
2015-05-10 Alan Coxsh: ANSIfy builtins.c
2015-05-10 Alan Coxblok: ansify
2015-05-10 Alan Coxsh: args, ansify
2015-05-10 Alan Coxsh: kill off INT
2015-05-10 Alan Coxsh: ident the code so it turns back into C
2015-05-10 Alan Coxsh: kill off more macro bits
2015-05-10 Alan Coxsh: kill off REG
2015-05-10 Alan Coxsh: kill off OD/DO
2015-05-10 Alan Coxsh: kill off DO
2015-05-10 Alan Coxsh: kill off PER REP
2015-05-10 Alan Coxsh: kill off DONE
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
next