John Baldwin 60517fd1f7 - Assert that the vm lock is held for all of _vm_object_allocate().
- Restore the previous order of setting up a new vm_object.  The previous
  had a small bug where we zero'd out the flags after we set the
  OBJ_ONEMAPPING flag.
- Add several asserts of vm_mtx.
- Assert Giant is held rather than locking and unlocking it in a few
  places.
- Add in some #ifdef objlocks code to lock individual vm objects when
  vm objects each have their own lock someday.
- Don't bother acquiring the allproc lock for a ddb command.  If DDB
  blocked on the lock, that would be worse than having an inconsistent
  allproc list.
2001-05-23 22:42:10 +00:00
..
2001-05-23 10:06:48 +00:00
2001-05-21 18:52:02 +00:00
2001-05-23 22:11:25 +00:00
2001-05-20 03:12:55 +00:00
2001-05-23 10:02:22 +00:00
2001-03-20 10:42:49 +00:00
2001-05-23 20:41:17 +00:00
2001-05-21 12:51:44 +00:00
2001-05-23 20:33:54 +00:00