John Baldwin 03d7a9fffb - Change chroot_refuse_vdir_fds() to require that the passed in struct
filedesc is already locked rather than having chroot() unlock the
  filedesc so chroot_refuse_vdir_fds() can immediately relock it.
- Reorder chroot() a bitso that we do the namei lookup before checking
  the process's struct filedesc.  This closes at least one potential race
  and allows us to only acquire the filedsec lock once in chroot().
- Push down Giant slightly into chroot().
2002-07-13 04:07:12 +00:00
..
2002-07-10 12:13:16 +00:00
2002-06-19 20:44:48 +00:00
2002-05-16 21:28:32 +00:00
2002-05-24 07:26:17 +00:00
2002-06-29 17:26:22 +00:00
2002-07-11 03:27:30 +00:00
2002-06-30 03:01:44 +00:00
2002-06-29 17:26:22 +00:00
2002-07-12 19:56:31 +00:00