dtb trinity
trinity pushed to main at bonsai/harakit 2024-02-17 23:15:21 -07:00
abb8fdf935 Merge branch 'scrut-fix'
64a1a19bd8 scrut(1): fix buffer overflow in option parsing
Compare 2 commits »
trinity pushed to scrut-manpage at bonsai/harakit 2024-02-17 23:13:24 -07:00
de9f8dc037 scrut.1: update man page based on review (see #62)
trinity commented on pull request bonsai/harakit#50 2024-02-17 09:36:57 -07:00
Add hru(1)

What's the significance of 10 here?

trinity commented on pull request bonsai/harakit#50 2024-02-17 09:36:57 -07:00
Add hru(1)

Which unit? Kilometers?

trinity approved bonsai/harakit#50 2024-02-17 09:36:57 -07:00
Add hru(1)

Looks alright.

trinity commented on issue bonsai/harakit#25 2024-02-17 05:24:36 -07:00
POSIX Capabilities

What are the POSIX capabilities?

trinity commented on issue bonsai/harakit#63 2024-02-17 04:39:23 -07:00
pax(1p) analogue

Should tar and cpio be handled by two different utilities or just one?

How should we handle different "flavors" of tar - GNU, pre-POSIX, Star? Differences are minor so all could probably easily…

trinity commented on pull request bonsai/harakit#61 2024-02-17 03:52:00 -07:00
scrut(1): fix buffer overflow in option parsing

scrut(1) exits 0 if the opted requirements are met, 1 otherwise. The file not existing is the requirements not being met. scrut(1) only returns sysexits(3) values in the case of an error. However…

trinity commented on pull request bonsai/harakit#62 2024-02-17 03:47:14 -07:00
scrut(1): add man page

It's the following section so I think it's fine.

trinity approved bonsai/harakit#51 2024-02-16 13:42:52 -07:00
README: added build information and copyright

The changes as-is are alright, you can take my suggestions or leave 'em.

trinity commented on pull request bonsai/harakit#51 2024-02-16 13:42:08 -07:00
README: added build information and copyright

I think requiring a "POSIX-like operating environment" would be sufficient here. Maybe:

trinity commented on pull request bonsai/harakit#51 2024-02-16 13:37:53 -07:00
README: added build information and copyright

I don't think these two comments are necessary, it's apparent what is changing.

trinity commented on pull request bonsai/harakit#51 2024-02-16 13:37:12 -07:00
README: added build information and copyright

It looks like cpp(1) needs -idirafter, not cc(1).

trinity commented on issue bonsai/harakit#60 2024-02-16 09:10:40 -07:00
find(1p) analogue

Probably nothing like find(1p) which is famously awful (this history lines up with *[A Research UNIX Reader](https://www.cs.dartmouth.edu/~doug/reader.pdf

trinity created pull request bonsai/harakit#62 2024-02-16 01:43:57 -07:00
scrut(1): add man page
trinity commented on issue bonsai/harakit#49 2024-02-16 01:43:41 -07:00
docs/scrut.1: write man page for scrut(1)

I decided not to rewrite scrut(1) in Rust because it would still be reliant on libc anyways (as, for example, there's no other way to glean the functionality provided by access(3p)).

trinity created branch scrut-manpage in bonsai/harakit 2024-02-16 01:41:35 -07:00
trinity pushed to scrut-manpage at bonsai/harakit 2024-02-16 01:41:35 -07:00
bee0165074 scrut(1): add man page
trinity created pull request bonsai/harakit#61 2024-02-16 01:16:40 -07:00
scrut(1): fix buffer overflow in option parsing
trinity created branch scrut-fix in bonsai/harakit 2024-02-16 01:13:57 -07:00