CVS commit: src/sys/dev

2022-03-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 14 06:40:12 UTC 2022 Modified Files: src/sys/dev/ic: bwfm.c bwfmreg.h bwfmvar.h src/sys/dev/sdmmc: if_bwfm_sdio.c Log Message: Add OpenBSD to code to optionally load CLM (Country Locale Matrix) files. To

CVS commit: src/sys/dev

2022-03-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 14 06:40:12 UTC 2022 Modified Files: src/sys/dev/ic: bwfm.c bwfmreg.h bwfmvar.h src/sys/dev/sdmmc: if_bwfm_sdio.c Log Message: Add OpenBSD to code to optionally load CLM (Country Locale Matrix) files. To

CVS commit: src/sys/net80211

2022-03-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 14 07:05:31 UTC 2022 Modified Files: src/sys/net80211: _ieee80211.h Log Message: Additional channel flags. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/net80211/_ieee80211.h Please note that

CVS commit: src/sys/net80211

2022-03-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 14 07:05:31 UTC 2022 Modified Files: src/sys/net80211: _ieee80211.h Log Message: Additional channel flags. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/net80211/_ieee80211.h Please note that

CVS commit: src/sys/kern

2022-03-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 14 12:02:19 UTC 2022 Modified Files: src/sys/kern: sys_syscall.c Log Message: syscall(2): Provide better attribution for biglock slippage. This adds a small overhead to the syscall path, but only when invoked via the

CVS commit: src/sys/kern

2022-03-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 14 12:02:19 UTC 2022 Modified Files: src/sys/kern: sys_syscall.c Log Message: syscall(2): Provide better attribution for biglock slippage. This adds a small overhead to the syscall path, but only when invoked via the

CVS commit: src/sys/dev/pci

2022-03-14 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Mar 14 12:22:02 UTC 2022 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci_match: add TODO about PCI Revision ID. The standard says: Transitional devices MUST have a PCI Revision ID of 0.

CVS commit: src/sys/dev/pci

2022-03-14 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Mar 14 12:22:02 UTC 2022 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci_match: add TODO about PCI Revision ID. The standard says: Transitional devices MUST have a PCI Revision ID of 0.

Re: CVS commit: src/etc

2022-03-14 Thread Simon Burge
Hi Alex, Alexander Nasonov wrote: > Simon Burge wrote: > > Why don't we just mount all the ZFS filesystems in mountcritlocal? > > Future versions may require loading of encryption keys over kerberos > or a special pam module to decrypt /home/$USER. How is this different to the existing "zfs

CVS commit: src/sys/dev/audio

2022-03-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 14 11:47:34 UTC 2022 Modified Files: src/sys/dev/audio: audio.c Log Message: audio(4): Membar audit. Won't affect anything on x86 because atomic r/m/w operations are always full sequential consistency barriers, but

CVS commit: src/sys/dev/audio

2022-03-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 14 11:47:34 UTC 2022 Modified Files: src/sys/dev/audio: audio.c Log Message: audio(4): Membar audit. Won't affect anything on x86 because atomic r/m/w operations are always full sequential consistency barriers, but

CVS commit: src/sbin/dump

2022-03-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 14 18:38:11 UTC 2022 Modified Files: src/sbin/dump: optr.c Log Message: Silently ignore fstab entries with NAME= entries that cannot be resolved. Fixes PR 56249. To generate a diff of this commit: cvs rdiff -u -r1.43

CVS commit: src/sbin/dump

2022-03-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 14 18:38:11 UTC 2022 Modified Files: src/sbin/dump: optr.c Log Message: Silently ignore fstab entries with NAME= entries that cannot be resolved. Fixes PR 56249. To generate a diff of this commit: cvs rdiff -u -r1.43

CVS commit: src/tests/usr.bin/xlint/lint1

2022-03-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Mar 14 20:25:26 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_230_uchar.c msg_230_uchar.exp Log Message: tests/lint: fix test about "non-portable character constant" on uchar The warning is wrong, and it has

CVS commit: src/tests/usr.bin/xlint/lint1

