Module Name: src
Committed By: pgoyette
Date: Sat May 9 08:10:02 UTC 2015
Modified Files:
src/lib/libc/sys: modctl.2
Log Message:
Provide additional info on why ENOEXEC gets returned.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/sys/modctl.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/modctl.2
diff -u src/lib/libc/sys/modctl.2:1.10 src/lib/libc/sys/modctl.2:1.11
--- src/lib/libc/sys/modctl.2:1.10 Tue Jul 15 18:24:44 2014
+++ src/lib/libc/sys/modctl.2 Sat May 9 08:10:01 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: modctl.2,v 1.10 2014/07/15 18:24:44 pgoyette Exp $
+.\" $NetBSD: modctl.2,v 1.11 2015/05/09 08:10:01 pgoyette Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd July 15, 2014
+.Dd May 9, 2015
.Dt MODCTL 2
.Os
.Sh NAME
@@ -272,6 +272,8 @@ The argument
is
.Dv MODCTL_LOAD
and the module is not a valid object for the system.
+Most likely, one or more undefined symbols could not be resolved by the
+in-kernel linker.
.It Bq Er ENOMEM
There was not enough memory to perform the
.Fa operation .