<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/script/script.c, branch releng/12.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2020-08-14T00:55:48Z</updated>
<entry>
<title>MFC r364112:</title>
<updated>2020-08-14T00:55:48Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2020-08-14T00:55:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e0f3707fd83493a247360e9c811b4705da01c484'/>
<id>urn:sha1:e0f3707fd83493a247360e9c811b4705da01c484</id>
<content type='text'>
script: Minor cleanups.

PR:	248377
</content>
</entry>
<entry>
<title>MFC r364039:</title>
<updated>2020-08-14T00:55:23Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2020-08-14T00:55:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1eba6a9de6af1c3c82049760210f031318f6871f'/>
<id>urn:sha1:1eba6a9de6af1c3c82049760210f031318f6871f</id>
<content type='text'>
script: Put the terminal in raw mode when playing back a session.

PR:	248377
</content>
</entry>
<entry>
<title>General further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-20T19:49:47Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-20T19:49:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8a16b7a18f5d0b031f09832fd7752fba717e2a97'/>
<id>urn:sha1:8a16b7a18f5d0b031f09832fd7752fba717e2a97</id>
<content type='text'>
Mainly focus on files that use BSD 3-Clause license.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
</content>
</entry>
<entry>
<title>Renumber copyright clause 4</title>
<updated>2017-02-28T23:42:47Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-02-28T23:42:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fbbd9655e5107c68e4e0146ff22b73d7350475bc'/>
<id>urn:sha1:fbbd9655e5107c68e4e0146ff22b73d7350475bc</id>
<content type='text'>
Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.

Submitted by:	Jan Schaumann &lt;jschauma@stevens.edu&gt;
Pull Request:	https://github.com/freebsd/freebsd/pull/96
</content>
</entry>
<entry>
<title>Directly set the O_CLOEXEC flags via the open(2) attributes</title>
<updated>2016-04-16T12:47:23Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-04-16T12:47:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=26e736b2c0e50a26d2d88d408dfdde3eb7406b2f'/>
<id>urn:sha1:26e736b2c0e50a26d2d88d408dfdde3eb7406b2f</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>Record command exit status in the typescript file when running simple commands.</title>
<updated>2016-03-08T18:05:23Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-03-08T18:05:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=66d93438b1666f17c65a937a171687938361710d'/>
<id>urn:sha1:66d93438b1666f17c65a937a171687938361710d</id>
<content type='text'>
Also capitalize 'command:'.

Relnotes:	yes
MFC after:	2 weeks
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Just exit in the child if execve(2) fails.</title>
<updated>2016-03-08T18:05:20Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-03-08T18:05:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=95d13d1b02e0280679959d1f5e5eff693d259ad6'/>
<id>urn:sha1:95d13d1b02e0280679959d1f5e5eff693d259ad6</id>
<content type='text'>
No functional change.

This is mostly addressing a false-positive from the clang static
analyzer due to it thinking that done() was being called with freed
memory, however the kill(0, SIGTERM) made the done() never reached.
It doesn't make sense to the show the footer from the child anyhow, nor
does it make sense to kill the process group here since the execve(2)
failed in the child.  This code was leftover from many years of refactoring.

MFC after:	1 week
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Filemon: Attach from the child to avoid racing with the parent attach.</title>
<updated>2016-03-08T18:05:02Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-03-08T18:05:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7b245cb846ca18c501059c5875a90792baf5821b'/>
<id>urn:sha1:7b245cb846ca18c501059c5875a90792baf5821b</id>
<content type='text'>
This is the same as how the bmake filemon usage works.

This also fixes failed attach not properly flushing the TTY.

MFC after:	1 week
Relnotes:	yes
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Bring back r226403, the fix for bin/161526, which was (accidentally?)</title>
<updated>2014-01-17T21:45:25Z</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2014-01-17T21:45:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=29f4384a31e5e3defd1bbf56fc5a8bcb118a499f'/>
<id>urn:sha1:29f4384a31e5e3defd1bbf56fc5a8bcb118a499f</id>
<content type='text'>
reverted in r238896.

PR:		bin/161526
Reported by:	Karli.Sjoberg slu.se
MFC after:	3 days
</content>
</entry>
<entry>
<title>Add -F to flush output after each write.  With this, I can</title>
<updated>2013-12-05T01:44:24Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2013-12-05T01:44:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8d105abc4fb48bbd546056f83bbff951e8a77865'/>
<id>urn:sha1:8d105abc4fb48bbd546056f83bbff951e8a77865</id>
<content type='text'>
set up a pipe and allow a jr user to watch what I'm doing
by running 'script -F pipefile' on it.

While here, spell out the month in the .Dd tag like other
manual pages.
</content>
</entry>
</feed>
