Module Name:    src
Committed By:   maxv
Date:           Tue Aug  8 08:12:14 UTC 2017

Modified Files:
        src/sys/kern: kern_exec.c

Log Message:
Remove compat_freebsd from the list of autoloaded modules. Interested users
will now have to type 'modload' to use it, or uncomment the entry in
GENERIC. I should have removed it when I disabled COMPAT_FREEBSD by
default, sorry about that.


To generate a diff of this commit:
cvs rdiff -u -r1.442 -r1.443 src/sys/kern/kern_exec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/kern_exec.c
diff -u src/sys/kern/kern_exec.c:1.442 src/sys/kern/kern_exec.c:1.443
--- src/sys/kern/kern_exec.c:1.442	Fri Apr 21 15:10:34 2017
+++ src/sys/kern/kern_exec.c	Tue Aug  8 08:12:14 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: kern_exec.c,v 1.442 2017/04/21 15:10:34 christos Exp $	*/
+/*	$NetBSD: kern_exec.c,v 1.443 2017/08/08 08:12:14 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.442 2017/04/21 15:10:34 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.443 2017/08/08 08:12:14 maxv Exp $");
 
 #include "opt_exec.h"
 #include "opt_execfmt.h"
@@ -578,7 +578,6 @@ exec_autoload(void)
 		"exec_coff",
 		"exec_ecoff",
 		"compat_aoutm68k",
-		"compat_freebsd",
 		"compat_ibcs2",
 		"compat_linux",
 		"compat_linux32",

Reply via email to