CVS commit: src/sys/net/lagg

2022-01-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jan 12 01:21:36 UTC 2022 Modified Files: src/sys/net/lagg: if_lagg.c Log Message: lagg(4): Need to take IFNET_LOCK around if_init. This should really just avoid dropping IFNET_LOCK before it's done changing the port

CVS commit: src/sys/net/lagg

2022-01-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jan 12 01:21:36 UTC 2022 Modified Files: src/sys/net/lagg: if_lagg.c Log Message: lagg(4): Need to take IFNET_LOCK around if_init. This should really just avoid dropping IFNET_LOCK before it's done changing the port

CVS commit: src/sys/miscfs/procfs

2022-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 11 22:55:55 UTC 2022 Modified Files: src/sys/miscfs/procfs: procfs_vnops.c Log Message: remove redundant error initialization and break earlier. (from rvp) To generate a diff of this commit: cvs rdiff -u -r1.223

CVS commit: src/sys/miscfs/procfs

2022-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 11 22:55:55 UTC 2022 Modified Files: src/sys/miscfs/procfs: procfs_vnops.c Log Message: remove redundant error initialization and break earlier. (from rvp) To generate a diff of this commit: cvs rdiff -u -r1.223

CVS commit: src

2022-01-11 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Jan 11 22:45:56 UTC 2022 Modified Files: src/sys/arch/powerpc/booke/pci: pq3pci.c src/usr.bin/rpcgen: rpc_parse.c Log Message: fix few typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src

2022-01-11 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Jan 11 22:45:56 UTC 2022 Modified Files: src/sys/arch/powerpc/booke/pci: pq3pci.c src/usr.bin/rpcgen: rpc_parse.c Log Message: fix few typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/dev/acpi

2022-01-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 11 22:32:44 UTC 2022 Modified Files: src/sys/dev/acpi: sdhc_acpi.c Log Message: acpi: sdhc: Support sdhci-caps and sdhci-caps-mask properties. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/dev/acpi

2022-01-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 11 22:32:44 UTC 2022 Modified Files: src/sys/dev/acpi: sdhc_acpi.c Log Message: acpi: sdhc: Support sdhci-caps and sdhci-caps-mask properties. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/usr.bin/make/unit-tests

2022-01-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jan 11 19:47:34 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: Makefile opt-debug-file.exp opt-debug-file.mk Log Message: tests/make: clean up after test for option '-dF' When the file for the debug log

CVS commit: src/usr.bin/make/unit-tests

2022-01-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jan 11 19:47:34 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: Makefile opt-debug-file.exp opt-debug-file.mk Log Message: tests/make: clean up after test for option '-dF' When the file for the debug log

CVS commit: src/distrib/sets/lists/base

2022-01-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 11 19:27:13 UTC 2022 Modified Files: src/distrib/sets/lists/base: ad.riscv md.mac68k md.mmeye md.mvme68k md.mvmeppc md.netwinder md.news68k md.ofppc md.prep md.shark Added Files:

CVS commit: src/distrib/sets/lists/base

2022-01-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 11 19:27:13 UTC 2022 Modified Files: src/distrib/sets/lists/base: ad.riscv md.mac68k md.mmeye md.mvme68k md.mvmeppc md.netwinder md.news68k md.ofppc md.prep md.shark Added Files:

CVS commit: src/lib/libedit

2022-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 11 18:30:15 UTC 2022 Modified Files: src/lib/libedit: chared.c eln.c histedit.h readline.c src/lib/libedit/readline: readline.h Log Message: PR/56618: Walter Lozano: Improve libedit compatibility with readline

CVS commit: src/lib/libedit

2022-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 11 18:30:15 UTC 2022 Modified Files: src/lib/libedit: chared.c eln.c histedit.h readline.c src/lib/libedit/readline: readline.h Log Message: PR/56618: Walter Lozano: Improve libedit compatibility with readline

CVS commit: src/sys/miscfs/procfs

2022-01-11 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue Jan 11 11:10:46 UTC 2022 Modified Files: src/sys/miscfs/procfs: procfs_vnops.c Log Message: Use a single "p" variable. Should fix PR kern/56614: kernel panic on tmux To generate a diff of this commit: cvs rdiff -u -r1.222

CVS commit: src/sys/miscfs/procfs

2022-01-11 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue Jan 11 11:10:46 UTC 2022 Modified Files: src/sys/miscfs/procfs: procfs_vnops.c Log Message: Use a single "p" variable. Should fix PR kern/56614: kernel panic on tmux To generate a diff of this commit: cvs rdiff -u -r1.222

CVS commit: src/sys/dev/acpi

2022-01-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 11 10:53:08 UTC 2022 Modified Files: src/sys/dev/acpi: acpi_event.c acpi_event.h acpi_ged.c Log Message: acpi: ged: Mask interrupts before dispatching handler For the benefit of GEDs backed by level interrupts, mask

CVS commit: src/sys/dev/acpi

2022-01-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 11 10:53:08 UTC 2022 Modified Files: src/sys/dev/acpi: acpi_event.c acpi_event.h acpi_ged.c Log Message: acpi: ged: Mask interrupts before dispatching handler For the benefit of GEDs backed by level interrupts, mask

CVS commit: src/doc

2022-01-11 Thread Nia Alarie
rnet Quality-of-Service controller. [jmcneill 20220103] OpenSSL: Imported 1.1.1m. [christos 20220107] + sysinst(8): Allow configuring IEEE 802.11 / Wi-Fi devices with + WPA or open networks. [nia 20220111]

CVS commit: src/doc

2022-01-11 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Jan 11 10:07:23 UTC 2022 Modified Files: src/doc: CHANGES Log Message: doc: sysinst WLAN changes To generate a diff of this commit: cvs rdiff -u -r1.2856 -r1.2857 src/doc/CHANGES Please note that diffs are not public domain;

CVS commit: src/usr.sbin/sysinst

2022-01-11 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Jan 11 09:44:49 UTC 2022 Modified Files: src/usr.sbin/sysinst: net.c Log Message: sysinst(8): Add a "data" argument to do_ifreq that is set after the ifr struct is zeroed. This allows us to simplify the code by not having 2x

CVS commit: src/usr.sbin/sysinst

2022-01-11 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Jan 11 09:44:49 UTC 2022 Modified Files: src/usr.sbin/sysinst: net.c Log Message: sysinst(8): Add a "data" argument to do_ifreq that is set after the ifr struct is zeroed. This allows us to simplify the code by not having 2x