Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Provide additional info on why ENOEXEC gets ret...
details: https://anonhg.NetBSD.org/src/rev/9295e2140b26
branches: trunk
changeset: 338026:9295e2140b26
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat May 09 08:10:01 2015 +0000
description:
Provide additional info on why ENOEXEC gets returned.
diffstat:
lib/libc/sys/modctl.2 | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r e61b0397e1de -r 9295e2140b26 lib/libc/sys/modctl.2
--- a/lib/libc/sys/modctl.2 Sat May 09 08:08:50 2015 +0000
+++ b/lib/libc/sys/modctl.2 Sat May 09 08:10:01 2015 +0000
@@ -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 @@
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 .
Home |
Main Index |
Thread Index |
Old Index