Source-Changes-HG archive

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

[src/trunk]: src/doc Added two sysctl-able flags: proc.curproc.stopfork and p...



details:   https://anonhg.NetBSD.org/src/rev/aab9b60c1c09
branches:  trunk
changeset: 539048:aab9b60c1c09
user:      manu <manu%NetBSD.org@localhost>
date:      Thu Nov 07 00:23:17 2002 +0000

description:
Added two sysctl-able flags: proc.curproc.stopfork and proc.curproc.stopexec
While we are there, talk about compat_irix sproc emulation.

diffstat:

 doc/CHANGES |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r bbb2a9235008 -r aab9b60c1c09 doc/CHANGES
--- a/doc/CHANGES       Thu Nov 07 00:22:28 2002 +0000
+++ b/doc/CHANGES       Thu Nov 07 00:23:17 2002 +0000
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM LAST RELEASE:                     <$Revision: 1.35 $>
+LIST OF CHANGES FROM LAST RELEASE:                     <$Revision: 1.36 $>
 
 
 [Note: This file does not mention every change made to the NetBSD source tree.
@@ -101,6 +101,8 @@
        ipf(8): updated to version 3.4.29. [martti 20020919]
        mount(2): Add MNT_GETARGS support to retrieve mounted filesystem
                specific arguments. [christos 20020921]
+       compat/irix: sproc emulation supports share groups with private
+               memory mappings. [manu 20020922]
        mk.conf(5): MKDYNAMICROOT=yes made as the default, resulting in
                a fully dynamically linked system.  [lukem 20020923]
        iwic(4): Add driver for Winbond W6692 ISDN [pooka 20020924]
@@ -162,3 +164,5 @@
        systat(1): report read/write stats in iostat "rw" mode.  [mrg 20021101]
        sparc64: Find the correct boot path for all IDE disks.  [mrg 20021102]
        eap(4): Add support for second DAC [pooka 20021104]
+       Added two sysctl(8) flags to stop process just after creation by
+               fork(2) or exec(2).  [manu 20021106]



Home | Main Index | Thread Index | Old Index