CVS: cvs.openbsd.org: src

2024-06-18 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/06/18 23:22:33 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Better words for downloaded snap is older message. ok deraadt@ florian@ tb@

CVS: cvs.openbsd.org: src

2024-06-18 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/18 19:32:24 Modified files: sys/dev/pci/drm/amd/pm/swsmu/smu13: smu_v13_0_6_ppt.c Log message: #if notyet -> #ifdef notyet for consistency and -Wundef

CVS: cvs.openbsd.org: src

2024-06-18 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2024/06/18 10:41:39 Modified files: bin/test : test.1 test.c Log message: Stop trying to deprecate "test -L" in favour of "test -h" (or vice versa). It's hopeless because POSIX requires both si

CVS: cvs.openbsd.org: src

2024-06-18 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/06/18 08:57:59 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Use BUILDINFO to make sure we are not going backwards in time. Input & OK deraadt

CVS: cvs.openbsd.org: src

2024-06-18 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/18 06:37:29 Modified files: sys/arch/i386/include: cpu.h pmap.h sys/arch/powerpc/include: pmap.h sys/dev/ic : wdcvar.h sys/uvm: uvm_map.h Log message: remove pr

CVS: cvs.openbsd.org: src

2024-06-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/18 03:47:03 Modified files: lib/libcrypto/x509: x509_conf.c Log message: v3_generic_extension() use ASN1_STRING_set0() This aligns it with do_ext_i2d()

CVS: cvs.openbsd.org: src

2024-06-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/18 03:41:33 Modified files: lib/libcrypto/x509: x509_conf.c Log message: v3_generic_extension() rename the X509_EXTENSION now that ext is free, we can use it like everywhere else

CVS: cvs.openbsd.org: src

2024-06-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/18 03:35:09 Modified files: lib/libcrypto/x509: x509_conf.c Log message: Rename 'ext' to 'name' in v3_generic_extension() In this code 'ext' is usually used for an X509_EXTENSION object.

CVS: cvs.openbsd.org: src

2024-06-18 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/18 03:08:02 Modified files: sys/dev/ata: ata_wdc.c Log message: remove wdc_ata_addref()/wdc_ata_delref() #if 0'd since rev 1.1

CVS: cvs.openbsd.org: src

2024-06-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/18 02:29:40 Modified files: lib/libcrypto/x509: x509_bitst.c x509_utl.c Log message: Make local BIT_STRING_BITNAME variables const There's no reason for them not to be const. This is a piece of a la

CVS: cvs.openbsd.org: src

2024-06-18 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2024/06/18 02:11:48 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Re-enable ssh-dss tests if ssh is compiled with DSA support