CVS: cvs.openbsd.org: src

2023-03-05 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/03/05 23:56:49

Modified files:
share/man/man4 : mii.4 

Log message:
whack the *phy entries in SEE ALSO: it was becoming unwieldy, and they are
already listed in SYNOPSIS;

while here, rework the ifconfig sentence into something simpler, tweaked
by jsg to mention the "media" keyword;

ok jsg



CVS: cvs.openbsd.org: src

2023-03-05 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2023/03/05 23:49:16

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

Log message:
sync



CVS: cvs.openbsd.org: src

2023-03-05 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/03/05 19:40:58

Modified files:
sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c 

Log message:
drm/amd/display: Properly reuse completion structure

>From Stylon Wang
118ad80d27d938868299ef184f7483b21f011f0b in linux-6.1.y/6.1.15
0cf8307adbc6beb5ff3b8a76afedc6e4e0b536a9 in mainline linux



CVS: cvs.openbsd.org: src

2023-03-05 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/03/05 19:38:01

Modified files:
sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c amdgpu_dm.h 
   amdgpu_dm_helpers.c 

Log message:
drm/amd/display: Fix race condition in DPIA AUX transfer

>From Stylon Wang
075e2099c32cf4486b27266d2aecf61e95499ea4 in linux-6.1.y/6.1.15
ead08b95fa50f40618c72b93a849c4ae30c9cd50 in mainline linux



CVS: cvs.openbsd.org: src

2023-03-05 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/03/05 19:34:53

Modified files:
sys/dev/pci/drm/amd/display/dc/dcn314: dcn314_hwseq.c 
   dcn314_hwseq.h 
   dcn314_init.c 
sys/dev/pci/drm/amd/display/dmub/inc: dmub_cmd.h 

Log message:
drm/amd/display: Move DCN314 DOMAIN power control to DMCUB

>From Nicholas Kazlauskas
4da108082a3290804ebbd42d70ce8535c00e4637 in linux-6.1.y/6.1.15
e383b12709e32d6494c948422070c2464b637e44 in mainline linux



CVS: cvs.openbsd.org: src

2023-03-05 Thread Tobias Heider
CVSROOT:/cvs
Module name:src
Changes by: to...@cvs.openbsd.org   2023/03/05 15:17:22

Modified files:
sbin/iked  : ca.c control.c iked.c iked.h ikev2.c proc.c 

Log message:
Fix clean process shutdown by storing env globally like vmd and httpd do
instead of getting it from p_ps.  The old approach does not work anymore
after the recent fork + exec update.

ok patrick@



CVS: cvs.openbsd.org: src

2023-03-05 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org   2023/03/05 11:55:34

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

Log message:
Actually, LANG only set the default.

from guenther@



CVS: cvs.openbsd.org: src

2023-03-05 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2023/03/05 09:31:01

Modified files:
lib/libcrypto/ec: ec_local.h 

Log message:
Remove #ifndef OPENSSL_EC_NISTP_64_GCC_128.

This was presumably intended to be OPENSSL_NO_EC_NISTP_64_GCC_128, however
generic code has ended up inside the ifdef (and none of the NISTP code
or prototypes now remain).



CVS: cvs.openbsd.org: src

2023-03-05 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2023/03/05 09:21:53

Modified files:
sys/arch/arm64/stand/efiboot: Makefile 

Log message:
arm64 needs -DBOOT_STTY as well.

ok miod@



CVS: cvs.openbsd.org: src

2023-03-05 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2023/03/05 09:11:36

Modified files:
lib/libcrypto/ec: ec_local.h 

Log message:
Remove ec_GFp_nistp.* prototypes.

This code has been deleted, however the prototypes managed to hang around.



CVS: cvs.openbsd.org: src

2023-03-05 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2023/03/05 09:06:14

Modified files:
lib/libcrypto/ec: ec_local.h 

Log message:
Remove duplicate function prototypes.



CVS: cvs.openbsd.org: src

2023-03-05 Thread Patrick Wildt
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2023/03/05 07:45:07

Modified files:
sys/arch/arm64/dev: apldc.c aplpinctrl.c 
sys/arch/armv7/omap: omgpio.c 
sys/dev/fdt: imxgpio.c rkgpio.c 

Log message:
Mask off IPL flags before storing the IPL for an interrupt.

ok kettenis@ jmatthew@



CVS: cvs.openbsd.org: src

2023-03-05 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/03/05 06:12:53

Modified files:
usr.bin/openssl: ciphers.c dhparam.c errstr.c genpkey.c 
 pkeyparam.c pkeyutl.c prime.c rand.c req.c 
 rsautl.c s_time.c 

Log message:
openssl: make all config structs static

These are per-app, so per-file. Most of them already are static, adjust
the rest of them.



CVS: cvs.openbsd.org: src

2023-03-05 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/03/05 06:08:22

Modified files:
usr.bin/openssl: cms.c 

Log message:
openssl/cms: zap some trailing whitespace



CVS: cvs.openbsd.org: src

2023-03-05 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/03/05 05:56:41

Modified files:
share/man/man1 : dpb.1 

Log message:
knock out double .Pp;



CVS: cvs.openbsd.org: src

2023-03-05 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/03/05 05:55:36

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

Log message:
oops, overridden has two d's; apologies ajacoutot for not spotting that.



CVS: cvs.openbsd.org: src

2023-03-05 Thread Marc Espie
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org   2023/03/05 03:41:59

Modified files:
share/man/man1 : dpb.1 

Log message:
adjust documentation to explain tags, which are still there just in case



CVS: cvs.openbsd.org: src

2023-03-05 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org   2023/03/05 03:11:29

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

Log message:
Values for categories that are not set in the environment or that are overriden
by LANG or LC_ALL are displayed between double quotes.

wording by guenther@
ok kn@ jmc@



CVS: cvs.openbsd.org: src

2023-03-05 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2023/03/05 02:57:32

Modified files:
sys/dev/fdt: rktemp.c 

Log message:
Add RK356x-specific initialization.  Also initialize a few auto mode
related registers on all supported SoCs.  Makes rktemp(4) work on
RK356x with U-Boot.

ok jmatthew@



CVS: cvs.openbsd.org: src

2023-03-05 Thread Darren Tucker
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2023/03/05 02:24:35

Modified files:
usr.bin/ssh: ssh-keygen.c 

Log message:
Fix mem and FILE leaks in moduli screening.

If multiple -Ocheckpoint= options are passed, the earlier ones would
be overwritten and leaked.  If we use an input file that wasn't stdin,
close that.  From Coverity CIDs 291884 and 291894.



CVS: cvs.openbsd.org: src

2023-03-05 Thread Darren Tucker
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2023/03/05 01:18:58

Modified files:
usr.bin/ssh: ssh-keygen.c 

Log message:
Plug mem leak in moduli checkpoint option parsing.
>From Coverity CID 291894.