CVS: cvs.openbsd.org: src

2023-06-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2023/06/28 09:36:08 Modified files: sys/net: pf_ioctl.c Log message: Revert r1.406 "Close all pf transactions before opening a new one in DIOCGETRULES." regress/sbin/pfctl panics with "rw_enter:

CVS: cvs.openbsd.org: src

2023-06-28 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/06/28 11:35:06 Modified files: usr.bin/ftp: Makefile fetch.c Log message: drop needless strcspn in the header parsing since fetch.c revision 1.211, ftp removes trailingwhitespaces early so there's

CVS: cvs.openbsd.org: src

2023-06-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/06/28 11:24:20 Modified files: usr.sbin/rpki-client: aspa.c Log message: The warning noise due to the ASPA transition is just that: noise. Switch to warnx() instead of cryptowarnx() for now. ok job

CVS: cvs.openbsd.org: src

2023-06-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/06/28 12:07:07 Modified files: lib/libcrypto/man: EC_GROUP_copy.3 Log message: Adjust EC_GROUP_get_basis_type() documentation After the GF2m removal, this function always returns 0, so adjust the

CVS: cvs.openbsd.org: src

2023-06-28 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/06/28 11:36:09 Modified files: usr.sbin/rpki-client: http.c Log message: drop needless strcspn in the header parsing like done in ftp' fetch.c revision 1.216. ok tb

CVS: cvs.openbsd.org: src

2023-06-28 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/06/28 11:36:51 Modified files: usr.bin/ftp: Makefile Log message: revert makefile change included by mistake in previous

CVS: cvs.openbsd.org: src

2023-06-28 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2023/06/28 15:33:35 Modified files: sys/net: pf_ioctl.c Log message: pfioctl() must make sure pfioctl_rw() gets unlocked before function returns. OK bluhm@

Re: CVS: cvs.openbsd.org: src

2023-06-28 Thread Anton Lindqvist
On Wed, Jun 28, 2023 at 06:12:48AM -0600, Kenneth R Westerback wrote: > CVSROOT: /cvs > Module name: src > Changes by: k...@cvs.openbsd.org2023/06/28 06:12:48 > > Modified files: > sbin/disklabel : editor.c > > Log message: > Refactor editor_allocspace() into easier to follow

CVS: cvs.openbsd.org: src

2023-06-28 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/06/28 02:37:52 Modified files: usr.bin/mg : mg.1 Log message: add `notab' to the list of modes that can be set with set-default-mode specify also that it can be set globally with set-default-mode,

CVS: cvs.openbsd.org: src

2023-06-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/06/28 02:23:25 Modified files: sys/dev/dt : dt_dev.c sys/dev/pci: if_myx.c sys/dev/pci/drm: drm_linux.c sys/kern : kern_rwlock.c kern_sched.c kern_sig.c

CVS: cvs.openbsd.org: src

2023-06-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2023/06/28 05:49:49 Modified files: sys/dev/dt : dt_prov_static.c sys/net: if_var.h sys/netinet: in.c sys/netinet6 : in6.c sys/sys: refcnt.h Log

CVS: cvs.openbsd.org: src

2023-06-28 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2023/06/28 06:12:48 Modified files: sbin/disklabel : editor.c Log message: Refactor editor_allocspace() into easier to follow pieces. editor_allocspace() interates over alloc_tables calling

CVS: cvs.openbsd.org: src

2023-06-28 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/06/28 05:07:29 Modified files: usr.bin/ftp: fetch.c Log message: fix parsing of the Last-Modified header Was overlooked in r1.209. diff from 'a dog' (OpenBSD [at] anthropomorphic [dot] dog) ok

CVS: cvs.openbsd.org: src

2023-06-28 Thread Gerhard Roth
CVSROOT:/cvs Module name:src Changes by: gerh...@cvs.openbsd.org 2023/06/28 06:31:19 Modified files: sbin/iked : iked.c proc.c Log message: Don't call daemon() after proc_init(), otherwise the child processes would lose their parent. ok tobhe@

CVS: cvs.openbsd.org: src

2023-06-28 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2023/06/28 08:10:24 Modified files: sbin/iked : ca.c iked.h ikev2.c ikev2.h ikev2_msg.c ikev2_pld.c Log message: Add support to verify X509 chain from CERT payloads. Encode