<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_external_strace/NEWS, branch stable/cm-12.0-YNG3C</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_strace/'/>
<entry>
<title>Document -k option as experimental</title>
<updated>2014-06-18T15:41:19+00:00</updated>
<author>
<name>Dmitry V. Levin</name>
<email>ldv@altlinux.org</email>
</author>
<published>2014-06-18T15:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_strace/commit/?id=2734a7010fb24dbcad3c55565d08c5c9b81f8624'/>
<id>2734a7010fb24dbcad3c55565d08c5c9b81f8624</id>
<content type='text'>
strace -k does not produce a reliable output on all supported
configurations yet, even basic strace-k.test is known to fail
on some of them.

* strace.c (usage): Document -k option as experimental.
* strace.1: Likewise.
* NEWS: Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
strace -k does not produce a reliable output on all supported
configurations yet, even basic strace-k.test is known to fail
on some of them.

* strace.c (usage): Document -k option as experimental.
* strace.1: Likewise.
* NEWS: Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix delete_module decoding</title>
<updated>2014-06-04T16:29:18+00:00</updated>
<author>
<name>Dmitry V. Levin</name>
<email>ldv@altlinux.org</email>
</author>
<published>2014-06-04T15:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_strace/commit/?id=d04bb2bb804fae73d29b234eae081af6f80e8209'/>
<id>d04bb2bb804fae73d29b234eae081af6f80e8209</id>
<content type='text'>
* xlat/delete_module_flags.in: New file.
* file.c (sys_delete_module): Move ...
* bjm.c (sys_delete_module): ... to here.
Decode 1st argument using printstr instead of printpath.
* NEWS: Mention it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* xlat/delete_module_flags.in: New file.
* file.c (sys_delete_module): Move ...
* bjm.c (sys_delete_module): ... to here.
Decode 1st argument using printstr instead of printpath.
* NEWS: Mention it.
</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS: Prepare for 4.9 release</title>
<updated>2014-06-03T13:31:37+00:00</updated>
<author>
<name>Dmitry V. Levin</name>
<email>ldv@altlinux.org</email>
</author>
<published>2014-06-03T13:31:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_strace/commit/?id=327102c7f6a8d70a32f83280f897fc02da0a8810'/>
<id>327102c7f6a8d70a32f83280f897fc02da0a8810</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optionally produce stats on syscall latency</title>
<updated>2014-05-29T18:15:38+00:00</updated>
<author>
<name>Mark Hills</name>
<email>Mark.Hills@framestore.com</email>
</author>
<published>2014-05-28T16:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_strace/commit/?id=e53bf23f1c33076090b51184b82af4dd98d0c51c'/>
<id>e53bf23f1c33076090b51184b82af4dd98d0c51c</id>
<content type='text'>
Time spent in system time is not useful where a syscall depends on some
non-CPU resource, eg. typically open() or stat() to a network drive.

This patch adds a new flag (-w) to produce a summary of the time
difference between beginning and end of the system call (ie. latency)

This functionality has been useful to profile slow processes that
are not CPU-bound.

Signed-off-by: Mark Hills &lt;mark.hills@framestore.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Time spent in system time is not useful where a syscall depends on some
non-CPU resource, eg. typically open() or stat() to a network drive.

This patch adds a new flag (-w) to produce a summary of the time
difference between beginning and end of the system call (ie. latency)

This functionality has been useful to profile slow processes that
are not CPU-bound.

