Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 1995 04:52:38 -0800
From:      David Greenman <davidg>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/sys imgact.h
Message-ID:  <199511061252.EAA24281@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidg      95/11/06 04:52:38

  Modified:    sys/i386/ibcs2  imgact_coff.c
               sys/i386/linux  imgact_linux.c linux_misc.c linux_sysent.c
               sys/kern  imgact_aout.c imgact_gzip.c imgact_shell.c
                        kern_exec.c
               sys/sys   imgact.h
  Log:
  All:
     Changed vnodep -> vp for consistency with the rest of the kernel, and
  changed iparams -> imgp for brevity.
  
  kern_exec.c:
     Explicitly initialized some additional parts of the image_params struct
  to avoid bzeroing it. Rewrote the set-id code to reduce the number of
  logical tests. The rewrite exposed a mostly benign bug in the algorithm:
  traced set-id images would get ktracing disabled even if the set-id didn't
  happen for other reasons.



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