FUZIX.git
2018-03-11 Tormod VoldenAllow building without IDE or SCSI support
2018-03-11 Tormod Voldencoco3: Const'ify strcmp arguments
2018-03-11 Tormod VoldenCommon DriveWire files for coco2/coco2cart/dragon-nx32
2018-03-11 Alan Coxflat: note bug
2018-03-11 Alan Coxstartrek: make sdcc happier
2018-03-11 Alan Coxfindsdcc: fix paths
2018-03-11 Alan Coxsyscall_exec16: Fix L2 build without locking
2018-03-11 Alan Coxstartrek: fix typo
2018-03-11 Alan Coxstartrek: feed through indent
2018-03-10 Tormod Voldendragon-nx32: Only init IDE or SD devices if set in...
2018-03-10 Tormod Voldendragon-nx32: Default to "real" DriveWire (bit-banger...
2018-03-10 Tormod Voldendragon-nx32: SPI fast sector read: Initiate bit shiftin...
2018-03-10 Tormod VoldenRemove spurious control character in varargs.h
2018-03-10 Tormod Voldendevsd_discard.c: Fix link to ChaN's flow chart
2018-03-10 Alan Coxdragon-nx-32: resolve Makefile merge failure in previous
2018-03-10 Tormod VoldenAdd GUID Partition Table support
2018-03-10 Tormod VoldenAdd userspace GPT parser
2018-03-10 Tormod VoldenAdd library header files for partition tables
2018-03-10 Tormod Voldendragon-nx32: Add strcmp()
2018-03-10 Tormod VoldenAdd %2x support to kprintf
2018-03-10 Alan Cox68000: build vile
2018-03-10 Alan Coxvile: add d and c functionality
2018-03-09 Alan Cox68000: add more app makefiles
2018-03-09 Alan Cox68000: update some Makefiles
2018-03-09 Alan Cox68000: Library makefiles
2018-03-09 Alan Coxmalloc: tidy formatting to match core code standard
2018-03-09 Alan Coxvile: add some of the needed bits for modify tracking etc
2018-03-09 Alan Coxvile: hook into build
2018-03-05 Alan Cox6809: update rules to build startrek FP
2018-03-05 Alan Cox6809: Update the library build
2018-03-05 Alan Coxsqrt: fix SNaN
2018-03-05 Alan Coxround: fix types for shifts
2018-03-05 Alan Coxmodf: replace MUSL version with Sun one for portability
2018-03-05 Alan Coxfrexp: replace MUSL with Sun version for portability
2018-03-05 Alan Coxfabs: make friendly with non uint64_t
2018-03-05 Alan Coxexpm1: remove old STRICT_ASSIGN macro
2018-03-05 Alan Coxcopysign: make it friendly to non 64bit capable platforms
2018-03-05 Alan Coxcbrt: make it friendly with non 64bit capable
2018-03-05 Alan Coxatanh: fix build
2018-03-05 Alan Coxfpclassify: rewrite in terms of macros
2018-03-05 Alan Coxmath,h: Fix mismatched atof declaration
2018-03-05 Alan Coxrename: fix leak I hope
2018-03-05 Alan Coxvile: further design note
2018-03-05 EtchedPixelsMerge pull request #592 from k0gaMSX/master
2018-02-26 Roberto E.... kernel: Initialize dirty and time flags of bb
2018-02-26 Roberto E.... start: Avoid infinite loop when BOOTDEVICE is defined
2018-02-26 Roberto E.... msx2: Use DEVTTY for kernel messages
2018-02-26 Roberto E.... Make the Makefiles more portable
2018-02-25 Alan Coxbinfmt: update notes on plans
2018-02-25 Alan Coxfweep: more tidying
2018-02-25 EtchedPixelsMerge pull request #591 from beretta42/nop-explain
2018-02-25 Alan Coxlibm,6809: add a helper set for the double ops we can...
2018-02-25 Alan Coxlibm: 6809 now handles double as well as float
2018-02-25 Alan Cox6809: build libm (sort of)
2018-02-25 Brett GordonExplain reason for NOPs in SD driver
2018-02-25 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-02-25 Alan Coxgames: update Makefiles
2018-02-25 Alan Coxfweep: tidying
2018-02-25 Alan Coxfweep: indent
2018-02-25 Alan Coxfweep: work in progress
2018-02-24 EtchedPixelsMerge pull request #589 from beretta42/sd7
2018-02-24 EtchedPixelsMerge pull request #588 from beretta42/net-fix
2018-02-24 Brett Gordoncoco3: implement sd card.
2018-02-24 Brett Gordonnet native: u_count is reset after calls to readi/write...
2018-02-23 Alan Coxstartrek: add a decent version of it
2018-02-23 Alan Coxmath.h: correct prototype of powf
2018-02-23 Alan Coxlibc: Compliance bugs
2018-02-23 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-02-23 Alan Coxpdp11: we need setjmp_pdp11.S committed
2018-02-23 EtchedPixelsMerge pull request #587 from beretta42/fsck2
2018-02-23 Alan Coxvile: add half screen scroll vi commands
2018-02-23 Alan Coxvile: a VI Like Editor - WIP
2018-02-21 Alan Coxlocaltim: should automatically call tzset
2018-02-21 Alan Coxlocaltim/gmtime: correct which one is applying corrections
2018-02-21 Alan Coxucp: fix bugs
2018-02-21 Alan Coxrmdir: report path correctly
2018-02-21 Alan Coxlink: don't allow superuser to link to directories
2018-02-21 Alan Coxlink: remove root power to link to a directory
2018-02-21 Alan Coxmkdir: Fix error recover path
2018-02-21 Alan Coxflock: LEVEL_0 update
2018-02-21 Alan Coxlevels: LEVEL_0 makes no sense except as a uaccess...
2018-02-21 Alan Coxunlink: lock right node
2018-02-21 Alan Coxfs: fixes from testing
2018-02-21 Alan Coxfilesys: introduce a routine to check if a directory...
2018-02-21 Alan Coxunlink: will need to hold lock over unlinki
2018-02-21 Alan Cox65c816: fix kprintf
2018-02-21 Alan Coxdevio: Fix build with IDUMP, minor tweaks for error...
2018-02-21 Alan Coxdevio: First cut at putting into place sleeping I/O...
2018-02-21 Alan Coxkernel: pathbuf is dead remove the remnants
2018-02-20 Alan Coxkernel: minimal patches and defines ready for parallel...
2018-02-20 Alan Coxpg: Add the late V7 "pg" command
2018-02-20 Alan Coxcpio: some tidying
2018-02-20 Alan CoxFrom: Tormod Volden <debian.tormod@gmail.com>
2018-02-20 Brett Gordonbuild: add fsck -y passing to buildscript
2018-02-18 Alan Coxpdp11: Add another missing piece and turn on library...
2018-02-18 Alan Coxpdp11: setjmp structure
2018-02-18 Alan Cox68000: fix longjmp code
2018-02-18 Alan Coxpdp11: setjmp and longjmp
2018-02-18 Alan Coxpdp11: udivhi3 helper
2018-02-18 Alan Coxpdp11: sort out more of the low level bits
next