diff options
author | jhb <jhb@FreeBSD.org> | 2001-01-24 09:53:49 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-01-24 09:53:49 +0000 |
commit | a539ffb3e757b7173722db6fec72f5079bdb4f3a (patch) | |
tree | 50b380b2bbe0dc559209077fd93f9dec8b5121f2 /lib/libc/stdlib/twalk.c | |
parent | 1b7c29442e5ad3530e88e080d18fb4e82c39a7ff (diff) | |
download | FreeBSD-src-a539ffb3e757b7173722db6fec72f5079bdb4f3a.zip FreeBSD-src-a539ffb3e757b7173722db6fec72f5079bdb4f3a.tar.gz |
- 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.
Diffstat (limited to 'lib/libc/stdlib/twalk.c')
0 files changed, 0 insertions, 0 deletions