summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/calloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* MFC (deraadt):miod2002-07-311-2/+2
* MFC (deraadt):miod2002-07-301-1/+7
* calloc() needs to be separate from malloc in case a user wants to havemillert1999-11-101-0/+53
* Move calloc() into malloc.c and only zero out the area if malloc()millert1999-11-091-53/+0
* Cleaner.downsj1996-08-201-2/+3
* Fix RCS idstholo1996-08-191-2/+1
* initial import of NetBSD treederaadt1995-10-181-0/+53