DragonFly BSD
DragonFly commits List (threaded) for 2003-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 25 Aug 2003 10:01:13 -0700 (PDT)

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




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]