Subject: CVS commit: src/lib/libc/stdlib
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/28/2007 21:55:15
Module Name:	src
Committed By:	christos
Date:		Wed Nov 28 21:55:14 UTC 2007

Modified Files:
	src/lib/libc/stdlib: Makefile.inc malloc.c
Removed Files:
	src/lib/libc/stdlib: calloc.c

Log Message:
Sync phk malloc.c with the latest one from FreeBSD. This gives us the
same api as jemalloc by:

    - adding posix_memalign()
    - moving calloc in the same file
    - renaming malloc_options -> _malloc_options


To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 src/lib/libc/stdlib/Makefile.inc
cvs rdiff -r1.13 -r0 src/lib/libc/stdlib/calloc.c
cvs rdiff -r1.48 -r1.49 src/lib/libc/stdlib/malloc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.