Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Remove compat_svr4, compat_svr4_32 and compat_ibcs2...



details:   https://anonhg.NetBSD.org/src/rev/0dcfaf00b592
branches:  trunk
changeset: 825962:0dcfaf00b592
user:      maxv <maxv%NetBSD.org@localhost>
date:      Tue Aug 08 16:57:32 2017 +0000

description:
Remove compat_svr4, compat_svr4_32 and compat_ibcs2 from the list of
autoloaded modules. These options are disabled everywhere (except ibcs2
on Vax, but Vax does not support kernel modules, so doesn't matter),
therefore there is no issue in removing them from the list. Interested
users will now have to do a 'modload' first, or uncomment the entries in
GENERIC.

diffstat:

 sys/kern/kern_exec.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 2640de76c027 -r 0dcfaf00b592 sys/kern/kern_exec.c
--- a/sys/kern/kern_exec.c      Tue Aug 08 12:22:21 2017 +0000
+++ b/sys/kern/kern_exec.c      Tue Aug 08 16:57:32 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_exec.c,v 1.443 2017/08/08 08:12:14 maxv Exp $     */
+/*     $NetBSD: kern_exec.c,v 1.444 2017/08/08 16:57:32 maxv Exp $     */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.443 2017/08/08 08:12:14 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.444 2017/08/08 16:57:32 maxv Exp $");
 
 #include "opt_exec.h"
 #include "opt_execfmt.h"
@@ -578,14 +578,11 @@
                "exec_coff",
                "exec_ecoff",
                "compat_aoutm68k",
-               "compat_ibcs2",
                "compat_linux",
                "compat_linux32",
                "compat_netbsd32",
                "compat_sunos",
                "compat_sunos32",
-               "compat_svr4",
-               "compat_svr4_32",
                "compat_ultrix",
                NULL
        };



Home | Main Index | Thread Index | Old Index