Signed-off-by: Mark Hills &lt;mark.hills@framestore.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: post-release administrivia</title>
<updated>2013-06-05T21:33:45+00:00</updated>
<author>
<name>Dmitry V. Levin</name>
<email>ldv@altlinux.org</email>
</author>
<published>2013-06-05T21:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_strace/commit/?id=02d2c708ded6727f847f22e2ca09c762c8f16949'/>
<id>02d2c708ded6727f847f22e2ca09c762c8f16949</id>
<content type='text'>
* NEWS: Add header line for next release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* NEWS: Add header line for next release.
</pre>
</div>
</content>
</entry>
<entry>
<title>ioctlent: add UAPI support</title>
<updated>2013-06-03T16:24:53+00:00</updated>
<author>
<name>Dmitry V. Levin</name>
<email>ldv@altlinux.org</email>
</author>
<published>2013-06-03T16:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_strace/commit/?id=1cd3f5f844d58b1ced8d3f6dc431688ed94d008e'/>
<id>1cd3f5f844d58b1ced8d3f6dc431688ed94d008e</id>
<content type='text'>
* Makefile.am (IOCTLSORT_INCLUDEDIR): Define.
(ioctlsort): Use it.
* linux/ioctlent.sh (lookup_ioctls): Look into uapi directory tree.
Strip "uapi/" prefix from output path names.
* linux/ioctlent.h.in: Regenerate from v3.9 headers.
* NEWS: Mention it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.am (IOCTLSORT_INCLUDEDIR): Define.
(ioctlsort): Use it.
* linux/ioctlent.sh (lookup_ioctls): Look into uapi directory tree.
Strip "uapi/" prefix from output path names.
* linux/ioctlent.h.in: Regenerate from v3.9 headers.
* NEWS: Mention it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for 4.8 release</title>
<updated>2013-06-03T12:34:56+00:00</updated>
<author>
<name>Dmitry V. Levin</name>
<email>ldv@altlinux.org</email>
</author>
<published>2013-06-03T12:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_strace/commit/?id=d845411e8c0b315c754d5d45df3103a12f5e876e'/>
<id>d845411e8c0b315c754d5d45df3103a12f5e876e</id>
<content type='text'>
* NEWS: Update for 4.8 release.
* debian/changelog: 4.8-1.
* strace.spec: 4.8-1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* NEWS: Update for 4.8 release.
* debian/changelog: 4.8-1.
* strace.spec: 4.8-1.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: introduce git-version-gen</title>
<updated>2013-04-30T23:52:12+00:00</updated>
<author>
<name>Dmitry V. Levin</name>
<email>ldv@altlinux.org</email>
</author>
<published>2013-04-30T23:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_strace/commit/?id=dce7593cabc1702969ce5b78b0be7bc393374584'/>
<id>dce7593cabc1702969ce5b78b0be7bc393374584</id>
<content type='text'>
* .gitignore: Add .version.
* Makefile.am (EXTRA_DIST, BUILT_SOURCES): Add $(srcdir)/.version.
Add rules to check NEWS, generate $(srcdir)/.version and
$(distdir)/.tarball-version files.
Change ChangeLog and CREDITS generation rules to depend on
$(srcdir)/.version instead of $(srcdir)/.git/refs/heads/*.
* NEWS: Add dates to recent releases.
* configure.ac (AC_INIT): Use git-version-gen.
(AM_INIT_AUTOMAKE): Remove check-news.
* git-version-gen: Import from gnulib.
* make-dist: Check NEWS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* .gitignore: Add .version.
* Makefile.am (EXTRA_DIST, BUILT_SOURCES): Add $(srcdir)/.version.
Add rules to check NEWS, generate $(srcdir)/.version and
$(distdir)/.tarball-version files.
Change ChangeLog and CREDITS generation rules to depend on
$(srcdir)/.version instead of $(srcdir)/.git/refs/heads/*.
* NEWS: Add dates to recent releases.
* configure.ac (AC_INIT): Use git-version-gen.
(AM_INIT_AUTOMAKE): Remove check-news.
* git-version-gen: Import from gnulib.
* make-dist: Check NEWS.
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: post-release administrivia</title>
<updated>2012-05-02T23:00:34+00:00</updated>
<author>
<name>Dmitry V. Levin</name>
<email>ldv@altlinux.org</email>
</author>
<published>2012-05-02T23:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_strace/commit/?id=503faaae3a6b6e05022c26b76f5c867e5623f1a7'/>
<id>503faaae3a6b6e05022c26b76f5c867e5623f1a7</id>
<content type='text'>
* NEWS: Add header line for next release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* NEWS: Add header line for next release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update STA_* constants</title>
<updated>2012-05-01T21:17:51+00:00</updated>
<author>
<name>Dmitry V. Levin</name>
<email>ldv@altlinux.org</email>
</author>
<published>2012-05-01T21:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_strace/commit/?id=a28fbfd523f9758438985847cf9cd6b9c08433b1'/>
<id>a28fbfd523f9758438985847cf9cd6b9c08433b1</id>
<content type='text'>
* time.c (adjtimex_status): Add STA_NANO, STA_MODE, and STA_CLK.
* NEWS (Improvements): Mention it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* time.c (adjtimex_status): Add STA_NANO, STA_MODE, and STA_CLK.
* NEWS (Improvements): Mention it.
</pre>
</div>
</content>
</entry>
</feed>
