FUZIX.git
2018-04-23 Alan Coxubee: sketch out the revised backscroll
2018-04-23 Alan Coxinode: fix silly bug in direct I/O fix attempt
2018-04-23 EtchedPixelsMerge pull request #608 from davidgiven/nc200
2018-04-23 David GivenUpdate documentation.
2018-04-23 David GivenPost-merge fixing to make the floppy driver work.
2018-04-23 David GivenIn-progress (non-building) merge of the NC200 floppy...
2018-04-23 David GivenCorrectly set the location and size of the video memory...
2018-04-23 Alan Coxubee: update the vt code to make the 6545 hardware...
2018-04-23 Alan Coxstart: its 2018
2018-04-23 Alan Coxfilesys: note where locking changes will be needed
2018-04-22 EtchedPixelsMerge pull request #607 from davidgiven/nc200
2018-04-22 Alan Coxubee: more oddments on the display code etc
2018-04-21 David GivenBodge the prototype NC200 port into at least building...
2018-04-21 David GivenStage #1 of moving the NC200 stuff into the amstradnc...
2018-04-21 David GivenMerge from master.
2018-04-21 David GivenRefactor the Amstrad NC directory so that the NC100...
2018-04-20 David GivenFirst draft conversion of the floppy driver away from...
2018-04-20 Alan Coxubee: fix up the display code bugs
2018-04-20 Alan Coxubee: turn on clearing vt now the port bug is fixed
2018-04-20 Alan Coxubee: set display to 80x25
2018-04-20 Alan Coxubee: call map_kernel in start up to initialize shadow...
2018-04-20 Alan Coxubee: NMOS Z80 with bugs
2018-04-19 Alan Coxubee: Next stages to get from prototype to usable
2018-04-19 Alan Coxvt: vtattr_notify missing cases
2018-04-19 Alan Coxvt: should define vtattr in the headers
2018-04-19 David GivenMerge from master.
2018-04-18 Alan Coxkernel: hopefully fix the busy block panic
2018-04-18 David GivenAdd motor spindown and multisector transfer support...
2018-04-17 Alan Coxinode: and a quick fixup for the fixup
2018-04-17 Alan Coxinode: Fix double locking
2018-04-17 Alan Coxz80pack: update README
2018-04-17 Alan Coxubee: first sketch out of light pen keyboard support
2018-04-17 David GivenAdd bare-bones work-in-progress floppy disk driver...
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...
next