PERFORCE change 81332 for review

soc-bushman soc-bushman at FreeBSD.org
Tue Aug 2 12:17:23 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=81332

Change 81332 by soc-bushman at soc-bushman_stinger on 2005/08/02 12:17:20

	hashtable (queue.h style) implemented
	cachelib (via hashtable) with policies implemented (without multipart entries, yet)
	gt4 work started

Affected files ...

.. //depot/projects/soc2005/nsswitch_cached/tests/Makefile#3 edit
.. //depot/projects/soc2005/nsswitch_cached/tests/cachelib_test/Makefile#1 add
.. //depot/projects/soc2005/nsswitch_cached/tests/cachelib_test/cachelib.c#1 add
.. //depot/projects/soc2005/nsswitch_cached/tests/cachelib_test/cachelib_test.c#1 add
.. //depot/projects/soc2005/nsswitch_cached/tests/cachelib_test/hashfuncs.c#1 add
.. //depot/projects/soc2005/nsswitch_cached/tests/cachelib_test/hashfuncs.h#1 add
.. //depot/projects/soc2005/nsswitch_cached/tests/cachelib_test/hashtable.c#1 add
.. //depot/projects/soc2005/nsswitch_cached/tests/cachelib_test/hashtable.h#1 add
.. //depot/projects/soc2005/nsswitch_cached/tests/cachelib_test/include/cachelib.h#1 add
.. //depot/projects/soc2005/nsswitch_cached/tests/cachelib_test/policies.c#1 add
.. //depot/projects/soc2005/nsswitch_cached/tests/cachelib_test/policies.h#1 add
.. //depot/projects/soc2005/nsswitch_cached/tests/gt4_test/port/Makefile#1 branch
.. //depot/projects/soc2005/nsswitch_cached/tests/gt4_test/port/distinfo#1 branch
.. //depot/projects/soc2005/nsswitch_cached/tests/gt4_test/port/files/pkg-message.in#1 branch
.. //depot/projects/soc2005/nsswitch_cached/tests/gt4_test/port/pkg-descr#1 branch
.. //depot/projects/soc2005/nsswitch_cached/tests/hashtable_test/Makefile#1 add
.. //depot/projects/soc2005/nsswitch_cached/tests/hashtable_test/hashfuncs.c#1 add
.. //depot/projects/soc2005/nsswitch_cached/tests/hashtable_test/hashfuncs.h#1 add
.. //depot/projects/soc2005/nsswitch_cached/tests/hashtable_test/hashtable.c#1 add
.. //depot/projects/soc2005/nsswitch_cached/tests/hashtable_test/hashtable.h#1 add
.. //depot/projects/soc2005/nsswitch_cached/tests/hashtable_test/hashtable_test.c#1 add

Differences ...

==== //depot/projects/soc2005/nsswitch_cached/tests/Makefile#3 (text+ko) ====

@@ -1,3 +1,3 @@
-SUBDIR+="common" "common_test" "getservent_test" "getrpcent_test" "getprotoent_test"
+SUBDIR+="common" "common_test" "getservent_test" "getrpcent_test" "getprotoent_test" "hashtable_test" "cachelib_test"
 
 .include <bsd.subdir.mk>


More information about the p4-projects mailing list