<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/util-linux.git/term-utils/script.c, branch baserock/morph</title>
<subtitle>git.kernel.org: pub/scm/utils/util-linux/util-linux.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/'/>
<entry>
<title>script: time from end of read() call partially fixes #58</title>
<updated>2014-04-23T09:55:08+00:00</updated>
<author>
<name>Wolfgang Richter</name>
<email>wolf@cs.cmu.edu</email>
</author>
<published>2014-03-20T02:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=218db157b147383fba3477ae53cf0f0d485365ae'/>
<id>218db157b147383fba3477ae53cf0f0d485365ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>script: Also flush writes to timing file.</title>
<updated>2014-04-23T09:55:07+00:00</updated>
<author>
<name>Jesper Dahl Nyerup</name>
<email>nyerup@one.com</email>
</author>
<published>2014-02-18T19:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=6f5ececbcce7f8bbc869841c4cb7a2093589f58f'/>
<id>6f5ececbcce7f8bbc869841c4cb7a2093589f58f</id>
<content type='text'>
If both -f and -t are given, flush the timing fd on each write, similar
to the behavior on the script fd. This allows playback of still-running
sessions, and reduces the risk of ending up with empty timing files when
script(1) exits abnormally.

Signed-off-by: Jesper Dahl Nyerup &lt;nyerup@one.com&gt;
Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If both -f and -t are given, flush the timing fd on each write, similar
to the behavior on the script fd. This allows playback of still-running
sessions, and reduces the risk of ending up with empty timing files when
script(1) exits abnormally.

Signed-off-by: Jesper Dahl Nyerup &lt;nyerup@one.com&gt;
Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>script: use poll() rather then O_NONBLOCK</title>
<updated>2014-01-17T12:29:07+00:00</updated>
<author>
<name>Karel Zak</name>
<email>kzak@redhat.com</email>
</author>
<published>2014-01-16T12:18:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=5e146619acd3ed3d6a42ca8a9fc49b152273d616'/>
<id>5e146619acd3ed3d6a42ca8a9fc49b152273d616</id>
<content type='text'>
The hack with O_NONBLOCK is not reliable, poll is really better way to
wait for data.

This is backport from master branch to v2.24.1.

Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The hack with O_NONBLOCK is not reliable, poll is really better way to
wait for data.

This is backport from master branch to v2.24.1.

Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "script: check that stdin is a terminal"</title>
<updated>2014-01-16T12:57:29+00:00</updated>
<author>
<name>Karel Zak</name>
<email>kzak@redhat.com</email>
</author>
<published>2014-01-16T12:57:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=6a7d2ea0ae0c96fdea510a5cc00af1143b033326'/>
<id>6a7d2ea0ae0c96fdea510a5cc00af1143b033326</id>
<content type='text'>
The patch does not make any sense for v2.24.1, because non-tty
stdin will be supported in version v2.25.

This reverts commit e088b34acd885984475de471f32e010f9549b81e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The patch does not make any sense for v2.24.1, because non-tty
stdin will be supported in version v2.25.

This reverts commit e088b34acd885984475de471f32e010f9549b81e.
</pre>
</div>
</content>
</entry>
<entry>
<title>script: check that stdin is a terminal</title>
<updated>2014-01-14T12:00:07+00:00</updated>
<author>
<name>Karel Zak</name>
<email>kzak@redhat.com</email>
</author>
<published>2013-12-02T12:42:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=e088b34acd885984475de471f32e010f9549b81e'/>
<id>e088b34acd885984475de471f32e010f9549b81e</id>
<content type='text'>
Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>script: restore errno in signal handler</title>
<updated>2014-01-14T11:46:09+00:00</updated>
<author>
<name>Karel Zak</name>
<email>kzak@redhat.com</email>
</author>
<published>2013-11-14T13:38:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=4987c6a05c8f5e86eb88fb9dd4c214438cb4c3cf'/>
<id>4987c6a05c8f5e86eb88fb9dd4c214438cb4c3cf</id>
<content type='text'>
References: https://plus.google.com/+LennartPoetteringTheOneAndOnly/posts/gHSscCJkakd
Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
References: https://plus.google.com/+LennartPoetteringTheOneAndOnly/posts/gHSscCJkakd
Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>script: don't call TIOCGWINSZ in signal handler</title>
<updated>2014-01-14T11:46:09+00:00</updated>
<author>
<name>Karel Zak</name>
<email>kzak@redhat.com</email>
</author>
<published>2013-11-14T13:34:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=56969c178d3e7d3547c72e233ef08845d5b82a8b'/>
<id>56969c178d3e7d3547c72e233ef08845d5b82a8b</id>
<content type='text'>
Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>script: use __noreturn__ for really last function [clang -Winvalid-noreturn]</title>
<updated>2013-03-20T14:20:18+00:00</updated>
<author>
<name>Karel Zak</name>
<email>kzak@redhat.com</email>
</author>
<published>2013-03-20T14:17:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=3d13d5823fe9168a9cce925a4637e580f16a6bf5'/>
<id>3d13d5823fe9168a9cce925a4637e580f16a6bf5</id>
<content type='text'>
Use 'noreturn' for done() only.

Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use 'noreturn' for done() only.

Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>textual: spell and encode the name of Arkadiusz Miśkiewicz correctly</title>
<updated>2013-02-06T10:15:02+00:00</updated>
<author>
<name>Benno Schulenberg</name>
<email>bensberg@justemail.net</email>
</author>
<published>2013-01-26T16:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=b50945d4ac2b415823cdc067efdcb54c80de8145'/>
<id>b50945d4ac2b415823cdc067efdcb54c80de8145</id>
<content type='text'>
Signed-off-by: Benno Schulenberg &lt;bensberg@justemail.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Benno Schulenberg &lt;bensberg@justemail.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>script: search shell from path, when necessary</title>
<updated>2013-01-09T12:37:01+00:00</updated>
<author>
<name>Sami Kerola</name>
<email>kerolasa@iki.fi</email>
</author>
<published>2012-12-28T21:23:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=b4ff2f54d794be5ca54cd40bcbbce2096f22d177'/>
<id>b4ff2f54d794be5ca54cd40bcbbce2096f22d177</id>
<content type='text'>
Addresses: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518532
Signed-off-by: Sami Kerola &lt;kerolasa@iki.fi&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518532
Signed-off-by: Sami Kerola &lt;kerolasa@iki.fi&gt;
</pre>
</div>
</content>
</entry>
</feed>
