Home
last modified time | relevance | path

Searched hist:a5881ea55a2c554fd584cf985d99e92ad1db8737 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/kern/
H A Dkern_ktrace.cdiff a5881ea55a2c554fd584cf985d99e92ad1db8737 Thu Mar 13 19:24:22 CET 2003 John Baldwin <jhb@FreeBSD.org> - Cache a reference to the credential of the thread that starts a ktrace in
struct proc as p_tracecred alongside the current cache of the vnode in
p_tracep. This credential is then used for all later ktrace operations on
this file rather than using the credential of the current thread at the
time of each ktrace event.
- Now that we have multiple ktrace-related items in struct proc that are
pointers, rename p_tracep to p_tracevp to make it less ambiguous.

Requested by: rwatson (1)
diff a5881ea55a2c554fd584cf985d99e92ad1db8737 Thu Mar 13 19:24:22 CET 2003 John Baldwin <jhb@FreeBSD.org> - Cache a reference to the credential of the thread that starts a ktrace in
struct proc as p_tracecred alongside the current cache of the vnode in
p_tracep. This credential is then used for all later ktrace operations on
this file rather than using the credential of the current thread at the
time of each ktrace event.
- Now that we have multiple ktrace-related items in struct proc that are
pointers, rename p_tracep to p_tracevp to make it less ambiguous.

Requested by: rwatson (1)
H A Dkern_proc.cdiff a5881ea55a2c554fd584cf985d99e92ad1db8737 Thu Mar 13 19:24:22 CET 2003 John Baldwin <jhb@FreeBSD.org> - Cache a reference to the credential of the thread that starts a ktrace in
struct proc as p_tracecred alongside the current cache of the vnode in
p_tracep. This credential is then used for all later ktrace operations on
this file rather than using the credential of the current thread at the
time of each ktrace event.
- Now that we have multiple ktrace-related items in struct proc that are
pointers, rename p_tracep to p_tracevp to make it less ambiguous.

Requested by: rwatson (1)
diff a5881ea55a2c554fd584cf985d99e92ad1db8737 Thu Mar 13 19:24:22 CET 2003 John Baldwin <jhb@FreeBSD.org> - Cache a reference to the credential of the thread that starts a ktrace in
struct proc as p_tracecred alongside the current cache of the vnode in
p_tracep. This credential is then used for all later ktrace operations on
this file rather than using the credential of the current thread at the
time of each ktrace event.
- Now that we have multiple ktrace-related items in struct proc that are
pointers, rename p_tracep to p_tracevp to make it less ambiguous.

Requested by: rwatson (1)
H A Dkern_fork.cdiff a5881ea55a2c554fd584cf985d99e92ad1db8737 Thu Mar 13 19:24:22 CET 2003 John Baldwin <jhb@FreeBSD.org> - Cache a reference to the credential of the thread that starts a ktrace in
struct proc as p_tracecred alongside the current cache of the vnode in
p_tracep. This credential is then used for all later ktrace operations on
this file rather than using the credential of the current thread at the
time of each ktrace event.
- Now that we have multiple ktrace-related items in struct proc that are
pointers, rename p_tracep to p_tracevp to make it less ambiguous.

Requested by: rwatson (1)
diff a5881ea55a2c554fd584cf985d99e92ad1db8737 Thu Mar 13 19:24:22 CET 2003 John Baldwin <jhb@FreeBSD.org> - Cache a reference to the credential of the thread that starts a ktrace in
struct proc as p_tracecred alongside the current cache of the vnode in
p_tracep. This credential is then used for all later ktrace operations on
this file rather than using the credential of the current thread at the
time of each ktrace event.
- Now that we have multiple ktrace-related items in struct proc that are
pointers, rename p_tracep to p_tracevp to make it less ambiguous.

Requested by: rwatson (1)
H A Dkern_exit.cdiff a5881ea55a2c554fd584cf985d99e92ad1db8737 Thu Mar 13 19:24:22 CET 2003 John Baldwin <jhb@FreeBSD.org> - Cache a reference to the credential of the thread that starts a ktrace in
struct proc as p_tracecred alongside the current cache of the vnode in
p_tracep. This credential is then used for all later ktrace operations on
this file rather than using the credential of the current thread at the
time of each ktrace event.
- Now that we have multiple ktrace-related items in struct proc that are
pointers, rename p_tracep to p_tracevp to make it less ambiguous.

Requested by: rwatson (1)
diff a5881ea55a2c554fd584cf985d99e92ad1db8737 Thu Mar 13 19:24:22 CET 2003 John Baldwin <jhb@FreeBSD.org> - Cache a reference to the credential of the thread that starts a ktrace in
struct proc as p_tracecred alongside the current cache of the vnode in
p_tracep. This credential is then used for all later ktrace operations on
this file rather than using the credential of the current thread at the
time of each ktrace event.
- Now that we have multiple ktrace-related items in struct proc that are
pointers, rename p_tracep to p_tracevp to make it less ambiguous.

Requested by: rwatson (1)
H A Dkern_exec.cdiff a5881ea55a2c554fd584cf985d99e92ad1db8737 Thu Mar 13 19:24:22 CET 2003 John Baldwin <jhb@FreeBSD.org> - Cache a reference to the credential of the thread that starts a ktrace in
struct proc as p_tracecred alongside the current cache of the vnode in
p_tracep. This credential is then used for all later ktrace operations on
this file rather than using the credential of the current thread at the
time of each ktrace event.
- Now that we have multiple ktrace-related items in struct proc that are
pointers, rename p_tracep to p_tracevp to make it less ambiguous.

Requested by: rwatson (1)
diff a5881ea55a2c554fd584cf985d99e92ad1db8737 Thu Mar 13 19:24:22 CET 2003 John Baldwin <jhb@FreeBSD.org> - Cache a reference to the credential of the thread that starts a ktrace in
struct proc as p_tracecred alongside the current cache of the vnode in
p_tracep. This credential is then used for all later ktrace operations on
this file rather than using the credential of the current thread at the
time of each ktrace event.
- Now that we have multiple ktrace-related items in struct proc that are
pointers, rename p_tracep to p_tracevp to make it less ambiguous.

Requested by: rwatson (1)
/freebsd/sys/sys/
H A Dproc.hdiff a5881ea55a2c554fd584cf985d99e92ad1db8737 Thu Mar 13 19:24:22 CET 2003 John Baldwin <jhb@FreeBSD.org> - Cache a reference to the credential of the thread that starts a ktrace in
struct proc as p_tracecred alongside the current cache of the vnode in
p_tracep. This credential is then used for all later ktrace operations on
this file rather than using the credential of the current thread at the
time of each ktrace event.
- Now that we have multiple ktrace-related items in struct proc that are
pointers, rename p_tracep to p_tracevp to make it less ambiguous.

Requested by: rwatson (1)
diff a5881ea55a2c554fd584cf985d99e92ad1db8737 Thu Mar 13 19:24:22 CET 2003 John Baldwin <jhb@FreeBSD.org> - Cache a reference to the credential of the thread that starts a ktrace in
struct proc as p_tracecred alongside the current cache of the vnode in
p_tracep. This credential is then used for all later ktrace operations on
this file rather than using the credential of the current thread at the
time of each ktrace event.
- Now that we have multiple ktrace-related items in struct proc that are
pointers, rename p_tracep to p_tracevp to make it less ambiguous.

Requested by: rwatson (1)