K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-03-25T04:54:38.000000Z K 7 svn:log V 737 1. Fix the vm_page_zero_count accounting. This should improve the performance of the pre-zero loop. 2. Fix madvise. It had a myriad of bugs, including the potential for system crashes. 3. Improve vm_map handling. This is a result of work done by both (Alan Cox) and me. Earlier versions of the map handling code was very unintelligent about map coalescing. 4. Support a working and closer to POSIX mlock. 5. A couple of performance enhancements that came along for the ride, including changing certain bitfields to flags in vm_map. 6. Bring procfs up to date with respect to the changes. This code has been carefully extracted from -current. Reviewed by: David Greenman END