Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Nov 2005 14:23:22 GMT
From:      soc-bushman <soc-bushman@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 86909 for review
Message-ID:  <200511181423.jAIENMGX004139@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=86909

Change 86909 by soc-bushman@soc-bushman_stinger on 2005/11/18 14:23:03

	tcache transformations are in the working condition
	but still require testing :)

Affected files ...

.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/Makefile#9 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/Makefile#14 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agent.c#6 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agent.h#6 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/Makefile.inc#9 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/group.c#6 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/group.h#6 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/hosts.c#9 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/hosts.h#9 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/passwd.c#9 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/passwd.h#9 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/services.c#9 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/services.h#9 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/cached.8#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/cached.c#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/cached.conf#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/cached.conf.5#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/cachelib.c#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/cachelib.h#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/cacheplcs.c#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/cacheplcs.h#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/config.c#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/config.h#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/debug.c#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/debug.h#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/hashtable.h#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/log.c#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/log.h#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/mp_rs_query.c#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/mp_rs_query.h#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/mp_ws_query.c#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/mp_ws_query.h#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/parser.c#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/parser.h#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/protocol.c#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/protocol.h#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/query.c#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/query.h#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/singletons.c#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/singletons.h#13 edit
.. //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/startup/cached#8 edit

Differences ...

==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/Makefile#9 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/Makefile#14 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agent.c#6 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agent.h#6 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/Makefile.inc#9 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/group.c#6 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/group.h#6 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/hosts.c#9 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/hosts.h#9 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/passwd.c#9 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/passwd.h#9 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/services.c#9 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/agents/services.h#9 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/cached.8#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/cached.c#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/cached.conf#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/cached.conf.5#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/cachelib.c#13 (text+ko) ====

@@ -1194,7 +1194,7 @@
 		return (-1);
 	}
 	
-	if (transformation != CTT_FLUSH) {
+	if (transformation != CTT_CLEAR) {
 		TRACE_OUT(transform_cache_entry_part);
 		return (-1);
 	}

==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/cachelib.h#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/cacheplcs.c#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/cacheplcs.h#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/config.c#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/config.h#13 (text+ko) ====

@@ -46,10 +46,10 @@
 #define DEFAULT_SOCKET_PATH		"/var/run/cached"
 #define DEFAULT_PIDFILE_PATH		"/var/run/cached.pid"
 
-#define DEFAULT_POSITIVE_ELEMENTS_SIZE	1//(2048)
+#define DEFAULT_POSITIVE_ELEMENTS_SIZE	1 // (2048)
 #define DEFAULT_POSITIVE_LIFETIME 	(60 * 60 * 12)
 
-#define DEFAULT_NEGATIVE_ELEMENTS_SIZE	1//(512)
+#define DEFAULT_NEGATIVE_ELEMENTS_SIZE	2 // (512)
 #define DEFAULT_NEGATIVE_LIFETIME	(60 * 60)
 
 #define DEFAULT_MULTIPART_ELEMENTS_SIZE	(1024 * 8)

==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/debug.c#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/debug.h#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/hashtable.h#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/log.c#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/log.h#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/mp_rs_query.c#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/mp_rs_query.h#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/mp_ws_query.c#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/mp_ws_query.h#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/parser.c#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/parser.h#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/protocol.c#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/protocol.h#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/query.c#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/query.h#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/singletons.c#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/cached/singletons.h#13 (text+ko) ====


==== //depot/projects/soc2005/nsswitch_cached/release/cached-0.2/startup/cached#8 (text+ko) ====




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511181423.jAIENMGX004139>