CVS commit: src/sbin/ifconfig

2023-12-05 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Dec 6 05:57:39 UTC 2023 Modified Files: src/sbin/ifconfig: lagg.c Log Message: Fix "ifconfig lagg* lagglacp -maxports" command This command clears the setting of the maximum number of lacp active ports. The command was ac

CVS commit: src/sbin/ifconfig

2023-12-05 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Dec 6 05:57:39 UTC 2023 Modified Files: src/sbin/ifconfig: lagg.c Log Message: Fix "ifconfig lagg* lagglacp -maxports" command This command clears the setting of the maximum number of lacp active ports. The command was ac

CVS commit: src/sys/arch/alpha/pci

2023-12-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 6 01:46:34 UTC 2023 Modified Files: src/sys/arch/alpha/pci: pci_bwx_bus_io_chipdep.c pci_bwx_bus_mem_chipdep.c pci_swiz_bus_io_chipdep.c Log Message: bus_space_alloc() -- vmem(9) requires an allocation strage

CVS commit: src/sys/arch/alpha/pci

2023-12-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 6 01:46:34 UTC 2023 Modified Files: src/sys/arch/alpha/pci: pci_bwx_bus_io_chipdep.c pci_bwx_bus_mem_chipdep.c pci_swiz_bus_io_chipdep.c Log Message: bus_space_alloc() -- vmem(9) requires an allocation strage

CVS commit: src/sys/arch/x68k/dev

2023-12-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Dec 5 22:24:40 UTC 2023 Modified Files: src/sys/arch/x68k/dev: mha.c Log Message: s/pregress/progress/ in panic message. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/arch/x68k/dev/mha.c Please note

CVS commit: src/sys/arch/x68k/dev

2023-12-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Dec 5 22:24:40 UTC 2023 Modified Files: src/sys/arch/x68k/dev: mha.c Log Message: s/pregress/progress/ in panic message. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/arch/x68k/dev/mha.c Please note

CVS commit: src/sys/arch/sgimips/hpc

2023-12-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Dec 5 21:54:53 UTC 2023 Modified Files: src/sys/arch/sgimips/hpc: if_sq.c Log Message: add explicit braces around SQ_DPRINTF() to fix dangling else compiler error. fixes build with SQ_DEBUG option enabled for sgimips. To g

CVS commit: src/sys/arch/sgimips/hpc

2023-12-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Dec 5 21:54:53 UTC 2023 Modified Files: src/sys/arch/sgimips/hpc: if_sq.c Log Message: add explicit braces around SQ_DPRINTF() to fix dangling else compiler error. fixes build with SQ_DEBUG option enabled for sgimips. To g

CVS commit: src/share/misc

2023-12-05 Thread Jan Schaumann
Module Name:src Committed By: jschauma Date: Tue Dec 5 19:28:40 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: add some virtual networking terms +FRRFree Range Routing +VNIvirtual network identifier +VTEP VXLAN tunnel endpoint +VXLAN virtu

CVS commit: src/share/misc

2023-12-05 Thread Jan Schaumann
Module Name:src Committed By: jschauma Date: Tue Dec 5 19:28:40 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: add some virtual networking terms +FRRFree Range Routing +VNIvirtual network identifier +VTEP VXLAN tunnel endpoint +VXLAN virtu

CVS commit: src/sys/arch/sbmips/sbmips

2023-12-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Dec 5 19:19:26 UTC 2023 Modified Files: src/sys/arch/sbmips/sbmips: cpu.c machdep.c sb1250_icu.c Log Message: use kcpuset_isset() and pass second (NULL) argument to mips_fixup_exceptions() to fix build for GENERIC(64).MP kern

CVS commit: src/sys/arch/sbmips/sbmips

2023-12-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Dec 5 19:19:26 UTC 2023 Modified Files: src/sys/arch/sbmips/sbmips: cpu.c machdep.c sb1250_icu.c Log Message: use kcpuset_isset() and pass second (NULL) argument to mips_fixup_exceptions() to fix build for GENERIC(64).MP kern

CVS commit: src/sys/arch/evbmips/sbmips

2023-12-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Dec 5 19:16:49 UTC 2023 Modified Files: src/sys/arch/evbmips/sbmips: cpu.c machdep.c sb1250_icu.c Log Message: use kcpuset_isset() and pass second (NULL) argument to mips_fixup_exceptions() to fix build for SBMIPS(64).MP kern

