CVS: cvs.openbsd.org: src

2024-01-14 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2024/01/15 00:23:32 Modified files: sbin/pfctl : pfctl.c pfctl_parser.h pfctl_table.c Log message: Currently 'pfctl -a "*" -sr' recursively walks anchor tree and shows rules found in every anchor. This c

CVS: cvs.openbsd.org: src

2024-01-14 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2024/01/14 23:57:07 Modified files: gnu/usr.bin/binutils-2.17/include/opcode: i386.h Log message: >From "Lorenz (xha)" (me(at)xha.li): teach binutils how to assemble endbr{64,32} "sure" dv@ deraadt@

CVS: cvs.openbsd.org: src

2024-01-14 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2024/01/14 23:51:55 Modified files: regress/sys/netinet/carp: carp_subr Log message: Increase wait until threshold. Should hopefully make these tests more stable.

CVS: cvs.openbsd.org: src

2024-01-14 Thread Dave Voutila
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/01/14 19:35:23 Modified files: sys/dev/fdt: virtio_mmio.c sys/dev/pci: virtio_pci.c Log message: vio(4): poll device status after issuing device reset. The virtio spec says a driver "s

CVS: cvs.openbsd.org: src

2024-01-14 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2024/01/14 18:15:37 Modified files: sys/kern : kern_clockintr.c sys/sys: clockintr.h Log message: clockintr: move CLST_IGNORE_REQUESTS from cl_flags to cq_flags In the near future, we

CVS: cvs.openbsd.org: src

2024-01-14 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/01/14 11:40:24 Modified files: lib/libcrypto/cms: cms_enc.c cms_env.c cms_ess.c cms_pwri.c Log message: Tidy a few more includes in cms/

Re: CVS: cvs.openbsd.org: src

2024-01-14 Thread Theo de Raadt
>However, to ease this transition, change ld.so to only load the first libc >version that we encounter (in a breadth first sense) and substitute that >libc version for all further loads of libc, even if different versions are >requested. This is done silently since I can't come up with a good warn

CVS: cvs.openbsd.org: src

2024-01-14 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2024/01/14 10:23:56 Modified files: sys/sys: sched.h Log message: sys/sched.h: conceal inclusion from userspace Nothing outside of the _KERNEL guard in needs , so move its inclusion under _KERNEL.

CVS: cvs.openbsd.org: src

2024-01-14 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2024/01/14 10:11:55 Modified files: sys/sys: sched.h Log message: sys/sched.h: conceal struct schedstate_percpu definition from userspace struct schedstate_perpcu contains struct clockintr pointers.

CVS: cvs.openbsd.org: src

2024-01-14 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/01/14 02:39:03 Modified files: libexec/ld.so : loader.c Log message: Whenever we have a libc major bump, we run the risk that dependent shared libraries will request a different (major) libc ve