Date: Thu, 13 Mar 2003 22:36:43 +0100 From: Johan Karlsson <johan@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_exec.c kern_exit.c kern_fork.c kern_ktrace.c kern_proc.c src/sys/sys proc.h Message-ID: <20030313213643.GA78752@numeri.campus.luth.se> In-Reply-To: <200303131824.h2DIONCA075075@repoman.freebsd.org> References: <200303131824.h2DIONCA075075@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 13, 2003 at 10:24 (-0800) +0000, John Baldwin wrote: > jhb 2003/03/13 10:24:22 PST > > FreeBSD src repository > > Modified files: > sys/kern kern_exec.c kern_exit.c kern_fork.c > kern_ktrace.c kern_proc.c > sys/sys proc.h > Log: > - 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. I belive this is what broke the tinderbox build http://triangle.rtp.freebsd.org/~des/ cc -O -pipe -DLIBC_SCCS -I/vol/vol0/users/des/tinderbox/CURRENT/ia64/ia64/src/lib/libkvm -c /vol/vol0/users/des/tinderbox/CURRENT/ia64/ia64/src/lib/libkvm/kvm_proc.c -o kvm_proc.o /vol/vol0/users/des/tinderbox/CURRENT/ia64/ia64/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist': /vol/vol0/users/des/tinderbox/CURRENT/ia64/ia64/src/lib/libkvm/kvm_proc.c:191: structure has no member named `p_tracep' *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/CURRENT/ia64/ia64/src/lib/libkvm. Take care /Johan K > > Requested by: rwatson (1) > > Revision Changes Path > 1.216 +8 -3 src/sys/kern/kern_exec.c > 1.203 +7 -2 src/sys/kern/kern_exit.c > 1.187 +7 -3 src/sys/kern/kern_fork.c > 1.82 +35 -14 src/sys/kern/kern_ktrace.c > 1.176 +1 -1 src/sys/kern/kern_proc.c > 1.304 +2 -1 src/sys/sys/proc.h -- Johan Karlsson mailto:johan@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030313213643.GA78752>