Re: rpki-client: don't leak d->uri in add_delta()

2021-04-01 Thread Theo de Raadt
Yep. Theo Buehler wrote: > d->uri was allocated by xstrdup(), so needs to be freed. Was going back > and forth between the below and adding free(d->uri). > > Index: rrdp_notification.c > === > RCS file:

rpki-client: don't leak d->uri in add_delta()

2021-04-01 Thread Theo Buehler
d->uri was allocated by xstrdup(), so needs to be freed. Was going back and forth between the below and adding free(d->uri). Index: rrdp_notification.c === RCS file: /cvs/src/usr.sbin/rpki-client/rrdp_notification.c,v retrieving

Re: vmm.4: document supported ioctls

2021-04-01 Thread Klemens Nanni
On Thu, Apr 01, 2021 at 08:34:37PM -0400, Dave Voutila wrote: > I've updated the diff using your feedback. See below. Thanks, OK kn

Re: vmm.4: document supported ioctls

2021-04-01 Thread Dave Voutila
Klemens Nanni writes: > On Thu, Apr 01, 2021 at 06:49:07AM -0400, Dave Voutila wrote: >> This diff documents the ioctl(2) values supported by vmm(4). Besides >> vmd(8) there's at least one application I've seen (Solo5) directly using >> vmm(4). >> >> For now I've tried to have short

Re: monotonic time going back by wrong skews

2021-04-01 Thread Josh Rickmar
On Thu, Apr 01, 2021 at 06:43:30PM -0500, Scott Cheloha wrote: > On Thu, Apr 01, 2021 at 03:41:24PM -0400, Josh Rickmar wrote: > > On Thu, Apr 01, 2021 at 03:22:00PM -0400, Josh Rickmar wrote: > > > On Thu, Apr 01, 2021 at 02:15:48PM -0500, Scott Cheloha wrote: > > > > On Sat, Mar 27, 2021 at

Re: update xterm to version 367

2021-04-01 Thread Dave Voutila
Matthieu Herrb writes: > On Sat, Mar 27, 2021 at 10:22:15AM +0100, Matthieu Herrb wrote: >> Patch #367 - 2021/03/26 >> >> ok ? comments ? > > Hi, > > I could use some actual test results. I'd like to commit the update. No issues on my end. My workflow is pretty

Re: monotonic time going back by wrong skews

2021-04-01 Thread Scott Cheloha
On Thu, Apr 01, 2021 at 03:41:24PM -0400, Josh Rickmar wrote: > On Thu, Apr 01, 2021 at 03:22:00PM -0400, Josh Rickmar wrote: > > On Thu, Apr 01, 2021 at 02:15:48PM -0500, Scott Cheloha wrote: > > > On Sat, Mar 27, 2021 at 02:20:21AM +, Stefmorino wrote: > > > > > Feel free to share your raw

Re: update xterm to version 367

2021-04-01 Thread trondd
Matthieu Herrb wrote: > On Sat, Mar 27, 2021 at 10:22:15AM +0100, Matthieu Herrb wrote: > > Patch #367 - 2021/03/26 > > > > ok ? comments ? > > Hi, > > I could use some actual test results. I'd like to commit the update. > > -- > Matthieu Herrb Sorry, had this

Re: iwm(4) A-MSDU support

2021-04-01 Thread trondd
Stefan Sperling wrote: > This patch attempts to add support for receiving A-MSDUs to iwm(4). > If you are using iwm(4) then please run with this patch and let me > know if it causes regressions. Thanks! > > ACHTUNG: This patch breaks iwx(4)! Don't use it there! For this reason, > the patch can

Re: monotonic time going back by wrong skews

2021-04-01 Thread Josh Rickmar
On Thu, Apr 01, 2021 at 03:22:00PM -0400, Josh Rickmar wrote: > On Thu, Apr 01, 2021 at 02:15:48PM -0500, Scott Cheloha wrote: > > On Sat, Mar 27, 2021 at 02:20:21AM +, Stefmorino wrote: > > > > Feel free to share your raw data. > > > > > > Also includes some standard sendbug dumps:

