CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Sep 27 00:51:10 UTC 2021 Modified Files: src/sys/kern: sys_pipe.c Log Message: Tweak filt_piperead() and filt_pipewrite() so that: - There is only a single return from the function (and thus a single place where the pipe

CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Sep 27 00:51:10 UTC 2021 Modified Files: src/sys/kern: sys_pipe.c Log Message: Tweak filt_piperead() and filt_pipewrite() so that: - There is only a single return from the function (and thus a single place where the pipe

CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Sep 27 00:40:49 UTC 2021 Modified Files: src/sys/kern: sys_eventfd.c sys_timerfd.c tty.c Log Message: Consistently reference kn->kn_data only within the lock perimeter in the filtops f_event() callback. To generate a diff

CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Sep 27 00:40:49 UTC 2021 Modified Files: src/sys/kern: sys_eventfd.c sys_timerfd.c tty.c Log Message: Consistently reference kn->kn_data only within the lock perimeter in the filtops f_event() callback. To generate a diff

CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 23:37:40 UTC 2021 Modified Files: src/sys/kern: kern_event.c Log Message: In kqueue_kqfilter(), return EINVAL instead of 1 if something other than EVFILT_READ was requested. To generate a diff of this commit: cvs

CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 23:37:40 UTC 2021 Modified Files: src/sys/kern: kern_event.c Log Message: In kqueue_kqfilter(), return EINVAL instead of 1 if something other than EVFILT_READ was requested. To generate a diff of this commit: cvs

CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 23:34:46 UTC 2021 Modified Files: src/sys/kern: kern_event.c Log Message: - Rename kqueue_misc_lock -> kqueue_timer_lock, since EVFILT_TIMER is now its only user. Also initialize it as IPL_SOFTCLOCK; there is no

CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 23:34:46 UTC 2021 Modified Files: src/sys/kern: kern_event.c Log Message: - Rename kqueue_misc_lock -> kqueue_timer_lock, since EVFILT_TIMER is now its only user. Also initialize it as IPL_SOFTCLOCK; there is no

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 21:32:59 UTC 2021 Modified Files: src/usr.bin/indent: indent_globs.h Log Message: indent: fix documentation of opt.case_indent See io.c, compute_label_indent. To generate a diff of this commit: cvs rdiff -u -r1.39

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 21:32:59 UTC 2021 Modified Files: src/usr.bin/indent: indent_globs.h Log Message: indent: fix documentation of opt.case_indent See io.c, compute_label_indent. To generate a diff of this commit: cvs rdiff -u -r1.39

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 21:31:57 UTC 2021 Modified Files: src/usr.bin/indent: indent.1 Log Message: indent: fix definition of -cli in manual page See io.c, compute_label_indent. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 21:31:57 UTC 2021 Modified Files: src/usr.bin/indent: indent.1 Log Message: indent: fix definition of -cli in manual page See io.c, compute_label_indent. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 21:29:39 UTC 2021 Modified Files: src/sys/kern: kern_event.c vfs_init.c vfs_syscalls.c src/sys/sys: event.h Log Message: Fix the locking around EVFILT_FS. Previously, the code would walk the fs_klist and take

CVS commit: src/sys

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 21:29:39 UTC 2021 Modified Files: src/sys/kern: kern_event.c vfs_init.c vfs_syscalls.c src/sys/sys: event.h Log Message: Fix the locking around EVFILT_FS. Previously, the code would walk the fs_klist and take

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 21:23:31 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent_globs.h io.c lexi.c Log Message: indent: unexport global variables The variable match_state was write-only and was thus removed. No functional

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 21:23:31 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent_globs.h io.c lexi.c Log Message: indent: unexport global variables The variable match_state was write-only and was thus removed. No functional

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 21:05:48 UTC 2021 Modified Files: src/usr.bin/indent: args.c lexi.c Log Message: indent: unexport keyword table, clean up No functional change. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 21:05:48 UTC 2021 Modified Files: src/usr.bin/indent: args.c lexi.c Log Message: indent: unexport keyword table, clean up No functional change. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/sys/arch/arm/cortex

2021-09-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 26 20:55:15 UTC 2021 Modified Files: src/sys/arch/arm/cortex: gic_splfuncs.c Log Message: Add missing insn barrier To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/cortex/gic_splfuncs.c

CVS commit: src/sys/arch/arm/cortex

2021-09-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 26 20:55:15 UTC 2021 Modified Files: src/sys/arch/arm/cortex: gic_splfuncs.c Log Message: Add missing insn barrier To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/cortex/gic_splfuncs.c

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 20:48:10 UTC 2021 Modified Files: src/usr.bin/indent: args.c Log Message: indent: force all option variables to be in struct options No functional change. To generate a diff of this commit: cvs rdiff -u -r1.37

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 20:48:10 UTC 2021 Modified Files: src/usr.bin/indent: args.c Log Message: indent: force all option variables to be in struct options No functional change. To generate a diff of this commit: cvs rdiff -u -r1.37

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 20:43:44 UTC 2021 Modified Files: src/usr.bin/indent: args.c Log Message: indent: reduce memory usage of the options table Almost all boolean options are negatable, so model this directly instead of saving each option

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 20:43:44 UTC 2021 Modified Files: src/usr.bin/indent: args.c Log Message: indent: reduce memory usage of the options table Almost all boolean options are negatable, so model this directly instead of saving each option

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 20:21:47 UTC 2021 Modified Files: src/usr.bin/indent: args.c Log Message: indent: list options in the same order as in the manual page No functional change. To generate a diff of this commit: cvs rdiff -u -r1.35

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 20:21:47 UTC 2021 Modified Files: src/usr.bin/indent: args.c Log Message: indent: list options in the same order as in the manual page No functional change. To generate a diff of this commit: cvs rdiff -u -r1.35

CVS commit: src/sys/arch/aarch64/include

2021-09-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 26 20:15:04 UTC 2021 Modified Files: src/sys/arch/aarch64/include: lock.h Log Message: Use the yield instruction as SPINLOCK_BACKOFF_HOOK for aarch64. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/aarch64/include

2021-09-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 26 20:15:04 UTC 2021 Modified Files: src/sys/arch/aarch64/include: lock.h Log Message: Use the yield instruction as SPINLOCK_BACKOFF_HOOK for aarch64. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/pci

2021-09-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 26 20:14:07 UTC 2021 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: Enable checksum offload features by default. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/if_mcx.c Please

CVS commit: src/sys/dev/pci

2021-09-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 26 20:14:07 UTC 2021 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: Enable checksum offload features by default. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/if_mcx.c Please

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 20:12:38 UTC 2021 Modified Files: src/usr.bin/indent: args.c Log Message: indent: reduce code for listing the options After this change, the few options that do not follow the standard scheme become more visible. They

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 20:12:38 UTC 2021 Modified Files: src/usr.bin/indent: args.c Log Message: indent: reduce code for listing the options After this change, the few options that do not follow the standard scheme become more visible. They

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 19:57:23 UTC 2021 Modified Files: src/usr.bin/indent: args.c indent.c indent_globs.h Log Message: indent: negate and rename option.leave_comma The old name did not mirror the description in the manual page, and it was

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 19:57:23 UTC 2021 Modified Files: src/usr.bin/indent: args.c indent.c indent_globs.h Log Message: indent: negate and rename option.leave_comma The old name did not mirror the description in the manual page, and it was

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 19:37:11 UTC 2021 Modified Files: src/usr.bin/indent: args.c indent.c io.c lexi.c parse.c pr_comment.c Log Message: indent: let indent format its own code -- in supervised mode After running indent on the code, I

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 19:37:11 UTC 2021 Modified Files: src/usr.bin/indent: args.c indent.c io.c lexi.c parse.c pr_comment.c Log Message: indent: let indent format its own code -- in supervised mode After running indent on the code, I

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 19:02:35 UTC 2021 Added Files: src/usr.bin/indent: .indent.pro Log Message: indent: add .indent.pro that almost matches the source code One might expect that the code of indent is properly indented according to its

CVS commit: src/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 19:02:35 UTC 2021 Added Files: src/usr.bin/indent: .indent.pro Log Message: indent: add .indent.pro that almost matches the source code One might expect that the code of indent is properly indented according to its

CVS commit: src

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 18:52:16 UTC 2021 Modified Files: src/tests/usr.bin/indent: declarations.0.stdout src/usr.bin/indent: indent.c Log Message: indent: fix missing space between comma and ellipsis According to lint's C grammar,

CVS commit: src

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 18:52:16 UTC 2021 Modified Files: src/tests/usr.bin/indent: declarations.0.stdout src/usr.bin/indent: indent.c Log Message: indent: fix missing space between comma and ellipsis According to lint's C grammar,

CVS commit: src/tests/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 18:42:46 UTC 2021 Modified Files: src/tests/usr.bin/indent: declarations.0 declarations.0.stdout Log Message: tests/indent: demonstrate missing space before ellipsis To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/usr.bin/indent

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 18:42:46 UTC 2021 Modified Files: src/tests/usr.bin/indent: declarations.0 declarations.0.stdout Log Message: tests/indent: demonstrate missing space before ellipsis To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 18:13:58 UTC 2021 Modified Files: src/sys/kern: kern_event.c Log Message: Mark kqread_filtops, user_filtops, and seltrue_filtops as MPSAFE. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123

CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 18:13:58 UTC 2021 Modified Files: src/sys/kern: kern_event.c Log Message: Mark kqread_filtops, user_filtops, and seltrue_filtops as MPSAFE. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123

CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 17:34:19 UTC 2021 Modified Files: src/sys/kern: kern_sig.c Log Message: sig_filtops is MPSAFE. To generate a diff of this commit: cvs rdiff -u -r1.398 -r1.399 src/sys/kern/kern_sig.c Please note that diffs are not

CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 17:34:19 UTC 2021 Modified Files: src/sys/kern: kern_sig.c Log Message: sig_filtops is MPSAFE. To generate a diff of this commit: cvs rdiff -u -r1.398 -r1.399 src/sys/kern/kern_sig.c Please note that diffs are not

CVS commit: src/sys/arch

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 16:36:19 UTC 2021 Modified Files: src/sys/arch/amiga/dev: event.c src/sys/arch/arc/dev: opms.c src/sys/arch/arm/xscale: pxa2x0_apm.c src/sys/arch/atari/dev: event.c

CVS commit: src/sys/arch

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 16:36:19 UTC 2021 Modified Files: src/sys/arch/amiga/dev: event.c src/sys/arch/arc/dev: opms.c src/sys/arch/arm/xscale: pxa2x0_apm.c src/sys/arch/atari/dev: event.c

CVS commit: src/sys/dev/sysmon

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 16:24:21 UTC 2021 Modified Files: src/sys/dev/sysmon: sysmon_power.c Log Message: - Call selnotify() with sysmon_power_event_queue_mtx held, passing the correct hints. Adjust filt_sysmon_power_read() accordingly

CVS commit: src/sys/dev/sysmon

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 16:24:21 UTC 2021 Modified Files: src/sys/dev/sysmon: sysmon_power.c Log Message: - Call selnotify() with sysmon_power_event_queue_mtx held, passing the correct hints. Adjust filt_sysmon_power_read() accordingly

CVS commit: src/sys/net

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 15:58:33 UTC 2021 Modified Files: src/sys/net: if_tap.c if_tun.c Log Message: Use seltrue_filtops rather than rolling our own with filt_seltrue. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124

CVS commit: src/sys/net

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 15:58:33 UTC 2021 Modified Files: src/sys/net: if_tap.c if_tun.c Log Message: Use seltrue_filtops rather than rolling our own with filt_seltrue. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124

CVS commit: src

2021-09-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Sep 26 15:52:41 UTC 2021 Modified Files: src/etc: Makefile src/external/nvidia-firmware: Makefile src/share/mk: bsd.README bsd.own.mk src/sys/dev/microcode/radeon: Makefile src/usr.sbin/sysinst:

CVS commit: src

2021-09-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Sep 26 15:52:41 UTC 2021 Modified Files: src/etc: Makefile src/external/nvidia-firmware: Makefile src/share/mk: bsd.README bsd.own.mk src/sys/dev/microcode/radeon: Makefile src/usr.sbin/sysinst:

CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 15:48:54 UTC 2021 Modified Files: src/sys/kern: sys_pipe.c Log Message: The pipe kq filter ops are MPSAFE. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/sys/kern/sys_pipe.c Please note that

CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 15:48:54 UTC 2021 Modified Files: src/sys/kern: sys_pipe.c Log Message: The pipe kq filter ops are MPSAFE. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/sys/kern/sys_pipe.c Please note that

CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 15:11:33 UTC 2021 Modified Files: src/sys/kern: subr_log.c Log Message: logread_filtops is MPSAFE. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/kern/subr_log.c Please note that diffs are

CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 15:11:33 UTC 2021 Modified Files: src/sys/kern: subr_log.c Log Message: logread_filtops is MPSAFE. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/kern/subr_log.c Please note that diffs are

CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 15:10:51 UTC 2021 Modified Files: src/sys/kern: kern_entropy.c Log Message: entropy_read_filtops is MPSAFE. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/kern/kern_entropy.c Please note that

CVS commit: src/sys/kern

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 15:10:51 UTC 2021 Modified Files: src/sys/kern: kern_entropy.c Log Message: entropy_read_filtops is MPSAFE. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/kern/kern_entropy.c Please note that

CVS commit: src/sys/dev/usb

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 15:08:29 UTC 2021 Modified Files: src/sys/dev/usb: uirda.c uirdavar.h Log Message: - Use seltrue_filtops rather than rolling our own with filt_seltrue. - Remove sc_wr_sel completely; nothing actually uses it. To

CVS commit: src/sys/dev/usb

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 15:08:29 UTC 2021 Modified Files: src/sys/dev/usb: uirda.c uirdavar.h Log Message: - Use seltrue_filtops rather than rolling our own with filt_seltrue. - Remove sc_wr_sel completely; nothing actually uses it. To

CVS commit: src/sys/dev/usb

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 15:07:17 UTC 2021 Modified Files: src/sys/dev/usb: uhid.c Log Message: Use seltrue_filtops rather than rolling our own with filt_seltrue. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119

CVS commit: src/sys/dev/usb

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 15:07:17 UTC 2021 Modified Files: src/sys/dev/usb: uhid.c Log Message: Use seltrue_filtops rather than rolling our own with filt_seltrue. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119

CVS commit: src/sys/dev/pci

2021-09-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 26 15:01:55 UTC 2021 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: We are not mapping registers prefetchable so no need for explicit bs barriers. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/dev/pci

2021-09-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 26 15:01:55 UTC 2021 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: We are not mapping registers prefetchable so no need for explicit bs barriers. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/dev/scsipi

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 14:57:19 UTC 2021 Modified Files: src/sys/dev/scsipi: ch.c Log Message: Use seltrue_filtops rather than rolling our own with filt_seltrue. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95

CVS commit: src/sys/dev/scsipi

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 14:57:19 UTC 2021 Modified Files: src/sys/dev/scsipi: ch.c Log Message: Use seltrue_filtops rather than rolling our own with filt_seltrue. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95

CVS commit: src/sys/dev/pci

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 14:56:36 UTC 2021 Modified Files: src/sys/dev/pci: oboe.c Log Message: - Use seltrue_filtops rather than rolling our own with filt_seltrue. - Remove sc_wsel completely; nothing actually uses it. To generate a diff

CVS commit: src/sys/dev/pci

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 14:56:36 UTC 2021 Modified Files: src/sys/dev/pci: oboe.c Log Message: - Use seltrue_filtops rather than rolling our own with filt_seltrue. - Remove sc_wsel completely; nothing actually uses it. To generate a diff

CVS commit: src

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 14:52:37 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: platform_int.c platform_int.exp platform_long.c platform_long.exp src/usr.bin/xlint/lint1: tree.c Log Message: tests/lint: explain

CVS commit: src

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 14:52:37 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: platform_int.c platform_int.exp platform_long.c platform_long.exp src/usr.bin/xlint/lint1: tree.c Log Message: tests/lint: explain

CVS commit: src/sys/arch

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 14:36:48 UTC 2021 Modified Files: src/sys/arch/mac68k/dev: aed.c src/sys/arch/macppc/dev: aed.c Log Message: Use seltrue_filtops rather than rolling our own with filt_seltrue. To generate a diff of this

CVS commit: src/sys/arch

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 14:36:48 UTC 2021 Modified Files: src/sys/arch/mac68k/dev: aed.c src/sys/arch/macppc/dev: aed.c Log Message: Use seltrue_filtops rather than rolling our own with filt_seltrue. To generate a diff of this

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

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 14:32:02 UTC 2021 Modified Files: src/sys/arch/landisk/dev: button.c Log Message: Use seltrue_filtops rather than rolling our own with filt_seltrue. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2021-09-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 26 14:32:02 UTC 2021 Modified Files: src/sys/arch/landisk/dev: button.c Log Message: Use seltrue_filtops rather than rolling our own with filt_seltrue. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 14:28:22 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: platform_ilp32.c platform_ilp32.exp platform_int.c platform_ldbl128.c platform_ldbl128.exp platform_ldbl64.c platform_ldbl64.exp

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

2021-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 26 14:28:22 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: platform_ilp32.c platform_ilp32.exp platform_int.c platform_ldbl128.c platform_ldbl128.exp platform_ldbl64.c platform_ldbl64.exp

CVS commit: src/lib/libedit

2021-09-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 26 13:45:54 UTC 2021 Modified Files: src/lib/libedit: filecomplete.h Log Message: make flag unsigned to match prototype of the function used To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/lib/libedit

2021-09-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 26 13:45:54 UTC 2021 Modified Files: src/lib/libedit: filecomplete.h Log Message: make flag unsigned to match prototype of the function used To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/lib/libedit

2021-09-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 26 13:45:37 UTC 2021 Modified Files: src/lib/libedit: filecomplete.c Log Message: - Completion should not add a quote at the end of the line to match an already quoted quote. (Piotr Stefaniak) - fix lint unconst

CVS commit: src/lib/libedit

2021-09-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 26 13:45:37 UTC 2021 Modified Files: src/lib/libedit: filecomplete.c Log Message: - Completion should not add a quote at the end of the line to match an already quoted quote. (Piotr Stefaniak) - fix lint unconst

CVS commit: src/sys/arch/luna68k/include

2021-09-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Sep 26 13:43:30 UTC 2021 Modified Files: src/sys/arch/luna68k/include: board.h Log Message: TAB/space cleanup. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/luna68k/include/board.h Please note

CVS commit: src/sys/arch/luna68k/include

2021-09-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Sep 26 13:43:30 UTC 2021 Modified Files: src/sys/arch/luna68k/include: board.h Log Message: TAB/space cleanup. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/luna68k/include/board.h Please note

CVS commit: src/sys/arch/arm

2021-09-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 26 13:38:50 UTC 2021 Modified Files: src/sys/arch/arm/cortex: gic.c gicv3.c src/sys/arch/arm/pic: pic.c picvar.h Log Message: If an SGI or PPI is established after interrupts are enabled, make sure we unblock

CVS commit: src/sys/arch/arm

2021-09-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 26 13:38:50 UTC 2021 Modified Files: src/sys/arch/arm/cortex: gic.c gicv3.c src/sys/arch/arm/pic: pic.c picvar.h Log Message: If an SGI or PPI is established after interrupts are enabled, make sure we unblock

CVS commit: src/sys/dev/tprof

2021-09-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 26 13:37:36 UTC 2021 Modified Files: src/sys/dev/tprof: tprof_armv8.c Log Message: Make sure setup happens on all CPUs. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/tprof/tprof_armv8.c

CVS commit: src/sys/dev/tprof

2021-09-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 26 13:37:36 UTC 2021 Modified Files: src/sys/dev/tprof: tprof_armv8.c Log Message: Make sure setup happens on all CPUs. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/tprof/tprof_armv8.c

CVS commit: src/share/man/man8

2021-09-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Sep 26 11:22:29 UTC 2021 Modified Files: src/share/man/man8: compat_linux.8 Log Message: Update remarks on Linux-flavored procfs. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/share/man/man8/compat_linux.8

CVS commit: src/share/man/man8

2021-09-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Sep 26 11:22:29 UTC 2021 Modified Files: src/share/man/man8: compat_linux.8 Log Message: Update remarks on Linux-flavored procfs. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/share/man/man8/compat_linux.8

CVS commit: src/etc/rc.d

2021-09-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 26 10:53:20 UTC 2021 Modified Files: src/etc/rc.d: sshd Log Message: If key generation happens with not enough entropy in the system, add a warning to motd pointing at entropy(7) and give instructions how to re-generate

CVS commit: src/etc/rc.d

2021-09-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 26 10:53:20 UTC 2021 Modified Files: src/etc/rc.d: sshd Log Message: If key generation happens with not enough entropy in the system, add a warning to motd pointing at entropy(7) and give instructions how to re-generate

CVS commit: src/sys/arch/aarch64/aarch64

2021-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 26 09:58:13 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: Use UVMHIST_CALLARGS To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/arch/aarch64/aarch64/pmap.c Please note

CVS commit: src/sys/arch/aarch64/aarch64

2021-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 26 09:58:13 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: Use UVMHIST_CALLARGS To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/arch/aarch64/aarch64/pmap.c Please note

CVS commit: src/sys/arch/aarch64/aarch64

2021-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 26 08:04:35 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: '\n' is not required in KASSERTMSG either. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114

CVS commit: src/sys/arch/aarch64/aarch64

2021-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 26 08:04:35 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: '\n' is not required in KASSERTMSG either. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114

CVS commit: src/sys/arch/aarch64/aarch64

2021-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 26 08:02:48 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: "\n" is not required in KERNHIST To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/sys/arch/aarch64/aarch64/pmap.c

CVS commit: src/sys/arch/aarch64/aarch64

2021-09-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 26 08:02:48 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: "\n" is not required in KERNHIST To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/sys/arch/aarch64/aarch64/pmap.c