FUZIX.git
2019-01-08 Tormod Voldendragon-mooh: drivewire adaptions to page map switching
2019-01-08 Tormod Voldendragon-mooh: Only rewrite MMU when user map changes
2019-01-08 Tormod Voldendragon-mooh: Copy only unique banks on fork
2019-01-08 Tormod Voldendragon-mooh: Disable interrupts while writing task...
2019-01-08 Tormod Voldendragon-mooh: Move udata stash to 0x2000
2019-01-08 Alan Coxbank16: if PROGBASE is non zero we do the maths wrong
2019-01-08 Alan Coxbank8k: allow for no zero base
2019-01-08 Tormod Voldenbank8k: Run program_vectors() after page map reallocation
2019-01-08 Tormod Voldenbank8k: Redefine page map table to not include LOBANK
2019-01-08 Tormod Voldenbank8k: Make sure pagemap_free frees something
2019-01-08 Tormod Voldenbank8k: Fix syntax so that it builds again
2019-01-08 Alan CoxBreaks too much. Also messes up any future multi-proces...
2019-01-08 Tormod Voldensyscall_exec16: pagemap_realloc takes top, not size
2019-01-08 Tormod Voldendragon-nx32: Remove unused (un)map_video calls
2019-01-08 Tormod Voldendragon-mooh: Remaining assembly VT routines for vc
2019-01-08 Tormod Voldendragon-nx32/mooh: Move vc assembly to new vc_asm.s
2019-01-08 Tormod Voldendragon-nx32/mooh: Rename to VC_BASE
2019-01-08 Tormod Voldendragon-mooh: Squeeze in VC framebuffers at 0x400-0x800
2019-01-08 Tormod Voldendragon-mooh: Use the (un)map_video helpers in video.s
2019-01-08 Tormod Voldendragon-mooh: Define TOP_SIZE for swapping
2019-01-08 Tormod Voldendragon-mooh: Add empty platform copyright
2019-01-08 Tormod Voldendragon-mooh: Use makeproc
2019-01-08 Alan Coxz80softspi: correct comments
2019-01-08 Tormod VoldenStandalone/chmem: Correct index for binary magic
2019-01-08 Tormod Voldenchmem: Allow values above 32767 also where int is 16-bit
2019-01-08 Alan Coxlinc80: support SD cards on PIO port B
2019-01-08 Alan Coxz80softspi: Software SPI for the Z80
2019-01-08 Alan Coxgenie-eg64: need_resched needs to be common
2019-01-08 Alan Coxdevsd: allow asm linkages for SPI helpers
2019-01-08 Alan Coxzxmmc: swap was done
2019-01-07 Alan Coxsc108: Can also use the loader
2019-01-07 Alan Coxlinc80: update README
2019-01-07 Alan Coxlinc80: initial port
2019-01-06 Alan Coxrc2014 sio: Fix incorrect calculation causing junk...
2019-01-05 Alan Coxfilo: tweak it a bit more so we get the right layout
2019-01-05 Alan Coxfilo: rework some code so we can use it nicely as a...
2019-01-05 Alan Coxsc114: Fix sc108 handling on execve
2019-01-05 Alan Coxfilo: move constants to right file
2019-01-05 Alan Coxfilo: build at a given address
2019-01-05 Alan Coxsc114: make loader use generic filo parts
2019-01-05 Alan Coxfilo: first pieces of a generic Z80 loader
2019-01-05 Alan Coxsc114: more minor tweaks and README fixups
2019-01-05 Alan Coxsc108: fix typo
2019-01-05 Alan Coxsc114: get it building
2019-01-05 Alan Coxscm_monitor: interface glue
2019-01-05 Alan Coxsc114: initial draft of an SC114 port using SCM monitor...
2019-01-05 Alan Coxsc114: first draft of a real boot loader for Fuzix
2019-01-04 Alan Coxrc2014: update notes and documentation
2019-01-04 Alan Coxtbblue: add UART minor loader fix
2019-01-04 Alan Coxmnakfile: update v65 status to dead for now
2019-01-04 Alan Coxnascom: notes update
2019-01-03 Alan Coxcromemco: trivial optimization
2019-01-03 Alan Coxcromemco: first cut at a fast fork() interbank copier
2018-12-23 Alan Coxman2: further updates and new pages
2018-12-23 Alan Coxsyscall_proc: implement POSIX _POSIX_SAVED_IDS behaviour
2018-12-22 Alan Coxman2: add getpid and getppid
2018-12-22 Alan Coxman2: assorted small formatting fixups
2018-12-22 Alan Coxdup2: Fix two bugs
2018-12-22 Alan Coxdup/dup2: manual page
2018-12-22 Alan Coxfchown/fchmod: redirect to chown/chmod.2
2018-12-22 Alan Coxchown.2: unistd.h is the right header not stat.h
2018-12-22 Alan Coxsyscall_fs2: fix the chown logic to match modern Unix
2018-12-22 Alan Coxchown.2: add manual page
2018-12-22 Alan Coxchmod.2: Man page fixes
2018-12-21 Alan Coxchmod.2L correct values
2018-12-19 Alan Coxman2: add more pages, fix some bits
2018-12-19 Alan Coxsbcv2: Fix msr mode
2018-12-19 Alan Coxtimes: document limitations on tickless systems
2018-12-19 Alan Coxtime: remove stdio usage, fix 60HZ assumptions
2018-12-19 Alan Coxsbcv2: Fix the external DSR timer support
2018-12-11 Alan Coxfuzix: adjust package lists for mini fs
2018-12-11 Alan Coxcromemco: very slow but working
2018-12-11 Alan Coxzxdiv: fix missing newline
2018-12-11 Alan Coxkernel: lower default task switch rate
2018-12-11 Alan Coxcromemco: get the task switching logic working right
2018-12-11 Alan Coxcromemco: fix floppy user v kernel handling bug
2018-12-11 Alan Coxthunked: fix stack handling bug in the pre-emption...
2018-12-10 Alan Coxcromemco: devfd assorted fixes and facepalm removals
2018-12-10 Alan Coxcromemco: program_vectors code, and also fix a silly...
2018-12-10 Alan Coxcromemco: put fd in the right major
2018-12-10 Alan Coxcromemco: further updates - gets us to the boot prompt
2018-12-09 Alan Coxcromemco: This gets our boot disk to the bootdev: prompt
2018-12-09 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-12-09 Alan Coxrc2014: another attempt at SIO autodetection
2018-12-09 EtchedPixelsMerge pull request #679 from c32ff0/master
2018-12-09 c32ff0rc2014: fixed missing functions when ppide enabled
2018-12-09 Alan Coxtravis: don't build the incomplete 68k banked port
2018-12-09 Alan Coxfsck: make buffer static to keep cc65 happy
2018-12-09 Alan Coxzxdiv: fix stale esx loader comment
2018-12-09 Alan Coxsc108: note a bug
2018-12-09 Alan Coxnascom: fix make clean
2018-12-09 Alan Coxbank8k: some build fixes
2018-12-09 Alan Coxcromemco: tricks fixup
2018-12-09 Alan Coxcromemco: further pass over the Cromemco code
2018-12-08 Alan Coxtbblue: first cut at tbblue support
2018-12-08 Alan Coxgenie-eg64: tune for new parent first swap only
2018-12-08 Alan Coxsc108: tune for new parent first swap only
2018-12-08 Alan Coxzxdiv: update tricks to use makeproc, also turn on...
2018-12-08 Alan Coxsocz80:use makeproc
2018-12-08 Alan Coxv68: use makeproc
next