Re: monotonic time going back by wrong skews

2021-04-01 Thread Josh Rickmar
On Thu, Apr 01, 2021 at 02:15:48PM -0500, Scott Cheloha wrote: > On Sat, Mar 27, 2021 at 02:20:21AM +, Stefmorino wrote: > > > Feel free to share your raw data. > > > > Also includes some standard sendbug dumps: https://0x0.st/-qng.tgz > > Thanks! > > TL;DR: > > Two things: > > 1. Could

Re: monotonic time going back by wrong skews

2021-04-01 Thread Scott Cheloha
On Sat, Mar 27, 2021 at 02:20:21AM +, Stefmorino wrote: > > Feel free to share your raw data. > > Also includes some standard sendbug dumps: https://0x0.st/-qng.tgz Thanks! TL;DR: Two things: 1. Could you check whether Linux will use the TSC as a clocksource on this machine? The dmesg

Re: patch: asr_debug.c prints SOA in wrong order

2021-04-01 Thread Boudewijn Dijkstra
Op Tue, 30 Mar 2021 12:15:42 +0200 schreef Boudewijn Dijkstra : Both asr_private.h and asr_utils.c have mname before rname but not asr_debug.c. And another thing while we're here: since 2019 the flag RES_USE_CD exists, but this was never added to asr_debug.c. New patch follows. Index:

dig(1): implement ZONEMD

2021-04-01 Thread Florian Obser
Implement ZONEMD (RFC8976), based on DS (ds_43.c) OK? There are example zones here that nsd can serve: https://github.com/verisign/zonemd-test-cases diff --git lib/dns/include/dns/types.h lib/dns/include/dns/types.h index b8b117fb16d..63ea8d67f51 100644 --- lib/dns/include/dns/types.h +++

Re: update xterm to version 367

2021-04-01 Thread Aaron Bieber
Matthieu Herrb writes: > On Sat, Mar 27, 2021 at 10:22:15AM +0100, Matthieu Herrb wrote: >> Patch #367 - 2021/03/26 >> >> ok ? comments ? > > Hi, > > I could use some actual test results. I'd like to commit the update. Seems to be working fine here!

Re: smtpd: default mta ciphers

2021-04-01 Thread Todd C . Miller
On Thu, 01 Apr 2021 16:34:33 +0200, Eric Faurot wrote: > If not cipher list is specified for a relay rule, fallback to > the global cipher list if defined, rather than libtls default. > This is closer to the previous behavior. OK millert@ - todd

smtpd: default mta ciphers

2021-04-01 Thread Eric Faurot
If not cipher list is specified for a relay rule, fallback to the global cipher list if defined, rather than libtls default. This is closer to the previous behavior. Eric. Index: mta.c === RCS file: /cvs/src/usr.sbin/smtpd/mta.c,v

Updates for elf(5)

2021-04-01 Thread George Brown
In revision 1.35 EI_BRAND was removed in conjunction with EI_OSABI and EI_ABIVERSION being added, but it looks like this has not been reflected in elf(5). The only place EI_BRAND appears in OpenBSD's current source tree is this man page, as such I think it's worth removing. For a quick comparison

iscsid issues with Synology NAS

2021-04-01 Thread David Alten
Second try Hello, I’m having issues getting iscsid to work with my Synology NAS on amd64/6.9-beta. The first issue was that the NAS was returning an error code. Turns out it didn’t like missing the default SessionType=Normal. The second issue was that the login sequence never completed.

Re: update xterm to version 367

2021-04-01 Thread Matthieu Herrb
On Sat, Mar 27, 2021 at 10:22:15AM +0100, Matthieu Herrb wrote: > Patch #367 - 2021/03/26 > > ok ? comments ? Hi, I could use some actual test results. I'd like to commit the update. -- Matthieu Herrb

Re: vmm.4: document supported ioctls

