Donald Haase
Donald Haase
It seems like this warning doesn't show up in older versions of gcc (yet?) I'm not familiar enough with the dialect to evaluate the correctness of the warning or how...
When using malloc_stats to see how much memory is leftover, etc, it frequently shows that 4 bytes are still in use despite also stating all blocks freed. This seems like...
I tried following the calls back into the networking code but could not see where this was happening. This doesn't appear in the 'basic' test so it's not *just* from...
Something I had stashed that I wanted to make sure to move public before I forget it. Intended to partially address #543 Create new define DBG_DYNLOG to set if the...
By default, the process for issuing a command to a maple device involves queuing the command then waiting for a callback to signal that the command has actually been completed...
This is in the works to get in the typing and cleanup suggestions from #619 and #736 with a different scope. The key purpose is to add strongly defined types...
In looking for the best way to address #229 , I hit upon the fact that there's a maple device reset command. My understanding is that this should work to...
Though we now use github as our primary point of contact and interaction, we still use SourceForge's hosting and an active git repository there. Currently, whenever a change is made,...
There would be two interrelated changes I'm imagining here: - Restructure `fs_iso9660` to use the mounting paradigm like fat/ext2 do. By default we'd still create the mount to `/cd/` as...