Source-Changes-HG archive

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

[src/ad-namecache]: src/sys Regen.



details:   https://anonhg.NetBSD.org/src/rev/c627f4744334
branches:  ad-namecache
changeset: 745532:c627f4744334
user:      ad <ad%NetBSD.org@localhost>
date:      Wed Mar 04 20:26:28 2020 +0000

description:
Regen.

diffstat:

 sys/rump/include/rump/rump_namei.h |  13 +++++++------
 sys/sys/namei.h                    |   7 +++----
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (67 lines):

diff -r 153a32a6761f -r c627f4744334 sys/rump/include/rump/rump_namei.h
--- a/sys/rump/include/rump/rump_namei.h        Wed Mar 04 20:21:05 2020 +0000
+++ b/sys/rump/include/rump/rump_namei.h        Wed Mar 04 20:26:28 2020 +0000
@@ -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_ */
diff -r 153a32a6761f -r c627f4744334 sys/sys/namei.h
--- a/sys/sys/namei.h   Wed Mar 04 20:21:05 2020 +0000
+++ b/sys/sys/namei.h   Wed Mar 04 20:26:28 2020 +0000
@@ -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 @@
  *
  * 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:
  *



Home | Main Index | Thread Index | Old Index