Module Name:    src
Committed By:   skrll
Date:           Sun Jul 12 13:40:44 UTC 2020

Modified Files:
        src/share/man/man7: kernel_sanitizers.7

Log Message:
Note arm KUBSAN support


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man7/kernel_sanitizers.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man7/kernel_sanitizers.7
diff -u src/share/man/man7/kernel_sanitizers.7:1.5 src/share/man/man7/kernel_sanitizers.7:1.6
--- src/share/man/man7/kernel_sanitizers.7:1.5	Sun Jul 12 10:10:53 2020
+++ src/share/man/man7/kernel_sanitizers.7	Sun Jul 12 13:40:44 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: kernel_sanitizers.7,v 1.5 2020/07/12 10:10:53 maxv Exp $
+.\"	$NetBSD: kernel_sanitizers.7,v 1.6 2020/07/12 13:40:44 skrll Exp $
 .\"
 .\" Copyright (c) 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -50,7 +50,7 @@ Heavy runtime checks.
 .Ss Used components
 Compiler instrumentation and an entirely MI runtime.
 .Ss Supported architectures
-aarch64 (gcc), amd64 (gcc).
+aarch64 (gcc), amd64 (gcc), arm (gcc).
 [Theoretically supported on all other architectures with no MD change required]
 .Ss Files
 .Bl -tag -width XXXX -compact

Reply via email to