<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/script/script.1, branch release/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-07-30T19:21:36Z</updated>
<entry>
<title>MFC'ing to 9.2.</title>
<updated>2013-07-30T19:21:36Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2013-07-30T19:21:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c89bc700648598b425d4b08131d518df954e200d'/>
<id>urn:sha1:c89bc700648598b425d4b08131d518df954e200d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix version in the .Fx macro.</title>
<updated>2013-03-16T22:37:56Z</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@FreeBSD.org</email>
</author>
<published>2013-03-16T22:37:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=99f23359a5fadf8007a6e88df9ddd77602835f7a'/>
<id>urn:sha1:99f23359a5fadf8007a6e88df9ddd77602835f7a</id>
<content type='text'>
Reported by:	&lt;deeptech71@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add "-f" to also output filemon(4) information.</title>
<updated>2012-10-26T15:56:28Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2012-10-26T15:56:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6cff4e07c15477db7747f98dc7ecbedfe7563d40'/>
<id>urn:sha1:6cff4e07c15477db7747f98dc7ecbedfe7563d40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove contractions.</title>
<updated>2012-10-07T20:01:41Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2012-10-07T20:01:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aee53c332eb4cf429b36db5c517edff1c0ff569c'/>
<id>urn:sha1:aee53c332eb4cf429b36db5c517edff1c0ff569c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mention when -d, -p and -r first hit FreeBSD.</title>
<updated>2012-07-30T08:06:00Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2012-07-30T08:06:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fabb5579bb372a0965d6c4ea9532de93894a0cde'/>
<id>urn:sha1:fabb5579bb372a0965d6c4ea9532de93894a0cde</id>
<content type='text'>
Bump the document date to when the change was made (rather than when the PR
was submitted).

Suggested by:	pluknet
</content>
</entry>
<entry>
<title>Add d, p and r switches for recording script sessions with timing data</title>
<updated>2012-07-30T07:13:06Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2012-07-30T07:13:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=df53360c762f678c8aa166b39370aeb9aa184f9c'/>
<id>urn:sha1:df53360c762f678c8aa166b39370aeb9aa184f9c</id>
<content type='text'>
and playing sessions back with or without time delays.

PR:		114465
Submitted by:	ighighi at gmail dot com
MFC after:	3 weeks
</content>
</entry>
<entry>
<title>Fix a few grammar and mdoc nits in script.1</title>
<updated>2011-09-29T02:29:32Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2011-09-29T02:29:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ef87c4dcd5e0b2aa19ab22945c7ec6f08d097757'/>
<id>urn:sha1:ef87c4dcd5e0b2aa19ab22945c7ec6f08d097757</id>
<content type='text'>
PR:		161088
Submitted by:	Ben Kaduk ( kaduk % mit ! edu )
MFC after:	1 week
Need-MFC:	225809
</content>
</entry>
<entry>
<title>When script(1) reads EOF from input it starts spinning on zero-byte</title>
<updated>2011-09-27T18:14:04Z</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2011-09-27T18:14:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=29da75477bd86b4efa5afb5fe9c131ad86099bf7'/>
<id>urn:sha1:29da75477bd86b4efa5afb5fe9c131ad86099bf7</id>
<content type='text'>
reads eating 100% CPU. Fix this by skipping select on STDIN after
reading EOF -- permanently if STDIN is not terminal and for one second
if it is.

Also after reading EOF from STDIN we have to pass it to the program
being scripted. The previous approach was to write zero bytes into the
pseudo-terminal. This does not work because zero-byte write does not
have any effect on read. Fix this by sending VEOF instead.

Submitted by:	Ronald Klop &lt;ronald-freebsd8@klop.yi.org&gt;
Discussed with:	kib, Chris Torek &lt;chris.torek@gmail.com&gt;
Approved by:	kib
MFC after:	1 week
</content>
</entry>
<entry>
<title>Remove the advertising clause from UCB copyrighted files in usr.bin.  This</title>
<updated>2010-12-11T08:32:16Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2010-12-11T08:32:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=da52b4caaf187775f6b56a72c6b16e94ad728f7b'/>
<id>urn:sha1:da52b4caaf187775f6b56a72c6b16e94ad728f7b</id>
<content type='text'>
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with:	imp, rwatson
</content>
</entry>
<entry>
<title>Fix the grammar after I added a second environmental variable.</title>
<updated>2010-09-19T00:36:26Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2010-09-19T00:36:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aa2e033466be5ec41d1a3e2b4c00e877f53a374c'/>
<id>urn:sha1:aa2e033466be5ec41d1a3e2b4c00e877f53a374c</id>
<content type='text'>
Submitted by:	wxs
</content>
</entry>
</feed>
