CVS commit: src

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 20:17:40 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c msg_132.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: do not warn about 'uint32_t = uint64_t >> 32' If all possible values

CVS commit: src

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 20:17:40 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c msg_132.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: do not warn about 'uint32_t = uint64_t >> 32' If all possible values

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 19:55:57 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c msg_132.exp Log Message: tests/lint: demonstrate wrong warnings about loss of accuracy To generate a diff of this commit: cvs rdiff -u -r1.11

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 19:55:57 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c msg_132.exp Log Message: tests/lint: demonstrate wrong warnings about loss of accuracy To generate a diff of this commit: cvs rdiff -u -r1.11

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 18:08:33 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: do not pre-multiply pointer expressions 'ptr + int' In the AST, it is confusing to see that 'stderr == __sF + 304', it should rather

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 18:08:33 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: do not pre-multiply pointer expressions 'ptr + int' In the AST, it is confusing to see that 'stderr == __sF + 304', it should rather

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 17:23:09 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: improve local variable and function names No functional change. To generate a diff of this commit: cvs rdiff -u -r1.446 -r1.447

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 17:23:09 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: improve local variable and function names No functional change. To generate a diff of this commit: cvs rdiff -u -r1.446 -r1.447

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

2022-05-26 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu May 26 17:11:05 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: db_interface.c Log Message: In ddb, fixed "trace/u" and user process memory read/write to work correctly. In the softint context, curlwp points the kernel

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

2022-05-26 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu May 26 17:11:05 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: db_interface.c Log Message: In ddb, fixed "trace/u" and user process memory read/write to work correctly. In the softint context, curlwp points the kernel

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 16:52:30 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: reduce scope of local variables in build_plus_minus No functional change. To generate a diff of this commit: cvs rdiff -u -r1.445

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 16:52:30 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: reduce scope of local variables in build_plus_minus No functional change. To generate a diff of this commit: cvs rdiff -u -r1.445

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 16:45:25 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: debug.c Log Message: lint: fix spacing and line breaks in debug logging The spacing between function arguments in a declaration info was too big, it was the

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 16:45:25 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: debug.c Log Message: lint: fix spacing and line breaks in debug logging The spacing between function arguments in a declaration info was too big, it was the

CVS commit: src/common/lib/libc/gen

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 15:23:33 UTC 2022 Modified Files: src/common/lib/libc/gen: ptree.c Log Message: libc/ptree: remove CONSTCOND comments Since 2021-01-31, lint does not need them anymore. To generate a diff of this commit: cvs rdiff

CVS commit: src/common/lib/libc/gen

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 15:23:33 UTC 2022 Modified Files: src/common/lib/libc/gen: ptree.c Log Message: libc/ptree: remove CONSTCOND comments Since 2021-01-31, lint does not need them anymore. To generate a diff of this commit: cvs rdiff

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

2022-05-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu May 26 15:05:11 UTC 2022 Modified Files: src/sys/arch/x68k/dev: ite.c Log Message: Remove duplicated function declarations. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/x68k/dev/ite.c Please

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

2022-05-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu May 26 15:05:11 UTC 2022 Modified Files: src/sys/arch/x68k/dev: ite.c Log Message: Remove duplicated function declarations. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/x68k/dev/ite.c Please

CVS commit: src/share/man/man9

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 14:39:30 UTC 2022 Modified Files: src/share/man/man9: altq.9 Log Message: altq.9: remove CONSTCOND comment from example code Since 2021-01-31, lint no longer needs CONSTCOND in a do-while loop. To generate a diff of

CVS commit: src/share/man/man9

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 14:39:30 UTC 2022 Modified Files: src/share/man/man9: altq.9 Log Message: altq.9: remove CONSTCOND comment from example code Since 2021-01-31, lint no longer needs CONSTCOND in a do-while loop. To generate a diff of

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

2022-05-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu May 26 14:33:29 UTC 2022 Modified Files: src/sys/arch/x68k/dev: bmd.c grf.c grf_machdep.c intio.c ite.c kbd.c mha.c par.c powsw.c sram.c vs.c Log Message: Explicitly include "ioconf.h" for struct cfdriver. To

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

