FUZIX.git
2018-04-08 Alan Cox6502: fix make clean
2018-04-08 Alan Cox6502: fix make clean
2018-04-08 Alan Cox65c816: align with platform_ change for monitor call
2018-04-08 Alan Coxrtc: change rtc to platform_
2018-04-08 Alan Coxcoco3: move to platform_rtc
2018-04-08 Alan Coxasz80: fix Makefile clean for 6809
2018-04-08 Alan Coxtrs80: fix (I hope) the display setup logic
2018-04-08 Alan Coxtimer: start switching platforms to platform_ naming
2018-04-08 Alan Coxz80: build gpt tools
2018-04-08 Alan CoxLibrary: fix builds on systems not using gcc
2018-04-08 EtchedPixelsMerge pull request #599 from beretta42/net
2018-04-08 EtchedPixelsMerge pull request #600 from beretta42/apple
2018-04-08 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-04-08 Alan Coxpdp11: commit makefile and crt0 code
2018-04-08 Alan Coxcrt0: Fix return propogation to exit
2018-04-08 EtchedPixelsMerge pull request #604 from beretta42/tar
2018-04-08 Brett Gordontar: truncate existing files.
2018-04-08 Brett Gordontar: make parent directories
2018-04-08 Brett Gordonnet_native: clear event upon unhooking.
2018-04-07 Alan Coxcromemco: first cut at the low level disk drivers for...
2018-04-06 Alan Coxkernel: Pre-emption rate is supposed to be tick rate...
2018-04-06 Alan Coxz80pack: swap define
2018-04-06 Alan Coxz80: allow fixedbank to used swapless
2018-04-06 Alan Coxcromemco: initial draft port
2018-04-05 Brett Gordonlib: fix 6502 syscall generator
2018-04-02 Alan Coxsignals: fix signal leak by pushing back a pending...
2018-04-02 Alan Coxfilesys: fix errno 0 failure with overlong path
2018-04-02 Alan Coxmkfs: make it clearer how block free list is set up
2018-03-30 Alan Coxnetd: Update for new protocol
2018-03-30 Alan Coxnet_native: implement new callback behaviour
2018-03-30 Alan Coxsyscall_net: make close non blocking add a callback...
2018-03-30 Alan Coxprocess: turn off some debug
2018-03-30 Alan Coxkernel: add pre-emption signal checks to assembly paths
2018-03-30 Alan Coxz80: fix stray switchout
2018-03-30 Alan Coxprocess: make signal_parent reusable, and document
2018-03-30 Alan Coxprocess: fix the various buglets in the scheduler changes
2018-03-30 Alan Coxnet_native: test use for psleep_nosig
2018-03-30 Alan Coxkernel: pre-empt should now call the platform method...
2018-03-30 Alan Coxtrap/platform rename: Make more consistent use of platf...
2018-03-29 Alan Coxplatform_switchout
2018-03-29 Alan Coxmsx1: update to platform_ version
2018-03-29 Alan Coxmsx2: update to scheduler change
2018-03-29 Alan Coxgpt/mbr: don't assume gcc isms are present
2018-03-29 Alan Coxcpu.h: add __packed
2018-03-29 Alan Coxprocess: move all the optimizations of switchout()...
2018-03-29 Alan Coxfilesys: add fields for extended superblock
2018-03-29 Alan Coxinode: file system updates
2018-03-29 Alan Coxmkfs: fix printf reporting
2018-03-29 Alan Coxmkfs: first cut at supporting extended block sizes
2018-03-26 Alan Coxproc.h: add new process state
2018-03-26 Alan Coxsyscall: Fix open() panic introduced by lock change
2018-03-26 Alan Coxbinman: off by one
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
next