Source-Changes-HG archive

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

[src/trunk]: src/sys 1.5D == namei pathname buffer allocation is pool'ified.



details:   https://anonhg.NetBSD.org/src/rev/a9008fcc9c6c
branches:  trunk
changeset: 495734:a9008fcc9c6c
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Aug 03 21:02:04 2000 +0000

description:
1.5D == namei pathname buffer allocation is pool'ified.

diffstat:

 sys/conf/osrelease.sh |  4 ++--
 sys/sys/param.h       |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r beabdd35c21e -r a9008fcc9c6c sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh     Thu Aug 03 20:41:05 2000 +0000
+++ b/sys/conf/osrelease.sh     Thu Aug 03 21:02:04 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: osrelease.sh,v 1.49 2000/07/22 16:50:39 jdolecek Exp $
+#      $NetBSD: osrelease.sh,v 1.50 2000/08/03 21:02:06 thorpej Exp $
 #
 # Copyright (c) 1997 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -39,7 +39,7 @@
 
 # Release number to use
 # Also check __NetBSD_Version__ in sys/sys/param.h if you change this!
-release=1.5C
+release=1.5D
 
 
 case $1 in
diff -r beabdd35c21e -r a9008fcc9c6c sys/sys/param.h
--- a/sys/sys/param.h   Thu Aug 03 20:41:05 2000 +0000
+++ b/sys/sys/param.h   Thu Aug 03 21:02:04 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.103 2000/07/22 16:50:40 jdolecek Exp $     */
+/*     $NetBSD: param.h,v 1.104 2000/08/03 21:02:04 thorpej Exp $      */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -65,7 +65,7 @@
  *
  */
 
-#define __NetBSD_Version__  105030000  /* NetBSD 1.5C */
+#define __NetBSD_Version__  105040000  /* NetBSD 1.5D */
 
 /*
  * Historical NetBSD #define



Home | Main Index | Thread Index | Old Index