OpenBGPD 7.6 released

2022-09-15 Thread Claudio Jeker
We have released OpenBGPD 7.6, which will be arriving in the OpenBGPD directory of your local OpenBSD mirror soon. This release includes the following changes to the previous release: * Include OpenBSD 7.1 errata 008: bgpd(8) could fail to invalidate nexthops and incorrectly leave them

Re: iostat.8 wording

2022-09-15 Thread Jason McIntyre
On Thu, Sep 15, 2022 at 04:41:57PM +0200, Jan Stary wrote: > I believe this reads a little bit better. > > Jan > i agree, but i'd leave those commas in. jmc > Index: iostat.8 > === > RCS file: /cvs/src/usr.sbin/iostat/iostat.

Re: immutable userland mappings

2022-09-15 Thread Crystal Kolipe
On Thu, Sep 15, 2022 at 08:31:06AM -0600, Theo de Raadt wrote: > RCS file: lib/libc/sys/mimmutable.2 ... > +Unmapped pages in the region do not retain immutability, but this > +behaviour should not be relied up. s/relied up/relied on/ or s/relied up/relied upon/

iostat.8 wording

2022-09-15 Thread Jan Stary
I believe this reads a little bit better. Jan Index: iostat.8 === RCS file: /cvs/src/usr.sbin/iostat/iostat.8,v retrieving revision 1.27 diff -u -p -r1.27 iostat.8 --- iostat.87 Sep 2018 12:54:44 - 1.27 +++ iost

Re: immutable userland mappings

2022-09-15 Thread Theo de Raadt
Theo de Raadt wrote: > > Yet another version of the diff as I incrementally get it working better. > > Call it version 22.. This is around version 30. There is still a subtle problem with RELRO, but it is masked with a hack. arm64 also works correctly, and I'm onto the next architecture. Syste

Re: [DIFF] Function Separation

2022-09-15 Thread Theo Buehler
On Thu, Sep 15, 2022 at 09:06:39AM +, Klemens Nanni wrote: > On Thu, Sep 15, 2022 at 04:29:36AM -0400, Varik Valefor wrote: > > This change removes a fairly large routine from a large function and places > > the fairly large routine into a dedicated function.  The decreasing of the > > length o

Re: [DIFF] Function Separation

2022-09-15 Thread Klemens Nanni
On Thu, Sep 15, 2022 at 04:29:36AM -0400, Varik Valefor wrote: > This change removes a fairly large routine from a large function and places > the fairly large routine into a dedicated function.  The decreasing of the > length of the main function should increase the readability of the large > func

Re: libcrypto: add OID for RPKI signedTAL objects

2022-09-15 Thread Theo Buehler
On Thu, Sep 15, 2022 at 08:12:34AM +, Job Snijders wrote: > IANA made a permanent registration in the SMI Security for S/MIME CMS > Content Type registry at > https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#security-smime-1 > for signed objects conforming to draft-ietf-sidrops-si

libcrypto: add OID for RPKI signedTAL objects

2022-09-15 Thread Job Snijders
IANA made a permanent registration in the SMI Security for S/MIME CMS Content Type registry at https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#security-smime-1 for signed objects conforming to draft-ietf-sidrops-signed-tal. OK? Kind regards, Job Index: lib/libcrypto/objects/obj_m

Re: man sed(1): instructions wrt whitespace in functions

2022-09-15 Thread Jason McIntyre
On Wed, Sep 14, 2022 at 11:51:41AM +0200, Luka Krmpoti?? wrote: > section "DESCRIPTION" of sed man(1) page, says > >The form of a sed command is as follows: > >[address[,address]]function[arguments] > >Whitespace may be inserted before the first address and the function > >portions of the comma