Sunny-Maxis

Results 18 comments of Sunny-Maxis

Builds fine, doesn't do anything on the commandline. Not a single complaint from GCC about it. ABI on irix is always n32, there's no o32 MIPS. IRiX 6.5.0 was released...

@botovq These were quick and dirty modifications, so we can fix up some commits to repair these complaints. For one: > Is there a way to check this in CI...

@botovq When you have time to review, I've resolved licensing +arc4random. If you prefer for us to not modify mman.h at all... the alternative is that we find every preprocessor...

@botovq Closer hopefully? We will use memset in our downstream port regardless if your standards prefer bzero() -- the bsd bzero in IRIX has problems and loves to break weirdly....

> This isn't about the old `bzero()` vs `memset()` dispute, but rather about [`explicit_bzero()`](https://man.openbsd.org/explicit_bzero), which is provided in the compat code from [our libc](https://github.com/openbsd/src/blob/a37023f05c72a4916de2ba5ed4a0339e2329e8fa/lib/libc/string/explicit_bzero.c). The point of this is that...

I have 3.x and 5.x on the system. but the $() wrappers failed despite a shebang, requiring changing them to backticks. Getconf, also broke things.

Anything wrapped in $() gets the first letter clipped off. I am rebuilding GNU bash on here to rule out a bug in the compiler. I'll be in touch. Thank...