aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nscd/cachelib.c
Commit message (Expand)AuthorAgeFilesLines
* nscd(8): let calloc(3) do the multiplying.Pedro F. Giffuni2017-03-131-6/+6
* Add the possibility to specify a threshold for the number of negative cacheStefan Eßer2012-07-041-0/+26
* Remove casts from {c,m,re}alloc() and simplify sizeof().Dag-Erling Smørgrav2009-06-131-22/+22
* Explain to the compiler why the aliasing we're doing is OK.Dag-Erling Smørgrav2009-06-131-8/+8
* Change hashtable_index_t to unsigned.Dag-Erling Smørgrav2009-06-131-4/+2
* Further #include cleanup.Dag-Erling Smørgrav2009-06-131-0/+2
* Slightly adjust code logic: we allocate a "size"ed length of memory, notXin LI2008-10-231-5/+5
* Reduce code duplication: use calloc instead of allocing and memsetXin LI2008-10-121-27/+11
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-281-0/+1234