Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat claim to be linux 3.11.6 (opensuse 13.1).
details: https://anonhg.NetBSD.org/src/rev/1397d7789039
branches: trunk
changeset: 791433:1397d7789039
user: chs <chs%NetBSD.org@localhost>
date: Mon Nov 18 01:36:49 2013 +0000
description:
claim to be linux 3.11.6 (opensuse 13.1).
diffstat:
sys/compat/linux/common/linux_sysctl.c | 8 ++++----
sys/compat/linux32/common/linux32_sysctl.c | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (58 lines):
diff -r 2ad812d9df41 -r 1397d7789039 sys/compat/linux/common/linux_sysctl.c
--- a/sys/compat/linux/common/linux_sysctl.c Mon Nov 18 01:36:35 2013 +0000
+++ b/sys/compat/linux/common/linux_sysctl.c Mon Nov 18 01:36:49 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sysctl.c,v 1.40 2010/07/07 01:30:35 chs Exp $ */
+/* $NetBSD: linux_sysctl.c,v 1.41 2013/11/18 01:36:49 chs Exp $ */
/*-
* Copyright (c) 2003, 2008 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysctl.c,v 1.40 2010/07/07 01:30:35 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysctl.c,v 1.41 2013/11/18 01:36:49 chs Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -57,8 +57,8 @@
#include <compat/linux/common/linux_machdep.h>
char linux_sysname[128] = "Linux";
-char linux_release[128] = "2.6.18";
-char linux_version[128] = "#0 Wed Mar 3 03:03:03 PST 2010";
+char linux_release[128] = "3.11.6";
+char linux_version[128] = "#1 SMP PREEMPT Thu Oct 24 16:23:02 UTC 2013";
struct sysctlnode linux_sysctl_root = {
.sysctl_flags = SYSCTL_VERSION|
diff -r 2ad812d9df41 -r 1397d7789039 sys/compat/linux32/common/linux32_sysctl.c
--- a/sys/compat/linux32/common/linux32_sysctl.c Mon Nov 18 01:36:35 2013 +0000
+++ b/sys/compat/linux32/common/linux32_sysctl.c Mon Nov 18 01:36:49 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux32_sysctl.c,v 1.13 2010/07/07 01:30:36 chs Exp $ */
+/* $NetBSD: linux32_sysctl.c,v 1.14 2013/11/18 01:36:49 chs Exp $ */
/*-
* Copyright (c) 2006 Emmanuel Dreyfus, all rights reserved.
@@ -31,7 +31,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux32_sysctl.c,v 1.13 2010/07/07 01:30:36 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux32_sysctl.c,v 1.14 2013/11/18 01:36:49 chs Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -57,8 +57,8 @@
#include <compat/linux32/linux32_syscallargs.h>
char linux32_sysname[128] = "Linux";
-char linux32_release[128] = "2.6.18";
-char linux32_version[128] = "#0 Wed Mar 3 03:03:03 PST 2010";
+char linux32_release[128] = "3.11.6";
+char linux32_version[128] = "#1 SMP PREEMPT Thu Oct 24 16:23:02 UTC 2013";
struct sysctlnode linux32_sysctl_root = {
.sysctl_flags = SYSCTL_VERSION|
Home |
Main Index |
Thread Index |
Old Index