summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nscd/hashtable.h
Commit message (Collapse)AuthorAgeFilesLines
* Wrap some macros that needed wrapping.des2009-06-131-8/+14
| | | | MFC after: 1 week
* Remove casts from {c,m,re}alloc() and simplify sizeof().des2009-06-131-6/+6
| | | | MFC after: 1 week
* Change hashtable_index_t to unsigned.des2009-06-131-1/+1
| | | | | | Generate prototypes for our hash table. MFC after: 1 week
* #include cleanupdes2009-06-131-1/+0
| | | | MFC after: 1 week
* Reduce code duplication: use calloc instead of allocing and memsetdelphij2008-10-121-3/+1
| | | | | | afterward. Approved by: bushman
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-0/+218
databases. - Make nsswitch support caching. Submitted by: Michael Bushkov <bushman__at__rsu.ru> Sponsored by: Google Summer of Code 2005
OpenPOWER on IntegriCloud