summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2020-10-12 16:41:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2020-10-12 16:41:04 +0000
commit2c11ac8dbdbc8600f4c74aaa8ebe7eec5c57c8e5 (patch)
treee7d7b9d5eaca5b84f63c92ffabf068ad63385f53
parent570f86ea0446681932f07e5ac2b6183a7ebe8950 (diff)
update retguard list
-rw-r--r--share/man/man1/clang-local.19
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man1/clang-local.1 b/share/man/man1/clang-local.1
index 458babaf9fa..473452599db 100644
--- a/share/man/man1/clang-local.1
+++ b/share/man/man1/clang-local.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: clang-local.1,v 1.20 2019/10/27 00:21:47 mortimer Exp $
+.\" $OpenBSD: clang-local.1,v 1.21 2020/10/12 16:41:03 deraadt Exp $
.\"
.\" Copyright (c) 2016 Pascal Stumpf <pascal@stumpf.co>
.\"
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: October 27 2019 $
+.Dd $Mdocdate: October 12 2020 $
.Dt CLANG-LOCAL 1
.Os
.Sh NAME
@@ -107,13 +107,14 @@ these functions.
.It
.Nm clang
includes a security pass that exchanges some ROP-friendly instructions
-for safe alternatives on i386 and amd64.
+with safer alternatives on i386 and amd64.
This can be disabled with the
.Fl fno-fixup-gadgets
option.
.It
.Nm clang
-includes the retguard security feature on amd64, arm64 and octeon.
+includes the retguard security feature on amd64, arm64, mips64, powerpc
+and powerpc64.
This feature can be disabled with the
.Fl fno-ret-protector
or