CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/05/18 16:24:55
Modified files:
sys/sys : mman.h
lib/libc : shlib_version
lib/libc/gen : valloc.3
lib/libc/stdlib: Makefile.inc malloc.3 malloc.c
lib/libc/string: Makefile.inc strdup.3 strlen.3
lib/libc/sys : Makefile.inc madvise.2
include : stdlib.h string.h
Added files:
lib/libc/stdlib: posix_memalign.3
lib/libc/string: strndup.c strnlen.c
lib/libc/sys : posix_madvise.c
Log message:
add posix_madvise, posix_memalign, strndup, and strnlen. mostly from
brad and millert, with hints from guenther, jmc, and otto I think.
ok previous.