CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/08/22 11:14:57
Modified files: lib/libc/stdlib: Makefile.inc malloc.c Log message: Smarter implementation of calloc(3), which uses the fact that mmap(2) returns zero filled pages; remember to replace this function as well if you provide your own malloc implementation; ok djm@ deraadt@