<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/cmp, branch releng/12.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2019-12-06T18:27:50Z</updated>
<entry>
<title>MFC r344551:</title>
<updated>2019-12-06T18:27:50Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-12-06T18:27:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f1bb2f31d3072eefb26a95a6f71f47bda22b7753'/>
<id>urn:sha1:f1bb2f31d3072eefb26a95a6f71f47bda22b7753</id>
<content type='text'>
Fix handling of rights on stdio streams, take two.

PR:	234885
</content>
</entry>
<entry>
<title>MFC r340138 (by oshogbo):</title>
<updated>2019-12-06T18:26:34Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-12-06T18:26:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=10a93cc038a7876c7cd4ae1b399ff4afbdbf8aa9'/>
<id>urn:sha1:10a93cc038a7876c7cd4ae1b399ff4afbdbf8aa9</id>
<content type='text'>
capsicum: use a new capsicum helpers in tools
</content>
</entry>
<entry>
<title>MFC r345034:</title>
<updated>2019-05-31T16:20:00Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2019-05-31T16:20:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f0dcb331e116f3f172a74554c5f913ea022683d'/>
<id>urn:sha1:3f0dcb331e116f3f172a74554c5f913ea022683d</id>
<content type='text'>
Drop "All rights reserved" from the files I own

Also, add SPDX tags where needed.
</content>
</entry>
<entry>
<title>MFC r343247:</title>
<updated>2019-01-28T16:18:17Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-01-28T16:18:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=98b0f5644609523af45a8eb1790fe8c93f10ace4'/>
<id>urn:sha1:98b0f5644609523af45a8eb1790fe8c93f10ace4</id>
<content type='text'>
Fix cmp(1) tests for "special" mode.
</content>
</entry>
<entry>
<title>Properly commit the revert of r343205.</title>
<updated>2019-01-21T04:10:45Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-01-21T04:10:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=267c0ad5b11e73c13e0ee7e841836459e8e251c7'/>
<id>urn:sha1:267c0ad5b11e73c13e0ee7e841836459e8e251c7</id>
<content type='text'>
MFCing the head revert isn't the same as reverting the MFC.

This is a direct commit to stable/12.
</content>
</entry>
<entry>
<title>MFC r343245:</title>
<updated>2019-01-21T03:48:30Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-01-21T03:48:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4a9b0811d2eb842e0994ce08bc863005396b0917'/>
<id>urn:sha1:4a9b0811d2eb842e0994ce08bc863005396b0917</id>
<content type='text'>
Revert r343117.
</content>
</entry>
<entry>
<title>MFC r343117:</title>
<updated>2019-01-20T00:58:54Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-01-20T00:58:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=47165176a47e46de4337f15645ad9bee9a69b06f'/>
<id>urn:sha1:47165176a47e46de4337f15645ad9bee9a69b06f</id>
<content type='text'>
Fix handling of rights on stdio streams.

PR:	234885
</content>
</entry>
<entry>
<title>Convert `cap_enter() &lt; 0 &amp;&amp; errno != ENOSYS` to `caph_enter() &lt; 0`.</title>
<updated>2018-06-19T23:43:14Z</updated>
<author>
<name>Mariusz Zaborski</name>
<email>oshogbo@FreeBSD.org</email>
</author>
<published>2018-06-19T23:43:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7672a0148f79063eac8f8e0beb0db5350d02d5d4'/>
<id>urn:sha1:7672a0148f79063eac8f8e0beb0db5350d02d5d4</id>
<content type='text'>
No functional change intended.
</content>
</entry>
<entry>
<title>cmp(1): Provide some long options</title>
<updated>2018-05-02T01:32:34Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-05-02T01:32:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8facfdcf2107b31c9430a223ea9b497a5377a666'/>
<id>urn:sha1:8facfdcf2107b31c9430a223ea9b497a5377a666</id>
<content type='text'>
These match GNU cmp(1) for compatibility where applicable.

Future work might implement the -i option from GNU cmp(1) to express skip
either in terms of both files or of the form "SKIP1:SKIP2" rather than
specifying them as additional arguments to cmp(1).

MFC after:	1 month
</content>
</entry>
<entry>
<title>various: general adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T15:37:16Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T15:37:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1de7b4b805ddbf2429da511c053686ac4591ed89'/>
<id>urn:sha1:1de7b4b805ddbf2429da511c053686ac4591ed89</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

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.

No functional change intended.
</content>
</entry>
</feed>
