jhb eabcf31b82 - Change userret() to take a struct trapframe * as its second argument and
to extract the PC from that to send to addupc_task() so that it can be
  called from MI code.
- Remove all traces of have_giant with extreme prejudice and use
  mtx_owned(&Giant) instead where appropriate.
- Proc locking.
- P_FOO -> PS_FOO.
- Don't grab Giant just to look in curproc's p_addr during a trap since we
  may choose to immediately exit.  Instead, delay grabbing Giant a bit
  until we actually need it.
- Don't reset 'p' to 'curproc' in syscall() to handle the case of a child
  returning from fork1() since children don't return via syscall().
- Remove an XXX comment in ast() that questions the correctness of the
  userland check.  The code is correct.
2001-01-24 10:23:21 +00:00
..
2001-01-24 10:01:13 +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-24 10:01:13 +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
2001-01-24 10:16:23 +00:00
2001-01-24 06:54:24 +00:00