CVS: cvs.openbsd.org: src

2024-03-01 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2024/03/01 18:07:23

Modified files:
distrib/sets/lists/base: mi 

Log message:
sync



CVS: cvs.openbsd.org: src

2024-03-01 Thread Todd C . Miller
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2024/03/01 16:37:42

Modified files:
usr.bin/mktemp : mktemp.1 

Log message:
Clarify behavior when there is more than one run of Xs.
With help from miod@



CVS: cvs.openbsd.org: src

2024-03-01 Thread Todd C . Miller
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2024/03/01 14:50:40

Modified files:
usr.bin/mktemp : mktemp.1 mktemp.c 

Log message:
mktemp(1): add suffix support for compatibility with the GNU version
It is now possible to use templates where the Xs are not at the
end, like "foo.XX.bar".  If there are multiple runs of Xs,
the last one is used.  OK deraadt@



CVS: cvs.openbsd.org: src

2024-03-01 Thread Todd C . Miller
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2024/03/01 14:30:40

Modified files:
include: stdlib.h 
lib/libc   : Symbols.list shlib_version 
lib/libc/hidden: stdlib.h 
lib/libc/stdlib: mkdtemp.c mktemp.3 

Log message:
Add mkdtemps(3), like mkdtemp(3) but with a suffix.
OK deraadt@ tb@



CVS: cvs.openbsd.org: src

2024-03-01 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2024/03/01 10:48:03

Modified files:
sbin/fdisk : cmd.c 

Log message:
Allow fdisk(8) to add GPT partitions of protected types.

This makes it possible to provision virtual machine images that
need a "BIOS Boot" partition.

Report, original diff and testing by Christian Ludwig. Thanks!

ok miod@



CVS: cvs.openbsd.org: src

2024-03-01 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/03/01 09:27:34

Modified files:
usr.sbin/rpki-client: version.h 

Log message:
Bump version



CVS: cvs.openbsd.org: src

2024-03-01 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2024/03/01 09:23:37

Modified files:
usr.sbin/bgpd  : version.h 

Log message:
Bump version



CVS: cvs.openbsd.org: src

2024-03-01 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2024/03/01 08:57:43

Modified files:
sys/arch/arm64/arm64: cpu.c 

Log message:
Reduce dmesg spam by only printing the CPU feature flags when they differ
from the previous one.  Since CPU cores are typically grouped in clusters
of identical cores and are typically enumerated this results in flags
being printed for the first core of a cluster.  But only if the clusters
use cores that implement different features which is rare.

ok deraadt@



CVS: cvs.openbsd.org: src

2024-03-01 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2024/03/01 07:15:01

Modified files:
sys/kern   : uipc_syscalls.c 

Log message:
Protect pool_get() with kernel lock in sys_ypconnect().

Pool namei_pool is initialized with IPL_NONE as filesystem always
runs with kernel lock.  So pool_get() needs kernel lock also in
sys_ypconnect().

OK kn@ deraadt@



CVS: cvs.openbsd.org: src

2024-03-01 Thread Job Snijders
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/03/01 02:36:55

Modified files:
usr.sbin/rpki-client: main.c 

Log message:
Lipstick on a pig: avoid comparing signed and unsigned

OK tb@ claudio@



CVS: cvs.openbsd.org: src

2024-03-01 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/03/01 01:35:23

Modified files:
sys/dev/pci: pcidevs.h pcidevs_data.h 

Log message:
regen



CVS: cvs.openbsd.org: src

2024-03-01 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/03/01 01:34:42

Modified files:
sys/dev/pci: pcidevs 

Log message:
more Red Hat and Qumranet devices seen with QEMU and KVM



Re: CVS: cvs.openbsd.org: src

2024-03-01 Thread Theo Buehler
On Fri, Mar 01, 2024 at 01:10:09AM -0700, Theo Buehler wrote:
> CVSROOT:  /cvs
> Module name:  src
> Changes by:   t...@cvs.openbsd.org2024/03/01 01:10:09
> 
> Modified files:
>   usr.sbin/rpki-client: main.c output-json.c parser.c 
> rpki-client.8 
> 
> Log message:
> Add -x to opt into experimental file formats
> 
> Instead of burning one letter for each new file format (sidrops is known
> to crank out new things faster than a normal person can read), use -x to
> opt into parsing and processing file formats that aren't yet considered
> stable. This is currently only the Signed Prefix List.  While a repetition
> of the ASPA debacle, this code hasn't yet seen enough stress testing to be
> enabled by default.

This should have said: "while a repetition of the ASPA debacle is
unlikely".

> 
> ok claudio job
> 



CVS: cvs.openbsd.org: src

2024-03-01 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/03/01 01:10:09

Modified files:
usr.sbin/rpki-client: main.c output-json.c parser.c 
  rpki-client.8 

Log message:
Add -x to opt into experimental file formats

Instead of burning one letter for each new file format (sidrops is known
to crank out new things faster than a normal person can read), use -x to
opt into parsing and processing file formats that aren't yet considered
stable. This is currently only the Signed Prefix List.  While a repetition
of the ASPA debacle, this code hasn't yet seen enough stress testing to be
enabled by default.

ok claudio job