CVS: cvs.openbsd.org: src

2022-09-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/09/08 22:42:07 Modified files: sys/dev/pci/drm/i915: intel_pm.c Log message: drm/i915: Skip wm/ddb readout for disabled pipes >From Ville Syrjala 1787ec7dcc3761e040d0cd9896d3a40b4efac4cf in linux

CVS: cvs.openbsd.org: src

2022-09-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/09/08 22:40:13 Modified files: sys/dev/pci/drm/i915/display: intel_quirks.c Log message: drm/i915/glk: ECS Liva Q2 needs GLK HDMI port timing quirk >From Diego Santa Cruz

CVS: cvs.openbsd.org: src

2022-09-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/09/08 22:37:43 Modified files: sys/dev/pci/drm/i915/gvt: handlers.c Log message: drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported" >From Colin Ian King

CVS: cvs.openbsd.org: src

2022-09-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/09/08 22:36:03 Modified files: sys/dev/pci/drm/i915/display: intel_backlight.c Log message: drm/i915/display: avoid warnings when registering dual panel backlight >From Arun R Murthy

CVS: cvs.openbsd.org: src

2022-09-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/09/08 22:32:55 Modified files: sys/dev/pci/drm/include/linux: backlight.h Log message: add backlight_device_get_by_name() used by 5.15.66 drm

CVS: cvs.openbsd.org: src

2022-09-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/09/08 22:29:11 Modified files: sys/dev/pci/drm: files.drm sys/dev/pci/drm/i915/display: g4x_dp.c icl_dsi.c intel_connector.c intel_ddi.c

CVS: cvs.openbsd.org: src

2022-09-08 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/09/08 21:31:42 Modified files: usr.bin/ssh: ssh-agent.c Log message: notifier_complete(NULL, ...) is a noop, so no need to test that ctx!=NULL; from Corinna Vinschen

CVS: cvs.openbsd.org: src

2022-09-08 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2022/09/08 13:32:54 Modified files: sys/dev/usb/dwc2: dwc2_coreintr.c Log message: There is no need to uncomment the clock gating exit/enter gadget functions, since we define them void anyway.

CVS: cvs.openbsd.org: src

2022-09-08 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2022/09/08 13:30:05 Modified files: sys/arch/arm64/dev: smmu_acpi.c Log message: The SC7180 (snapdragon 7c) needs the SMMU quirk as well. It seems reasonable that SC8180X/XP needs the quirk too, so

CVS: cvs.openbsd.org: src

2022-09-08 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2022/09/08 13:18:46 Modified files: sys/dev/usb/dwc2: dwc2_coreintr.c Log message: There is no need to uncomment the call_gadget macro, since in our driver it's getting defined void anyway.

CVS: cvs.openbsd.org: src

2022-09-08 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2022/09/08 13:02:04 Modified files: sys/dev/usb/dwc2: dwc2_core.c Log message: Zap inactive gadget functions.

CVS: cvs.openbsd.org: src

2022-09-08 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2022/09/08 12:16:26 Modified files: sys/dev/usb/dwc2: dwc2_hcdqueue.c Added files: sys/dev/usb/dwc2: bitmap.h Log message: Move bitmap functions to a new home. ok kettenis@

CVS: cvs.openbsd.org: src

2022-09-08 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/08 11:44:48 Modified files: sys/arch/sparc64/include: pmap.h sys/arch/sparc64/sparc64: locore.s pmap.c Log message: Remove old debug code knobs, wrong comments, and unused pv entry flags.

CVS: cvs.openbsd.org: src

2022-09-08 Thread Moritz Buhl
CVSROOT:/cvs Module name:src Changes by: mb...@cvs.openbsd.org 2022/09/08 10:04:31 Modified files: usr.bin/kdump : kdump.c ktrstruct.c Log message: Support the sendmmsg and recvmmsg system calls. Input guenther@ OK bluhm@

CVS: cvs.openbsd.org: src

2022-09-08 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2022/09/08 09:31:12 Modified files: lib/libssl : ssl_ciph.c Log message: ssl_cipher_process_rulestr: return early if a cipher command is invalid This is a safer fix for the bug where we might read

CVS: cvs.openbsd.org: src

2022-09-08 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/09/08 07:52:36 Modified files: usr.sbin/rpki-client: http.c Log message: In http_get_line() additionally strip any trailing space or tab from lines. In many places the HTTP allows for extra spaces

CVS: cvs.openbsd.org: src

2022-09-08 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/09/08 07:18:47 Modified files: usr.bin/netstat: if.c main.c netstat.1 netstat.h Log message: Remove useless -t "Make if.c kvm free by fetching the interface stats via sysctl ..." if.c r1.56 in 2008

CVS: cvs.openbsd.org: src

2022-09-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2022/09/08 07:17:30 Modified files: etc/rc.d : rc.subr Log message: _rc_quirks is only called by _rc_parse_conf, so just merge the two. ok robert@ sthen@ kn@

CVS: cvs.openbsd.org: src

2022-09-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/09/08 05:30:32 Modified files: sys/dev/pci/drm/i915: i915_drv.c Log message: initialise inteldrm device params from module params In inteldrm_attach() we need to call i915_params_copy(). Matching the

CVS: cvs.openbsd.org: src

2022-09-08 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/09/08 05:12:44 Modified files: usr.bin/ftp: fetch.c Log message: Adjust HTTP header parsing to follow RFC more closely. RFC9112 allows any amount of space/tabs between the ':' and the value. Until

CVS: cvs.openbsd.org: src

2022-09-08 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/09/08 04:22:07 Modified files: sys/arch/amd64/amd64: autoconf.c sys/arch/arm64/arm64: autoconf.c sys/arch/armv7/armv7: autoconf.c sys/arch/i386/i386: autoconf.c

CVS: cvs.openbsd.org: src

2022-09-08 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/08 04:21:45 Modified files: sys/arch/arm/include: pmap.h Log message: Remove vm_page_md fields which were only needed for pre-v7 arm ports.

CVS: cvs.openbsd.org: src

2022-09-08 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/09/08 03:48:02 Modified files: usr.sbin/rpki-client: http.c Log message: Adjust HTTP header parsing to follow RFC more closely. RFC9112 allows any amount of space/tabs between the ':' and the value.

CVS: cvs.openbsd.org: src

2022-09-08 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2022/09/08 00:33:45 Modified files: sys/dev/acpi : qciic.c Log message: Use generic PNP ID to match HID-over-I2C devices. ok patrick@, drahn@

CVS: cvs.openbsd.org: src

2022-09-08 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2022/09/08 00:32:32 Modified files: sys/dev/acpi : qcgpio.c Log message: Add a few more pin mappings based on what is in some Linux device tree updates that are floating around. Remove some