FUZIX.git
2018-04-15 Alan Coxinput: add BUTTON(n) define for the button byte
2018-04-15 Alan Coxz80pack: turn on direct I/O for execve etc
2018-04-15 Alan Coxpcw8256: further update/work
2018-04-13 EtchedPixelsMerge pull request #606 from beretta42/inputfix
2018-04-13 Brett Gordoninput: fix ifdef typo
2018-04-12 Alan Coxpcw8256: Example (in progress) devinput device
2018-04-12 Alan Coxkernel: build devinput if needed
2018-04-12 Alan Coxdevinput: the input device layer
2018-04-12 Alan Coxdevsys: hooks for input device
2018-04-12 Alan Coxinput: definitions for input device
2018-04-12 Alan Coxinput: reserve an ioctl range for the input device
2018-04-11 Alan Coxpcw8256: add initial cut at hard disk drivers
2018-04-10 Alan Coxsuper: tweak a bit
2018-04-10 Alan Coxsuperblock: Add geometry proposal
2018-04-10 Alan Coxsuperblock: get the kernel inoptr out of the superblock
2018-04-10 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-04-10 Alan Cox6502: first attempt at a proper push/pop signal stackin...
2018-04-10 EtchedPixelsMerge pull request #605 from beretta42/time
2018-04-10 EtchedPixelsMerge branch 'master' into time
2018-04-10 Alan Coxz80pack: update to platform_rtc_ naming
2018-04-10 Alan Coxnc100: remove dead functionality breaking build
2018-04-10 Alan Coxpcw8256: README
2018-04-10 Alan Coxpcw8256: add now required copy_common method
2018-04-10 Alan Coxz80pack-lite: Fix typo breaking build
2018-04-09 Alan Coxds1302: move to platform_rtc_ naming
2018-04-09 Alan Coxz180: fix rename of monitor entry
2018-04-08 Brett Gordontime: change references to rtc_secs to platform_rtc_secs
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 Brett Gordoncoco3: redo drivewire time rtc / simplify.
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
next