Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/include/rump regen



details:   https://anonhg.NetBSD.org/src/rev/6d3bcb28319c
branches:  trunk
changeset: 810665:6d3bcb28319c
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Sep 10 16:16:35 2015 +0000

description:
regen

diffstat:

 sys/rump/include/rump/rumpdefs.h |  28 ++++++++++++++++------------
 sys/rump/include/rump/rumperr.h  |   2 +-
 2 files changed, 17 insertions(+), 13 deletions(-)

diffs (136 lines):

diff -r ba4498a4769d -r 6d3bcb28319c sys/rump/include/rump/rumpdefs.h
--- a/sys/rump/include/rump/rumpdefs.h  Thu Sep 10 16:14:22 2015 +0000
+++ b/sys/rump/include/rump/rumpdefs.h  Thu Sep 10 16:16:35 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpdefs.h,v 1.30 2013/12/18 20:12:08 pooka Exp $      */
+/*     $NetBSD: rumpdefs.h,v 1.31 2015/09/10 16:16:35 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.243 2013/12/01 17:29:40 christos Exp        */
+/*     NetBSD: vnode.h,v 1.256 2015/07/12 08:11:28 hannken 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      
@@ -170,12 +170,14 @@
 #define        RUMP_AB_SILENT  0x00040000      
 #define        RUMP_AB_DEBUG   0x00080000      
 
-/*     NetBSD: socket.h,v 1.108 2013/01/31 14:30:47 joerg Exp  */
+/*     NetBSD: socket.h,v 1.117 2015/04/03 20:01:08 rtr Exp    */
 #define        RUMP_SOCK_STREAM        1               
 #define        RUMP_SOCK_DGRAM 2               
 #define        RUMP_SOCK_RAW   3               
 #define        RUMP_SOCK_RDM   4               
 #define        RUMP_SOCK_SEQPACKET     5               
+#define        RUMP_SOCK_CONN_DGRAM    6               
+#define        RUMP_SOCK_DCCP  RUMP_SOCK_CONN_DGRAM
 #define        RUMP_SOCK_CLOEXEC       0x10000000      
 #define        RUMP_SOCK_NONBLOCK      0x20000000      
 #define        RUMP_SOCK_NOSIGPIPE     0x40000000      
@@ -295,7 +297,7 @@
 #define RUMP_MSG_IOVUSRSPACE   0x4000000       
 #define RUMP_MSG_LENUSRSPACE   0x8000000       
 
-/*     NetBSD: in.h,v 1.89 2013/06/27 19:38:16 christos Exp    */
+/*     NetBSD: in.h,v 1.97 2015/05/02 14:41:32 roy Exp         */
 #define        RUMP_IP_OPTIONS         1    
 #define        RUMP_IP_HDRINCL         2    
 #define        RUMP_IP_TOS                     3    
@@ -313,7 +315,7 @@
 #define        RUMP_IP_PORTRANGE               19   
 #define        RUMP_IP_RECVIF          20   
 #define        RUMP_IP_ERRORMTU                21   
-#define        RUMP_IP_IPSEC_POLICY            22 
+#define        RUMP_IP_IPSEC_POLICY            22   
 #define        RUMP_IP_RECVTTL         23   
 #define        RUMP_IP_MINTTL          24   
 #define        RUMP_IP_PKTINFO         25   
@@ -337,6 +339,7 @@
 #define        RUMP_IPPROTO_UDP                17              
 #define        RUMP_IPPROTO_IDP                22              
 #define        RUMP_IPPROTO_TP         29              
+#define        RUMP_IPPROTO_DCCP               33              
 #define        RUMP_IPPROTO_IPV6               41              
 #define        RUMP_IPPROTO_ROUTING            43              
 #define        RUMP_IPPROTO_FRAGMENT   44              
@@ -362,7 +365,7 @@
 #define        RUMP_IPPROTO_DONE               257
 #define        RUMP_IPPROTO_MAXID      (RUMP_IPPROTO_AH + 1)   
 
-/*     NetBSD: tcp.h,v 1.30 2012/01/07 20:20:22 christos Exp   */
+/*     NetBSD: tcp.h,v 1.31 2015/02/14 12:57:53 he Exp         */
 #define        RUMP_TCP_MSS            536
 #define        RUMP_TCP_MINMSS 216
 #define        RUMP_TCP_MAXWIN 65535   