2021-04-01 Thread Adam Steen
Thanks Dave, I like the description and listing the ioctl, and referencing vmmvar.h is a good idea Cheers Adam On Thu, Apr 1, 2021 at 18:49, Dave Voutila wrote: > This diff documents the ioctl(2) values supported by vmm(4). Besides > vmd(8) there's at least one application I've seen (Solo5)

cwfg: Clean up nonexistent/unused properties handling

2021-04-01 Thread Klemens Nanni
Never used since import and probably just ported over from NetBSD as-is; "design-capacity" does not exist in the device tree binding. "monitor-interval-ms" defaults to 250ms as per binding and could be used in the sensor_task_register() call, but the framework only supports whole seconds and I see

Re: wcwidth of soft hyphen

2021-04-01 Thread Lauri Tirkkonen
On Thu, Apr 01 2021 09:30:36 +0200, Martijn van Duren wrote: > However, based on the description by the Unicode Consortium I think > OpenBSD does the right thing and xterm and others should be fixed, practically, I doubt this will happen. I don't think the glibc people will be convinced to break

Re: vmm.4: document supported ioctls

2021-04-01 Thread Klemens Nanni
On Thu, Apr 01, 2021 at 06:49:07AM -0400, Dave Voutila wrote: > This diff documents the ioctl(2) values supported by vmm(4). Besides > vmd(8) there's at least one application I've seen (Solo5) directly using > vmm(4). > > For now I've tried to have short summary-level details, enough to > provide

vmm.4: document supported ioctls

2021-04-01 Thread Dave Voutila
This diff documents the ioctl(2) values supported by vmm(4). Besides vmd(8) there's at least one application I've seen (Solo5) directly using vmm(4). For now I've tried to have short summary-level details, enough to provide a general idea of purpose. The data structures aren't included in the

wcwidth of soft hyphen

2021-04-01 Thread Lauri Tirkkonen
When using terminal software on non-OpenBSD to connect to my OpenBSD IRC machine, I noticed that sometimes the local terminal disagrees with the remote tmux and application (in this case, irssi) about the character width of some lines, causing different kinds of breakage. Those lines happened to

small malloc diff

2021-04-01 Thread Otto Moerbeek
Hi, here's a small malloc diff. Most important part is an extra internal consistency check. I have been running this for a few week already, -Otto Index: stdlib/malloc.3 === RCS file: /cvs/src/lib/libc/stdlib/malloc.3,v

Re: iscsid issues with Synology NAS

2021-04-01 Thread Bruno Flueckiger
On 01.04., Claudio Jeker wrote: > On Thu, Apr 01, 2021 at 07:27:10AM +0200, Bruno Flueckiger wrote: > > On 31.03., David Alten wrote: > > > Hello, > > > > > > I???m having issues getting iscsid to work with my Synology NAS. > > > > > > The first issue was that the NAS was returning an error code.

Re: iscsid issues with Synology NAS

2021-04-01 Thread Claudio Jeker
On Thu, Apr 01, 2021 at 07:27:10AM +0200, Bruno Flueckiger wrote: > On 31.03., David Alten wrote: > > Hello, > > > > I???m having issues getting iscsid to work with my Synology NAS. > > > > The first issue was that the NAS was returning an error code. Turns out > > it didn???t like not?? missing

Re: wcwidth of soft hyphen

2021-04-01 Thread Martijn van Duren
When it comes to these discussions I prefer to go back to the standards and not just looking at the surrounding discussions. The standard[0] states the following in section 23.2: Hyphenation. U+00AD soft hyphen (SHY ) indicates an intraword break point, where aline break is preferred if a word

Recognize bge(4) BCM57766 revs

2021-04-01 Thread Brad Smith
Recognize bge(4) BCM5776 revs of chips.. unknown BCM57766 (0x57766000) unknown BCM57766 (0x57766001) Index: if_bge.c === RCS file: /home/cvs/src/sys/dev/pci/if_bge.c,v retrieving revision 1.393 diff -u -p -u -p -r1.393 if_bge.c ---