diff options
author | hunt <hunt> | 2007-09-27 17:43:03 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-09-27 17:43:03 +0000 |
commit | 3cd0e15acc565ac8b02f99e3750118c93fd6324c (patch) | |
tree | b83ad42ea72da44d20ebf87712299ca7b622faab /tapset/ChangeLog | |
parent | 47e0dd932cad3716b167e043678b52e06f32a2f8 (diff) | |
download | systemtap-steved-3cd0e15acc565ac8b02f99e3750118c93fd6324c.tar.gz systemtap-steved-3cd0e15acc565ac8b02f99e3750118c93fd6324c.tar.xz systemtap-steved-3cd0e15acc565ac8b02f99e3750118c93fd6324c.zip |
2007-09-27 Martin Hunt <hunt@redhat.com>
* aux_syscalls.stp (_stp_lookup_str, _stp_lookup_or_str):
New functions to efficiently and safely read arrays of values
and return a string.
(_signal_name): Reimplement using _stp_lookup_str().
(_semctl_cmd): Ditto.
(__fork_flags): Ditto.
(_mmap_flags): Ditto.
(_mprotect_prot_str): Ditto.
(_shmat_flags_str): Ditto.
(_at_flag_str): Ditto.
(get_mmap_args): Complete rewrite for safety and correctness.
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 65abd7d5..59a73895 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,3 +1,17 @@ +2007-09-27 Martin Hunt <hunt@redhat.com> + + * aux_syscalls.stp (_stp_lookup_str, _stp_lookup_or_str): + New functions to efficiently and safely read arrays of values + and return a string. + (_signal_name): Reimplement using _stp_lookup_str(). + (_semctl_cmd): Ditto. + (__fork_flags): Ditto. + (_mmap_flags): Ditto. + (_mprotect_prot_str): Ditto. + (_shmat_flags_str): Ditto. + (_at_flag_str): Ditto. + (get_mmap_args): Complete rewrite for safety and correctness. + 2007-09-27 Wenji Huang <wenji.huang@oracle.com> * rpc.stp (clones_from_clnt, tasks_from_clnt): Fix for kernel >= 2.6.22. |