FUZIX.git
2015-05-19 Alan Coxkernel.h: kill dead field
2015-05-18 Alan Coxsgrpsig: correct sign
2015-05-18 Alan Coxproc: allow kill to accept all 32 signals
2015-05-18 Alan Coxprocess: don't wake zombies, it ends badly even if...
2015-05-18 Tormod Voldendragon-nx32: Implement swapping in of processes
2015-05-18 Tormod Voldenlowlevel-6809: Do not clobber CC on syscall SWI exit
2015-05-17 Alan Cox6809test: get it building again just for some size...
2015-05-17 Alan Coxbank16: fix another swap issue
2015-05-17 Alan Coxtrs80: fix typo
2015-05-17 Alan CoxREADME: update
2015-05-17 Tormod Voldendragon-nx32: Swap out over DriveWire
2015-05-17 Tormod Voldendragon: Set up SAM vector for kernel too
2015-05-17 Alan Coxlibc: use the SDCC setjmp not one we inherited from...
2015-05-17 Alan Coxsh: alignment
2015-05-16 Alan Coxsh: correct end and use sbrk() rather than v7 linkages
2015-05-16 Alan Coxsetbrk: but don't wipe shrinks of the stack!
2015-05-16 Alan Coxsetbrk: possible paranoia for the moment
2015-05-16 Alan Coxsh: sdcc miscompiles (foo = bar)->x = 1 so avoid
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
next