cvs commit: src/share/man/man9 vm_map_find.9 src/sys/vm vm_map.c vm_map.h

Alan Cox alc at FreeBSD.org
Sat May 10 18:55:36 UTC 2008


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


More information about the cvs-all mailing list