Module Name:src
Committed By: andvar
Date: Fri Oct 6 21:10:12 UTC 2023
Modified Files:
src/sys/arch/news68k/conf: Makefile.news68k
src/sys/arch/news68k/news68k: locore.s vectors.s
Log Message:
Remove fpsp include and #ifdef FPSP blocks for news68k.
FPSP is necessa
Module Name:src
Committed By: andvar
Date: Fri Oct 6 21:10:12 UTC 2023
Modified Files:
src/sys/arch/news68k/conf: Makefile.news68k
src/sys/arch/news68k/news68k: locore.s vectors.s
Log Message:
Remove fpsp include and #ifdef FPSP blocks for news68k.
FPSP is necessa
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:48:08 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixgbe.h ixgbe_82599.c
ixgbe_api.c ixgbe_bypass.h ixgbe_common.c ixgbe_common.h
ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_type.
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:48:08 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixgbe.h ixgbe_82599.c
ixgbe_api.c ixgbe_bypass.h ixgbe_common.c ixgbe_common.h
ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_type.
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:46:31 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixv.c
Log Message:
ixgbe: Enable interrupt after setting IFF_RUNNING. Same as FreeBSD x-3.3.35.
To generate a diff of this commit:
cvs rdiff -u -r1.336
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:45:27 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_dcb.c
Log Message:
ixgbe: Remove NO_82599_SUPPORT and NO_X540_SUPPORT support. NFCI.
From FreeBSD ix-3.3.35. Note that this file is not used in NetBSD.
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:46:31 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixv.c
Log Message:
ixgbe: Enable interrupt after setting IFF_RUNNING. Same as FreeBSD x-3.3.35.
To generate a diff of this commit:
cvs rdiff -u -r1.336
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:45:27 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_dcb.c
Log Message:
ixgbe: Remove NO_82599_SUPPORT and NO_X540_SUPPORT support. NFCI.
From FreeBSD ix-3.3.35. Note that this file is not used in NetBSD.
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:44:08 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixv.c
Log Message:
ixgbe: Modify error message of wrong TX/RX descriptor size.
- Based from FreeBSD ix-3.3.35. I think ix-3.3.35's RING_INCREMENT(== 3
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:42:51 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixv.c
Log Message:
ixgbe: Simplify definitions. No functional change.
Both DEFAULT_{TX,RX}D and PERFORM_{TX,RX}D are 2048. Use DEFAULT_{TX,RX}D
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:44:08 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixv.c
Log Message:
ixgbe: Modify error message of wrong TX/RX descriptor size.
- Based from FreeBSD ix-3.3.35. I think ix-3.3.35's RING_INCREMENT(== 3
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:41:24 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_common.c
Log Message:
ixg(4): Filter out spurious link up indication
- Extend SFP+ cage crosstalk fix by re-checking link state after 5ms delay
to fil
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:42:51 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixv.c
Log Message:
ixgbe: Simplify definitions. No functional change.
Both DEFAULT_{TX,RX}D and PERFORM_{TX,RX}D are 2048. Use DEFAULT_{TX,RX}D
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:40:06 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_82599.c ixgbe_type.h
Log Message:
ixg(4): Add 82599 LS once again.
- From:
FreeBSD: 9228ac3a69c4c7401a743e6465e118101a2beeb0
DPDK
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:40:06 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_82599.c ixgbe_type.h
Log Message:
ixg(4): Add 82599 LS once again.
- From:
FreeBSD: 9228ac3a69c4c7401a743e6465e118101a2beeb0
DPDK
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:38:03 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.h
Log Message:
ixg(4): Remove unused and old function. No functional change.
- From FreeBSD's ix-3.3.32.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:41:24 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_common.c
Log Message:
ixg(4): Filter out spurious link up indication
- Extend SFP+ cage crosstalk fix by re-checking link state after 5ms delay
to fil
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:38:03 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.h
Log Message:
ixg(4): Remove unused and old function. No functional change.
- From FreeBSD's ix-3.3.32.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:37:04 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: if_bypass.c if_fdir.c if_sriov.c ix_txrx.c
ixgbe.c ixgbe.h ixgbe_api.h ixgbe_bypass.h ixgbe_common.c
ixgbe_common.h ixgbe_fdir.h ixgbe_net
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:35:25 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
ixg(4): Update FCTRL after writing multicast filter. Same as other OSes.
From FreeBSD 395cc55d896654b8f75071e71e856b22aed87da5.
To gener
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:35:25 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
ixg(4): Update FCTRL after writing multicast filter. Same as other OSes.
From FreeBSD 395cc55d896654b8f75071e71e856b22aed87da5.
To gener
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:34:23 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.h ixgbe_mbx.h ixgbe_type.h ixgbe_vf.c
ixgbe_vf.h ixv.c
Log Message:
ixv(4): Add new IXGBE_VF_GET_LINK_STATE message support.
PF can control v
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:34:23 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.h ixgbe_mbx.h ixgbe_type.h ixgbe_vf.c
ixgbe_vf.h ixv.c
Log Message:
ixv(4): Add new IXGBE_VF_GET_LINK_STATE message support.
PF can control v
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:32:05 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_vf.c
Log Message:
ixv(4): Improve error check.
ixgbe_vf.c rev. 1.31 changed the behavior of the ixgbe_check_mac_link_vf()
function. It was from FreeBSD's
Module Name:src
Committed By: msaitoh
Date: Fri Oct 6 14:32:05 UTC 2023
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_vf.c
Log Message:
ixv(4): Improve error check.
ixgbe_vf.c rev. 1.31 changed the behavior of the ixgbe_check_mac_link_vf()
function. It was from FreeBSD's
akahara, rin, msaitoh 20231006]
less: Updated to version 643. [simonb 20231006]
dhcpcd: Import version 10.0.3. [roy 20231006]
Module Name:src
Committed By: rin
Date: Fri Oct 6 13:39:56 UTC 2023
Modified Files:
src/doc: CHANGES
Log Message:
doc/CHANGES: Note igc(4) addition
Will be pulled up to netbsd-10 soon, and this entry will migrate to
CHANGES.prev also.
To generate a diff of this commit:
Module Name:src
Committed By: skrll
Date: Fri Oct 6 11:53:27 UTC 2023
Modified Files:
src/sys/arch/alpha/alpha: vm_machdep.c
src/sys/arch/ia64/ia64: vm_machdep.c
src/sys/arch/sh3/sh3: vm_machdep.c
src/sys/arch/x86/x86: vm_machdep.c
Log Message:
Con
Module Name:src
Committed By: skrll
Date: Fri Oct 6 11:53:27 UTC 2023
Modified Files:
src/sys/arch/alpha/alpha: vm_machdep.c
src/sys/arch/ia64/ia64: vm_machdep.c
src/sys/arch/sh3/sh3: vm_machdep.c
src/sys/arch/x86/x86: vm_machdep.c
Log Message:
Con
Module Name:src
Committed By: skrll
Date: Fri Oct 6 11:45:37 UTC 2023
Modified Files:
src/sys/arch/ia64/include: asm.h bootinfo.h cpu.h db_machdep.h
ia64_cpu.h int_limits.h intrdefs.h loadfile_machdep.h lock.h
param.h pmap.h proc.h setjmp.h userret.
Module Name:src
Committed By: skrll
Date: Fri Oct 6 11:45:37 UTC 2023
Modified Files:
src/sys/arch/ia64/include: asm.h bootinfo.h cpu.h db_machdep.h
ia64_cpu.h int_limits.h intrdefs.h loadfile_machdep.h lock.h
param.h pmap.h proc.h setjmp.h userret.
Module Name:src
Committed By: skrll
Date: Fri Oct 6 11:45:16 UTC 2023
Modified Files:
src/sys/arch/ia64/ia64: context.S db_trace.c exception.S genassym.cf
interrupt.c locore.S machdep.c pal.S pmap.c process_machdep.c
setjmp.S sys_machdep.c syscall_s
Module Name:src
Committed By: skrll
Date: Fri Oct 6 11:45:16 UTC 2023
Modified Files:
src/sys/arch/ia64/ia64: context.S db_trace.c exception.S genassym.cf
interrupt.c locore.S machdep.c pal.S pmap.c process_machdep.c
setjmp.S sys_machdep.c syscall_s
Module Name:src
Committed By: martin
Date: Fri Oct 6 09:53:02 UTC 2023
Modified Files:
src/sys/arch/arm/arm32: fault.c
Log Message:
Fix previous and restore setting of "user" flag from trapframe.
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/sys/ar
Module Name:src
Committed By: martin
Date: Fri Oct 6 09:53:02 UTC 2023
Modified Files:
src/sys/arch/arm/arm32: fault.c
Log Message:
Fix previous and restore setting of "user" flag from trapframe.
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/sys/ar
from NetBSD 10.0 to NetBSD 11.0:
namecache: Tune the namecache for 32-bit systems [ad 20230909]
tzcode: Updated to 2023c. [christos 20230916]
less: Updated to version 643. [simonb 20231006]
+ dhcpcd: Import version 10.0.3. [roy 20231006]
+
Module Name:src
Committed By: roy
Date: Fri Oct 6 08:53:14 UTC 2023
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note update to dhcpcd-10.0.3
To generate a diff of this commit:
cvs rdiff -u -r1.1955 -r1.1956 src/doc/3RDPARTY
cvs rdiff -u -r1.3002 -r1.3003 src/
Module Name:src
Committed By: roy
Date: Fri Oct 6 08:49:42 UTC 2023
Modified Files:
src/external/bsd/dhcpcd/dist/src: dhcp.c dhcp6.c dhcpcd.c if-options.c
ipv6nd.c privsep.c
Log Message:
sync with dhcpcd-10.0.3
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: roy
Date: Fri Oct 6 08:49:42 UTC 2023
Modified Files:
src/external/bsd/dhcpcd/dist/src: dhcp.c dhcp6.c dhcpcd.c if-options.c
ipv6nd.c privsep.c
Log Message:
sync with dhcpcd-10.0.3
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: skrll
Date: Fri Oct 6 08:48:49 UTC 2023
Modified Files:
src/sys/arch/riscv/include: pmap.h
Log Message:
Not all RISC-V CPUs have ASIDs
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/riscv/include/pmap.h
Please n
Module Name:src
Committed By: skrll
Date: Fri Oct 6 08:48:49 UTC 2023
Modified Files:
src/sys/arch/riscv/include: pmap.h
Log Message:
Not all RISC-V CPUs have ASIDs
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/riscv/include/pmap.h
Please n
Module Name:src
Committed By: skrll
Date: Fri Oct 6 08:48:16 UTC 2023
Modified Files:
src/sys/uvm/pmap: pmap_tlb.c pmap_tlb.h
Log Message:
Support CPUs that might not have ASIDs in the common pmap.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/uv
Module Name:src
Committed By: skrll
Date: Fri Oct 6 08:48:16 UTC 2023
Modified Files:
src/sys/uvm/pmap: pmap_tlb.c pmap_tlb.h
Log Message:
Support CPUs that might not have ASIDs in the common pmap.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/uv
Module Name:src
Committed By: roy
Date: Fri Oct 6 08:46:23 UTC 2023
Update of /cvsroot/src/external/bsd/dhcpcd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv14109
Log Message:
Import dhcpcd-10.0.3 with the following changes:
DHCP: Don't crash on a test run
dhcpcd: Fix off-by
Module Name:src
Committed By: roy
Date: Fri Oct 6 08:46:23 UTC 2023
Update of /cvsroot/src/external/bsd/dhcpcd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv14109
Log Message:
Import dhcpcd-10.0.3 with the following changes:
DHCP: Don't crash on a test run
dhcpcd: Fix off-by
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:33:50 UTC 2023
Modified Files:
src/external/bsd/less/dist: position.c
Log Message:
Reduce upstream diffs - remove a gcc warnings " = 0" change. This
was a problem in 2006, doesn't appear to be a problem anymore.
T
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:33:50 UTC 2023
Modified Files:
src/external/bsd/less/dist: position.c
Log Message:
Reduce upstream diffs - remove a gcc warnings " = 0" change. This
was a problem in 2006, doesn't appear to be a problem anymore.
T
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:31:30 UTC 2023
Modified Files:
src/external/bsd/less/dist: os.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/os.c
Please note that diff
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:31:30 UTC 2023
Modified Files:
src/external/bsd/less/dist: os.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/os.c
Please note that diff
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:29:42 UTC 2023
Modified Files:
src/external/bsd/less/dist: opttbl.c
Log Message:
Reduce upstream diffs - tabs vs space.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/opttbl.
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:29:42 UTC 2023
Modified Files:
src/external/bsd/less/dist: opttbl.c
Log Message:
Reduce upstream diffs - tabs vs space.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/opttbl.
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:26:47 UTC 2023
Modified Files:
src/external/bsd/less/dist: lesskey.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/lesskey.c
Please note
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:26:47 UTC 2023
Modified Files:
src/external/bsd/less/dist: lesskey.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/lesskey.c
Please note
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:13:13 UTC 2023
Modified Files:
src/external/bsd/less/dist: decode.c
Log Message:
Reduce upstream diffs - remove a gcc warnings " = 0" change. This
was a problem in 2006, doesn't appear to be a problem anymore.
To
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:13:13 UTC 2023
Modified Files:
src/external/bsd/less/dist: decode.c
Log Message:
Reduce upstream diffs - remove a gcc warnings " = 0" change. This
was a problem in 2006, doesn't appear to be a problem anymore.
To
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:09:15 UTC 2023
Modified Files:
src/external/bsd/less/dist: decode.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/decode.c
Please note t
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:09:15 UTC 2023
Modified Files:
src/external/bsd/less/dist: decode.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/decode.c
Please note t
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:05:59 UTC 2023
Modified Files:
src/external/bsd/less/dist: cmdbuf.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/cmdbuf.c
Please note t
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:05:59 UTC 2023
Modified Files:
src/external/bsd/less/dist: cmdbuf.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/cmdbuf.c
Please note t
59 matches
Mail list logo