Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man8 Finally, add FORTIFY_SOURCE also to the "tabl...



details:   https://anonhg.NetBSD.org/src/rev/22f0e73ef53a
branches:  trunk
changeset: 754125:22f0e73ef53a
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Wed Apr 21 06:00:06 2010 +0000

description:
Finally, add FORTIFY_SOURCE also to the "table of contents".

diffstat:

 share/man/man8/security.8 |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r dafe5275d403 -r 22f0e73ef53a share/man/man8/security.8
--- a/share/man/man8/security.8 Wed Apr 21 05:53:32 2010 +0000
+++ b/share/man/man8/security.8 Wed Apr 21 06:00:06 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: security.8,v 1.25 2010/04/21 05:53:32 wiz Exp $
+.\" $NetBSD: security.8,v 1.26 2010/04/21 06:00:06 jruoho Exp $
 .\"
 .\" Copyright (c) 2006 Elad Efrat <elad%NetBSD.org@localhost>
 .\" All rights reserved.
@@ -40,6 +40,7 @@
 that will help you get started.
 .Pp
 Contents:
+.Pp
 .Bl -hyphen -compact -offset indent
 .It
 Veriexec
@@ -89,7 +90,11 @@
 .Tn PaX SegvGuard
 .It
 .Xr gcc 1
-stack-smashing protection (SSP)
+stack-smashing protection
+.Pq Tn SSP
+.It
+bounds checked libc functions
+.Pq Tn FORTIFY_SOURCE
 .El
 .Ss PaX ASLR
 .Em PaX ASLR



Home | Main Index | Thread Index | Old Index