Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Aug 2005 12:17:21 GMT
From:      soc-bushman <soc-bushman@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 81332 for review
Message-ID:  <200508021217.j72CHLHD082497@repoman.freebsd.org>

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

Change 81332 by soc-bushman@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>



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