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

2021-08-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Aug 7 06:04:26 UTC 2021 Modified Files: src/sys/arch/macppc/dev: pmu.c Log Message: pass sensor locations to i2c devices if we can find them tested on 2nd gen Mini To generate a diff of this commit: cvs rdiff -u -r1.37 -r

CVS commit: src/sys/modules/lua

2021-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 7 04:19:31 UTC 2021 Modified Files: src/sys/modules/lua: lua.c Log Message: Make sure that buffers allocated by lua_alloc() are aligned to 8-byte boundaries as done by kmem_alloc(9). Fix alignment faults on armv5te; GCC emi

CVS commit: src/share/man/man9

2021-08-06 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 7 03:28:42 UTC 2021 Modified Files: src/share/man/man9: kauth.9 Log Message: x68k now uses KAUTH_MACHDEP_UNMANAGEDMEM. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/share/man/man9/kauth.9 Please no

CVS commit: src/lib/libc/gen

2021-08-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 7 03:17:23 UTC 2021 Modified Files: src/lib/libc/gen: signal.3 Log Message: typo To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/gen/signal.3 Please note that diffs are not public domain; t

CVS commit: [thorpej-futex2] src/tests/lib/libc/sys

2021-08-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Aug 7 01:46:54 UTC 2021 Modified Files: src/tests/lib/libc/sys [thorpej-futex2]: t_futex_ops.c Log Message: futex_wake_highest_pri is not expected to fail on the thorpej-futex2 branch. To generate a diff of this commit: cv

CVS commit: [thorpej-futex2] src/tests/lib/libc/sys

2021-08-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Aug 7 01:44:51 UTC 2021 Modified Files: src/tests/lib/libc/sys [thorpej-futex2]: t_futex_ops.c Log Message: Fix the unit test for FUTEX_REQUEUE and FUTEX_CMP_REQUEUE to account for the different return value semantics. To

CVS commit: [thorpej-futex2] src/sys/kern

2021-08-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Aug 7 01:22:34 UTC 2021 Modified Files: src/sys/kern [thorpej-futex2]: sys_futex.c Log Message: The return values for FUTEX_REQUEUE and FUTEX_CMP_REQUEUE are different, but we weren't doing to the right thing. FUTEX_REQUEUE

CVS commit: [thorpej-futex2] src/sys/kern

2021-08-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Aug 6 23:53:53 UTC 2021 Modified Files: src/sys/kern [thorpej-futex2]: sys_futex.c Log Message: Isolate knowledge of the union-ness of futex_key to where it's declared. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/sys/arch

2021-08-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 6 19:38:54 UTC 2021 Modified Files: src/sys/arch/aarch64/conf: files.aarch64 src/sys/arch/arm/acpi: acpi_platform.c src/sys/arch/arm/arm: psci.c psci.h src/sys/arch/arm/conf: files.arm src

CVS commit: [thorpej-futex2] src/sys/kern

2021-08-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Aug 6 18:23:58 UTC 2021 Modified Files: src/sys/kern [thorpej-futex2]: sys_futex.c Log Message: Correct a comment. To generate a diff of this commit: cvs rdiff -u -r1.12.4.2 -r1.12.4.3 src/sys/kern/sys_futex.c Please note

CVS commit: src/sys/dev/ic

2021-08-06 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri Aug 6 18:15:48 UTC 2021 Modified Files: src/sys/dev/ic: ssdfb.c Log Message: conditionally put back the include of This is a kludge to fix the build on some ports. According to pmap(9), including should be sufficient to use "

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

2021-08-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 6 16:21:00 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint2: msg_001.exp msg_001.ln msg_002.exp msg_002.ln Log Message: tests/lint: add tests for declared but unused variables To generate a diff of thi

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

2021-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 6 09:01:36 UTC 2021 Modified Files: src/sys/arch/arm/xscale: i80321_icu.c i80321var.h Log Message: Simplify i80321_intr_calculate_masks(). G/C unused members of struct intrq. No functional changes intended. To generate a

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

2021-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 6 08:58:42 UTC 2021 Modified Files: src/sys/arch/arm/xscale: i80321_intr.h Log Message: Do *NOT* lower IPL in i80321_splraise(). Fix various strange crashes for DIAGNOSTIC kernel on evbarm/HDL_G, including one worked around

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

2021-08-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 6 08:44:31 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Fix copy+pasto (wrong dir for t_lint2) To generate a diff of this commit: cvs rdiff -u -r1.1104 -r1.1105 src/distrib/sets/lists/tests/mi

CVS commit: src

2021-08-06 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Aug 6 07:55:13 UTC 2021 Modified Files: src: build.sh src/sys/netinet: tcp_input.c src/usr.sbin/installboot: evboards.c Log Message: fix various typos in comments. To generate a diff of this commit: cvs rdif