diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2007-12-17 22:08:48 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2007-12-17 22:08:48 -0500 |
commit | 043bc7a01ff38fa37b651cfdaf10a34a9c98683c (patch) | |
tree | 5e0fc0d0035c7521d32738c82687396864b73cef /tapset/ChangeLog | |
parent | 06e0853b32f53f33d791a99d21e630800642a442 (diff) | |
parent | 378acbfa928b22d6759f8a47c18dd621566ea100 (diff) | |
download | systemtap-steved-043bc7a01ff38fa37b651cfdaf10a34a9c98683c.tar.gz systemtap-steved-043bc7a01ff38fa37b651cfdaf10a34a9c98683c.tar.xz systemtap-steved-043bc7a01ff38fa37b651cfdaf10a34a9c98683c.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'tapset/ChangeLog')
-rw-r--r-- | tapset/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog index 936d9847..084739b6 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,3 +1,20 @@ +2007-12-17 Martin Hunt <hunt@redhat.com> + + * syscalls.stp (get_mempolicy): Fix syntax. Add prototype. + (kexec_load): Ditto. + (mbind): Ditto. + (move_pages): Ditto. + +2007-12-17 Zhaolei <zhaolei@cn.fujitsu.com> + + From Yang Zhiguo <yzgcsu@cn.fujitsu.com> + * Add new address family to _fam_num2str: IUCV and RXRPC. + +2007-12-17 Zhaolei <zhaolei@cn.fujitsu.com> + + From Bai Weidong <baiwd@cn.fujitsu.com> + * syscalls.stp: Add missed compat* probes in syscalls.stp. + 2007-12-12 Martin Hunt <hunt@redhat.com> * syscalls2.stp (compat_sys_ptrace): Remove for now. |