Commit Graph

344 Commits

Author SHA1 Message Date
DTB
1037e32e6e
peek(1): fix erroring on stdin/stdout redirection 2024-09-01 08:50:13 -06:00
DTB
8ec18ccf75
peek(1): use stdbool.h 2024-09-01 08:50:12 -06:00
DTB
3bfdc62035
peek(1): better error on piping 2024-09-01 08:50:12 -06:00
DTB
7d174c1f7c
peek(1): warn on pledge(2) or unveil(2) errors 2024-09-01 08:50:12 -06:00
DTB
3f41110617
peek(1): pledge(2) and unveil(2) on OpenBSD 2024-09-01 08:50:11 -06:00
DTB
64e943f64a
peek(1): fix ioerr typos 2024-09-01 08:50:11 -06:00
DTB
16dcd4da37
peek(1): more style fixes 2024-09-01 08:50:11 -06:00
DTB
d892fa1cac
peek(1): update style 2024-09-01 08:50:11 -06:00
DTB
07aa9a9abc
peek(1): remove unused variables, clean up some typos 2024-09-01 08:48:25 -06:00
DTB
62b38a6765
peek(1): strip down to bare essentials, rewrite man page to match 2024-09-01 08:46:56 -06:00
DTB
23521bade5
peek(1): remove -p 2024-09-01 08:46:56 -06:00
DTB
3b774cab27
Import peek(1) from trinity/src 2024-09-01 08:46:52 -06:00
fbacfecce8
Merge branch 'linux-fix' (closes #158) 2024-08-21 22:43:29 -06:00
e9058803d3
mm(1): fixes to pledge(2) now; tests: bonsai/mm.mk: adds test for regression 2024-08-17 14:58:56 -06:00
821f5d09e9
fop(1), hru(1), intcmp(1), mm(1), rpn(1), swab(1): fixes conditional compilation 2024-08-17 01:51:25 -06:00
a4a556a5b6
mm(1): fixes extra file arguments not being unveil(2)ed 2024-08-16 18:43:51 -06:00
DTB
e2c03842a3
intcmp(1): remove extra newline 2024-08-13 12:13:47 -06:00
DTB
0fd66bff38
false(1), true(1): complete main prototype 2024-08-13 12:04:42 -06:00
e0c985f7ff
libopenbsd.rs(3): uses c_char instead of i8 for portability 2024-08-14 00:32:28 -06:00
DTB
4c81516742
strcmp(1): further error-proofing 2024-08-10 22:30:08 -06:00
DTB
98c4d94f6d
scrut(1): further error-proofing 2024-08-10 22:24:32 -06:00
DTB
da190f713c
npc(1): tweak OpenBSD functions 2024-08-10 22:18:15 -06:00
DTB
10b7f7706b
dj(1): tweak OpenBSD functions 2024-08-10 22:16:06 -06:00
DTB
b1a4a1a2b9
dj(1): use entirely-stdio error messages for OpenBSD functions 2024-08-10 22:03:59 -06:00
a693ced9d9
strcmp(1): fixes typo 2024-08-10 19:18:52 -06:00
1003c82d23
swab(1): uses pledge(2) 2024-08-10 19:16:26 -06:00
baa75a2619
strcmp(1): implements use of pledge(2) 2024-08-10 19:09:50 -06:00
d6d9c2088e
npc(1): uses perror(3) 2024-08-10 19:09:26 -06:00
ea2efdf5b9
str(1): perror(2) -> perror(3) 2024-08-10 19:08:15 -06:00
6c558654f3
str(1): adds reference to perror(3) in include 2024-08-10 19:01:44 -06:00
8699d04ccc
str(1): updates to use pledge(2) 2024-08-10 19:00:32 -06:00
18dfd20937
scrut(1): fixes buffer overflow on i386 systems 2024-08-10 18:57:36 -06:00
42010596de
scrut(1): adds support for pledge(2) and unveil(2) 2024-08-10 17:17:42 -06:00
326c8f77d1
rpn(1): adds support for pledge(2) 2024-08-10 15:34:14 -06:00
72ef8d00bc
npc(1): adds pledge(2) support 2024-08-10 15:22:07 -06:00
e253cdf79c
intcmp(1): fixes intcmp without options falling through to integer parsing 2024-08-10 14:23:53 -06:00
d89707a47c
mm(1): fixes mm without arguments not working 2024-08-10 14:20:38 -06:00
2a75b8f820
mm(1): removes leftover debug print 2024-08-10 14:09:33 -06:00
bda7c074b0
hru(1): adds support for pledge(2) 2024-08-10 13:34:44 -06:00
2f805cc942
mm(1): adds support for pledge(2) and unveil(2) 2024-08-10 13:29:27 -06:00
70bec49127
libopenbsd.rs(3): fixes API for unveil(2) 2024-08-10 13:25:56 -06:00
eae0b0352b
dj(1): fixes small rebase mistake 2024-08-10 13:07:46 -06:00
6c882f54cb
fop(1): adds pledge support 2024-08-10 12:51:25 -06:00
cf96a13419
true(1), false(1): adds pledge(2) and unveil(2) support 2024-08-10 12:50:51 -06:00
1f59a9806e
dj(1): adds pledge(2) and unveil(2) support 2024-08-10 12:50:15 -06:00
c7c71c725b
libopenbsd(3): adds pledge(2) and unveil(2) support for Rust; Makefile, include: adds conditional compilation 2024-08-10 12:49:35 -06:00
b76ff8fd90
tests, Makefile: cleaning up 2024-08-09 23:50:31 -06:00
6a5739ea9d
Merge branch 'dj-formatting' 2024-07-29 22:40:18 -06:00
DTB
6bbccb3776
fop(1): fix minor optind bug, add some comments 2024-07-29 21:14:45 -06:00
DTB
fd13a7f189
swab(1): fix imports to be consistent 2024-07-29 14:43:21 -06:00