Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 05/20/2000 08:13:31
Module Name: basesrc
Committed By: simonb
Date: Sat May 20 15:13:31 UTC 2000
Modified Files:
basesrc/lib/libc/stdlib: malloc.c
Log Message:
Disable malloc's hints to the kernel - now that the madvise() syscall
actually does something, this can be expensive. From discussion on
current-users.
Note that the man page is already correct - we imported malloc.c from
FreeBSD before they made the same change but malloc.3 after...
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 basesrc/lib/libc/stdlib/malloc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.