|
941f931f8b
|
Merge branch libfileis
|
2025-02-24 23:13:13 -07:00 |
|
|
138044e52f
|
Merge branch 'optimizations'
|
2025-02-24 23:04:10 -07:00 |
|
|
bd8bc0094d
|
rpn(1): fixes erroneous OpenBSD-gated import
|
2025-02-24 23:03:31 -07:00 |
|
|
982c67df13
|
intcmp(1), swab(1): consistent type annotations
|
2024-10-01 22:08:56 -06:00 |
|
|
c4cd2563f9
|
scrut(1): fixes failing write test
|
2024-09-11 03:26:00 -06:00 |
|
|
8bdb72ece8
|
false(1): fixes pledge(2) invocation
|
2024-09-11 03:19:56 -06:00 |
|
|
ba73f50527
|
true(1): removes NULL from commented imports
|
2024-09-11 03:19:23 -06:00 |
|
|
579bb98874
|
true(1): fixes pledge(2) invocation
|
2024-09-11 03:18:01 -06:00 |
|
|
8f1e570b50
|
strcmp(1): fixes pledge(2) invocation
|
2024-09-11 03:15:58 -06:00 |
|
|
a43daf2cf2
|
str(1): fixes pledge(2) invocation
|
2024-09-11 03:15:13 -06:00 |
|
|
f25a499ca0
|
scrut(1): fixes pledge(2) invocation
|
2024-09-11 03:14:36 -06:00 |
|
|
e0b5467fb6
|
npc(1): fixes pledge invocation
|
2024-09-11 03:13:38 -06:00 |
|
|
7498b283ce
|
mm(1): updates to use new unveil api
|
2024-09-11 02:32:32 -06:00 |
|
|
0b3ed37c38
|
libopenbsd.rs(3): makes using statically-allocated arrays possible
|
2024-09-11 02:32:03 -06:00 |
|
|
800a097903
|
swab(1): uses default for promises
|
2024-09-10 17:14:02 -06:00 |
|
|
1ccdc65d30
|
rpn(1): uses default for promises
|
2024-09-10 17:13:20 -06:00 |
|
|
df0a236f81
|
mm(1): uses default for Promises
|
2024-09-10 17:12:14 -06:00 |
|
|
e385d873ec
|
intcmp(1): uses default value for Promises
|
2024-09-10 17:11:22 -06:00 |
|
|
73a75a32df
|
hru(1): uses default Promises value for child processes
|
2024-09-10 17:10:26 -06:00 |
|
|
b8e5901d97
|
libopenbsd.rs(3): adds default value for Promises
|
2024-09-10 17:09:46 -06:00 |
|
|
f4bd4de2e4
|
fileis(1): various changes to make the code more efficient and idiomatic
|
2024-09-10 02:42:55 -06:00 |
|
|
62ce288524
|
rpn(1): makes rounding more efficient
|
2024-09-04 22:12:44 -06:00 |
|
|
1037e32e6e
|
peek(1): fix erroring on stdin/stdout redirection
|
2024-09-01 08:50:13 -06:00 |
|
|
8ec18ccf75
|
peek(1): use stdbool.h
|
2024-09-01 08:50:12 -06:00 |
|
|
3bfdc62035
|
peek(1): better error on piping
|
2024-09-01 08:50:12 -06:00 |
|
|
7d174c1f7c
|
peek(1): warn on pledge(2) or unveil(2) errors
|
2024-09-01 08:50:12 -06:00 |
|
|
3f41110617
|
peek(1): pledge(2) and unveil(2) on OpenBSD
|
2024-09-01 08:50:11 -06:00 |
|
|
64e943f64a
|
peek(1): fix ioerr typos
|
2024-09-01 08:50:11 -06:00 |
|
|
16dcd4da37
|
peek(1): more style fixes
|
2024-09-01 08:50:11 -06:00 |
|
|
d892fa1cac
|
peek(1): update style
|
2024-09-01 08:50:11 -06:00 |
|
|
07aa9a9abc
|
peek(1): remove unused variables, clean up some typos
|
2024-09-01 08:48:25 -06:00 |
|
|
62b38a6765
|
peek(1): strip down to bare essentials, rewrite man page to match
|
2024-09-01 08:46:56 -06:00 |
|
|
23521bade5
|
peek(1): remove -p
|
2024-09-01 08:46:56 -06:00 |
|
|
3b774cab27
|
Import peek(1) from trinity/src
|
2024-09-01 08:46:52 -06:00 |
|
|
731e62ee7e
|
rpn(1): made evaluation function more readable
|
2024-08-28 18:24:49 -06:00 |
|
|
f50bfeea92
|
fop(1): fixes panic on no arguments
|
2024-08-28 18:05:56 -06:00 |
|
|
8d00fa0afd
|
fop(1): minor formatting change
|
2024-08-28 00:46:32 -06:00 |
|
|
9f520df82b
|
strcmp(1): adds null unveil
|
2024-08-28 00:31:02 -06:00 |
|
|
41982c2f73
|
str(1): adds null unveil
|
2024-08-28 00:30:45 -06:00 |
|
|
6166a3ca36
|
npc(1): adds null unveil
|
2024-08-28 00:26:26 -06:00 |
|
|
efedcd3ae4
|
true(1), false(1): adds null unveils
|
2024-08-28 00:24:35 -06:00 |
|
|
8fd5bdf5a6
|
swab(1): adds null unveil
|
2024-08-28 00:15:15 -06:00 |
|
|
b946469da5
|
rpn(1): adds null unveil
|
2024-08-28 00:13:21 -06:00 |
|
|
06384c72fb
|
intcmp(1): adds null unveil
|
2024-08-28 00:09:40 -06:00 |
|
|
9aeadd8f8f
|
hru(1): adds null unveil
|
2024-08-27 23:57:12 -06:00 |
|
|
5b666d6858
|
fop(1): adds null unveil
|
2024-08-27 23:54:39 -06:00 |
|
|
b875aa1058
|
rpn(1): more improvements
|
2024-08-24 19:00:01 -06:00 |
|
|
cc53dab035
|
rpn(1): handles errors when writing to stdout
|
2024-08-24 18:18:27 -06:00 |
|
|
232629f4d3
|
hru(1): makes more efficient
|
2024-08-24 17:55:00 -06:00 |
|
|
ff4ff825bd
|
swab(1): changes disparate error handling functions to one function
|
2024-08-24 17:26:26 -06:00 |
|