dtb trinity
trinity commented on pull request bonsai/harakit#159 2024-08-21 22:01:08 -06:00
linux-fix

I haven't fully tested this on Linux but am confident it will work.

trinity approved bonsai/harakit#159 2024-08-21 22:00:35 -06:00
linux-fix
trinity pushed to linux-fix at bonsai/harakit 2024-08-21 21:59:28 -06:00
579ff65b67 tests: bonsai/npc.mk: drop redundant tab removal
trinity pushed to linux-fix at bonsai/harakit 2024-08-21 21:57:54 -06:00
334433536b tests: bonsai/npc.mk: fix harrowing ordeal of a Linux error
trinity commented on pull request bonsai/harakit#159 2024-08-21 20:42:59 -06:00
linux-fix

Indeed.

trinity commented on issue bonsai/harakit#158 2024-08-19 19:07:01 -06:00
Linux builds broken

This issue seems a bit ambiguous. Issues should be solveable. "Test moar" is a good policy but hard to quantify. How do we know this issue is solved?

trinity commented on pull request bonsai/harakit#159 2024-08-19 19:03:51 -06:00
linux-fix

Could you please explain this change?

trinity commented on pull request bonsai/harakit#157 2024-08-16 13:26:31 -06:00
OpenBSD pledge(2) and unveil(2) support

It doesn't look like some of my later commits got merged - include/None.mk is still in use in main.

trinity commented on pull request bonsai/harakit#93 2024-08-14 11:07:55 -06:00
peek(1)

I didn't know about stty(1p) when I wrote this utility but I think for this purpose peek(1) does a better job.

trinity pushed to peek at bonsai/harakit 2024-08-14 11:06:46 -06:00
15c4f0cb8a peek.1: correct references to use the 1p section, add reference to stty(1p)
trinity pushed to openbsd at bonsai/harakit 2024-08-14 09:43:28 -06:00
e2c03842a3 intcmp(1): remove extra newline
trinity pushed to openbsd at bonsai/harakit 2024-08-14 09:34:21 -06:00
0fd66bff38 false(1), true(1): complete main prototype
0c4923016e Makefile: replace include/None.mk with /dev/null
Compare 2 commits »
trinity commented on pull request bonsai/harakit#157 2024-08-14 09:12:16 -06:00
OpenBSD pledge(2) and unveil(2) support

Works great.

trinity commented on pull request bonsai/harakit#157 2024-08-13 23:58:45 -06:00
OpenBSD pledge(2) and unveil(2) support

I'm getting the following error message when trying to make:

rustc --extern getopt=build/o/libgetopt.rlib  --extern strerror=build/o/libstrerror.rlib  --extern sysexits=build/o/libsysexit…
trinity pushed to main at trinity/src 2024-08-11 19:22:00 -06:00
0e3a4859d4 2024-08-09
Compare 2 commits »
trinity pushed to openbsd at bonsai/harakit 2024-08-10 22:30:28 -06:00
4c81516742 strcmp(1): further error-proofing
98c4d94f6d scrut(1): further error-proofing
da190f713c npc(1): tweak OpenBSD functions
10b7f7706b dj(1): tweak OpenBSD functions
Compare 4 commits »
trinity pushed to openbsd at bonsai/harakit 2024-08-10 22:04:16 -06:00
b1a4a1a2b9 dj(1): use entirely-stdio error messages for OpenBSD functions
trinity commented on pull request bonsai/harakit#96 2024-08-09 09:06:28 -06:00
testing

I cannot reproduce this behavior with either pdpmake(1) or OpenBSD make(1).

OpenBSD/7.5 arm64 make(1):

$ uname -a
OpenBSD laika.my.domain 7.5 GENERIC#97 arm64
$ command -v…