John Baldwin a5881ea55a - 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)
2003-03-13 18:24:22 +00:00
..
2003-01-25 22:41:22 +00:00
2003-03-13 07:07:16 +00:00
2003-03-12 06:08:48 +00:00
2003-03-09 10:20:16 +00:00
2003-03-13 07:55:53 +00:00