dtb trinity
trinity commented on pull request bonsai/harakit#156 2024-09-09 07:36:32 -06:00
STYLE: make rules more granular and consistent, add examples

This should just be default: (so, sed 34s:case ::); as-is this is a syntax error.

trinity commented on pull request bonsai/harakit#161 2024-09-09 07:34:07 -06:00
optimizations

From OpenBSD man 2 pledge:

     Passing NULL to promises or execpromises specifies to not change the
     current value.

It seems a number of these should be pledge("", "");.

trinity commented on pull request bonsai/harakit#102 2024-09-04 20:56:01 -06:00
Replace str(1) with stris(1)

This pull request is acceptable but the program needs a good name.

trinity closed pull request bonsai/harakit#93 2024-09-04 20:54:33 -06:00
peek(1)
trinity deleted branch peek from bonsai/harakit 2024-09-04 20:54:33 -06:00
trinity commented on pull request bonsai/harakit#93 2024-09-01 19:51:53 -06:00
peek(1)

Merged (via cherry-picking to avoid redundant commits).

trinity pushed to main at bonsai/harakit 2024-09-01 19:51:17 -06:00
87c9e29932 tests: bonsai/peek.mk
1037e32e6e peek(1): fix erroring on stdin/stdout redirection
5c70852890 peek.1: replace parens with square brackets
8ec18ccf75 peek(1): use stdbool.h
3bfdc62035 peek(1): better error on piping
Compare 21 commits »
trinity commented on pull request bonsai/harakit#102 2024-09-01 19:37:21 -06:00
Replace str(1) with stris(1)

I like sid(1) but don't love it.

trinity commented on pull request bonsai/harakit#149 2024-09-01 19:36:27 -06:00
README: fix vagueness

Good additions.

trinity commented on pull request bonsai/harakit#93 2024-09-01 19:31:50 -06:00
peek(1)

I requested (in private messages) silt's review because a number of changes were required last-minute to make testing work (peek -i </dev/null >/dev/null would fail).

trinity pushed to peek at bonsai/harakit 2024-09-01 09:24:25 -06:00
f7a8158347 tests: bonsai/peek.mk
e1145931a5 peek(1): fix erroring on stdin/stdout redirection
9005ffdaa7 Merge branch 'main' into peek
fbacfecce8 Merge branch 'linux-fix' (closes #158)
579ff65b67 tests: bonsai/npc.mk: drop redundant tab removal
Compare 180 commits »
trinity pushed to peek at bonsai/harakit 2024-08-30 21:29:25 -06:00
ea8a8249df peek.1: replace parens with square brackets
trinity pushed to stris at bonsai/harakit 2024-08-28 21:36:38 -06:00
28f6d2508f stris(1): fix silly mistakes
cbf5032a22 tests: bonsai/stris.mk: broaden stris(1) test coverage
Compare 2 commits »
trinity pushed to stris at bonsai/harakit 2024-08-28 18:54:19 -06:00
7d5443dee6 stris(1): fix typo
f9c84179fe stris(1): use String::default instead of String::new
72c3ac5df0 stris(1): modernize code
1796e772fb Merge branch 'main' into stris
e0c985f7ff libopenbsd.rs(3): uses c_char instead of i8 for portability
Compare 370 commits »
trinity pushed to peek at bonsai/harakit 2024-08-28 18:35:56 -06:00
47ecf87e16 peek(1): use stdbool.h
8374b34834 peek(1): better error on piping
Compare 2 commits »
trinity pushed to peek at bonsai/harakit 2024-08-28 18:18:14 -06:00
21ee79a929 peek(1): warn on pledge(2) or unveil(2) errors
trinity pushed to peek at bonsai/harakit 2024-08-27 21:16:27 -06:00
4dc1900339 peek(1): pledge(2) and unveil(2) on OpenBSD
trinity pushed to main at trinity/src 2024-08-22 06:06:27 -06:00
a868e030f2 2024-08-20
92e74787dd 2024-08-14
9b9ffa2008 2024-08-13
Compare 3 commits »
trinity pushed to sleep at bonsai/harakit 2024-08-21 22:03:13 -06:00
9390811b24 Makefile: eep: update recipe