Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2002 13:46:01 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_jail.c
Message-ID:  <200207012046.g61Kk15N024836@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2002/07/01 13:46:01 PDT

  Modified files:
    sys/kern             kern_jail.c 
  Log:
  The jail syscall calls chroot, which is not mpsafe, so put back a
  mtx_lock(&Giant) around that call.
  
  Reviewed by:    arr
  
  Revision  Changes    Path
  1.25      +2 -0      src/sys/kern/kern_jail.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207012046.g61Kk15N024836>