..
Jamfile
* Cleaned up vm_types.h a bit, and made vm_page, vm_cache, and vm_area
2007-09-27 10:29:05 +00:00
PageCacheLocker.h
* Made page_writer() use a marker page as well, so that it won't try to get
2007-11-07 17:09:05 +00:00
vm_address_space.cpp
* Cleaned up vm_types.h a bit, and made vm_page, vm_cache, and vm_area
2007-09-27 10:29:05 +00:00
vm_cache.cpp
* Removed old mutex implementation and renamed cutex to mutex.
2008-05-01 22:07:36 +00:00
vm_daemons.cpp
* Removed old mutex implementation and renamed cutex to mutex.
2008-05-01 22:07:36 +00:00
vm_low_memory.cpp
* Removed old mutex implementation and renamed cutex to mutex.
2008-05-01 22:07:36 +00:00
vm_page.cpp
* Added vm_page_write_modified_page_range(), which is similar to
2008-05-22 21:51:12 +00:00
vm_store_anonymous_noswap.cpp
* Fixed several occasions of bugs with respect to the handling of
2008-04-02 12:19:28 +00:00
vm_store_anonymous_noswap.h
* Added the possibility to pre-commit pages for areas that can overcommit.
2007-01-12 18:51:01 +00:00
vm_store_device.c
* Extracted file_map API out of the file cache - it's now an optional service
2007-11-10 21:19:52 +00:00
vm_store_device.h
* vm.h no longer includes vm_types.h - only those that actually need access
2007-09-27 12:21:33 +00:00
vm_store_null.c
* Extracted file_map API out of the file cache - it's now an optional service
2007-11-10 21:19:52 +00:00
vm_store_null.h
* vm.h no longer includes vm_types.h - only those that actually need access
2007-09-27 12:21:33 +00:00
vm_tests.c
Separated vm_address_space.h from vm.h.
2005-12-20 15:54:45 +00:00
vm.cpp
Pimped up the "caches" command. Now it prints the caches in trees with
2008-05-24 00:48:15 +00:00