Source-Changes-HG archive

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

[src/netbsd-3]: src/lib/libc/gen Pull up revision 1.152 (requested by elad in...



details:   https://anonhg.NetBSD.org/src/rev/5d6a4e7c8bc1
branches:  netbsd-3
changeset: 576384:5d6a4e7c8bc1
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jul 02 15:58:08 2005 +0000

description:
Pull up revision 1.152 (requested by elad in ticket #487):
- Use more calls to veriexec_report() where possible.
- Change #ifdef VERIFIED_EXEC_VERBOSE to another verbose level, 2. Add
sysctl(3) bits.
- Simplify access type conflict handling during load. This depends on
the values of access type defines to be ordered from least to most
'strict'.

diffstat:

 lib/libc/gen/sysctl.3 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 2480b78ad822 -r 5d6a4e7c8bc1 lib/libc/gen/sysctl.3
--- a/lib/libc/gen/sysctl.3     Sat Jul 02 15:54:12 2005 +0000
+++ b/lib/libc/gen/sysctl.3     Sat Jul 02 15:58:08 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.3,v 1.142.2.5 2005/07/02 15:52:10 tron Exp $
+.\"    $NetBSD: sysctl.3,v 1.142.2.6 2005/07/02 15:58:08 tron Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    @(#)sysctl.3    8.4 (Berkeley) 5/9/95
 .\"
-.Dd June 17, 2005
+.Dd June 20, 2005
 .Dt SYSCTL 3
 .Os
 .Sh NAME
@@ -891,6 +891,7 @@
 fingerprinted file.
 If 1, more messages will be printed (ie., when a file with a valid
 fingerprint is accessed).
+Verbose level 2 is debug mode.
 .It Li VERIEXEC_STRICT
 Controls the strict level of Verified Exec.
 The strict level defines how



Home | Main Index | Thread Index | Old Index