CVS commit: src/sys/dev/pci

2023-10-12 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Oct 13 04:43:36 UTC 2023 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4): limit receive frame size upto 9600 even if ETHERCAP_VLAN_MTU is enabled To generate a diff of this commit: cvs rdiff -u -r1.94

CVS commit: src/sys/dev/pci

2023-10-12 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Oct 13 04:43:36 UTC 2023 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4): limit receive frame size upto 9600 even if ETHERCAP_VLAN_MTU is enabled To generate a diff of this commit: cvs rdiff -u -r1.94

CVS commit: src/sys/dev/pci

2023-10-12 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Oct 13 02:22:20 UTC 2023 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4): added ETHERCAP_VLAN_MTU support PR kern/57652 To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94

CVS commit: src/sys/dev/pci

2023-10-12 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Oct 13 02:22:20 UTC 2023 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4): added ETHERCAP_VLAN_MTU support PR kern/57652 To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94

CVS commit: src/sys/kern

2023-10-12 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Oct 12 23:51:06 UTC 2023 Modified Files: src/sys/kern: kern_condvar.c Log Message: Comments. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/kern/kern_condvar.c Please note that diffs are not public

CVS commit: src/sys/kern

2023-10-12 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Oct 12 23:51:06 UTC 2023 Modified Files: src/sys/kern: kern_condvar.c Log Message: Comments. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/kern/kern_condvar.c Please note that diffs are not public

CVS commit: src/crypto/external/bsd/heimdal

2023-10-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Oct 12 17:18:39 UTC 2023 Modified Files: src/crypto/external/bsd/heimdal: Makefile.inc src/crypto/external/bsd/heimdal/libexec/digest-service: Makefile src/crypto/external/bsd/heimdal/libexec/hpropd:

CVS commit: src/crypto/external/bsd/heimdal

2023-10-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Oct 12 17:18:39 UTC 2023 Modified Files: src/crypto/external/bsd/heimdal: Makefile.inc src/crypto/external/bsd/heimdal/libexec/digest-service: Makefile src/crypto/external/bsd/heimdal/libexec/hpropd:

CVS commit: src/sys/arch

2023-10-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 12 11:33:39 UTC 2023 Modified Files: src/sys/arch/arm/arm32: pmap.c src/sys/arch/arm/include/arm32: pmap.h src/sys/arch/evbarm/adi_brh: brh_machdep.c src/sys/arch/evbarm/g42xxeb: g42xxeb_machdep.c

CVS commit: src/sys/arch

2023-10-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 12 11:33:39 UTC 2023 Modified Files: src/sys/arch/arm/arm32: pmap.c src/sys/arch/arm/include/arm32: pmap.h src/sys/arch/evbarm/adi_brh: brh_machdep.c src/sys/arch/evbarm/g42xxeb: g42xxeb_machdep.c

Re: CVS commit: src/sys/kern

2023-10-12 Thread Taylor R Campbell
> Date: Thu, 12 Oct 2023 17:06:02 +0900 > From: Rin Okuyama > > On Thu, Oct 5, 2023 at 5:39 AM Andrew Doran wrote: > > > > Module Name:src > > Committed By: ad > > Date: Wed Oct 4 20:39:35 UTC 2023 > > > > Modified Files: > > src/sys/kern: kern_rwlock.c

Re: CVS commit: src/sys

2023-10-12 Thread J. Hannken-Illjes
> On 10. Oct 2023, at 20:58, Andrew Doran wrote: > > On Tue, Oct 10, 2023 at 06:00:57PM +0200, J. Hannken-Illjes wrote: > >>> cvs rdiff -u -r1.63 -r1.64 src/sys/kern/sys_select.c >> >> -sleepq_unsleep(l, false); >> +sleepq_remove(l->l_sleepq, l, true); >>} >> } >>

CVS commit: src/sys/dev/pci/ixgbe

2023-10-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 12 08:06:13 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixv.c Log Message: ixgbe: Don't override the {ixgbe,ixv}_max_interrupt_rate global variable. Fix a bug that changing

Re: CVS commit: src/sys/kern

2023-10-12 Thread Rin Okuyama
Cool! Can I send a pull up request to netbsd-10? I've not yet observed deadlocks since this was committed, fortunately or unfortunately, although ;) Thanks, rin On Thu, Oct 5, 2023 at 5:39 AM Andrew Doran wrote: > > Module Name:src > Committed By: ad > Date: Wed Oct 4 20:39:35

CVS commit: src/sys/dev/pci/ixgbe

2023-10-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 12 08:06:13 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixv.c Log Message: ixgbe: Don't override the {ixgbe,ixv}_max_interrupt_rate global variable. Fix a bug that changing