Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2002 23:55:28 -0700 (PDT)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/osf1 imgact_osf1.c src/sys/compat/pecoff imgact_pecoff.c src/sys/compat/svr4 imgact_svr4.c src/sys/i386/ibcs2 imgact_coff.c src/sys/i386/linux imgact_linux.c src/sys/kern imgact_aout.c imgact_elf.c kern_exec.c
Message-ID:  <200208130655.g7D6tS10004658@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2002/08/12 23:55:28 PDT

  Modified files:
    sys/alpha/osf1       imgact_osf1.c 
    sys/compat/pecoff    imgact_pecoff.c 
    sys/compat/svr4      imgact_svr4.c 
    sys/i386/ibcs2       imgact_coff.c 
    sys/i386/linux       imgact_linux.c 
    sys/kern             imgact_aout.c imgact_elf.c kern_exec.c 
  Log:
   - Hold the vnode lock throughout execve.
   - Set VV_TEXT in the top level execve code.
   - Fixup the image activators to deal with the newly locked vnode.
  
  Revision  Changes    Path
  1.14      +1 -13     src/sys/alpha/osf1/imgact_osf1.c
  1.18      +9 -6      src/sys/compat/pecoff/imgact_pecoff.c
  1.18      +14 -12    src/sys/compat/svr4/imgact_svr4.c
  1.54      +13 -9     src/sys/i386/ibcs2/imgact_coff.c
  1.44      +15 -9     src/sys/i386/linux/imgact_linux.c
  1.81      +0 -4      src/sys/kern/imgact_aout.c
  1.115     +3 -10     src/sys/kern/imgact_elf.c
  1.180     +36 -11    src/sys/kern/kern_exec.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?200208130655.g7D6tS10004658>