Alan Cox ea41812fe5 Remove prototypes for functions that don't exist anymore (vm_map.h).
Remove a useless argument from vm_map_madvise's interface (vm_map.c,
	vm_map.h, and vm_mmap.c).

Remove a redundant test in vm_uiomove (vm_map.c).

Make two changes to vm_object_coalesce:

1. Determine whether the new range of pages actually overlaps
the existing object's range of pages before calling vm_object_page_remove.
(Prior to this change almost 90% of the calls to vm_object_page_remove
were to remove pages that were beyond the end of the object.)

2. Free any swap space allocated to removed pages.
1999-05-16 05:07:34 +00:00
..
1999-05-13 13:01:46 +00:00
1999-05-15 05:49:21 +00:00
1999-05-12 09:43:09 +00:00
1999-05-15 06:13:27 +00:00
1999-05-08 14:23:40 +00:00
1999-04-27 11:18:52 +00:00
1999-05-12 09:43:09 +00:00
1999-04-23 19:53:38 +00:00