procenv
procenv copied to clipboard
Command-line utility to show process environment
Travis CI build logs truncating issue, testing workaround if that resolves it.
Find a way to support the following on Darwin: - `--message-queues` - `--semaphores` - `--shared-memory` The fundamental problem is that Darwin's `shmctl(2)` doesn't support the `IPC_INFO` command. However, presumably there...
On util.c the guard around #include sys/sysmacros.h prevents musl libc from including the file, even though musl provides the header file, thus failing with errors such as "call to undeclared...
**Describe the bug** `-flto` is used unconditionally, but may not be supported by a compiler. **To Reproduce** Run the build on 10.4–10.6. **Expected behavior** Configure should check for support of...