Module Name: src
Committed By: pooka
Date: Tue Feb 2 01:14:26 UTC 2016
Modified Files:
src/sys/rump/include/rump: rumpdefs.h rumperr.h rumperrno2host.h
Log Message:
periodic regen (because having new rcs ids in comments is most useful)
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/rump/include/rump/rumpdefs.h
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/include/rump/rumperr.h
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/include/rump/rumperrno2host.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/rump/rumpdefs.h
diff -u src/sys/rump/include/rump/rumpdefs.h:1.34 src/sys/rump/include/rump/rumpdefs.h:1.35
--- src/sys/rump/include/rump/rumpdefs.h:1.34 Thu Jan 7 13:54:08 2016
+++ src/sys/rump/include/rump/rumpdefs.h Tue Feb 2 01:14:26 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpdefs.h,v 1.34 2016/01/07 13:54:08 pooka Exp $ */
+/* $NetBSD: rumpdefs.h,v 1.35 2016/02/02 01:14:26 pooka Exp $ */
/*
* AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -33,7 +33,7 @@
#define RUMP_O_SEARCH 0x00800000 /* skip search permission checks */
#define RUMP_O_NOSIGPIPE 0x01000000 /* don't deliver sigpipe */
-/* NetBSD: vnode.h,v 1.256 2015/07/12 08:11:28 hannken Exp */
+/* NetBSD: vnode.h,v 1.259 2016/01/23 16:08:20 christos Exp */
enum rump_vtype { RUMP_VNON, RUMP_VREG, RUMP_VDIR, RUMP_VBLK, RUMP_VCHR, RUMP_VLNK, RUMP_VSOCK, RUMP_VFIFO, RUMP_VBAD };
#define RUMP_LK_SHARED 0x00000001
#define RUMP_LK_EXCLUSIVE 0x00000002
@@ -478,7 +478,7 @@ enum rump_vtype { RUMP_VNON, RUMP_VREG,
#define _RUMP_IOW(g,n,t) _RUMP_IOC(RUMP_IOC_IN, (g), (n), sizeof(t))
#define _RUMP_IOWR(g,n,t) _RUMP_IOC(RUMP_IOC_INOUT, (g), (n), sizeof(t))
-/* NetBSD: ktrace.h,v 1.61 2013/12/09 17:43:58 pooka Exp */
+/* NetBSD: ktrace.h,v 1.62 2016/01/23 21:19:24 christos Exp */
#define RUMP_KTROP_SET 0
#define RUMP_KTROP_CLEAR 1
#define RUMP_KTROP_CLEARFILE 2
@@ -522,7 +522,7 @@ enum rump_vtype { RUMP_VNON, RUMP_VREG,
#define RUMP_KTRFACv1 (1 << RUMP_KTRFAC_VER_SHIFT)
#define RUMP_KTRFACv2 (2 << RUMP_KTRFAC_VER_SHIFT)
-/* NetBSD: module.h,v 1.39 2015/11/04 04:28:58 pgoyette Exp */
+/* NetBSD: module.h,v 1.40 2016/01/18 16:46:08 pooka Exp */
struct rump_modctl_load {
const char *ml_filename;
@@ -548,7 +548,7 @@ struct rump_sysvbfs_args {
char *fspec; /* blocks special holding the fs to mount */
};
-/* NetBSD: dirent.h,v 1.29 2015/02/26 02:05:54 dholland Exp */
+/* NetBSD: dirent.h,v 1.30 2016/01/22 23:31:30 dholland Exp */
struct rump_dirent {
uint64_t d_fileno; /* file number of entry */
uint16_t d_reclen; /* length of this record */
Index: src/sys/rump/include/rump/rumperr.h
diff -u src/sys/rump/include/rump/rumperr.h:1.4 src/sys/rump/include/rump/rumperr.h:1.5
--- src/sys/rump/include/rump/rumperr.h:1.4 Tue Sep 15 14:55:55 2015
+++ src/sys/rump/include/rump/rumperr.h Tue Feb 2 01:14:26 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: rumperr.h,v 1.4 2015/09/15 14:55:55 pooka Exp $ */
+/* $NetBSD: rumperr.h,v 1.5 2016/02/02 01:14:26 pooka Exp $ */
/*
* AUTOMATICALLY GENERATED. DO NOT EDIT.
Index: src/sys/rump/include/rump/rumperrno2host.h
diff -u src/sys/rump/include/rump/rumperrno2host.h:1.1 src/sys/rump/include/rump/rumperrno2host.h:1.2
--- src/sys/rump/include/rump/rumperrno2host.h:1.1 Tue Sep 15 14:55:55 2015
+++ src/sys/rump/include/rump/rumperrno2host.h Tue Feb 2 01:14:26 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: rumperrno2host.h,v 1.1 2015/09/15 14:55:55 pooka Exp $ */
+/* $NetBSD: rumperrno2host.h,v 1.2 2016/02/02 01:14:26 pooka Exp $ */
/*
* AUTOMATICALLY GENERATED. DO NOT EDIT.