Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrap some macros that needed wrapping. | des | 2009-06-13 | 1 | -8/+14 |
| | | | | MFC after: 1 week | ||||
* | Remove casts from {c,m,re}alloc() and simplify sizeof(). | des | 2009-06-13 | 1 | -6/+6 |
| | | | | MFC after: 1 week | ||||
* | Change hashtable_index_t to unsigned. | des | 2009-06-13 | 1 | -1/+1 |
| | | | | | | Generate prototypes for our hash table. MFC after: 1 week | ||||
* | #include cleanup | des | 2009-06-13 | 1 | -1/+0 |
| | | | | MFC after: 1 week | ||||
* | Reduce code duplication: use calloc instead of allocing and memset | delphij | 2008-10-12 | 1 | -3/+1 |
| | | | | | | afterward. Approved by: bushman | ||||
* | - Extend the nsswitch to support Services, Protocols and Rpc | ume | 2006-04-28 | 1 | -0/+218 |
databases. - Make nsswitch support caching. Submitted by: Michael Bushkov <bushman__at__rsu.ru> Sponsored by: Google Summer of Code 2005 |