CVS: cvs.openbsd.org: src

2021-07-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/07/29 22:04:25 Modified files: sys/dev/pci/drm: drm_fb_helper.c drm_framebuffer.c Log message: set the name of the allocating process in struct drm_framebuffer

CVS: cvs.openbsd.org: src

2021-07-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/07/29 20:47:38 Modified files: usr.bin/jot: jot.c Log message: whitespace

CVS: cvs.openbsd.org: src

2021-07-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/07/29 20:46:53 Modified files: usr.bin/jot: jot.c Log message: Do bounds check before assignment As reported by alf (alf.schlichting lemarit com) on bugs@, a bounds check didn't trigger because it

CVS: cvs.openbsd.org: src

2021-07-29 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2021/07/29 12:23:41 Modified files: gnu/llvm/lld/ELF: InputSection.cpp Log message: Allow relocation R_386_GOTOFF to be used from .debug_info sections. Newer GCC versions will sometimes emit it, and we

CVS: cvs.openbsd.org: src

2021-07-29 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/07/29 11:31:25 Modified files: share/man/man7 : mdoc.7 Log message: manually tag the macro names that have false positives

CVS: cvs.openbsd.org: src

2021-07-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/29 11:06:21 Modified files: share/man/man4 : iwx.4 Log message: Update the list of firmware files used by iwx(4).

CVS: cvs.openbsd.org: src

2021-07-29 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/07/29 10:23:43 Modified files: share/man/man7 : mdoc.7 Log message: Improve the description of .Fl in multiple respects and in paricular improve the .Fl examples in multiple respects, including

CVS: cvs.openbsd.org: src

2021-07-29 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2021/07/29 09:34:09 Modified files: regress/usr.bin/ssh: agent-getpeereid.sh Log message: Treat doas with arguments as a valid SUDO variable. Allows one to specify SUDO="doas -n" which I do while running

CVS: cvs.openbsd.org: src

2021-07-29 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2021/07/29 09:33:17 Modified files: regress/lib/libc/sys: t_kill.c Log message: Ensure that the kill signal undergoing testing is not ignored. ok bluhm@

CVS: cvs.openbsd.org: src

2021-07-29 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2021/07/29 08:11:53 Modified files: sys/arch/octeon/dev: if_ogx.c Log message: Fix device class.

CVS: cvs.openbsd.org: src

2021-07-29 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/07/29 06:39:47 Modified files: lib/libcrypto/man: X509_policy_check.3 Log message: Fix a documentation bug i introduced that tb@ pointed out: X509_policy_check(3) never returns 2. If validation

CVS: cvs.openbsd.org: src

2021-07-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/29 06:13:58 Modified files: sys/dev/pci: if_iwx.c Log message: Switch iwx(4) to -63 firmware images as shipped in iwx-firmware-20210512. These images contain fixes which address fragattacks

CVS: cvs.openbsd.org: src

2021-07-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/29 06:01:45 Modified files: sys/dev/pci: if_iwx.c if_iwxreg.h Log message: Implement support for the BAR_FRAME_RELEASE iwx(4) firmware notification. New firmware will generate this notification

CVS: cvs.openbsd.org: src

2021-07-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/29 06:01:04 Modified files: sys/dev/pci: if_iwx.c if_iwxvar.h Log message: Get Tx queues working with new iwx(4) firmware. ADD_STA command version >= 12 implies that firmware uses an internal

CVS: cvs.openbsd.org: src

2021-07-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/29 06:00:30 Modified files: sys/dev/pci: if_iwx.c if_iwxreg.h Log message: Support the new iwx(4) firmware TLC_MNG_CONFIG command. This command was expanded by a 4 byte max_tx_op field. As far

CVS: cvs.openbsd.org: src

2021-07-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/29 05:58:35 Modified files: sys/dev/pci: if_iwx.c if_iwxreg.h Log message: Support the new iwx(4) firmware session protection command. Required for having associations succeed with new

