cvs commit: src/sys/kern vfs_bio.c src/sys/vm vm_kern.c vm_map.c vm_map.h vm_page.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Aug 25 10:01:30 PDT 2003


dillon      2003/08/25 10:01:13 PDT

  Modified files:
    sys/kern             vfs_bio.c 
    sys/vm               vm_kern.c vm_map.c vm_map.h vm_page.c 
  Log:
  Add an alignment feature to vm_map_findspace().  This feature will be used
  primarily by the upcoming slab allocator but has many applications.
  
  Use the alignment feature in the buffer cache to hopefully reduce
  fragmentation.
  
  Revision  Changes    Path
  1.12      +2 -1      src/sys/kern/vfs_bio.c
  1.6       +3 -3      src/sys/vm/vm_kern.c
  1.9       +40 -10    src/sys/vm/vm_map.c
  1.6       +1 -1      src/sys/vm/vm_map.h
  1.8       +1 -1      src/sys/vm/vm_page.c






More information about the Commits mailing list