NetBSD/sys/compat
elad 5888b16eef Some changes in veriexec.
New features:

  - Add a veriexec_report() routine to make most reporting consistent and
    remove some common code.
  - Add 'strict' mode that controls how veriexec behaves.
  - Add sysctl knobs:
     o kern.veriexec.verbose controls verbosity levels. Value: 0, 1.
     o kern.veriexec.strict controls strict level. Values: 0, 1, 2. See
       documentation in sysctl(3) for details.
     o kern.veriexec.algorithms returns a string with a space separated
       list of supported hashing algorithms in veriexec.
  - Updated documentation in man pages for sysctl(3) and sysctl(8).

Bug fixes:

  - veriexec_removechk(): Code cleanup + handle FINGERPRINT_NOTEVAL
    correctly.
  - exec_script(): Don't pass 0 as flag when executing a script; use the
    defined VERIEXEC_INDIRECT - which is 1. Makes indirect execution
    enforcement work.
  - Fix some printing formats and types..
2005-05-19 20:16:19 +00:00
..
aoutm68k Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses. 2005-03-26 05:12:34 +00:00
common nuke trailing whitespace 2005-02-26 22:58:54 +00:00
darwin Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses. 2005-03-26 05:12:34 +00:00
freebsd Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses. 2005-03-26 05:12:34 +00:00
hpux s/uvm_map_defaultaddr/uvm_default_mapaddr/ HI FRANK! 2005-03-26 17:10:43 +00:00
ibcs2 PR/29696: Joel Carnat: NetBSD freezes when accessing smbfs mounted FS with 2005-04-19 19:00:25 +00:00
irix PR/29696: Joel Carnat: NetBSD freezes when accessing smbfs mounted FS with 2005-04-19 19:00:25 +00:00
linux Implement clock_* POSIX functions. 2005-05-16 21:18:34 +00:00
m68k4k nuke trailing whitespace 2005-02-26 22:58:54 +00:00
mach Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses. 2005-03-26 05:12:34 +00:00
netbsd32 Some changes in veriexec. 2005-05-19 20:16:19 +00:00
osf1 regen 2005-03-31 16:36:03 +00:00
ossaudio nuke trailing whitespace 2005-02-26 22:58:54 +00:00
pecoff Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses. 2005-03-26 05:12:34 +00:00
sunos PR/29696: Joel Carnat: NetBSD freezes when accessing smbfs mounted FS with 2005-04-19 19:00:25 +00:00
sunos32 PR/29696: Joel Carnat: NetBSD freezes when accessing smbfs mounted FS with 2005-04-19 19:00:25 +00:00
svr4 Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to 2005-05-17 04:14:57 +00:00
svr4_32 PR/29696: Joel Carnat: NetBSD freezes when accessing smbfs mounted FS with 2005-04-19 19:00:25 +00:00
ultrix Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses. 2005-03-26 05:12:34 +00:00
vax1k nuke trailing whitespace 2005-02-26 22:58:54 +00:00
Makefile