Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/compat Pull up following revision(s) (requested by pg...
details: https://anonhg.NetBSD.org/src/rev/db3b9099a486
branches: netbsd-7
changeset: 799691:db3b9099a486
user: riz <riz%NetBSD.org@localhost>
date: Sun Nov 08 02:02:36 2015 +0000
description:
Pull up following revision(s) (requested by pgoyette in ticket #1020):
sys/compat/netbsd32/netbsd32_mod.c: revision 1.6
sys/compat/netbsd32/netbsd32_mod.c: revision 1.7
sys/compat/netbsd32/netbsd32_mod.c: revision 1.8
sys/compat/netbsd32/netbsd32_mod.c: revision 1.9
sys/compat/linux/common/linux_mod.c: revision 1.5
Add an additional dependency on compat_sysv
Add another dependency for nfsserver
And yet another dependency, this time on mq
Ooops, spell the module name in full. "mqueue" vs "mq"
we need compat_sysv now.
diffstat:
sys/compat/linux/common/linux_mod.c | 7 ++++---
sys/compat/netbsd32/netbsd32_mod.c | 8 ++++----
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (54 lines):
diff -r 2c4252cd02c3 -r db3b9099a486 sys/compat/linux/common/linux_mod.c
--- a/sys/compat/linux/common/linux_mod.c Sun Nov 08 01:56:46 2015 +0000
+++ b/sys/compat/linux/common/linux_mod.c Sun Nov 08 02:02:36 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_mod.c,v 1.4 2014/03/07 01:33:43 christos Exp $ */
+/* $NetBSD: linux_mod.c,v 1.4.4.1 2015/11/08 02:02:37 riz Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_mod.c,v 1.4 2014/03/07 01:33:43 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_mod.c,v 1.4.4.1 2015/11/08 02:02:37 riz Exp $");
#ifdef _KERNEL_OPT
#include "opt_execfmt.h"
@@ -65,7 +65,8 @@
# define MD3 ""
#endif
-MODULE(MODULE_CLASS_EXEC, compat_linux, "compat,compat_ossaudio" MD1 MD2 MD3);
+MODULE(MODULE_CLASS_EXEC, compat_linux, "compat,compat_ossaudio,compat_sysv"
+ MD1 MD2 MD3);
static struct execsw linux_execsw[] = {
#if defined(EXEC_ELF32) && ELFSIZE == 32
diff -r 2c4252cd02c3 -r db3b9099a486 sys/compat/netbsd32/netbsd32_mod.c
--- a/sys/compat/netbsd32/netbsd32_mod.c Sun Nov 08 01:56:46 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_mod.c Sun Nov 08 02:02:36 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_mod.c,v 1.5 2014/07/22 08:18:33 maxv Exp $ */
+/* $NetBSD: netbsd32_mod.c,v 1.5.2.1 2015/11/08 02:02:36 riz Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,13 +30,13 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.5 2014/07/22 08:18:33 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.5.2.1 2015/11/08 02:02:36 riz Exp $");
#ifdef _KERNEL_OPT
#include "opt_execfmt.h"
-# define DEPS1 "compat"
+# define DEPS1 "compat,compat_sysv,nfsserver,mqueue"
#else
-# define DEPS1 "compat,ksem"
+# define DEPS1 "compat,compat_sysv,nfsserver,mqueue,ksem"
#endif
#ifndef ELFSIZE
Home |
Main Index |
Thread Index |
Old Index