fuse_parse_cmd_line.3 patch

2018-11-27 Thread Edgar Pettijohn III
remove a bunch of `_' where there shouldn't be `_'s Index: fuse_parse_cmd_line.3 === RCS file: /cvs/src/lib/libfuse/fuse_parse_cmd_line.3,v retrieving revision 1.2 diff -u -p -u -r1.2 fuse_parse_cmd_line.3 --- fuse_parse_cmd_line.3  

makemap.8 patch

2018-11-18 Thread Edgar Pettijohn III
Use new syntax. Index: makemap.8 === RCS file: /cvs/src/usr.sbin/smtpd/makemap.8,v retrieving revision 1.29 diff -u -p -u -r1.29 makemap.8 --- makemap.8    13 Feb 2016 08:53:18 -    1.29 +++ makemap.8    18 Nov 2018 14:29:33

s_client.c typo

2018-11-13 Thread Edgar Pettijohn III
Index: s_client.c === RCS file: /cvs/src/usr.bin/openssl/s_client.c,v retrieving revision 1.36 diff -u -p -u -r1.36 s_client.c --- s_client.c    11 Feb 2018 20:03:10 -    1.36 +++ s_client.c    14 Nov 2018 03:51:08 - @@

Re: cron.c patch

2018-10-20 Thread Edgar Pettijohn III
On 10/20/18 6:40 PM, Philip Guenther wrote: On Sat, Oct 20, 2018 at 2:34 PM Edgar Pettijohn III mailto:ed...@pettijohn-web.com>> wrote: I'm guessing the if block will never hit since listen returns either 0 or -1. Uh, but -1 is true. Philip my bad. -1 just feels so untrue.

cron.c patch

2018-10-20 Thread Edgar Pettijohn III
I'm guessing the if block will never hit since listen returns either 0 or -1. Index: cron.c === RCS file: /cvs/src/usr.sbin/cron/cron.c,v retrieving revision 1.77 diff -u -p -u -r1.77 cron.c --- cron.c  23 Oct 2017 15:15:22

libnv

2018-09-23 Thread Edgar Pettijohn III
Does OpenBSD have anything similar to FreeBSD's libnv? It looks interesting. Thanks, Edgar (please cc me)

Re: Fwd: [patch] ifconfig.c

2018-08-10 Thread Edgar Pettijohn III
On 08/10/18 03:09, Sebastian Benoit wrote: i know about the tab in ieee80211_listnodes() but your diffs are unreadable, please fix that. sorry about that. I blame thunderbird. Index: ifconfig.c === RCS file:

Fwd: [patch] ifconfig.c

2018-08-09 Thread Edgar Pettijohn III
wnet80211chans)     ieee80211_listchans(); Forwarded Message Subject:[patch] ifconfig.c Date: Thu, 9 Aug 2018 18:20:47 -0500 From: Edgar Pettijohn III To: tech@openbsd.org I hate to assume, but I'm going to assume that if one wants to scan for ap's for t

[patch] ifconfig.c

2018-08-09 Thread Edgar Pettijohn III
I hate to assume, but I'm going to assume that if one wants to scan for ap's for their wifi interface to connect to they don't care about anything else. I also removed what to me is one too many tabs. Index: ifconfig.c === RCS