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

2023-04-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Apr 14 18:42:31 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: document suppressed LDBL_MAX warning more accurately The crucial point is not that lint is cross-compiled but that tools/lint is run

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

2023-04-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Apr 14 18:42:31 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: document suppressed LDBL_MAX warning more accurately The crucial point is not that lint is cross-compiled but that tools/lint is run

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

2023-04-14 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Apr 14 17:46:00 UTC 2023 Modified Files: src/sys/arch/arm/nxp: imx6_ccm.c imx6_ccmvar.h imx6_clk.c Log Message: In preparation of imx6sx support, move imx6q-specific definitions from imx6_ccm.c to imx6_clk.c, and prefix with I

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

2023-04-14 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Apr 14 17:46:00 UTC 2023 Modified Files: src/sys/arch/arm/nxp: imx6_ccm.c imx6_ccmvar.h imx6_clk.c Log Message: In preparation of imx6sx support, move imx6q-specific definitions from imx6_ccm.c to imx6_clk.c, and prefix with I

CVS commit: src/share/misc

2023-04-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Apr 14 16:53:14 UTC 2023 Modified Files: src/share/misc: style Log Message: style: don't require sorting variables in functions Sorting the variables by size would be platform-dependent and thus is not possible. Sorting the

CVS commit: src/share/misc

2023-04-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Apr 14 16:53:14 UTC 2023 Modified Files: src/share/misc: style Log Message: style: don't require sorting variables in functions Sorting the variables by size would be platform-dependent and thus is not possible. Sorting the

CVS commit: src/sys/kern

2023-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 14 16:51:46 UTC 2023 Modified Files: src/sys/kern: subr_pserialize.c Log Message: pserialize(9): Fix bug in recent micro-optimization. curcpu() is always a valid struct cpu_info pointer, but curlwp->l_cpu is not necess

CVS commit: src/sys/kern

2023-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 14 16:51:46 UTC 2023 Modified Files: src/sys/kern: subr_pserialize.c Log Message: pserialize(9): Fix bug in recent micro-optimization. curcpu() is always a valid struct cpu_info pointer, but curlwp->l_cpu is not necess