Alan Cox 409748276e o In vm_map_insert(), replace GIANT_REQUIRED by the acquisition and
release of Giant around the direct manipulation of the vm_object and
   the optional call to pmap_object_init_pt().
 o In vm_map_findspace(), remove GIANT_REQUIRED.  Instead, acquire and
   release Giant around the occasional call to pmap_growkernel().
 o In vm_map_find(), remove GIANT_REQUIRED.
2002-06-22 17:47:12 +00:00
..
2002-06-21 22:34:51 +00:00
2002-06-19 20:44:48 +00:00
2002-05-16 21:28:32 +00:00
2002-06-21 19:53:04 +00:00
2002-06-12 14:55:19 +00:00
2002-05-24 07:26:17 +00:00
2002-06-22 16:33:29 +00:00
2002-03-20 10:12:07 +00:00
2002-06-13 17:28:55 +00:00