NetBSD/src B2WVPEPsys/arch/arm/arm32 bus_dma.c

   arm/bus_dma: Sprinkle error check with __predict_{true,false}.

    Sprinkle error check in bus_dmamap_load*() and bus_dmamap_sync() with
   __predict_{true,false} to improve performance.
VersionDeltaFile
1.148+20-20sys/arch/arm/arm32/bus_dma.c
+20-201 files

OpenBSD/ports WeQMNXQdevel/apr Makefile, devel/apr/patches patch-network_io_unix_sockets_c

   remove a workaround in apr_socket_connect()

   the comment on the workaround is:

    * OpenBSD doesn't support connect() to INADDR_ANY so convert to
    * INADDR_LOOPBACK to emulate what is expected.

   the conversion modifies the sockaddr that was passed to apr_socket_connect,
   replacing 0.0.0.0 with 127.0.0.1.

   this is a very old workaround, but our best guess for why it exists
   is that apache sometimes connects to the listening socket on worker
   processes to push them out of their wait loop and do some processing.
   workers can listen on wildcard addresses though (ie, 0.0.0.0), which
   openbsd does not accept as a destination address in connect() calls.
   replacing it with 127.0.0.1 allowed it to work.

   the problem with this workaround is that it modifies the sockaddr.
   in apache httpd, the sockaddr is the same one that records the

    [17 lines not shown]
VersionDeltaFile
1.8+0-16devel/apr/patches/patch-network_io_unix_sockets_c
1.54+1-0devel/apr/Makefile
+1-162 files

OpenBSD/ports Ow6MSVIcomms/zigbee2mqtt Makefile

   fix typo, pointed out by lucas
VersionDeltaFile
1.3+1-1comms/zigbee2mqtt/Makefile
+1-11 files

OpenBSD/ports Y8rVhF1comms/zigbee2mqtt distinfo Makefile, comms/zigbee2mqtt/pkg PLIST

   update to zigbee2mqtt-1.42.0
   fix ownership of /etc/zigbee2mqtt/configuration.yaml
VersionDeltaFile
1.2+179-173comms/zigbee2mqtt/pkg/PLIST
1.2+4-4comms/zigbee2mqtt/distinfo
1.2+1-1comms/zigbee2mqtt/Makefile
+184-1783 files

NetBSD/src nx1ho75sys/dev/acpi acpi_wakedev.c

   Don't setup GPEs on HW reduced platforms
VersionDeltaFile
1.30+13-5sys/dev/acpi/acpi_wakedev.c
+13-51 files

OpenBSD/src U2VdjJJsys/dev/usb uvideo.c

   sys/uvideo: skip uvideo_vs_set_alt for bulk endpoint

   Section 2.4.3 of the UVC 1.5 class specification states that the bulk
   endpoint only supports the alternative setting of zero, which is the
   default stream, and which is switched at uvideo_attach_hook.

   Inside uvideo_vs_close, the code uses the same switch to the alternative
   setting of zero to turn off the cam LED.

   The additional uvideo_vs_set_alt inside uvideo_vs_open turns off the cam
   LED in the case of the bulk endpoint cam. I see this behavior on both
   available bulk endpoint cams: it flashes the LED flashes after ffplay
   starts, and looks like it was turned off.

   OK mglocker@ kn@
VersionDeltaFile
1.227+6-1sys/dev/usb/uvideo.c
+6-11 files

NetBSD/pkgsrc yLJewgXdoc TODO

   doc/TODO: + himalaya-1.0.
VersionDeltaFile
1.25164+2-1doc/TODO
+2-11 files

OpenBSD/ports qEz4X3Zcomms Makefile

   +zigbee2mqtt
VersionDeltaFile
1.89+1-0comms/Makefile
+1-01 files

NetBSD/src c5Tgye4tests/usr.bin/xlint/lint1 msg_126.c

   tests/lint: test more cases of type mismatch in '?:'
