Alan Cox 51ab6c2890 Simplify vmspace initialization. The bcopy() of fields from the old
vmspace to the new vmspace in vmspace_exec() is mostly wasted effort.  With
one exception, vm_swrss, the copied fields are immediately overwritten.
Instead, initialize these fields to zero in vmspace_alloc(), eliminating a
bcopy() from vmspace_exec() and a bzero() from vmspace_fork().
2004-07-24 07:40:35 +00:00
..
2004-05-31 21:46:06 +00:00
2004-05-31 21:46:06 +00:00
2004-05-31 21:46:06 +00:00
2004-06-11 11:16:26 +00:00
2004-06-17 17:16:53 +00:00