<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/sort, branch release/12.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F12.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F12.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2018-08-23T18:18:43Z</updated>
<entry>
<title>Don't use absolute path to sed when building usr.bin/join</title>
<updated>2018-08-23T18:18:43Z</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson@FreeBSD.org</email>
</author>
<published>2018-08-23T18:18:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=101db63b420315d32792c53dbe759cb97005be63'/>
<id>urn:sha1:101db63b420315d32792c53dbe759cb97005be63</id>
<content type='text'>
This is required to build sort on Linux hosts since sed is in /bin there.

Approved By:	jhb (mentor)
</content>
</entry>
<entry>
<title>sort(1): Fix -m when only implicit stdin is used for input</title>
<updated>2018-06-20T03:31:19Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-06-20T03:31:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7137597e15bdd19c4aa33a0848595bec51b7a1da'/>
<id>urn:sha1:7137597e15bdd19c4aa33a0848595bec51b7a1da</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
MFC after:	1 week
</content>
</entry>
<entry>
<title>sort(1): Add bits to allow easy checking against NetBSD tests</title>
<updated>2018-06-20T03:10:49Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-06-20T03:10:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=36180cd53d0e4d6bd4c5fb27c2f9ba80dbefa62c'/>
<id>urn:sha1:36180cd53d0e4d6bd4c5fb27c2f9ba80dbefa62c</id>
<content type='text'>
I'm looking at sort(1) failures, for better or worse.
</content>
</entry>
<entry>
<title>Fix the WITH_SORT_THREADS build.</title>
<updated>2018-02-07T20:36:37Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2018-02-07T20:36:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7f180c0f807bf43676723cee340a7a5f72cb683a'/>
<id>urn:sha1:7f180c0f807bf43676723cee340a7a5f72cb683a</id>
<content type='text'>
PR:		201664
MFC after:	1 week
</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-test2/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>
<entry>
<title>DIRDEPS_BUILD: Update dependencies.</title>
<updated>2017-10-31T00:07:04Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-10-31T00:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ea825d02749f382c3f7e17f28247f20a48733eab'/>
<id>urn:sha1:ea825d02749f382c3f7e17f28247f20a48733eab</id>
<content type='text'>
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>sort(1): Remove unneeded initializations.</title>
<updated>2017-02-17T19:53:20Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-02-17T19:53:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=759a9a9d24cb22e3a6135e67df9b43567f802333'/>
<id>urn:sha1:759a9a9d24cb22e3a6135e67df9b43567f802333</id>
<content type='text'>
Found by:	Clang static analyzer
</content>
</entry>
<entry>
<title>sort - Don't live-loop threads.</title>
<updated>2017-01-23T15:39:51Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-01-23T15:39:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=692cd1a3b2610d446b7cdbbb8990b3004eba6c2c'/>
<id>urn:sha1:692cd1a3b2610d446b7cdbbb8990b3004eba6c2c</id>
<content type='text'>
Worker threads now use a pthread_cond_t to wait for work instead of
burning the cpu up.

Obtained from:	DragonflyBSD (07774aea0ccf64a48fcfad8899e3bf7c8f18277a)
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>- Use correct offsets into the keys set array. As the elements of this</title>
<updated>2016-12-28T17:13:03Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2016-12-28T17:13:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ed7aec1e4566c0084f2c8009e91336994530113a'/>
<id>urn:sha1:ed7aec1e4566c0084f2c8009e91336994530113a</id>
<content type='text'>
  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]
MFC after:	3 days
</content>
</entry>
<entry>
<title>pages and psize are always assigned, so there is no need to initialize</title>
<updated>2016-11-28T06:38:41Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2016-11-28T06:38:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3611de44efddb2128781f74ec8b2138b664d7c79'/>
<id>urn:sha1:3611de44efddb2128781f74ec8b2138b664d7c79</id>
<content type='text'>
them as zero.

MFC after:	2 weeks
</content>
</entry>
</feed>
