Alan Cox 26c538ffcd 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.
2008-05-10 18:55:35 +00:00
..
2007-11-08 22:09:37 +00:00
2008-05-01 09:52:34 +00:00
2008-01-23 04:25:10 +00:00
2008-02-01 20:15:21 +00:00
2007-12-30 03:08:52 +00:00
2008-03-25 03:04:54 +00:00