Home
last modified time | relevance | path

Searched hist:c52007c2ccc627f0eec86e7f7a1959ea0575b870 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/kern/
H A Dimgact_shell.cdiff c52007c2ccc627f0eec86e7f7a1959ea0575b870 Mon Nov 06 13:52:37 CET 1995 David Greenman <dg@FreeBSD.org> 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.
diff c52007c2ccc627f0eec86e7f7a1959ea0575b870 Mon Nov 06 13:52:37 CET 1995 David Greenman <dg@FreeBSD.org> 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.
H A Dimgact_aout.cdiff c52007c2ccc627f0eec86e7f7a1959ea0575b870 Mon Nov 06 13:52:37 CET 1995 David Greenman <dg@FreeBSD.org> 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.
diff c52007c2ccc627f0eec86e7f7a1959ea0575b870 Mon Nov 06 13:52:37 CET 1995 David Greenman <dg@FreeBSD.org> 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.
H A Dkern_exec.cdiff c52007c2ccc627f0eec86e7f7a1959ea0575b870 Mon Nov 06 13:52:37 CET 1995 David Greenman <dg@FreeBSD.org> 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.
diff c52007c2ccc627f0eec86e7f7a1959ea0575b870 Mon Nov 06 13:52:37 CET 1995 David Greenman <dg@FreeBSD.org> 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.
/freebsd/sys/i386/linux/
H A Dimgact_linux.cdiff c52007c2ccc627f0eec86e7f7a1959ea0575b870 Mon Nov 06 13:52:37 CET 1995 David Greenman <dg@FreeBSD.org> 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.
diff c52007c2ccc627f0eec86e7f7a1959ea0575b870 Mon Nov 06 13:52:37 CET 1995 David Greenman <dg@FreeBSD.org> 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.
H A Dlinux_sysent.cdiff c52007c2ccc627f0eec86e7f7a1959ea0575b870 Mon Nov 06 13:52:37 CET 1995 David Greenman <dg@FreeBSD.org> 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.
diff c52007c2ccc627f0eec86e7f7a1959ea0575b870 Mon Nov 06 13:52:37 CET 1995 David Greenman <dg@FreeBSD.org> 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.
/freebsd/sys/sys/
H A Dimgact.hdiff c52007c2ccc627f0eec86e7f7a1959ea0575b870 Mon Nov 06 13:52:37 CET 1995 David Greenman <dg@FreeBSD.org> 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.
diff c52007c2ccc627f0eec86e7f7a1959ea0575b870 Mon Nov 06 13:52:37 CET 1995 David Greenman <dg@FreeBSD.org> 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.
/freebsd/sys/compat/linux/
H A Dlinux_misc.cdiff c52007c2ccc627f0eec86e7f7a1959ea0575b870 Mon Nov 06 13:52:37 CET 1995 David Greenman <dg@FreeBSD.org> 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.
diff c52007c2ccc627f0eec86e7f7a1959ea0575b870 Mon Nov 06 13:52:37 CET 1995 David Greenman <dg@FreeBSD.org> 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.