FUZIX.git
2018-03-26 Alan Coxsyscall_name: make const
2018-03-26 Alan Coxprocess: fix build bugs
2018-03-26 Alan Coxz80fixedbank: first updated platform code for I/O wait
2018-03-26 Alan Coxprocess: I/O wait support
2018-03-26 Alan Coxiowait:introduce pieces for iowait, also other bits...
2018-03-26 Alan Coxinode: draft code for sleeping file system support
2018-03-18 Alan Coxgames: Move startrek to integer
2018-03-18 Alan Coxstartrek: tidy up further
2018-03-17 Alan Coxtrek: continue tidying up and shrinking down
2018-03-17 Alan Coxtrek: keep tidying up globals
2018-03-15 Alan Coxstartrek: integer trek seems to work
2018-03-15 Alan Coxstartrek: tracking now seems to work still a few floats...
2018-03-15 Alan Coxstartrek: integerize
2018-03-14 Alan Coxstartrek: get rid of extra computer array and use a...
2018-03-14 Alan Coxstartrek: further cleanup and defloating
2018-03-13 Alan Coxkernel: sdcc version info
2018-03-13 Alan Coxstartrek: continue clean up
2018-03-13 Alan Coxstartrek: add an input routine for x.yz fixed point...
2018-03-13 Alan Coxstartrek: clean up in the input side
2018-03-12 Alan Coxstartrek: further clean
2018-03-12 Alan Coxstartrek: more cleaning/sizing
2018-03-12 Alan Coxstartrek: make stardates fixed point
2018-03-11 Alan Coxstartrek:tidy up scratch string usage in device and...
2018-03-11 Alan Coxstartrek: chdir somewhere, make it all static and remov...
2018-03-11 Alan Coxstartrek: instructions
2018-03-11 Alan Coxstartrek: some clean up first pass
2018-03-11 Alan Coxstartrek: use time(NULL)
2018-03-11 Alan Coxlimits: move RAND_MAX to the right spot
2018-03-11 Alan CoxResolving merge
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-11 EtchedPixelsMerge pull request #596 from beretta42/vile
2018-03-11 EtchedPixelsMerge pull request #597 from beretta42/vile2
2018-03-11 EtchedPixelsMerge pull request #595 from beretta42/strcmp
2018-03-11 Brett Gordonvile: add to package script
2018-03-11 Brett Gordoncurses: tailor tty VMIN to FUZIX
2018-03-11 Brett Gordoncoco3: fix strcmp definition
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
next