Searched hist:a5881ea55a2c554fd584cf985d99e92ad1db8737 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_ktrace.c | 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) 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 D | kern_proc.c | 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) 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 D | kern_fork.c | 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) 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 D | kern_exit.c | 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) 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 D | kern_exec.c | 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) 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 D | proc.h | 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) 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)
|