Module Name:    src
Committed By:   ad
Date:           Wed Mar  4 20:26:29 UTC 2020

Modified Files:
        src/sys/rump/include/rump [ad-namecache]: rump_namei.h
        src/sys/sys [ad-namecache]: namei.h

Log Message:
Regen.


To generate a diff of this commit:
cvs rdiff -u -r1.37.2.4 -r1.37.2.5 src/sys/rump/include/rump/rump_namei.h
cvs rdiff -u -r1.103.2.5 -r1.103.2.6 src/sys/sys/namei.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/rump_namei.h
diff -u src/sys/rump/include/rump/rump_namei.h:1.37.2.4 src/sys/rump/include/rump/rump_namei.h:1.37.2.5
--- src/sys/rump/include/rump/rump_namei.h:1.37.2.4	Sat Jan 25 21:45:00 2020
+++ src/sys/rump/include/rump/rump_namei.h	Wed Mar  4 20:26:28 2020
@@ -1,11 +1,11 @@
-/*	$NetBSD: rump_namei.h,v 1.37.2.4 2020/01/25 21:45:00 ad Exp $	*/
+/*	$NetBSD: rump_namei.h,v 1.37.2.5 2020/03/04 20:26:28 ad Exp $	*/
 
 
 /*
  * WARNING: GENERATED FILE.  DO NOT EDIT
  * (edit namei.src and run make namei in src/sys/sys)
  *   by:   NetBSD: gennameih.awk,v 1.5 2009/12/23 14:17:19 pooka Exp 
- *   from: NetBSD: namei.src,v 1.48 2020/01/08 12:04:56 ad Exp 
+ *   from: NetBSD: namei.src,v 1.47.2.7 2020/03/04 20:21:05 ad Exp 
  */
 
 #ifndef _RUMP_RUMP_NAMEI_H_
@@ -23,10 +23,11 @@
 #define RUMP_NAMEI_FOLLOW	0x00000040
 #define RUMP_NAMEI_NOFOLLOW	0x00000000
 #define RUMP_NAMEI_EMULROOTSET	0x00000080
+#define RUMP_NAMEI_LOCKSHARED	0x00000100
 #define RUMP_NAMEI_NOCHROOT	0x01000000
-#define RUMP_NAMEI_MODMASK	0x010000fc
-#define RUMP_NAMEI_NOCROSSMOUNT	0x0000100
-#define RUMP_NAMEI_RDONLY	0x0000200
+#define RUMP_NAMEI_MODMASK	0x010001fc
+#define RUMP_NAMEI_NOCROSSMOUNT	0x0000800
+#define RUMP_NAMEI_RDONLY	0x0001000
 #define RUMP_NAMEI_ISDOTDOT	0x0002000
 #define RUMP_NAMEI_MAKEENTRY	0x0004000
 #define RUMP_NAMEI_ISLASTCN	0x0008000
@@ -34,6 +35,6 @@
 #define RUMP_NAMEI_DOWHITEOUT	0x0040000
 #define RUMP_NAMEI_REQUIREDIR	0x0080000
 #define RUMP_NAMEI_CREATEDIR	0x0200000
-#define RUMP_NAMEI_PARAMASK	0x02ee300
+#define RUMP_NAMEI_PARAMASK	0x02ef800
 
 #endif /* _RUMP_RUMP_NAMEI_H_ */

Index: src/sys/sys/namei.h
diff -u src/sys/sys/namei.h:1.103.2.5 src/sys/sys/namei.h:1.103.2.6
--- src/sys/sys/namei.h:1.103.2.5	Fri Jan 24 16:49:12 2020
+++ src/sys/sys/namei.h	Wed Mar  4 20:26:29 2020
@@ -1,11 +1,11 @@
-/*	$NetBSD: namei.h,v 1.103.2.5 2020/01/24 16:49:12 ad Exp $	*/
+/*	$NetBSD: namei.h,v 1.103.2.6 2020/03/04 20:26:29 ad Exp $	*/
 
 
 /*
  * WARNING: GENERATED FILE.  DO NOT EDIT
  * (edit namei.src and run make namei in src/sys/sys)
  *   by:   NetBSD: gennameih.awk,v 1.5 2009/12/23 14:17:19 pooka Exp 
- *   from: NetBSD: namei.src,v 1.47.2.6 2020/01/24 16:48:59 ad Exp 
+ *   from: NetBSD: namei.src,v 1.47.2.7 2020/03/04 20:21:05 ad Exp 
  */
 
 /*
@@ -211,8 +211,7 @@ struct nameidata {
  *
  * This structure describes the elements in the cache of recent names looked
  * up by namei.  It's carefully sized to take up 128 bytes on _LP64, to make
- * good use of space and the CPU caches; nc_name is aligned on an 8-byte
- * boundary to make string comparisons cheaper.
+ * good use of space and the CPU caches.
  *
  * Field markings and their corresponding locks:
  *

Reply via email to