diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2009-11-19 02:36:28 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2009-11-19 02:36:28 +0000 |
commit | 5f3feb7c3c778f8b50862b6c3b2ad5e17ccc37c4 (patch) | |
tree | cae6b437930815480a44b08f154dd323dcb79c00 /share | |
parent | ccbb08936f0fdbd449a779f5b3e270902df1e5ed (diff) |
Dell's SVR4 apparently mapped page zero to the executable. We don't
do that and, given the security issues it exacerbates, never will.
So document it and delete the disabled support.
ok deraadt@ tedu@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/compat_svr4.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man8/compat_svr4.8 b/share/man/man8/compat_svr4.8 index f71b113d7f1..441cd213c95 100644 --- a/share/man/man8/compat_svr4.8 +++ b/share/man/man8/compat_svr4.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compat_svr4.8,v 1.16 2007/05/31 19:19:58 jmc Exp $ +.\" $OpenBSD: compat_svr4.8,v 1.17 2009/11/19 02:36:27 guenther Exp $ .\" $NetBSD: compat_svr4.8,v 1.1 1996/07/06 17:14:50 christos Exp $ .\" .\" Copyright (c) 1996 Christos Zoulas @@ -32,7 +32,7 @@ .\" .\" Stolen from compat_linux.8,v 1.2 1995/10/16 20:17:59 fvdl .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: November 19 2009 $ .Dt COMPAT_SVR4 8 .Os .Sh NAME @@ -53,6 +53,7 @@ filesystem .It sound and video interfaces .It threads (ttsession uses threads) .It the streams administrative driver +.It mapping of page zero to the executable for Dell SVR4 binaries .El .Pp The SVR4 compatibility feature is active |