2022-05-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu May 26 14:33:29 UTC 2022 Modified Files: src/sys/arch/x68k/dev: bmd.c grf.c grf_machdep.c intio.c ite.c kbd.c mha.c par.c powsw.c sram.c vs.c Log Message: Explicitly include "ioconf.h" for struct cfdriver. To

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

2022-05-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu May 26 14:30:36 UTC 2022 Modified Files: src/sys/arch/x68k/dev: event.c Log Message: KNF a bit. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/x68k/dev/event.c Please note that diffs are not

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

2022-05-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu May 26 14:30:36 UTC 2022 Modified Files: src/sys/arch/x68k/dev: event.c Log Message: KNF a bit. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/x68k/dev/event.c Please note that diffs are not

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

2022-05-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu May 26 14:30:11 UTC 2022 Modified Files: src/sys/arch/x68k/dev: zs.c Log Message: Make a readonly array const. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/arch/x68k/dev/zs.c Please note that

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

2022-05-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu May 26 14:30:11 UTC 2022 Modified Files: src/sys/arch/x68k/dev: zs.c Log Message: Make a readonly array const. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/arch/x68k/dev/zs.c Please note that

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

2022-05-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu May 26 14:28:56 UTC 2022 Modified Files: src/sys/arch/x68k/dev: kbdmap.c kbdmap.c.ascii kbdmap.h Log Message: Make readonly keymap data const. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2022-05-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu May 26 14:28:56 UTC 2022 Modified Files: src/sys/arch/x68k/dev: kbdmap.c kbdmap.c.ascii kbdmap.h Log Message: Make readonly keymap data const. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2022-05-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu May 26 14:27:43 UTC 2022 Modified Files: src/sys/arch/x68k/dev: fd.c Log Message: Make local functions and variable static. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/sys/arch/x68k/dev/fd.c Please

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

2022-05-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu May 26 14:27:43 UTC 2022 Modified Files: src/sys/arch/x68k/dev: fd.c Log Message: Make local functions and variable static. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/sys/arch/x68k/dev/fd.c Please

CVS commit: src/share/man/man5

2022-05-26 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu May 26 14:24:42 UTC 2022 Modified Files: src/share/man/man5: mk.conf.5 Log Message: mk.conf(5): Don't make "experimental" comment stand out. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90

CVS commit: src/share/man/man5

2022-05-26 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu May 26 14:24:42 UTC 2022 Modified Files: src/share/man/man5: mk.conf.5 Log Message: mk.conf(5): Don't make "experimental" comment stand out. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 13:40:49 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c func.c lint1.h Log Message: lint: rename olwarn and LWARN_BAD to be more expressive No functional change. To generate a diff of this commit:

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 13:40:49 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c func.c lint1.h Log Message: lint: rename olwarn and LWARN_BAD to be more expressive No functional change. To generate a diff of this commit:

CVS commit: src/sys/dev/tprof

2022-05-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 26 13:02:04 UTC 2022 Modified Files: src/sys/dev/tprof: tprof_x86_intel.c Log Message: Use CPUID_PERF_* macros defined in specialreg.h. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/tprof

2022-05-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 26 13:02:04 UTC 2022 Modified Files: src/sys/dev/tprof: tprof_x86_intel.c Log Message: Use CPUID_PERF_* macros defined in specialreg.h. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 12:47:20 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: merge debug and non-debug code for saving and restoring warnings No functional change. To generate a diff of this commit: cvs

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 12:47:20 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: merge debug and non-debug code for saving and restoring warnings No functional change. To generate a diff of this commit: cvs

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 12:27:25 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: remove assertion about saving and restoring warning flags The assertion only triggers in debug mode, which is generally not used as

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 12:27:25 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: remove assertion about saving and restoring warning flags The assertion only triggers in debug mode, which is generally not used as

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 12:04:56 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: debug.c Log Message: lint: improve debug logging for NAME expressions In a NAME expression, the name is an essential part, so put it to the front, in natural

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 12:04:56 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: debug.c Log Message: lint: improve debug logging for NAME expressions In a NAME expression, the name is an essential part, so put it to the front, in natural

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 11:54:33 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: debug.c Log Message: lint: add missing newlines in debug_node To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/xlint/lint1/debug.c

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 11:54:33 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: debug.c Log Message: lint: add missing newlines in debug_node To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/xlint/lint1/debug.c

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

