Source-Changes-HG archive

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

[src/trunk]: src pool_cache_sethiwat(9), pool_cache_setlowat(9), pool_cache_s...



details:   https://anonhg.NetBSD.org/src/rev/37dab20817dc
branches:  trunk
changeset: 771226:37dab20817dc
user:      jym <jym%NetBSD.org@localhost>
date:      Tue Nov 15 00:50:55 2011 +0000

description:
pool_cache_sethiwat(9), pool_cache_setlowat(9), pool_cache_sethardlimit(9)

diffstat:

 distrib/sets/lists/comp/mi |  11 ++++++++++-
 share/man/man9/Makefile    |   7 +++++--
 2 files changed, 15 insertions(+), 3 deletions(-)

diffs (60 lines):

diff -r 3fed3cfbfba2 -r 37dab20817dc distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Tue Nov 15 00:32:34 2011 +0000
+++ b/distrib/sets/lists/comp/mi        Tue Nov 15 00:50:55 2011 +0000
@@ -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
diff -r 3fed3cfbfba2 -r 37dab20817dc share/man/man9/Makefile
--- a/share/man/man9/Makefile   Tue Nov 15 00:32:34 2011 +0000
+++ b/share/man/man9/Makefile   Tue Nov 15 00:50:55 2011 +0000
@@ -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 @@
        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 \



Home | Main Index | Thread Index | Old Index