CVS: cvs.openbsd.org: src

2021-12-20 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/12/21 00:44:22 Modified files: sys/dev/usb: uhidpp.c Log message: avoid returning uninitialised var in hidpp_send_report() ok anton@

CVS: cvs.openbsd.org: src

2021-12-20 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2021/12/20 23:12:49 Modified files: sys/kern : sysv_shm.c Log message: Let malloc return an error as opposed of panicking when sysctl kern.shminfo.shmseg is set to something ridiculously large. ok ket

CVS: cvs.openbsd.org: src

2021-12-20 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2021/12/20 23:12:03 Modified files: sys/dev: vnd.c Log message: Fix another vnd race pointed out by mpi@ and make sure to not unlock the vnode twice in the error path. Tested in snaps for a couple o

CVS: cvs.openbsd.org: src

2021-12-20 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2021/12/20 23:11:16 Modified files: sys/dev: vnd.c Log message: Ensure that the disk has been initialized after acquiring the lock and not before as we might end up sleeping while acquiring the lock,

CVS: cvs.openbsd.org: src

2021-12-20 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2021/12/20 23:10:29 Modified files: sys/dev/acpi : com_acpi.c Log message: Rename local variable intrfn to intr, matches what dev/fdt/com_fdt.c already does.

CVS: cvs.openbsd.org: src

2021-12-20 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2021/12/20 23:09:47 Modified files: sys/dev/acpi : com_acpi.c Log message: Do not attach com at acpi when there's no address or irq present. Fixes a regression caused by the recent change to start attachin

CVS: cvs.openbsd.org: src

2021-12-20 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2021/12/20 23:08:57 Modified files: sys/dev: kcov.c Log message: errno overhaul, getting rid of some ambiguity. In the hopes of tracking down a rare but annoying problem related to remote coverage ex

CVS: cvs.openbsd.org: src

2021-12-20 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/12/20 17:25:11 src/usr.sbin/fw_update/obj Update of /cvs/src/usr.sbin/fw_update/obj In directory cvs.openbsd.org:/usr/obj/usr.sbin/fw_update Log Message: Directory /cvs/src/usr.sbin/fw_update/obj added to the r

CVS: cvs.openbsd.org: src

2021-12-20 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2021/12/20 17:23:15 Modified files: share/man/man5 : pf.conf.5 Log message: Multiply the number of states in the example adaptive timeout calculation by 10 so it works with the numbers in the config,

CVS: cvs.openbsd.org: src

2021-12-20 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2021/12/20 15:28:48 Modified files: sys/dev/dt : dt_dev.c Log message: Remove useless suser assert from dt(4). The ioctl(2) path checks the user anyway and close(2) may crash after setuid(2). Reported-b

CVS: cvs.openbsd.org: src

2021-12-20 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2021/12/20 12:24:32 Modified files: sys/dev/ic : bwfmvar.h sys/dev/pci: if_bwfm_pci.c Log message: bus_dmamem_unmap() should not be called from interrupt context, so free and close flowrings

CVS: cvs.openbsd.org: www

2021-12-20 Thread Job Snijders
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2021/12/20 12:16:59 Modified files: . : lyrics.html Log message: Sorry, no commentary

CVS: cvs.openbsd.org: src

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

CVS: cvs.openbsd.org: src

2021-12-20 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/12/20 10:23:07 Modified files: lib/libcrypto/ct: ct_oct.c Log message: Always allocate a new stack in o2i_SCT_LIST(). If we're given a pointer to an existing stack, free it and allocate a new one rathe

CVS: cvs.openbsd.org: src

2021-12-20 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/12/20 10:19:19 Modified files: lib/libcrypto/ct: ct_b64.c ct_local.h ct_oct.c Log message: Convert SCT_new_from_base64() to use CBS for o2i_SCT_signature(). Remove the existing o2i_SCT_signature() func

CVS: cvs.openbsd.org: src

2021-12-20 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2021/12/20 10:09:18 Modified files: sys/netinet: ip_esp.c ip_ah.c Log message: Remove unused variable 'clen'. ok bluhm@

CVS: cvs.openbsd.org: src

