neagix

Results 12 issues of neagix

As per [discussion thread](http://en.sfml-dev.org/forums/index.php?topic=14853), I give here a testcase for the bug I individuated with static constructors and std.concurrency. NOTE: does not happen without std.concurrency dub.json: ``` { "name": "testapp",...

SFML Issue

It should be possible to implement hardware-accelerated AES kernel module. For reference: http://wiibrew.org/wiki/Hardware/AES_Engine And: http://gitweb.bootmii.org/?p=mini.git;a=blob;f=crypto.c;hb=HEAD Cc @marcan

enhancement
minor

The console displays the framebuffer logo but nothing else until ttys are initialized by init; happens randomly. This is issue was previously seen in #4 and in the past also...

bug
minor

Sometimes the USB keyboard gets never detected if I plug it in after the kernel boots. The workaround is to boot with the keyboard plugged-in, then everything works fine The...

bug

Likewise #10, it should be possible to implemented SHA-1 in-kernel hardware acceleration. For reference: http://wiibrew.org/wiki/Hardware/SHA-1_Engine And: http://wiibrew.org/wiki/Hextwelve Cc @marcan

enhancement
minor

Sometimes (needs to be better identified how) the pairing with the wiimote gets lost and it needs a new sync. It is frustrating, and it even seems to not re-sync...

bug

In both v3.x and v4.x trees there is broken support of SDHC; [this is the responsible commit](https://github.com/torvalds/linux/commit/f0de836923186e1fc0acb65299c2f2089c7992af). I have tried reverting, no success. I have also tried backporting the revert...

bug

Starting from a completely shutdown Wii, with zImage to boot via default through mini: * incorrect mode is selected (780i) on a PAL TV set * black screen, no console...

bug

As thought of by Farter, we could avoid the 3-byte virtual framebuffer and use a 32-bit friendly buffer instead (architecture is 32bit anyway). This would use a bit more memory,...

enhancement

As originally thought of by Farter, we could have some sysctls to directly write to the YUV framebuffer and avoid the in-driver conversion. This could provide a considerable speed-up; example...

enhancement