VersionDeltaFile
1.9+19-7tests/usr.bin/xlint/lint1/msg_126.c
+19-71 files

OpenBSD/ports PwNoYmXinfrastructure/db user.list

   use 900 for comms/zigbee2mqtt
VersionDeltaFile
1.454+2-1infrastructure/db/user.list
+2-11 files

OpenBSD/ports 8y5SwLXcomms/zigbee2mqtt Makefile, comms/zigbee2mqtt/patches patch-data_configuration_yaml

   Initial revision
VersionDeltaFile
1.1+7,719-0comms/zigbee2mqtt/pkg/PLIST
1.1+63-0comms/zigbee2mqtt/Makefile
1.1+37-0comms/zigbee2mqtt/patches/patch-data_configuration_yaml
1.1+26-0comms/zigbee2mqtt/pkg/README
1.1+16-0comms/zigbee2mqtt/pkg/DESCR
1.1+13-0comms/zigbee2mqtt/pkg/zigbee2mqtt.rc
+7,874-010 files not shown
+7,881-016 files

OpenBSD/ports ltxpVmEmultimedia/x265 Makefile, multimedia/x265/patches patch-source_common_cpu_cpp

   x265: fix building on sparc64, from Brad
VersionDeltaFile
1.4+7-6multimedia/x265/patches/patch-source_common_cpu_cpp
1.61+1-0multimedia/x265/Makefile
+8-62 files

OpenBSD/ports k3y2riFdevel/automake/1.16 Makefile

   automake/1.16: use same AUTOCONF_VERSION as was used upstream, from Brad
   whitespace nit from me while there
VersionDeltaFile
1.10+3-2devel/automake/1.16/Makefile
+3-21 files

NetBSD/src R9zAcoDsys/dev/acpi acpi_i2c.c

   Remove some debug printfs
VersionDeltaFile
1.15+3-6sys/dev/acpi/acpi_i2c.c
+3-61 files

NetBSD/src 9gSIrSysys/arch/evbarm/conf GENERIC64

   enable ikbd(4)
VersionDeltaFile
1.221+3-1sys/arch/evbarm/conf/GENERIC64
+3-11 files

NetBSD/src GDXW6MWsys/dev/acpi xhci_acpi.c

   acpi: xhci: Add support for generic USB role switching device nodes.

   URS nodes have a child node that contains the interrupt resource for the
   XHCI. Match the URS nodes and add support for obtaining the interrupt
   from this child node.
VersionDeltaFile
1.14+49-10sys/dev/acpi/xhci_acpi.c
+49-101 files

NetBSD/src gh5XYoAsys/dev/acpi qcomiic.c

   qcomiic: Register GSB address space handler.
VersionDeltaFile
1.2+3-1sys/dev/acpi/qcomiic.c
+3-11 files

NetBSD/src 3QCOObIsys/dev/acpi acpi_i2c.c acpi_i2c.h

   acpi: i2c: Support GenericSerialBus address space handlers.

   Add support for I2C controllers to install GSB address space handlers.
VersionDeltaFile
1.14+139-2sys/dev/acpi/acpi_i2c.c
1.5+5-1sys/dev/acpi/acpi_i2c.h
+144-32 files

NetBSD/src qDAlbZusys/dev/acpi qcomgpio.c acpi_gpio.c

   acpi: gpio: Pass the full ACPI_RESOURCE_GPIO to the translate callback.
VersionDeltaFile
1.2+62-13sys/dev/acpi/qcomgpio.c
1.2+8-8sys/dev/acpi/acpi_gpio.c
1.2+6-1sys/dev/acpi/qcomgpioreg.h
1.92+2-2sys/dev/acpi/acpivar.h
1.2+2-2sys/dev/acpi/acpi_gpio.h
+80-265 files

OpenBSD/ports cIgwu4ltextproc/py-lxml Makefile distinfo, textproc/py-lxml/pkg PLIST

   update to py3-lxml-5.3.0
