From b3a26c7b5b7cbd98daa32841ee5f687c035b42ad Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 13 Dec 2005 16:02:30 +0000 Subject: * reformatted --- ChangeLog | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index eadd6ddc..8bc21e40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,20 @@ 2005-12-12 Josh Stone - * tapset/context.stp (execname,pid,tid,ppid,pexecname,gid,egid,uid,euid): - Removed in_interrupt checks and other pointer checks. We now operate on - the assumption that "current" and its related data are always valid. - * tapsets.cxx (profile_derived_probe::*,profile_builder::build): Do kernel - version checks at translation time, using the same internal mechanisms as - the preprocessor - a la %( kernel_v < "2.6.10" %? ... %: ... %) + * tapset/context.stp + (execname,pid,tid,ppid,pexecname,gid,egid,uid,euid): Removed + in_interrupt checks and other pointer checks. We now operate on + the assumption that "current" and its related data are always + valid. + * tapsets.cxx (profile_derived_probe::*,profile_builder::build): + Do kernel version checks at translation time, using the same + internal mechanisms as the preprocessor - a la %( kernel_v < + "2.6.10" %? ... %: ... %) 2005-12-12 Kevin Stafford + * main.cxx (main): Added arch directory to the existing kernel-version-sensitive search path. + 2005-12-12 Frank Ch. Eigler * translate.cxx (translate_pass): Emit #include . -- cgit