CVS commit: src/sys/arch/evbmips/sbmips

2023-12-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Dec 5 19:16:49 UTC 2023 Modified Files: src/sys/arch/evbmips/sbmips: cpu.c machdep.c sb1250_icu.c Log Message: use kcpuset_isset() and pass second (NULL) argument to mips_fixup_exceptions() to fix build for SBMIPS(64).MP kern

CVS commit: src/sys/arch/mips/mips

2023-12-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Dec 5 17:38:40 UTC 2023 Modified Files: src/sys/arch/mips/mips: lock_stubs_llsc.S Log Message: Add missing PTR_WORD command in front of 0. Likely accidentally missed in the commit, since rev 1.9. In theory needs pull-ups fo

CVS commit: src/sys/arch/mips/mips

2023-12-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Dec 5 17:38:40 UTC 2023 Modified Files: src/sys/arch/mips/mips: lock_stubs_llsc.S Log Message: Add missing PTR_WORD command in front of 0. Likely accidentally missed in the commit, since rev 1.9. In theory needs pull-ups fo

CVS commit: src/sbin/gpt

2023-12-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Dec 5 17:23:20 UTC 2023 Modified Files: src/sbin/gpt: map.c Log Message: Fix an incorrect comment. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sbin/gpt/map.c Please note that diffs are not public dom

CVS commit: src/sbin/gpt

2023-12-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Dec 5 17:23:20 UTC 2023 Modified Files: src/sbin/gpt: map.c Log Message: Fix an incorrect comment. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sbin/gpt/map.c Please note that diffs are not public dom

CVS commit: src/sys/arch

2023-12-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Dec 5 16:32:38 UTC 2023 Modified Files: src/sys/arch/amd64/conf: ALL files.amd64 src/sys/arch/i386/conf: ALL Log Message: Add btvmei + btvmeii and vme to ALL. To generate a diff of this commit: cvs rdiff -u -r1.181

CVS commit: src/sys/arch

2023-12-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Dec 5 16:32:38 UTC 2023 Modified Files: src/sys/arch/amd64/conf: ALL files.amd64 src/sys/arch/i386/conf: ALL Log Message: Add btvmei + btvmeii and vme to ALL. To generate a diff of this commit: cvs rdiff -u -r1.181

CVS commit: src/sys/dev/pci

2023-12-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Dec 5 15:58:32 UTC 2023 Modified Files: src/sys/dev/pci: btvmeii.c Log Message: Use vmem(9) rather than extent(9) to manage VME<->PCI address translations. While here, malloc(9) -> kmem(9), and fix a couple of things that t

CVS commit: src/sys/dev/pci

2023-12-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Dec 5 15:58:32 UTC 2023 Modified Files: src/sys/dev/pci: btvmeii.c Log Message: Use vmem(9) rather than extent(9) to manage VME<->PCI address translations. While here, malloc(9) -> kmem(9), and fix a couple of things that t

CVS commit: src/sys/dev/pci

2023-12-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Dec 5 15:41:34 UTC 2023 Modified Files: src/sys/dev/pci: btvmei.c Log Message: b3_617_map_vme(): use VM_NOSLEEP. EX_NOWAIT is 0, to lack of EX_WAITOK is the same as EX_NOWAIT. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/pci

2023-12-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Dec 5 15:41:34 UTC 2023 Modified Files: src/sys/dev/pci: btvmei.c Log Message: b3_617_map_vme(): use VM_NOSLEEP. EX_NOWAIT is 0, to lack of EX_WAITOK is the same as EX_NOWAIT. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/pci

2023-12-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Dec 5 14:58:01 UTC 2023 Modified Files: src/sys/dev/pci: btvmei.c btvmeivar.h Log Message: Use vmem(9) rather than extent(9) to manage VME<->PCI address translations. While here, malloc(9) -> kmem(9), and fix a couple of th

CVS commit: src/sys/dev/pci

2023-12-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Dec 5 14:58:01 UTC 2023 Modified Files: src/sys/dev/pci: btvmei.c btvmeivar.h Log Message: Use vmem(9) rather than extent(9) to manage VME<->PCI address translations. While here, malloc(9) -> kmem(9), and fix a couple of th