@@ -376,10 +379,11 @@
 #define        RUMP_TCP_KEEPCNT        6
 #define        RUMP_TCP_KEEPINIT       7
 #define        RUMP_TCP_NOOPT  8       
+#define        RUMP_TCP_INFO   9       
 #define        RUMP_TCP_MD5SIG 0x10    
 #define        RUMP_TCP_CONGCTL        0x20    
 
-/*     NetBSD: mount.h,v 1.210 2013/11/23 13:35:36 christos Exp        */
+/*     NetBSD: mount.h,v 1.217 2015/05/06 15:57:08 hannken Exp         */
 #define        RUMP_MOUNT_FFS  "ffs"           
 #define        RUMP_MOUNT_UFS  RUMP_MOUNT_FFS  
 #define        RUMP_MOUNT_NFS  "nfs"           
@@ -414,7 +418,7 @@
 #define RUMP_MOUNT_RUMPFS      "rumpfs"        
 #define        RUMP_MOUNT_V7FS "v7fs"          
 
-/*     NetBSD: fstypes.h,v 1.32 2012/11/26 16:22:21 drochner Exp       */
+/*     NetBSD: fstypes.h,v 1.33 2015/05/06 15:57:08 hannken Exp        */
 #define        RUMP_MNT_RDONLY 0x00000001      
 #define        RUMP_MNT_SYNCHRONOUS    0x00000002      
 #define        RUMP_MNT_NOEXEC 0x00000004      
@@ -451,7 +455,7 @@
 #define        RUMP_MNT_NOWAIT 2       
 #define        RUMP_MNT_LAZY   3       
 
-/*     NetBSD: ioccom.h,v 1.11 2011/10/19 10:53:12 yamt Exp    */
+/*     NetBSD: ioccom.h,v 1.12 2014/12/10 00:16:05 christos Exp        */
 #define        RUMP_IOCPARM_MASK       0x1fff          
 #define        RUMP_IOCPARM_SHIFT      16
 #define        RUMP_IOCGROUP_SHIFT     8
@@ -516,7 +520,7 @@
 #define        RUMP_KTRFACv1   (1 << RUMP_KTRFAC_VER_SHIFT)
 #define        RUMP_KTRFACv2   (2 << RUMP_KTRFAC_VER_SHIFT)
 
-/*     NetBSD: module.h,v 1.34 2013/10/23 18:57:40 mbalmer Exp         */
+/*     NetBSD: module.h,v 1.38 2015/06/22 16:35:13 matt Exp    */
 struct rump_modctl_load {
        const char *ml_filename;
 
@@ -532,7 +536,7 @@
        RUMP_MODCTL_EXISTS              /* enum: 0: load, 1: autoload */
 };
 
-/*     NetBSD: ufsmount.h,v 1.41 2013/08/11 04:36:17 dholland Exp      */
+/*     NetBSD: ufsmount.h,v 1.43 2015/03/27 17:27:56 riastradh Exp     */
 struct rump_ufs_args {
        char    *fspec;                 /* block special device to mount */
 };
@@ -542,7 +546,7 @@
        char    *fspec;         /* blocks special holding the fs to mount */
 };
 
-/*     NetBSD: dirent.h,v 1.28 2011/09/27 01:40:32 christos Exp        */
+/*     NetBSD: dirent.h,v 1.29 2015/02/26 02:05:54 dholland Exp        */
 struct rump_dirent {
        uint64_t d_fileno;                      /* file number of entry */
        uint16_t d_reclen;              /* length of this record */
diff -r ba4498a4769d -r 6d3bcb28319c sys/rump/include/rump/rumperr.h
--- a/sys/rump/include/rump/rumperr.h   Thu Sep 10 16:14:22 2015 +0000
+++ b/sys/rump/include/rump/rumperr.h   Thu Sep 10 16:16:35 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumperr.h,v 1.1 2013/12/18 20:12:08 pooka Exp $        */
+/*     $NetBSD: rumperr.h,v 1.2 2015/09/10 16:16:35 pooka Exp $        */
 
 /*
  *     AUTOMATICALLY GENERATED.  DO NOT EDIT.



Home | Main Index | Thread Index | Old Index