CVS: cvs.openbsd.org: src

2023-07-28 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2023/07/29 00:52:50 Modified files: sys/dev: kcov.c Log message: Read curcpu once in kcov code hot paths.

CVS: cvs.openbsd.org: src

2023-07-28 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2023/07/29 00:52:08 Modified files: sys/kern : kern_task.c kern_timeout.c sys/sys: kcov.h Log message: Avoid accessing curproc early during boot when kcov is enabled as it might be una

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/29 00:46:20 Modified files: lib/libcrypto : Makefile Log message: Move HAVE_FUNOPEN out of !NOPIC Due to some historic accident, HAVE_FUNOPEN was grouped with DSO_DLFCN and HAVE_DLFCN_H inside !def

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/29 00:17:56 Modified files: lib/libcrypto/rc4/asm: rc4-parisc.pl Log message: Garbage collect rodata only used by RC4_options() build tested by miod

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 21:18:05 Modified files: lib/libcrypto : Symbols.namespace Log message: Add _libre_CMS_{,SignerInfo}_get_version

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 21:13:38 Modified files: lib/libcrypto : Symbols.namespace lib/libcrypto/hidden/openssl: bn.h idea.h Log message: Remove {BN,idea}_options() leftovers Some *_options() prototypes were l

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 21:05:35 Modified files: lib/libcrypto/man: BF_set_key.3 Log message: Remove BF_options() documentation

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 20:32:01 Modified files: lib/libcrypto/bio: b_dump.c Log message: reinstate KNF for comment

CVS: cvs.openbsd.org: src

2023-07-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2023/07/28 14:28:11 Modified files: usr.sbin/rpki-client: version.h Log message: bump version

CVS: cvs.openbsd.org: src

2023-07-28 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2023/07/28 14:25:09 Modified files: sys/dev/pci: if_ix.c Log message: Simplify logic for LRO packet tracking in ix(4). Protect against integer overflow although it should not happen. test and OK jan@

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 12:29:26 Modified files: regress/lib/libcrypto/free: freenull.awk Log message: Some of these functions no longer exist or are no longer public

CVS: cvs.openbsd.org: src

2023-07-28 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2023/07/28 11:25:32 Modified files: regress/usr.bin/rsync: Makefile test13_perms.test test6_perms.test Added files: regress/usr.bin/rsync: test13b_perms.test Log mess

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 11:13:56 Modified files: regress/lib/libcrypto/free: freenull.c.head Log message: DSO has left the building

CVS: cvs.openbsd.org: src

2023-07-28 Thread Dave Voutila
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/07/28 10:54:48 Modified files: sys/dev/pv : if_vio.c vioblk.c viocon.c viornd.c Log message: Initialize handlers with NULL, not 0.

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 10:02:34 Modified files: lib/libssl : ssl_kex.c Log message: Also remove ecdh.h use from libssl

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 09:50:33 Modified files: lib/libcrypto/ec: ec_local.h ec_pmeth.c lib/libcrypto/ecdsa: ecdsa_local.h lib/libcrypto/gost: gost_local.h gostr341001_pmeth.c lib/libcrypto/sm2:

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 08:34:55 Modified files: lib/libcrypto/man: CRYPTO_set_ex_data.3 Log message: The CRYPTO_EX_DATA type is not opaque By API misdesign, it cannot be opaque. The incorrect documentation was added as

CVS: cvs.openbsd.org: src

2023-07-28 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/07/28 07:30:07 Modified files: lib/libcrypto/asn1: x_attrib.c Log message: remove X509_ATTRIBUTE_SET_it public symbol removed in April ok tb@

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 07:05:59 Modified files: regress/lib/libcrypto/dh: dhtest.c Log message: dhtest: simplify printing and make the output slightly less ugly CID 463174

CVS: cvs.openbsd.org: src

2023-07-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/07/28 05:23:03 Modified files: sbin/iked : iked.h ikev2.c ikev2_msg.c util.c Log message: Implement print_hexbuf() to hexdump the contents of an ibuf. OK tb@

CVS: cvs.openbsd.org: src

2023-07-28 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/07/28 05:08:01 Modified files: lib/libcrypto : Makefile Added files: lib/libcrypto/ripemd: ripemd.c Removed files: lib/libcrypto/ripemd: rmd_dgst.c rmd_one.c Log message: Combine ripe

CVS: cvs.openbsd.org: src

2023-07-28 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/07/28 05:06:28 Modified files: lib/libcrypto : Makefile Added files: lib/libcrypto/md5: md5.c Removed files: lib/libcrypto/md5: md5_dgst.c md5_one.c Log message: Combine md5 into a si

CVS: cvs.openbsd.org: src

