Date: Sat, 10 May 2008 18:55:35 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 vm_map_find.9 src/sys/vm vm_map.c vm_map.h Message-ID: <200805101855.m4AIta8Z063875@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2008-05-10 18:55:35 UTC FreeBSD src repository Modified files: share/man/man9 vm_map_find.9 sys/vm vm_map.c vm_map.h Log: Generalize vm_map_find(9)'s parameter "find_space". Specifically, add support for VMFS_ALIGNED_SPACE, which requests the allocation of an address range best suited to superpages. The old options TRUE and FALSE are mapped to VMFS_ANY_SPACE and VMFS_NO_SPACE, so that there is no immediate need to update all of vm_map_find(9)'s callers. While I'm here, correct a misstatement about vm_map_find(9)'s return values in the man page. Revision Changes Path 1.5 +26 -7 src/share/man/man9/vm_map_find.9 1.396 +15 -10 src/sys/vm/vm_map.c 1.124 +9 -1 src/sys/vm/vm_map.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805101855.m4AIta8Z063875>