CVS commit: src/sys/rump/include/opt

2016-01-07 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Fri Jan  8 04:06:48 UTC 2016

Modified Files:
src/sys/rump/include/opt: gif.h

Log Message:
conform rump behavior to NetBSD kernel (in paticular net.inet.ip.gifttl sysctl)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/include/opt/gif.h

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

Modified files:

Index: src/sys/rump/include/opt/gif.h
diff -u src/sys/rump/include/opt/gif.h:1.1 src/sys/rump/include/opt/gif.h:1.2
--- src/sys/rump/include/opt/gif.h:1.1	Mon Aug 24 23:04:42 2015
+++ src/sys/rump/include/opt/gif.h	Fri Jan  8 04:06:48 2016
@@ -1,3 +1,3 @@
-/*	$NetBSD: gif.h,v 1.1 2015/08/24 23:04:42 pooka Exp $	*/
+/*	$NetBSD: gif.h,v 1.2 2016/01/08 04:06:48 knakahara Exp $	*/
 
-/* dummy */
+#define NGIF 1



CVS commit: src/sys/rump/include/opt

2016-01-07 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Thu Jan  7 21:04:27 UTC 2016

Modified Files:
src/sys/rump/include/opt: opt_rumpkernel.h

Log Message:
use WSEMUL_NO_DUMB and WSEMUL_VT100


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/include/opt/opt_rumpkernel.h

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

Modified files:

Index: src/sys/rump/include/opt/opt_rumpkernel.h
diff -u src/sys/rump/include/opt/opt_rumpkernel.h:1.3 src/sys/rump/include/opt/opt_rumpkernel.h:1.4
--- src/sys/rump/include/opt/opt_rumpkernel.h:1.3	Mon Aug 24 22:52:15 2015
+++ src/sys/rump/include/opt/opt_rumpkernel.h	Thu Jan  7 21:04:27 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: opt_rumpkernel.h,v 1.3 2015/08/24 22:52:15 pooka Exp $	*/
+/*	$NetBSD: opt_rumpkernel.h,v 1.4 2016/01/07 21:04:27 pooka Exp $	*/
 
 #ifndef __NetBSD__
 #define __NetBSD__
@@ -26,3 +26,6 @@
 
 #undef PIPE_SOCKETPAIR /* would need uipc_usrreq.c */
 #define PIPE_NODIRECT
+
+#define WSEMUL_NO_DUMB
+#define WSEMUL_VT100



CVS commit: src/sys/rump/include/opt

2015-08-31 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Sep  1 03:26:09 UTC 2015

Modified Files:
src/sys/rump/include/opt: ether.h

Log Message:
Define NETHER in rumpkernel

This fixes failures of ATF tests running on rump_server.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/include/opt/ether.h

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

Modified files:

Index: src/sys/rump/include/opt/ether.h
diff -u src/sys/rump/include/opt/ether.h:1.1 src/sys/rump/include/opt/ether.h:1.2
--- src/sys/rump/include/opt/ether.h:1.1	Mon Aug 24 23:04:42 2015
+++ src/sys/rump/include/opt/ether.h	Tue Sep  1 03:26:09 2015
@@ -1,3 +1,3 @@
-/*	$NetBSD: ether.h,v 1.1 2015/08/24 23:04:42 pooka Exp $	*/
+/*	$NetBSD: ether.h,v 1.2 2015/09/01 03:26:09 ozaki-r Exp $	*/
 
-/* dummy */
+#define NETHER 1