CVS: cvs.openbsd.org: src

2021-07-20 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2021/07/20 01:53:39 Modified files: sys/arch/mips64/mips64: ipifuncs.c Log message: Remove bogus use of CPU_MAXID and get cpu_info only once.

CVS: cvs.openbsd.org: src

2021-07-20 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2021/07/20 01:51:08 Modified files: sys/arch/mips64/conf: files.mips64 Removed files: sys/lib/libkern/arch/mips64: sync.S Log message: Remove unneeded __sync_* library functions from the kernel.

CVS: cvs.openbsd.org: src

2021-07-20 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2021/07/20 05:20:09 Modified files: distrib/miniroot: install.sub Log message: Simplify DHCP lease file parer after switch to dhcpleased dhcpleased(8)'s lease files are much simpler than

CVS: cvs.openbsd.org: src

2021-07-20 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2021/07/20 06:07:46 Modified files: usr.sbin/bgpd : bgpd.c Log message: Add -V to usage. Reported by Pier Carlo Chiodi.

CVS: cvs.openbsd.org: src

2021-07-20 Thread Inoguchi Kinichiro
CVSROOT:/cvs Module name:src Changes by: inogu...@cvs.openbsd.org2021/07/20 06:04:53 Modified files: usr.bin/openssl: ca.c Log message: Check pointer variable if it is NULL in ca.c missed with r1.32

CVS: cvs.openbsd.org: src

2021-07-20 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2021/07/20 06:08:53 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Also add missing -V to usage

CVS: cvs.openbsd.org: src

2021-07-20 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/07/20 07:36:42 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2021-07-20 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2021/07/20 10:44:55 Modified files: sys/net: if_pppx.c pipex.c pipex_local.h Log message: Turn pipex(4) session statistics to per-CPU counters. This makes pipex(4) more compliant to bluhm@'s work on

CVS: cvs.openbsd.org: src

2021-07-20 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2021/07/20 10:32:28 Modified files: sys/net: if.c pfkeyv2.c Log message: The current workaround to disable parallel IPsec did not work. Variable nettaskqs must not change at runtime. Interface

CVS: cvs.openbsd.org: src

2021-07-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/20 10:01:53 Modified files: share/man/man4 : iwm.4 Log message: Add the 7265-17 image back into the list of firmware used by iwm(4).

CVS: cvs.openbsd.org: src

2021-07-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/20 08:44:09 Modified files: sys/dev/pci: if_iwx.c Log message: Make iwx_init() call iwx_stop() if we fail to move into SCAN state. Generally, iwx_init() must either succeed or reset everything.

CVS: cvs.openbsd.org: src

2021-07-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/20 08:44:37 Modified files: sys/dev/pci: if_iwm.c Log message: Make iwm_init() call iwm_stop() if we fail to move into SCAN state. Generally, iwm_init() must either succeed or reset everything.

CVS: cvs.openbsd.org: src

2021-07-20 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/07/20 11:31:32 Modified files: lib/libcrypto/man: Makefile X509_NAME_new.3 d2i_X509_NAME.3 Added files: lib/libcrypto/man: X509_NAME_hash.3 Log message: Split X509_NAME_hash(3) out of

CVS: cvs.openbsd.org: src

2021-07-20 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2021/07/20 09:25:48 Modified files: distrib/arm64/ramdisk: install.md Log message: Use installboot -p such that the right partition will be newfs'ed. ok krw@, deraadt@

CVS: cvs.openbsd.org: src

2021-07-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/20 10:00:47 Modified files: sys/dev/pci: if_iwm.c Log message: Do not attempt to load 7265D iwm(4) firmware on all 7265 devices. There are several variants of 7265 devices, all of which share a

CVS: cvs.openbsd.org: src

2021-07-20 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2021/07/20 08:51:56 Modified files: usr.sbin/installboot: armv7_installboot.c hppa_installboot.c i386_installboot.c i386_installboot.h

CVS: cvs.openbsd.org: src

2021-07-20 Thread joshua stein
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/07/20 12:33:59 Modified files: sys/dev/pci: ksmn.c Log message: add AMD 17h/6xh Root Complex ok brynet

CVS: cvs.openbsd.org: src

2021-07-20 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/07/20 19:01:21 Modified files: sys/dev/pci/drm: drm_dp_mst_topology.c Log message: drm/dp_mst: Add missing drm parameters to recently added call to drm_dbg_kms() >From Jose Souza

CVS: cvs.openbsd.org: src

2021-07-20 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/07/20 18:57:36 Modified files: sys/dev/pci/drm: drm_dp_mst_topology.c Log message: drm/dp_mst: Do not set proposed vcpi directly >From Wayne Lin 3462bc8b1a1f1b507804d33d118402235e8a1fab in linux

CVS: cvs.openbsd.org: src

2021-07-20 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/07/20 19:03:49 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_process.c kfd_process_queue_manager.c Log message: drm/amdkfd: fix sysfs kobj leak >From Philip Yang

CVS: cvs.openbsd.org: src

2021-07-20 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2021/07/20 21:53:50 Modified files: distrib/miniroot: dot.profile sbin/resolvd : resolvd.c sbin/slaacd: slaacd.c slaacd.h sbin/dhcpleased: dhcpleased.c dhcpleased.h Log

CVS: cvs.openbsd.org: src

2021-07-20 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/07/20 18:50:05 Modified files: sys/dev/pci/drm/i915/gt: gen8_ppgtt.c Log message: drm/i915/gtt: drop the page table optimisation >From Matthew Auld 81dd2d60f677bbab622c52711a711f0f43d37458 in linux

CVS: cvs.openbsd.org: src

2021-07-20 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/07/20 18:53:30 Modified files: sys/dev/pci/drm/i915/gt: intel_ggtt_fencing.c Log message: drm/i915/gt: Fix -EDEADLK handling regression >From Ville Syrjala 0728df8048060e9bdedb9dd38c62782ee97184ba in

CVS: cvs.openbsd.org: src

2021-07-20 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/07/20 18:59:32 Modified files: sys/dev/pci/drm: drm_dp_mst_topology.c Log message: drm/dp_mst: Avoid to mess up payload table by ports in stale topology >From Wayne Lin