jhb a539ffb3e7 - Kill the have_giant parameter to userret() along with all instances of
that name as a variable.  Use mtx_owned(&Giant) where appropriate
  instead.
- Proc locking.
- P_FOO -> PS_FOO.
- Update comments about enable interrupts during trap and why this may be
  bad if we trap while holding a spin mutex.
- Don't bother resetting p to curproc in syscall() in case we are the child
  returning from fork.  The child hasn't returned from fork through syscall
  in a while.
- Remove fork_return() as it has been superseded by the MI version.
2001-01-24 09:53:49 +00:00
..
2001-01-16 09:39:23 +00:00
2001-01-24 00:01:42 +00:00
2001-01-22 11:27:25 +00:00
2000-12-30 22:06:19 +00:00
2001-01-23 23:51:56 +00:00
2001-01-22 11:27:25 +00:00
2000-12-31 10:24:19 +00:00
2001-01-22 22:34:53 +00:00
2001-01-22 17:51:48 +00:00
2001-01-23 12:37:15 +00:00
2000-05-01 20:32:07 +00:00
2001-01-24 06:54:24 +00:00