VersionDeltaFile
1.21+191-192textproc/py-lxml/pkg/PLIST
1.55+6-7textproc/py-lxml/Makefile
1.20+2-2textproc/py-lxml/distinfo
+199-2013 files

NetBSD/src mqn5trZsys/dev/i2c ihidev.c

   ihidev: Only reset the HID device once during attach.

   From OpenBSD:
   https://github.com/openbsd/src/commit/e773e7e3935196eea66382160eeee2d3f77d2e3f
VersionDeltaFile
1.33+14-5sys/dev/i2c/ihidev.c
+14-51 files

NetBSD/src wbfXSrUsys/dev/i2c ikbd.c files.i2c

   Import ikbd(4) from OpenBSD.
VersionDeltaFile
1.1+212-0sys/dev/i2c/ikbd.c
1.129+8-3sys/dev/i2c/files.i2c
+220-32 files

NetBSD/src 4G8TYWWsys/dev/hid hidkbd.c hidkbdsc.h

   Import hidkbd support from OpenBSD.
VersionDeltaFile
1.1+791-0sys/dev/hid/hidkbd.c
1.1+123-0sys/dev/hid/hidkbdsc.h
1.3+5-2sys/dev/hid/files.hid
+919-23 files

NetBSD/src 1vur833sys/dev/hid hid.c

   Fix parsing keyboard HID descriptor on ThinkPad T14s Gen6.

   Undo a change made 18 years ago when the bluetooth stack was imported. The
   commit message didn't describe why the change was made, and it breaks
   detection of the keyboard device on this laptop.

   OpenBSD's hid parser looks like the original code here.
VersionDeltaFile
1.7+3-6sys/dev/hid/hid.c
+3-61 files

NetBSD/src qJRpO5jsys/arch/arm/xscale pxa2x0reg.h

   s/autio/audio/ in comment.
VersionDeltaFile
1.28+2-2sys/arch/arm/xscale/pxa2x0reg.h
+2-21 files

NetBSD/src iHGrQ2Ksys/arch/arm/acpi acpi_iort.c acpi_machdep.c

   arm64: acpi: Honour DMA memory address limit for named components.
VersionDeltaFile
1.5+35-2sys/arch/arm/acpi/acpi_iort.c
1.27+13-3sys/arch/arm/acpi/acpi_machdep.c
1.3+3-1sys/arch/arm/acpi/acpi_iort.h
+51-63 files

NetBSD/src Qihk1zZsys/arch/arm/arm arm_cpu_topology.c

   arm64: Fix Oryon topology.

   The Oryon CPUs don't set the MT bit in MPIDR_EL1, leading to a bogus
   topology. Work around this for now - long term fix will be to support PPTT.
VersionDeltaFile
1.8+5-3sys/arch/arm/arm/arm_cpu_topology.c
+5-31 files

NetBSD/src k6TAtZCsys/arch/aarch64/aarch64 cpu.c, sys/arch/arm/include cputypes.h

   arm64: Identify Qualcomm Oryon CPUs
VersionDeltaFile
1.82+3-2sys/arch/aarch64/aarch64/cpu.c
1.19+4-1sys/arch/arm/include/cputypes.h
+7-32 files

OpenBSD/ports s7KKHwodevel/jujutsu/patches patch-Cargo_lock

   jujutsu: actually add the patch
VersionDeltaFile
1.1+377-0devel/jujutsu/patches/patch-Cargo_lock
+377-01 files

OpenBSD/ports AskjlXadevel/jujutsu distinfo crates.inc

   jujutsu: bump idna and url: https://rustsec.org/advisories/RUSTSEC-2024-0421
VersionDeltaFile
1.5+56-6devel/jujutsu/distinfo
1.5+28-3devel/jujutsu/crates.inc
1.7+1-1devel/jujutsu/Makefile
+85-103 files