CVS commit: src/tests/bin/expr

2023-05-01 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue May 2 00:11:27 UTC 2023 Modified Files: src/tests/bin/expr: t_expr.sh Log Message: t_expr.sh: fix naming of head() of lang test case To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/bin/expr

2023-05-01 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue May 2 00:11:27 UTC 2023 Modified Files: src/tests/bin/expr: t_expr.sh Log Message: t_expr.sh: fix naming of head() of lang test case To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/share/mk

2023-05-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 1 20:22:18 UTC 2023 Modified Files: src/share/mk: bsd.info.mk Log Message: Create the INFODIRFILE if it does not exist, so that we can take a lock on it. Hopefully fixes a race condition where two parallel makes

CVS commit: src/share/mk

2023-05-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 1 20:22:18 UTC 2023 Modified Files: src/share/mk: bsd.info.mk Log Message: Create the INFODIRFILE if it does not exist, so that we can take a lock on it. Hopefully fixes a race condition where two parallel makes

CVS commit: src/sys/dev/pad

2023-05-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon May 1 16:35:47 UTC 2023 Modified Files: src/sys/dev/pad: pad.c Log Message: Don't overflow when scaling 32bit samples. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/dev/pad/pad.c Please note that

CVS commit: src/sys/dev/pad

2023-05-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon May 1 16:35:47 UTC 2023 Modified Files: src/sys/dev/pad: pad.c Log Message: Don't overflow when scaling 32bit samples. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/dev/pad/pad.c Please note that

CVS commit: src/sys/kern

2023-05-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 1 12:18:08 UTC 2023 Modified Files: src/sys/kern: kern_mutex.c Log Message: mutex(9): Write comments in terms of ordering semantics. Phrasing things in terms of implementation details like `acquiring and locking

CVS commit: src/sys/kern

2023-05-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 1 12:18:08 UTC 2023 Modified Files: src/sys/kern: kern_mutex.c Log Message: mutex(9): Write comments in terms of ordering semantics. Phrasing things in terms of implementation details like `acquiring and locking

CVS commit: src/sys/kern

2023-05-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 1 12:17:56 UTC 2023 Modified Files: src/sys/kern: kern_mutex.c Log Message: mutex(9): Omit needless membar_consumer. In practical terms, this is not necessary because MUTEX_SET_WAITERS already issues

CVS commit: src/sys/kern

2023-05-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 1 12:17:56 UTC 2023 Modified Files: src/sys/kern: kern_mutex.c Log Message: mutex(9): Omit needless membar_consumer. In practical terms, this is not necessary because MUTEX_SET_WAITERS already issues

CVS commit: src/usr.sbin/syslogd

2023-05-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon May 1 11:57:53 UTC 2023 Modified Files: src/usr.sbin/syslogd: sign.html Log Message: s/betwen/between/ and s/singed/signed/. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/syslogd/sign.html

CVS commit: src/usr.sbin/syslogd

2023-05-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon May 1 11:57:53 UTC 2023 Modified Files: src/usr.sbin/syslogd: sign.html Log Message: s/betwen/between/ and s/singed/signed/. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/syslogd/sign.html

CVS commit: src/sys/external/bsd/drm2/include/linux

2023-05-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 1 09:41:55 UTC 2023 Modified Files: src/sys/external/bsd/drm2/include/linux: interval_tree.h Log Message: drm: KASSERT(A && B) -> KASSERT(A); KASSERT(B) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/external/bsd/drm2/include/linux

2023-05-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 1 09:41:55 UTC 2023 Modified Files: src/sys/external/bsd/drm2/include/linux: interval_tree.h Log Message: drm: KASSERT(A && B) -> KASSERT(A); KASSERT(B) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/arch/xen/xen

2023-05-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 1 09:03:19 UTC 2023 Modified Files: src/sys/arch/xen/xen: xen_clock.c Log Message: xen_clock(4): Sprinkle dtrace probes. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/xen/xen/xen_clock.c

CVS commit: src/sys/arch/xen/xen

2023-05-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 1 09:03:19 UTC 2023 Modified Files: src/sys/arch/xen/xen: xen_clock.c Log Message: xen_clock(4): Sprinkle dtrace probes. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/xen/xen/xen_clock.c