CVS: cvs.openbsd.org: src

2024-02-16 Thread Peter Hessler
CVSROOT:/cvs Module name:src Changes by: phess...@cvs.openbsd.org2024/02/16 15:46:07 Modified files: sys/dev/ic : qwx.c Log message: implement qwx_init_task(), which will reset the hardware when it gets confused OK stsp@

CVS: cvs.openbsd.org: src

2024-02-16 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/02/16 15:30:54 Modified files: sys/dev/pci: if_em.c if_em.h if_em_hw.h Log message: Re-introduce TSO support after we've implemented fixes for the two reported issues: 1. Unaligned memory a

CVS: cvs.openbsd.org: src

2024-02-16 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/02/16 09:37:42 Modified files: sys/dev/pci: if_qwx_pci.c Log message: improve PBL->SBL EE transition handling in preparation for qwx_init_task() Use a custom work queue for all EE/MHI state transit

CVS: cvs.openbsd.org: src

2024-02-16 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/02/16 08:19:02 Modified files: usr.sbin/rpki-client: rsc.c Log message: Rename fn into fileName to avoid name clash ok job

CVS: cvs.openbsd.org: src

2024-02-16 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/02/16 08:18:08 Modified files: usr.sbin/rpki-client: mft.c Log message: Rename fn into file to avoid clash in upcoming diff ok job

CVS: cvs.openbsd.org: src

2024-02-16 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/02/16 08:15:02 Modified files: usr.sbin/rpki-client: rsc.c Log message: Rename rsc into rsc_asn1 Should have been part of the previous commit. ok job

CVS: cvs.openbsd.org: src

2024-02-16 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/02/16 08:13:49 Modified files: usr.sbin/rpki-client: aspa.c mft.c roa.c tak.c Log message: Use _asn1 suffix for some aspa/mft/roa/rsc/tak This would otherwie clash with an upcoming replacement of struc

CVS: cvs.openbsd.org: src

2024-02-16 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/02/16 07:48:47 Modified files: usr.sbin/rpki-client: cert.c Log message: Remove struct parse from cert.c This is one of those weird things that metastasized throughout the code base. job is about to in

CVS: cvs.openbsd.org: src

2024-02-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/02/16 07:40:19 Modified files: lib/libcrypto/bio: bio_lib.c Log message: Inline and disable BIO_set(). BIO_set() is a dangerous function that cannot be used safely. Thankfully, the only consumer is BIO

CVS: cvs.openbsd.org: src

2024-02-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/02/16 07:27:43 Modified files: lib/libcrypto/bio: bio_lib.c Log message: Use 'bio' more consistently for function arguments. Rather than 'a' or 'b', use 'bio' more consistently - there are still some m

CVS: cvs.openbsd.org: src

2024-02-16 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/02/16 07:18:36 Modified files: sys/dev/ic : qwx.c Log message: fix qwx(4) not coming up on first try if firmware was missing from disk at boot

CVS: cvs.openbsd.org: src

2024-02-16 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/02/16 07:16:16 Modified files: sys/dev/ic : qwx.c Log message: remove high-level error messages that cause noise when qwx fw is missing

CVS: cvs.openbsd.org: src

2024-02-16 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/02/16 07:13:45 Modified files: sys/dev/ic : qwx.c qwxvar.h Log message: prevent memory leaks from duplicate/spurious qwx(4) fw memory requests The request_mem_indication event handler would always

CVS: cvs.openbsd.org: src

2024-02-16 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/02/16 04:55:42 Modified files: usr.sbin/rpki-client: cert.c main.c roa.c Log message: fix whitespace

CVS: cvs.openbsd.org: src

2024-02-16 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/02/16 04:46:57 Modified files: usr.sbin/rpki-client: rrdp.c Log message: Zap extra ;

CVS: cvs.openbsd.org: src

2024-02-16 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/02/16 04:44:52 Modified files: sys/dev/pci: if_iwn.c if_iwm.c if_iwx.c Log message: Fix wrong ifmedia check in intel wifi drivers. IFM_AUTO is a media sub-type, not a media mode. Should fix issues

CVS: cvs.openbsd.org: src

2024-02-16 Thread Peter Hessler
CVSROOT:/cvs Module name:src Changes by: phess...@cvs.openbsd.org2024/02/16 02:03:29 Modified files: sys/dev/ic : qwx.c sys/dev/pci: if_qwx_pci.c Log message: start moving some developmental printfs to be DEBUG DPRINTFs requested and OK by stsp@