Brian Callahan

Results 24 issues of Brian Callahan

gcc-8.2.0 on OpenBSD/amd64 flags a large number of potential buffer overflows. Complete build log: ``` egcc -O2 -pipe -Wall -I/usr/local/include -c -o ogit.o ogit.c egcc -O2 -pipe -Wall -I/usr/local/include -c...

As of Unifont 15.0.01 (12 September 2023), TTF fonts are no longer included by default, only the OTF fonts. This affects at least the OpenBSD package of ocp.

Hi LDC developers -- OpenBSD moved to an IBT/BTI world. This causes binaries created with LDC to fail, as LDC does not emit the proper instructions for IBT/BTI. This should...

good first issue
llvm

Hi -- On an OpenBSD/amd64 machine, kona (more precisely: k_test) segfaults while running the bench/apl.k program. I'll note that k itself has no issues running the program. Here's the lead-up:...

cleanup

The #! magic number isn't working properly. When writing lua scripts that begin with `#!/usr/bin/lua` you would expect the lua interpreter to be used. Instead, the OS tries to use...

bug

The PIC32MZ has an FPU. LiteBSD should support it. Then we can turn off -msoft-float in the build and have better performance.

It would be good for LiteBSD to have a native toolchain. That way it could be self-hosting, we could have a real ports tree (or pkgsrc might be nice too,...

enhancement

We need to update printf to support long long. quad alone isn't enough these days.

Ours is quite old and has difficulty. I'll do this, leaving a note here that I need to.

bug

Trying to do some debugging of pcc, found some code that even gcc doesn't compile correctly. It originally comes from the gcc mailing list: https://gcc.gnu.org/ml/gcc-bugs/2000-01/msg00696.html The code in question is...

bug