CVS: cvs.openbsd.org: src

2022-05-31 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/06/01 00:33:46 Modified files: sys/dev/fdt: if_mvneta.c Log message: mark the mvneta interrupt handler as mpsafe. link state changes still take the kernel lock, but packet processing is unlocked no

CVS: cvs.openbsd.org: www

2022-05-31 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:www Changes by: k...@cvs.openbsd.org2022/05/31 23:22:52 Modified files: . : plus.html Log message: Updated changelog to 2022-05-01 feedback and ok pamela@

CVS: cvs.openbsd.org: src

2022-05-31 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/05/31 22:31:08 Modified files: sys/dev/fdt: if_mvneta.c if_mvnetareg.h Log message: rework the rx ring processing. this is another big step toward making the code mpsafe, and makes a bunch of ring

CVS: cvs.openbsd.org: src

2022-05-31 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/05/31 21:51:19 Modified files: sys/dev/fdt: if_mvneta.c Log message: mark mvneta_start mpsafe. the interrupt handler is still under kernel lock, but at least you can queue packets from another cpu

CVS: cvs.openbsd.org: src

2022-05-31 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/05/31 21:39:57 Modified files: sys/dev/fdt: if_mvneta.c Log message: dont have to say Ethernet address in dmesg, address is fine

CVS: cvs.openbsd.org: src

2022-05-31 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/05/31 21:37:41 Modified files: sys/dev/fdt: if_mvneta.c Log message: trim some white space

CVS: cvs.openbsd.org: src

2022-05-31 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/05/31 21:34:21 Modified files: sys/dev/fdt: if_mvneta.c if_mvnetareg.h Log message: rework tx start and completion. this is a big step toward making the code mpsafe, and makes a bunch of ring opera

CVS: cvs.openbsd.org: src

2022-05-31 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/05/31 15:35:46 Modified files: regress/usr.sbin/rpki-client: test-gbr.c test-mft.c test-roa.c test-rsc.c Log message: Make sure we error on parse failure. ok clau

CVS: cvs.openbsd.org: src

2022-05-31 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2022/05/31 14:21:40 Modified files: share/man/man7 : roff.7 usr.bin/mandoc : roff.c roff_escape.c Log message: Rudimentary implementation of the \A escape sequence, following groff semantics

CVS: cvs.openbsd.org: src

2022-05-31 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/05/31 14:12:24 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: fix spacing;

CVS: cvs.openbsd.org: src

2022-05-31 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/05/31 13:37:02 Modified files: regress/usr.sbin/rpki-client: test-gbr.c Log message: Fix typo: argv[1] -> argv[i]

CVS: cvs.openbsd.org: src

2022-05-31 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/05/31 13:14:15 Added files: regress/usr.sbin/rpki-client/rsc: c6938fc00af6496d9d4e6e2d876e4b4811887b60f4f1bc9cd0b3cdb7c57c6d5e.sig

CVS: cvs.openbsd.org: src

2022-05-31 Thread Moritz Buhl
CVSROOT:/cvs Module name:src Changes by: mb...@cvs.openbsd.org 2022/05/31 13:01:46 Modified files: regress/sys/net/pflow: flow.10_4 flow.10_6 gen_traffic.c Log message: The pflow regression test could fail due to a race where the close(2) call of the receiver was called

CVS: cvs.openbsd.org: src

2022-05-31 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/05/31 12:51:35 Modified files: usr.sbin/rpki-client: cert.c mft.c roa.c rsc.c x509.c Log message: I made non-trivial contributions to these files.

CVS: cvs.openbsd.org: src

2022-05-31 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/05/31 12:45:14 Modified files: usr.sbin/rpki-client: rsc.c Log message: Shuffle two helper functions down. This way the helper functions appear in the order they are used in rsc_parse_econtent().

CVS: cvs.openbsd.org: src

2022-05-31 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/05/31 12:42:26 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: Update reference to RSC draft 08 ok claudio job

CVS: cvs.openbsd.org: src

2022-05-31 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/05/31 12:41:43 Modified files: usr.sbin/rpki-client: cms.c extern.h Log message: Remove now unused ASN1_frame() and cms_econtent_version() ok claudio job

CVS: cvs.openbsd.org: src

2022-05-31 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/05/31 12:40:15 Modified files: usr.sbin/rpki-client: rsc.c Log message: Rewrite rsc.c using ASN.1 templates This implements the constrained versions of the RFC 3779 structures since OpenSSL's 3779 API

CVS: cvs.openbsd.org: src

2022-05-31 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/05/31 12:33:16 Modified files: usr.sbin/rpki-client: cert.c extern.h Log message: Prepare rewrite of rsc.c with templated ASN.1 Change signatures of various functions to avoid using struct parse and ex

CVS: cvs.openbsd.org: src

2022-05-31 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2022/05/31 12:08:02 Modified files: share/man/man7 : roff.7 usr.bin/mandoc : roff.c roff_escape.c Log message: Trivial patch to put the roff(7) \g (interpolate format of register) escape seq

CVS: cvs.openbsd.org: src

2022-05-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2022/05/31 10:13:43 Modified files: usr.bin/tmux : cmd-server-access.c Log message: Add a missing space.

CVS: cvs.openbsd.org: src

2022-05-31 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2022/05/31 08:05:12 Modified files: usr.bin/ssh: ssh-keygen.c Log message: ssh-keygen: implement "verify-required" certificate option This was already documented when support for user-verified FIDO keys

CVS: cvs.openbsd.org: src

2022-05-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2022/05/31 04:22:42 Modified files: usr.bin/tmux : menu.c Log message: Trim menu item text correctly, GitHub issue 3197.

CVS: cvs.openbsd.org: src

2022-05-31 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/05/31 03:50:26 Modified files: regress/usr.sbin/bgpd/integrationtests: Makefile Added files: regress/usr.sbin/bgpd/integrationtests: bgpd.maxcomm.

CVS: cvs.openbsd.org: src

2022-05-31 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/05/31 03:46:54 Modified files: regress/usr.sbin/bgpd/unittests: rde_community_test.c rde_community_test.h Log message: Extend community unit test to also check

CVS: cvs.openbsd.org: src

2022-05-31 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/05/31 03:45:33 Modified files: usr.sbin/bgpd : bgpd.conf.5 bgpd.h parse.y printconf.c rde.h rde_community.c rde_filter.c Log message: Implement a max communities filter match