2022-05-26 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu May 26 11:06:14 UTC 2022 Modified Files: src/sys/arch/xen/x86: pintr.c Log Message: aprint_debug(): if a hypercall fail, print the return code. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

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

2022-05-26 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu May 26 11:06:14 UTC 2022 Modified Files: src/sys/arch/xen/x86: pintr.c Log Message: aprint_debug(): if a hypercall fail, print the return code. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 10:48:47 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: re-order conditions for lossy conversions Now that can_represent does more work, put it at the end of the conditions. No functional

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 10:48:47 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: re-order conditions for lossy conversions Now that can_represent does more work, put it at the end of the conditions. No functional

CVS commit: src/sys/sys

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 09:55:31 UTC 2022 Modified Files: src/sys/sys: common_int_const.h Log Message: sys/common_int_const.h: fix typo in error message To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/sys

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 09:55:31 UTC 2022 Modified Files: src/sys/sys: common_int_const.h Log Message: sys/common_int_const.h: fix typo in error message To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 09:26:00 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c msg_132.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: do not warn about loss in accuracy if the actual value fits The

CVS commit: src

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 09:26:00 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c msg_132.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: do not warn about loss in accuracy if the actual value fits The

CVS commit: src/external/bsd/bc/dist

2022-05-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu May 26 08:06:58 UTC 2022 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: Literal backslashes need to be quoted for roff. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/external/bsd/bc/dist

2022-05-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu May 26 08:06:58 UTC 2022 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: Literal backslashes need to be quoted for roff. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 07:03:03 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c msg_132.exp Log Message: tests/lint: demonstrate wrong 'may lose accuracy' warning Reported in PR 36668, fixed in sys/sys/endian.h 1.26 from

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 07:03:03 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c msg_132.exp Log Message: tests/lint: demonstrate wrong 'may lose accuracy' warning Reported in PR 36668, fixed in sys/sys/endian.h 1.26 from

CVS commit: src/usr.bin/w

2022-05-26 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu May 26 06:48:36 UTC 2022 Modified Files: src/usr.bin/w: w.c Log Message: w: add -A to usage To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/usr.bin/w/w.c Please note that diffs are not public domain; they

CVS commit: src/usr.bin/w

2022-05-26 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu May 26 06:48:36 UTC 2022 Modified Files: src/usr.bin/w: w.c Log Message: w: add -A to usage To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/usr.bin/w/w.c Please note that diffs are not public domain; they

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 06:43:58 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: remove long list of node types in switch statement No functional change. To generate a diff of this commit: cvs rdiff -u -r1.442

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

2022-05-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 26 06:43:58 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: remove long list of node types in switch statement No functional change. To generate a diff of this commit: cvs rdiff -u -r1.442

CVS commit: src/share/man/man5

2022-05-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu May 26 06:33:03 UTC 2022 Modified Files: src/share/man/man5: mk.conf.5 Log Message: Document some more build options. Delint. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/share/man/man5/mk.conf.5 Please

CVS commit: src/share/man/man5

2022-05-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu May 26 06:33:03 UTC 2022 Modified Files: src/share/man/man5: mk.conf.5 Log Message: Document some more build options. Delint. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/share/man/man5/mk.conf.5 Please

CVS commit: src/share/mk

2022-05-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu May 26 06:23:57 UTC 2022 Modified Files: src/share/mk: bsd.README Log Message: mk: Document that some options were enabled by default on aarch64 To generate a diff of this commit: cvs rdiff -u -r1.432 -r1.433

CVS commit: src/share/mk

2022-05-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu May 26 06:23:57 UTC 2022 Modified Files: src/share/mk: bsd.README Log Message: mk: Document that some options were enabled by default on aarch64 To generate a diff of this commit: cvs rdiff -u -r1.432 -r1.433