Richard Allen

Results 28 issues of Richard Allen

I'm using gcc 4.7.2, gnu make 3.81, automake 1.11. `make` yields: ``` /bin/bash ./libtool --tag=CXX --mode=link g++ -g -O2 -Wall -o boomerang boomerang.o libdriver.a -ldl -lgc -lexpat -lstdc++ libtool: link:...

Different vector units handle alignment in interesting ways. ARM/NEON supports fixing up unaligned accesses at runtime, or trapping on them depending on the instruction alignment specifier. PowerPC/Altivec however silently loads/stores...somewhere...

Add a few more bit-twiddling operations

**Describe the bug** The compressed release disk images(ex: Open.HD-2.0.8-buster.img.gz ), are quite a bit(~1/4-1/3) larger than necessary due to undeletable files and presence of a large amount of non-zero slack...

I'd like to float the idea of a configuration option to turn the TX-pin into a CTS pin. This involve turning the OpenLog into an RX-only device, and probably require...

Just a thought, it seems that rcons is the AES RCON. Now, what's lame is that they seem to have hardcoded that address into the ROM, so the AES ROM...

Fix delay(1) rarely returning immediately due to a TOCTOU when the millisecond increment occurred during a call to delay(), just after millis() was first sampled. On my RPi4, delay(1) returned...

NeedsTesting

Once the cursor offset exceeds 0x7fffffff, the address column has some integer overflow issues, and the cursor misaligns. Similar issues and scrolling rolloff beyond 0xffffffff. I've started hacking on a...

1st gen devices seem to use 404? 401? DPI. But some of our tools use 100 or 404.

Currently, libcutter operates on a single operation/command at a time. We should transition to a more flexible list-of-operations approach. Ex: - SVG parsing becomes a file -> list-of-operations - Rescale...