diff options
author | zhaolei <zhaolei> | 2007-12-21 06:58:08 +0000 |
---|---|---|
committer | zhaolei <zhaolei> | 2007-12-21 06:58:08 +0000 |
commit | d9906189043883600f02adf50d599af2a4d553b7 (patch) | |
tree | f6c1153514b95c7a1f4386eef07971ce84f4c211 /tapset/ChangeLog | |
parent | 378acbfa928b22d6759f8a47c18dd621566ea100 (diff) | |
download | systemtap-steved-d9906189043883600f02adf50d599af2a4d553b7.tar.gz systemtap-steved-d9906189043883600f02adf50d599af2a4d553b7.tar.xz systemtap-steved-d9906189043883600f02adf50d599af2a4d553b7.zip |
2007-12-21 Zhaolei <zhaolei@cn.fujitsu.com>
From Yang Zhiguo <yzgcsu@cn.fujitsu.com>
* aux_syscalls.stp (_futex_op_str): Add new futex options.
(_stp_fork_list[]): Add new clone flags.
Diffstat (limited to 'tapset/ChangeLog')
-rw-r--r-- | tapset/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog index 084739b6..26fd4713 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,3 +1,9 @@ +2007-12-21 Zhaolei <zhaolei@cn.fujitsu.com> + + From Yang Zhiguo <yzgcsu@cn.fujitsu.com> + * aux_syscalls.stp (_futex_op_str): Add new futex options. + (_stp_fork_list[]): Add new clone flags. + 2007-12-17 Martin Hunt <hunt@redhat.com> * syscalls.stp (get_mempolicy): Fix syntax. Add prototype. |