dtb trinity
trinity commented on issue bonsai/harakit#81 2024-03-26 16:04:12 -06:00
Better man pages

Relevant to #41.

trinity approved bonsai/harakit#85 2024-03-26 11:11:30 -06:00
Makefile: add a missing build target for npc(1)

Looks good to merge.

trinity commented on pull request bonsai/harakit#85 2024-03-26 11:11:00 -06:00
Makefile: add a missing build target for npc(1)

Emma and I noticed this the other week and forgot to make a PR for it. Thank you!

trinity commented on pull request bonsai/harakit#76 2024-03-24 18:49:15 -06:00
Added strerror(3) as a Rust library

@trinity: in the future, do not make commits without PGP signing them, and do not merge main into branches that have pull requests open to main.

I think I misclicked, I don't remember doing…

trinity pushed to strerror at bonsai/harakit 2024-03-23 18:18:16 -06:00
7e45af1bca Merge branch 'main' into strerror
127192185f Merge branch 'dj-fix' (closes #66)
f81232685a Merge branch 'mm'
05b5a4480c Merge branch 'swab' (closes #22)
135bf2a8eb mm(1), mm.1: bring source in line with documentation
Compare 14 commits »
trinity commented on issue bonsai/harakit#34 2024-03-23 17:39:36 -06:00
Name

userface has a nice ring to it. What about sapwood? The userland utilities are the wrapper around the core (the kernel; if we ever…

trinity opened issue bonsai/harakit#83 2024-03-22 08:48:37 -06:00
sleep(1p) equivalent
trinity commented on pull request bonsai/harakit#76 2024-03-22 06:20:48 -06:00
Added strerror(3) as a Rust library

What's the purpose of this file?

trinity commented on pull request bonsai/harakit#76 2024-03-22 06:20:48 -06:00
Added strerror(3) as a Rust library

Consecutive directory delimiters are ignored when evaluating UNIX paths; /// is an unnecessarily wordy equivalent to / when used as a pathname. $(DESTDIR)/$(PREFIX)/bin and so on is preferable, though, to ensure that hasty modifications won't write to a distbuildbin or something. Mistakes happen!

trinity commented on pull request bonsai/harakit#76 2024-03-22 06:20:48 -06:00
Added strerror(3) as a Rust library

Installation to a given PREFIX should be possible.

trinity commented on pull request bonsai/harakit#76 2024-03-22 06:20:48 -06:00
Added strerror(3) as a Rust library

For readability, spaces between the assignment operators and their names and values would be nice. e.g. DESTDIR = ./dist (though I would forego the ./ as Makefiles are conventionally run relative to $PWD anyway).

trinity suggested changes for bonsai/harakit#76 2024-03-22 06:20:48 -06:00
Added strerror(3) as a Rust library

I"ve suggested some changes but I really like the intent.

trinity created branch sleep in bonsai/harakit 2024-03-21 20:41:17 -06:00
trinity pushed to sleep at bonsai/harakit 2024-03-21 20:41:17 -06:00
82a941eee3 sleep(1): initial implementation
e674027b3e Makefile: add sleep(1)
Compare 2 commits »
trinity pushed to main at trinity/src 2024-03-21 18:50:10 -06:00
06a41eb732 2024-03-21
trinity pushed to main at trinity/src 2024-03-20 20:31:10 -06:00
10bdc7acdd file explanation
trinity pushed to main at trinity/src 2024-03-20 19:29:40 -06:00
4f965b734d quietest
trinity pushed to main at trinity/src 2024-03-20 19:23:08 -06:00
16ebe9b011 quieter
trinity pushed to main at trinity/src 2024-03-20 19:15:35 -06:00
1b1936c7c7 fix indexing issue
trinity pushed to main at trinity/src 2024-03-20 19:06:56 -06:00
a95fab945f stuffz