2021-12-20 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/12/20 09:52:26 Modified files: regress/lib/libcrypto/ct: cttest.c Log message: Add regress coverage for the crazy SCT_new_from_base64() API.

CVS: cvs.openbsd.org: src

2021-12-20 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2021/12/20 09:24:32 Modified files: sys/kern : kern_event.c Log message: Make filt_dead() selectively inactive with EVFILT_EXCEPT When a knote uses the dead event filter, the knote's file descriptor i

CVS: cvs.openbsd.org: src

2021-12-20 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2021/12/20 09:22:24 Modified files: sys/miscfs/deadfs: dead_vnops.c Log message: Let poll(2) register EVFILT_EXCEPT filter with dead vnodes This enables the system deliver POLLHUP when pollfd.events == 0.

CVS: cvs.openbsd.org: src

2021-12-20 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2021/12/20 09:21:07 Modified files: sys/kern : kern_event.c Log message: Run seltrue/dead event filter in modify and process callbacks Do not assume event status in the modify and process callbacks. I

CVS: cvs.openbsd.org: src

2021-12-20 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2021/12/20 08:59:10 Modified files: sys/net: pfkeyv2_convert.c sys/netinet: ip_ah.c ip_esp.c ip_ipcomp.c ip_ipsp.c ip_ipsp.h ip_output.c ipsec_input.c

CVS: cvs.openbsd.org: src

2021-12-20 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2021/12/20 08:23:32 Modified files: sys/netinet: ipsec_input.c Log message: Fix function name in panic string.

CVS: cvs.openbsd.org: src

2021-12-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/12/20 08:08:10 Modified files: sys/dev/pci: if_iwm.c if_iwmreg.h if_iwmvar.h Log message: Make iwm(4) attach to PCI devices with product ID 0x31dc. This device is part of the 9560 chip family. With

CVS: cvs.openbsd.org: src

2021-12-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/12/20 08:05:12 Modified files: sys/dev/pci: pcidevs.h pcidevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2021-12-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/12/20 08:04:58 Modified files: sys/dev/pci: pcidevs Log message: Change a PCI device string: The "Gemini Lake CNVi" is an iwm(4) "AC 9560". ok hastings@ (who submitted the original string, based on

CVS: cvs.openbsd.org: src

2021-12-20 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/12/20 08:02:13 Modified files: lib/libcrypto/man: BN_add.3 Log message: document BN_mod_add_quick(3), BN_mod_sub_quick(3), BN_mod_lshift(3), BN_mod_lshift_quick(3), BN_mod_lshift1(3), and BN_mod

CVS: cvs.openbsd.org: src

2021-12-20 Thread James Hastings
CVSROOT:/cvs Module name:src Changes by: hasti...@cvs.openbsd.org2021/12/20 07:54:37 Modified files: sys/arch/amd64/conf: GENERIC RAMDISK_CD sys/dev/usb: files.usb Log message: Make mtw(4) known to the config(8) framework. Not enabled yet. Pending fi

CVS: cvs.openbsd.org: src

2021-12-20 Thread James Hastings
CVSROOT:/cvs Module name:src Changes by: hasti...@cvs.openbsd.org2021/12/20 06:59:02 Added files: sys/dev/ic : mtwreg.h sys/dev/usb: if_mtw.c if_mtwvar.h Log message: Add mtw(4), a driver for MediaTek MT7601U wifi devices. Ported from run(4) with

CVS: cvs.openbsd.org: src

2021-12-20 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2021/12/20 06:26:11 Modified files: usr.sbin/ldapd : attributes.c modify.c Log message: When removing the last value from an attribute in ldap_del_values() the actuall attribute needs to removed instead of l

CVS: cvs.openbsd.org: src

2021-12-20 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2021/12/20 06:18:29 Modified files: usr.sbin/ldapd : validate.c Log message: Add some debug messages in validate_entry() that explain why LDAP_INVALID_SYNTAX is returned. OK jmatthew@

CVS: cvs.openbsd.org: src

2021-12-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2021/12/20 02:02:12 Modified files: usr.bin/tmux : window-copy.c Log message: Do not crash on a zero size character.