Module Name: src
Committed By: jym
Date: Tue Nov 15 00:50:57 UTC 2011
Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile
Log Message:
pool_cache_sethiwat(9), pool_cache_setlowat(9), pool_cache_sethardlimit(9)
To generate a diff of this commit:
cvs rdiff -u -r1.1708 -r1.1709 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.358 -r1.359 src/share/man/man9/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/lists/comp/mi
diff -u src/distrib/sets/lists/comp/mi:1.1708 src/distrib/sets/lists/comp/mi:1.1709
--- src/distrib/sets/lists/comp/mi:1.1708 Tue Nov 15 00:19:42 2011
+++ src/distrib/sets/lists/comp/mi Tue Nov 15 00:50:55 2011
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1708 2011/11/15 00:19:42 jym Exp $
+# $NetBSD: mi,v 1.1709 2011/11/15 00:50:55 jym Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -10389,6 +10389,9 @@
./usr/share/man/cat9/pool_cache_get_paddr.0 comp-sys-catman .cat
./usr/share/man/cat9/pool_cache_init.0 comp-sys-catman .cat
./usr/share/man/cat9/pool_cache_invalidate.0 comp-sys-catman .cat
+./usr/share/man/cat9/pool_cache_sethiwat.0 comp-sys-catman .cat
+./usr/share/man/cat9/pool_cache_setlowat.0 comp-sys-catman .cat
+./usr/share/man/cat9/pool_cache_sethardlimit.0 comp-sys-catman .cat
./usr/share/man/cat9/pool_cache_invalidate_local.0 comp-obsolete obsolete
./usr/share/man/cat9/pool_cache_put.0 comp-sys-catman .cat
./usr/share/man/cat9/pool_cache_put_paddr.0 comp-sys-catman .cat
@@ -16489,6 +16492,9 @@
./usr/share/man/html9/pool_cache_get_paddr.html comp-sys-htmlman html
./usr/share/man/html9/pool_cache_init.html comp-sys-htmlman html
./usr/share/man/html9/pool_cache_invalidate.html comp-sys-htmlman html
+./usr/share/man/html9/pool_cache_sethiwat.html comp-sys-htmlman html
+./usr/share/man/html9/pool_cache_setlowat.html comp-sys-htmlman html
+./usr/share/man/html9/pool_cache_sethardlimit.html comp-sys-htmlman html
./usr/share/man/html9/pool_cache_invalidate_local.html comp-obsolete obsolete
./usr/share/man/html9/pool_cache_put.html comp-sys-htmlman html
./usr/share/man/html9/pool_cache_put_paddr.html comp-sys-htmlman html
@@ -22756,6 +22762,9 @@
./usr/share/man/man9/pool_cache_get_paddr.9 comp-sys-man .man
./usr/share/man/man9/pool_cache_init.9 comp-sys-man .man
./usr/share/man/man9/pool_cache_invalidate.9 comp-sys-man .man
+./usr/share/man/man9/pool_cache_sethiwat.9 comp-sys-man .man
+./usr/share/man/man9/pool_cache_setlowat.9 comp-sys-man .man
+./usr/share/man/man9/pool_cache_sethardlimit.9 comp-sys-man .man
./usr/share/man/man9/pool_cache_invalidate_local.9 comp-obsolete obsolete
./usr/share/man/man9/pool_cache_put.9 comp-sys-man .man
./usr/share/man/man9/pool_cache_put_paddr.9 comp-sys-man .man
Index: src/share/man/man9/Makefile
diff -u src/share/man/man9/Makefile:1.358 src/share/man/man9/Makefile:1.359
--- src/share/man/man9/Makefile:1.358 Tue Nov 15 00:19:42 2011
+++ src/share/man/man9/Makefile Tue Nov 15 00:50:55 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.358 2011/11/15 00:19:42 jym Exp $
+# $NetBSD: Makefile,v 1.359 2011/11/15 00:50:55 jym Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -636,7 +636,10 @@ MLINKS+=pool_cache.9 pool_cache_init.9 \
pool_cache.9 pool_cache_put_paddr.9 \
pool_cache.9 pool_cache_put.9 \
pool_cache.9 pool_cache_destruct_object.9 \
- pool_cache.9 pool_cache_invalidate.9
+ pool_cache.9 pool_cache_invalidate.9 \
+ pool_cache.9 pool_cache_sethiwat.9 \
+ pool_cache.9 pool_cache_setlowat.9 \
+ pool_cache.9 pool_cache_sethardlimit.9
MLINKS+=powerhook_establish.9 powerhook_disestablish.9
MLINKS+=preempt.9 yield.9
MLINKS+=pserialize.9 pserialize_create.9 \