CVS: cvs.openbsd.org: src

2021-07-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/29 05:57:59 Modified files: sys/dev/pci: if_iwx.c if_iwxreg.h Log message: Add support for iwx(4) umac scan command version 14. ok kevlo@

CVS: cvs.openbsd.org: src

2021-07-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/29 05:57:33 Modified files: sys/dev/pci: if_iwx.c if_iwxreg.h Log message: Add support for iwx(4) "reduced" scan config command required by new firmware. ok kevlo@

CVS: cvs.openbsd.org: src

2021-07-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/29 05:56:53 Modified files: sys/dev/pci: if_iwx.c if_iwxreg.h Log message: Handle iwx(4) PHY context command version 3. ok kevlo@

CVS: cvs.openbsd.org: src

2021-07-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/29 05:56:21 Modified files: sys/dev/pci: if_iwx.c Log message: New iwx(4) firmware doesn't require an AUX station to be added. ADD_STA command version >= 12 implies that firmware uses an

CVS: cvs.openbsd.org: src

2021-07-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/29 05:53:46 Modified files: sys/dev/pci: if_iwx.c if_iwxreg.h Log message: Remove support for the narrow command header on the iwx(4) command queue. This is related to the previous commit which

CVS: cvs.openbsd.org: src

2021-07-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/29 05:52:58 Modified files: sys/dev/pci: if_iwx.c if_iwxvar.h Log message: Fix "BAD COMMAND" errors with new iwx(4) firmware. Firmware API versions >= 50 reject old-style commands in group 0

CVS: cvs.openbsd.org: src

2021-07-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/29 05:52:11 Modified files: sys/dev/pci: if_iwx.c if_iwxreg.h Log message: Handle iwx(4) firmware alive response version 5. ok kevlo@

CVS: cvs.openbsd.org: src

2021-07-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/29 05:51:39 Modified files: sys/dev/pci: if_iwx.c if_iwxreg.h Log message: Recognize "phy integration" and "num stations" TLVs found in new iwx(4) firmware images. For now, we can simply ignore

CVS: cvs.openbsd.org: src

2021-07-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/29 05:50:58 Modified files: sys/dev/pci: if_iwx.c Log message: Ignore debug sections present in newer iwx(4) firmware images. ok kevlo@

CVS: cvs.openbsd.org: src

2021-07-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/29 05:50:37 Modified files: sys/dev/pci: if_iwx.c if_iwxvar.h Log message: Increase fixed limits for the number of iwx(4) command versions, channels, and microcode sections. Required for loading

CVS: cvs.openbsd.org: src

2021-07-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/29 05:49:53 Modified files: sys/dev/pci: if_iwxreg.h Log message: Declare additional iwx(4) firmware capability and api support flags. ok kevlo@

CVS: cvs.openbsd.org: src

2021-07-29 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/07/29 04:13:45 Modified files: lib/libcrypto/man: X509_STORE_set_verify_cb_func.3 Log message: Document X509_STORE_set_verify_func(3), mostly using text from the OpenSSL 1.1.1 branch, which is

CVS: cvs.openbsd.org: src

2021-07-29 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2021/07/29 03:19:42 Modified files: sys/dev/fdt: if_cad.c Log message: Change driver class from DV_DULL to DV_IFNET, so that it can be recognized as boot interface when doing netboot. This makes auto

CVS: cvs.openbsd.org: src

2021-07-29 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/07/29 03:14:23 Modified files: lib/libcrypto/man: X509_STORE_CTX_get_error.3 Log message: document X509_STORE_CTX_get0_parent_ctx(3)

CVS: cvs.openbsd.org: src

2021-07-29 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/07/29 02:32:13 Modified files: lib/libcrypto/man: X509_STORE_CTX_get_ex_new_index.3 Log message: document X509_STORE_CTX_set_app_data(3) and X509_STORE_CTX_get_app_data(3)