2023-07-28 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/07/28 05:04:41 Modified files: lib/libcrypto : Makefile Added files: lib/libcrypto/md4: md4.c Removed files: lib/libcrypto/md4: md4_dgst.c md4_one.c Log message: Combine md4 into a si

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:42:01 Modified files: distrib/sets/lists/base: mi Log message: sync

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:41:24 Modified files: lib/libcrypto : shlib_version lib/libssl : shlib_version lib/libtls : shlib_version Log message: bump libcrypto, libssl, libtls majors

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:38:51 Removed files: lib/libcrypto/aes: aes_misc.c lib/libcrypto/hidden/openssl: dso.h Log message: Two files did not want to go away. Go!

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:35:14 Modified files: lib/libcrypto : Makefile Symbols.list lib/libcrypto/aes: aes_misc.c lib/libcrypto/bf: bf_ecb.c lib/libcrypto/bn: bn_lib.c lib/libcrypto/

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:33:13 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/asn1: a_bitstr.c asn1.h lib/libcrypto/hidden/openssl: asn1.h Log message: Remove more ASN1_

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:30:16 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/asn1: a_bitstr.c asn1.h lib/libcrypto/hidden/openssl: asn1.h Log message: Remove ASN1_BIT_S

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:28:02 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/cms: cms.h cms_lib.c lib/libcrypto/hidden/openssl: cms.h Log message: Provide CMS{,_SignerInfo}_get_version

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:26:33 Modified files: lib/libcrypto/stack: safestack.h Log message: Remove sk_nid_triple_*() The nid_triple stack is no more. Its type never was part of the public API. Why its stack macros we

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:25:05 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/hidden/openssl: objects.h lib/libcrypto/objects: obj_xref.c objects.h Log message: Remove O

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:23:19 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/err: err.c err.h lib/libcrypto/hidden/openssl: err.h Log message: Remove more ERR cruft Ev

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:21:01 Modified files: lib/libcrypto : Symbols.list Symbols.namespace ossl_typ.h lib/libcrypto/err: err.c err.h lib/libcrypto/hidden/openssl: err.h Log message: Remove ERR_{ge

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:19:20 Modified files: lib/libcrypto : Symbols.list Symbols.namespace crypto.h ex_data.c lib/libcrypto/hidden/openssl: crypto.h lib/libcrypto/stack: sa

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:17:21 Modified files: lib/libcrypto : Makefile Symbols.list lib/libcrypto/buffer: buffer.h Removed files: lib/libcrypto/buffer: buf_str.c Log message: Remove BUF_[a-z]* API

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:13:50 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/bio: bss_bio.c lib/libcrypto/hidden/openssl: bio.h Log message: Drop BIO_n{read,write}{,0}(

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:07:30 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/bn: bn.h bn_const.c lib/libcrypto/hidden/openssl: bn.h Log message: Remove the get_rfc*_pri

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:05:17 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/bn: bn.h bn_blind.c bn_local.h lib/libcrypto/hidden/openssl: bn.h rsa.h lib/libcrypt

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:02:12 Modified files: lib/libcrypto : Makefile Symbols.list Symbols.namespace lib/libcrypto/asn1: asn1.h lib/libcrypto/hidden/openssl: asn1.h Removed files: lib/libcry

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 04:00:10 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/asn1: a_type.c asn1_local.h asn1t.h tasn_dec.c tasn_enc.c tasn_fre.c tasn

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 03:58:30 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/asn1: asn1.h asn1_local.h bio_asn1.c bio_ndef.c lib/libcrypto/bio: bio.h lib/libcryp

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 03:53:55 Modified files: lib/libcrypto : Makefile Symbols.list Symbols.namespace opensslfeatures.h lib/libcrypto/hidden/openssl: rand.h ts.h lib/libcrypt

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 03:47:16 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 03:46:36 Modified files: lib/libcrypto : Makefile Symbols.list Symbols.namespace opensslfeatures.h lib/libcrypto/err: err_all.c lib/libcrypto/hidden/open

CVS: cvs.openbsd.org: src

2023-07-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/07/28 03:46:13 Modified files: sys/dev/pci/drm/include/linux: wait.h Log message: Properly emulate wait_event_interruptible_locked(). This function is called with the wait_queue_head locked, so the code

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 03:42:44 Modified files: lib/libcrypto : Makefile Symbols.list Symbols.namespace lib/libcrypto/comp: comp.h Removed files: lib/libcrypto/comp: c_rle.c c_zlib.c comp_err.c comp_lib

CVS: cvs.openbsd.org: src

2023-07-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/07/28 03:41:43 Modified files: sys/dev/pci/drm/i915/display: intel_display.c Log message: Remove local hack in intel_atomic_commit_fence_wait(). This functions registers the proc on two wait_queues so e

CVS: cvs.openbsd.org: src

2023-07-28 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/07/28 03:33:16 Modified files: sys/net: rtsock.c Log message: Compare m_pullup(9) return value against NULL instead of 0.

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 03:31:21 Modified files: lib/libcrypto/ecdh: ecdh.c Log message: Remove some unneeded includes from ecdh.c

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 03:30:22 Modified files: lib/libcrypto/ecdh: ecdh.c Log message: Pull up zeroing of out; drop unnecessary check Move the zeroing of the output buffer a few lines up and remove an unnecessary chec

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 03:29:24 Modified files: lib/libcrypto/ecdh: ecdh.c Log message: Rename buflen to buf_len, use calloc/freezero Some cosmetic tweaks in ecdh_compute_key(). Rename buflen to buf_len to match out_le

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 03:28:37 Modified files: lib/libcrypto/ec: ec.h ec_err.c ec_kmeth.c ec_local.h lib/libcrypto/ecdh: ecdh.c Log message: Move KDF handling to ECDH_compute_key() In OpenSSL e2285d87, the KD

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 03:25:12 Modified files: lib/libcrypto/ec: ec.h lib/libcrypto/ecdh: ecdh.h lib/libcrypto/hidden/openssl: ec.h Removed files: lib/libcrypto/hidden/openssl: ecdh.h Log mes

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 03:22:26 Modified files: lib/libcrypto : Makefile Symbols.list Symbols.namespace ossl_typ.h lib/libcrypto/ecdh: ecdh.h lib/libcrypto/engine: eng_fat.c en

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 03:19:59 Modified files: lib/libcrypto : Makefile Symbols.list Symbols.namespace lib/libcrypto/ecdh: ecdh.h lib/libcrypto/err: err_all.c Removed files: lib/libcrypto/ecdh

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 03:18:10 Modified files: lib/libcrypto/ecdsa: ecdsa.c Log message: Remove some unneeded includes from ecdsa.h

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 03:16:17 Modified files: lib/libcrypto/ec: ec.h lib/libcrypto/ecdsa: ecdsa.h lib/libcrypto/hidden/openssl: ec.h Removed files: lib/libcrypto/hidden/openssl: ecdsa.h Log

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 03:08:31 Modified files: lib/libcrypto : Makefile Symbols.list Symbols.namespace ossl_typ.h lib/libcrypto/ecdsa: ecdsa.h lib/libcrypto/engine: eng_fat.c

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 03:01:25 Modified files: lib/libcrypto : Makefile Symbols.list Symbols.namespace lib/libcrypto/ecdsa: ecdsa.h lib/libcrypto/err: err_all.c lib/libcrypto/hidden/openssl: e

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 02:57:46 Modified files: lib/libcrypto/ecdsa: ecdsa.c Log message: Place public ECDSA API next to the internal methods It is hard to remember that ECDSA_do_{sign,verify}() call ecdsa_sign_sig().

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 02:54:41 Modified files: lib/libcrypto/ecdsa: ecdsa.c Log message: Remove ECDSA_{do_,}sign_ex() There is no reason to keep these. It is cleaner to keep ECDSA_sign_setup() but remove the logic for

CVS: cvs.openbsd.org: src

2023-07-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/28 02:49:43 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/ecdsa: ecdsa.c ecdsa.h lib/libcrypto/hidden/openssl: ecdsa.h Log message: Make extended ECD

CVS: cvs.openbsd.org: src

2023-07-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/07/28 01:31:38 Modified files: sbin/iked : crypto.c dh.c ikev2.c ikev2_msg.c Log message: Use ibuf_data() instead of accessing the ibuf buf pointer directly. Also convert some ibuf_add(() calls to

CVS: cvs.openbsd.org: src

2023-07-28 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/07/28 01:10:26 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: Revert "drm/amd/display: edp do not add non-edid timings" >From Hersen Wu 1d4607f2a50c749e47a4b80030733cbf

CVS: cvs.openbsd.org: src

2023-07-28 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/07/28 01:08:10 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c amdgpu_dm.h amdgpu_dm_mst_types.c

CVS: cvs.openbsd.org: src

2023-07-28 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/07/28 01:05:08 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c sys/dev/pci/drm/amd/display/dc/core: dc_link_dp.c sys/dev/pci/drm/amd/display/dc/inc: dc_link_dp.h Log

CVS: cvs.openbsd.org: src

2023-07-28 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/07/28 01:02:47 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: Clean up errors & warnings in amdgpu_dm.c >From Srinivasan Shanmugam b31143b0fbbd7bae0590

CVS: cvs.openbsd.org: src

2023-07-28 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/07/28 01:00:27 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c amdgpu_dm.h amdgpu_dm_helpers.c sys/dev/pci/drm/amd/display/dc: d