4.14.0.100.622a-1
- v4.14 -> v4.14-100-g622af42: + implemented syscall fault injection.
This commit is contained in:
parent
3cc46cd063
commit
1b23451284
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/strace-4.14.tar.xz
|
/strace-4.14.0.100.622a.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
1e39b5f7583256d7dc21170b9da529ae strace-4.14.tar.xz
|
a7a02c191cf61c2d244e013091ae1940 strace-4.14.0.100.622a.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Tracks and displays system calls associated with a running process
|
Summary: Tracks and displays system calls associated with a running process
|
||||||
Name: strace
|
Name: strace
|
||||||
Version: 4.14
|
Version: 4.14.0.100.622a
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
@ -100,6 +100,10 @@ echo 'END OF TEST SUITE INFORMATION'
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 16 2016 Dmitry V. Levin <ldv@altlinux.org> - 4.14.0.100.622a-1
|
||||||
|
- v4.14 -> v4.14-100-g622af42:
|
||||||
|
+ implemented syscall fault injection.
|
||||||
|
|
||||||
* Tue Oct 04 2016 Dmitry V. Levin <ldv@altlinux.org> - 4.14-1
|
* Tue Oct 04 2016 Dmitry V. Levin <ldv@altlinux.org> - 4.14-1
|
||||||
- v4.13 -> v4.14:
|
- v4.13 -> v4.14:
|
||||||
+ added printing of the mode argument of open and openat syscalls
|
+ added printing of the mode argument of open and openat syscalls
|
||||||
|
Loading…
Reference in New Issue
Block a user