<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/sort, branch release/11.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2018-06-27T21:11:28Z</updated>
<entry>
<title>MFC r335404: sort(1): Fix -m when only implicit stdin is used for input</title>
<updated>2018-06-27T21:11:28Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-06-27T21:11:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8cb6a7a9705f9a5c9c5613c1dd0ec33d9511e51c'/>
<id>urn:sha1:8cb6a7a9705f9a5c9c5613c1dd0ec33d9511e51c</id>
<content type='text'>
Observe:

printf "a\nb\nc\n" &gt; /tmp/foo
# Next command results in no output
cat /tmp/foo | sort -m
# Next command results in proper output
cat /tmp/foo | sort -m -
# Also works:
sort -m /tmp/foo

Some const'ification was done to simplify the actual solution of adding "-"
explicitly to the file list if we didn't have any file arguments left over.

PR:		190099
</content>
</entry>
<entry>
<title>MFC r326276:</title>
<updated>2018-03-05T07:26:05Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-05T07:26:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=25d4b2c1b89d42d752e23f9935692f481cb272ea'/>
<id>urn:sha1:25d4b2c1b89d42d752e23f9935692f481cb272ea</id>
<content type='text'>
various: general adoption of SPDX licensing ID tags.

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>
<entry>
<title>MFC r328995:</title>
<updated>2018-02-14T00:32:19Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2018-02-14T00:32:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=08100800d9ffc9ff2aa60f88d9bc557724c55bf0'/>
<id>urn:sha1:08100800d9ffc9ff2aa60f88d9bc557724c55bf0</id>
<content type='text'>
Fix the WITH_SORT_THREADS build.

PR:	201664
</content>
</entry>
<entry>
<title>MFC r312667 (by pfg):</title>
<updated>2018-02-14T00:31:37Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2018-02-14T00:31:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=86b85c8e882eec1fdc5df1f699df920039354327'/>
<id>urn:sha1:86b85c8e882eec1fdc5df1f699df920039354327</id>
<content type='text'>
sort - Don't live-loop threads.
</content>
</entry>
<entry>
<title>MFC r305613 (gabor):</title>
<updated>2017-05-22T16:11:46Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2017-05-22T16:11:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2f2685de547ae821a974569bae20a6f42917ee8b'/>
<id>urn:sha1:2f2685de547ae821a974569bae20a6f42917ee8b</id>
<content type='text'>
 Fix typo.

PR:		211245
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC: r310712</title>
<updated>2017-05-10T20:29:33Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2017-05-10T20:29:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=331964e26d01a40da5e4d5066829ff2c9ae35c76'/>
<id>urn:sha1:331964e26d01a40da5e4d5066829ff2c9ae35c76</id>
<content type='text'>
- Use correct offsets into the keys set array. As the elements of this
  zero-length array are dynamically sized at run-time based on the use
  of hints, compilers can't be expected to figure out these offsets on
  their own. [1]
- Fix incorrect comparison in cmp_nans(). [2]

PR:		204571 [1], 202301 [2]
Submitted by:	David Binderman [2]
</content>
</entry>
<entry>
<title>MFC r309232-309234:</title>
<updated>2016-12-12T00:45:43Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2016-12-12T00:45:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3a5c71e2a7ecde3b392cab3e3628a058976d0968'/>
<id>urn:sha1:3a5c71e2a7ecde3b392cab3e3628a058976d0968</id>
<content type='text'>
r309232: Fix an obvious typo.
r309233: Eliminate variables that are computed, assigned but
         never used.
r309234: pages and psize are always assigned, so there is no
         need to initialize them as zero.
</content>
</entry>
<entry>
<title>Cleanup unnecessary semicolons from utilities we all love.</title>
<updated>2016-04-15T22:31:22Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-04-15T22:31:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=80c7cc1c8f027fcf5d5f0a2df4b9aef6904ed079'/>
<id>urn:sha1:80c7cc1c8f027fcf5d5f0a2df4b9aef6904ed079</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some mdoc(7) issues</title>
<updated>2015-10-24T13:43:10Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-10-24T13:43:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=902b9f79f78df8d093e2dfafc8a2134d741b115f'/>
<id>urn:sha1:902b9f79f78df8d093e2dfafc8a2134d741b115f</id>
<content type='text'>
Obtained from:	DragonflyBSD
</content>
</entry>
<entry>
<title>-C and -c allow at most one input file. Ensure this is the case when the</title>
<updated>2015-10-22T10:57:15Z</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2015-10-22T10:57:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a7bc18929dee744ce24f616da36b85900da20b58'/>
<id>urn:sha1:a7bc18929dee744ce24f616da36b85900da20b58</id>
<content type='text'>
input files are specified through --files0-from.

Submitted by:	tim@OpenBSD
Obtained from:	OpenBSD
MFC after:	1 week
</content>
</entry>
</feed>
