diff options
| author | hunt <hunt> | 2007-10-05 17:56:58 +0000 |
|---|---|---|
| committer | hunt <hunt> | 2007-10-05 17:56:58 +0000 |
| commit | c488dee487f25763b3d4dba2400356dc83a3f11e (patch) | |
| tree | 1a1c447c5b3cfa78b9548566af09a15629f731d8 /tapset/ChangeLog | |
| parent | bef7755f16f9cfe014651dd00d1a6ea3e944d996 (diff) | |
| download | systemtap-steved-c488dee487f25763b3d4dba2400356dc83a3f11e.tar.gz systemtap-steved-c488dee487f25763b3d4dba2400356dc83a3f11e.tar.xz systemtap-steved-c488dee487f25763b3d4dba2400356dc83a3f11e.zip | |
2007-10-05 Martin Hunt <hunt@redhat.com>
* syscalls2.stp (rt_sigaction, sigaction): Call
_struct_sigaction_u().
* aux_syscalls.stp (_struct_timeval): Removed. No longer
necessary now that we have structure access in scripts.
(_struct_timespec): Ditto.
(_struct_itimerval): Ditto.
(_struct_timezone_u): Remove random CATCH_DEREF_FAULT()
line.
(_stp_sigset_str): New.
(_struct_sigaction_u): New.
Diffstat (limited to 'tapset/ChangeLog')
| -rw-r--r-- | tapset/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog index e22dde29..362d0996 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,3 +1,17 @@ +2007-10-05 Martin Hunt <hunt@redhat.com> + + * syscalls2.stp (rt_sigaction, sigaction): Call + _struct_sigaction_u(). + + * aux_syscalls.stp (_struct_timeval): Removed. No longer + necessary now that we have structure access in scripts. + (_struct_timespec): Ditto. + (_struct_itimerval): Ditto. + (_struct_timezone_u): Remove random CATCH_DEREF_FAULT() + line. + (_stp_sigset_str): New. + (_struct_sigaction_u): New. + 2007-10-04 Frank Ch. Eigler <fche@elastic.org> * inet.stp: New tapset for htonl and friends. |
