FUZIX.git
2018-08-31 Alan Coxsetdate: polish and add a manual page
2018-08-31 Alan Coxlocaltime: apply correct fix instead
2018-08-31 Alan Coxtzset: fix parser bugs
2018-08-31 Alan Coxlocatime: we can shift day if we are close enough to...
2018-08-31 Alan Coxcpuinfo: first cut at 6502 series info
2018-08-30 Alan CoxMakefile: updates
2018-08-30 Alan Coxlibs/time: shuffle localtime/gmtime and the _r versions...
2018-08-30 Alan CoxLibrary: remove bogus difftime and add a proper one
2018-08-30 Alan Coxlevee: needs a make clean for 6502 even if nothing...
2018-08-30 Alan Coxtime: put together the test local time support
2018-08-30 Alan Coxhdflba: tool I forgot to add
2018-08-30 Alan Coxtools: decb tool
2018-08-30 Alan Coxkernel.h: add Z280 CPU type
2018-08-30 Alan Coxversion: -rc2
2018-08-29 Alan Coxkernel: very initial Z280 sketch of a port
2018-08-29 Alan Coxsbcv2: tiny changes for clarity
2018-08-28 Alan Coxtimer: Fix broke preprocessor rule
2018-08-28 Alan Coxzetav2: fix a comment
2018-08-28 Alan Coxsbcv2: more documentation
2018-08-28 Alan Coxsbcv2: Update link file after changes
2018-08-28 Alan Coxsbcv2: update Makefile
2018-08-28 Alan Coxpropiov2: note a limitation
2018-08-28 Alan Coxsbc2: comment platform_ide.h for completeness
2018-08-28 Alan Coxsbcv2: comment extensively and move driver stuff that...
2018-08-28 Alan Coxppide: Make the N8VEM/Retrobrew file shareable and...
2018-08-27 Alan Coxsbcv2: add lots of comments as this is meant to be...
2018-08-26 Alan Coxsbcv2: clarify why we have turned off HD FD
2018-08-26 Alan Coxsbcv2: Use the sketched out 9266 FDC driver
2018-08-26 Alan Cox9266 fdc driver for RBC style systems
2018-08-26 Alan Coxsbcv2: First cut at Zeta floppy support
2018-08-26 Alan Coxdevfd: Allow for hardware without CCR or HD.
2018-08-26 Alan Coxsbcv2: Change default nomenclature, add explanation...
2018-08-25 Alan Coxsbcv2: Add support for timer hack mode (DSR wired to...
2018-08-25 Alan Coxsbcv2: adjust the UDATA size and stash in the asm side
2018-08-25 Alan Coxdevtty: Various uart fixes for baud etc
2018-08-25 Alan Coxsbcv2: move the udata stash up 256 bytes
2018-08-25 Alan Coxn8vem4/p112: Add in the full RTC support
2018-08-25 Alan Coxzetav2: Turn on full rtc support
2018-08-25 Alan CoxMakefile: add N8VEM v2 to the list
2018-08-25 Alan Coxds1302: Move the rtc_read/write helpers to the common...
2018-08-25 Alan Coxsetdate: Fix bugs in BCD mode
2018-08-25 Alan Coxsbcv2: default to 115200 baud
2018-08-25 Alan Coxsbcv2: remove boot time debug
2018-08-25 Alan Coxsbcv2: More UART features
2018-08-25 Alan Coxsbcv2: initial basic PropIO probe
2018-08-25 Alan Coxkernel: don't make the console block on carrier
2018-08-25 Alan Coxplatform-sbcv2: N8VEM Mark 2
2018-08-25 Alan Coxds1302: update header
2018-08-25 Alan Coxkernel: Document the new tickless kernel
2018-08-25 Alan Coxsam: Further fixing and cleanups
2018-08-25 Alan Coxtimer: last bits needed for a platform without a timer...
2018-08-25 Alan Coxubee: remove duplicate include
2018-08-25 Alan Coxds1302: note some code should be shared better
2018-08-25 Alan Coxubee: fix bogus copied comment
2018-08-25 Alan Coxz80-thunked: More assorted fixes
2018-08-25 Alan Coxtrs80/genie: Fix rtc handling
2018-08-25 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-08-25 EtchedPixelsMerge pull request #655 from beretta42/cave
2018-08-24 Brett Gordoncave: install database to where advent expects it
2018-08-22 Alan Coxkernel Introduce tickless kernel support
2018-08-22 Alan Coxsyscall_exec16: Rework close_on_exec a bit to fix SDCC...
2018-08-22 Alan Coxusermem-std-thunked: add a comment
2018-08-20 Alan Coxsam: optimize kernel return path a tiny bit
2018-08-20 Alan Coxsam: add a low 512 byte buffer ready for ramdisk support
2018-08-20 Alan Coxatom: remove dead comment
2018-08-20 Alan Coxz80thunked: Fix some more bugs
2018-08-20 Alan Coxbank32k: Handle high/low stubs
2018-08-19 Alan Coxz80-thunked: doexec needs to be in high space
2018-08-19 Alan Coxusermem: Fix the thunked z80 uput and some other bugs
2018-08-19 Alan Coxsam: video and stub fixes
2018-08-19 Alan Coxsam: more work on the ATA disk interface
2018-08-19 Alan Coxdevide: Add the ability to have a mix of 8 and 16bit...
2018-08-19 Alan Coxsam: update the keyboard logic and tables
2018-08-19 Alan Coxsam: more work on the IDE layer
2018-08-19 Alan Coxkeycode: add another code
2018-08-19 Alan Coxdevide: allow for 16bit ports
2018-08-18 Alan Coxsam: further keymap work
2018-08-18 Alan Coxkernel: add KEY_COPYRIGHT and KEY_EDIT
2018-08-18 Alan Coxusermem-z80-thunked: Fix offsets for 32K/32K mode
2018-08-18 Alan Coxsam: base keyboard map
2018-08-18 Alan Coxtty: note an optimization area
2018-08-18 Alan Coxsam: fix keyboard scan logic
2018-08-18 Alan Coxsam: Fix scrolling
2018-08-18 Alan Coxsam: correct check for timer interrupt
2018-08-18 Alan Coxsam: call the keyboard scanner
2018-08-18 Alan Coxsam: turn off debug stop loop
2018-08-18 Alan Coxsam: further debugging work
2018-08-18 Alan Coxfontexpand: fix the bug
2018-08-18 Alan Coxsam: note bug in program_vectors
2018-08-17 Alan Coxfontexpand: fix endian dependancy
2018-08-17 Alan Coxtools/binman: allow for a kernel with low and high...
2018-08-17 Alan Coxsam: restructure loading a bit fix some display and...
2018-08-17 Alan Coxsam: don't link the font
2018-08-17 Alan Coxsam: Get to the point we enter the kernel
2018-08-17 Alan Coxsam: build bootable image
2018-08-17 Alan Coxz80: build raw2mgt for Z80 kernel builds
2018-08-17 Alan Coxtools: add a raw2mgt too for SAM kernel building
2018-08-17 Alan Coxsetup: we need the ROM off
2018-08-17 Alan Coxsam: correct the boot.s code
2018-08-17 Alan Coxtty: improve behaviour of O_NDELAY
next