2022-03-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Mar 14 20:25:26 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_230_uchar.c msg_230_uchar.exp Log Message: tests/lint: fix test about "non-portable character constant" on uchar The warning is wrong, and it has

CVS commit: src/external/bsd/elftoolchain/dist/libdwarf

2022-03-14 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Mar 14 20:50:48 UTC 2022 Modified Files: src/external/bsd/elftoolchain/dist/libdwarf: dwarf.3 dwarf_add_AT_comp_dir.3 dwarf_add_AT_const_value_string.3 dwarf_add_AT_dataref.3 dwarf_add_AT_flag.3

CVS commit: src/lib/libc/stdlib

2022-03-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 14 22:06:28 UTC 2022 Modified Files: src/lib/libc/stdlib: system.c Log Message: system(3): Switch from vfork/execve to posix_spawn. Changes by me: - Minor style nits. - Set errno on posix_spawn failure. - Handle edge

CVS commit: src/lib/libc/stdlib

2022-03-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 14 22:06:28 UTC 2022 Modified Files: src/lib/libc/stdlib: system.c Log Message: system(3): Switch from vfork/execve to posix_spawn. Changes by me: - Minor style nits. - Set errno on posix_spawn failure. - Handle edge

CVS commit: src/lib/libc/stdlib

2022-03-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 14 22:14:19 UTC 2022 Modified Files: src/lib/libc/stdlib: system.c Log Message: system(3): Simplify initialization of argp. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libc/stdlib/system.c

CVS commit: src/lib/libc/stdlib

2022-03-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 14 22:14:19 UTC 2022 Modified Files: src/lib/libc/stdlib: system.c Log Message: system(3): Simplify initialization of argp. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libc/stdlib/system.c

CVS commit: src/sys/dev/ata

2022-03-14 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Mon Mar 14 22:15:51 UTC 2022 Modified Files: src/sys/dev/ata: ata.c Log Message: Avoid an unaccounted extra channel freeze, if a reset is requested more than once before the thread services the request. Closes PR#56745. To

CVS commit: src/sys/dev/ata

2022-03-14 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Mon Mar 14 22:15:51 UTC 2022 Modified Files: src/sys/dev/ata: ata.c Log Message: Avoid an unaccounted extra channel freeze, if a reset is requested more than once before the thread services the request. Closes PR#56745. To

CVS commit: src/sys/dev/audio

2022-03-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 14 21:38:04 UTC 2022 Modified Files: src/sys/dev/audio: audio.c Log Message: audio(4): Fix typo in previous -- atomic_store_release, not reease. Built the wrong kernel to compile-test AUDIO_DEBUG, oops. To generate

CVS commit: src/sys/dev/audio

2022-03-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 14 21:38:04 UTC 2022 Modified Files: src/sys/dev/audio: audio.c Log Message: audio(4): Fix typo in previous -- atomic_store_release, not reease. Built the wrong kernel to compile-test AUDIO_DEBUG, oops. To generate

CVS commit: src/sys/net

2022-03-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 15 00:05:18 UTC 2022 Modified Files: src/sys/net: if_tun.c Log Message: tun(4): Fix bug introduced in previous locking change. Now that tun_lock runs at IPL_NONE, taking it does not have the side effect of disabling

CVS commit: src/sys/net

2022-03-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 15 00:05:18 UTC 2022 Modified Files: src/sys/net: if_tun.c Log Message: tun(4): Fix bug introduced in previous locking change. Now that tun_lock runs at IPL_NONE, taking it does not have the side effect of disabling

CVS commit: src/sys/dev/usb

2022-03-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 14 16:14:11 UTC 2022 Modified Files: src/sys/dev/usb: umidi.c Log Message: umidi(4): Bail early if no endpoints. kmem_alloc is unhappy with zero-size allocation. Reported-by:

CVS commit: src/sys/dev/usb

2022-03-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 14 16:14:11 UTC 2022 Modified Files: src/sys/dev/usb: umidi.c Log Message: umidi(4): Bail early if no endpoints. kmem_alloc is unhappy with zero-size allocation. Reported-by: