<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/sort, branch stable/10</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r305613 (gabor):</title>
<updated>2017-05-22T16:11:46+00:00</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2017-05-22T16:11:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=78d7cb8cc3df135c46f91daed067673b3bb5988f'/>
<id>78d7cb8cc3df135c46f91daed067673b3bb5988f</id>
<content type='text'>
 Fix typo.

PR:		211245
Sponsored by:	The FreeBSD Foundation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Fix typo.

PR:		211245
Sponsored by:	The FreeBSD Foundation
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: r310712</title>
<updated>2017-05-10T20:29:01+00:00</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2017-05-10T20:29:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5244cfadd9eff5657caa2db23449b09b8428a71a'/>
<id>5244cfadd9eff5657caa2db23449b09b8428a71a</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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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]
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r312667:</title>
<updated>2017-02-06T05:27:05+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-02-06T05:27:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=34f11f3001144d577631e19e3d40b192919a85c3'/>
<id>34f11f3001144d577631e19e3d40b192919a85c3</id>
<content type='text'>
sort - Don't live-loop threads.

Worker threads now use a pthread_cond_t to wait for work instead of
burning the cpu up.

Obtained from:	DragonflyBSD (07774aea0ccf64a48fcfad8899e3bf7c8f18277a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sort - Don't live-loop threads.

Worker threads now use a pthread_cond_t to wait for work instead of
burning the cpu up.

Obtained from:	DragonflyBSD (07774aea0ccf64a48fcfad8899e3bf7c8f18277a)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r309232-309234:</title>
<updated>2016-12-12T00:47:12+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2016-12-12T00:47:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bf11605e93d39caad445fc19cc104ba870a3f0cd'/>
<id>bf11605e93d39caad445fc19cc104ba870a3f0cd</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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace LDFLAGS by LDADD to fix sort build with -DNO_SHARED</title>
<updated>2015-04-21T15:47:00+00:00</updated>
<author>
<name>Renato Botelho</name>
<email>garga@FreeBSD.org</email>
</author>
<published>2015-04-21T15:47:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5120b8ee0d6dd902541d34f205df7f30c604cfb0'/>
<id>5120b8ee0d6dd902541d34f205df7f30c604cfb0</id>
<content type='text'>
Differential Revision:	https://reviews.freebsd.org/D2044
Reviewed by:	sbruno@
Approved by:	sbruno@
Sponsored by:	Netgate
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Differential Revision:	https://reviews.freebsd.org/D2044
Reviewed by:	sbruno@
Approved by:	sbruno@
Sponsored by:	Netgate
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC	r281181, r281182;</title>
<updated>2015-04-14T18:57:50+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2015-04-14T18:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7c93d84e8cb9da636c74b364b18d6356c04f5aeb'/>
<id>7c93d84e8cb9da636c74b364b18d6356c04f5aeb</id>
<content type='text'>
sort(1): Cleanups and a small memory leak.
Remove custom getdelim(3) and fix a small memory leak.

Obtained from:  OpenBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sort(1): Cleanups and a small memory leak.
Remove custom getdelim(3) and fix a small memory leak.

Obtained from:  OpenBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: r272398</title>
<updated>2014-10-06T09:15:09+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-10-06T09:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f9501edc577dab0c729fa590820ce1aecfbbe9f4'/>
<id>f9501edc577dab0c729fa590820ce1aecfbbe9f4</id>
<content type='text'>
Make sure to not skip any argument when converting from deprecated
+POS1, -POS2 to -kPOS1,POS2, so that sort +0n gets translated to sort -k1,1n
as it is expected

PR:		193994
Submitted by:	rodrigo
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure to not skip any argument when converting from deprecated
+POS1, -POS2 to -kPOS1,POS2, so that sort +0n gets translated to sort -k1,1n
as it is expected

PR:		193994
Submitted by:	rodrigo
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r269289, r269290, r269291, r269292, r269293:</title>
<updated>2014-08-04T03:59:48+00:00</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2014-08-04T03:59:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9e538a00ae85bd64678ab21d59903e5cbddb7a1b'/>
<id>9e538a00ae85bd64678ab21d59903e5cbddb7a1b</id>
<content type='text'>
r269289:
  sort(1): Remove trailing '.' from See Also section.

r269290:
  acpi_wmi(4): Remove trailing comma from standalone Xref.

r269291:
  hptiop(4): Remove trailing comma from ending Xref.

r269292:
  pf.conf(5): Remove trailing comma from ending Xref.

r269293:
  kernel_mount(9): Remove trailing comma from ending Xref.

Sponsored by:	The FreeBSD Foundation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
r269289:
  sort(1): Remove trailing '.' from See Also section.

r269290:
  acpi_wmi(4): Remove trailing comma from standalone Xref.

r269291:
  hptiop(4): Remove trailing comma from ending Xref.

r269292:
  pf.conf(5): Remove trailing comma from ending Xref.

r269293:
  kernel_mount(9): Remove trailing comma from ending Xref.

Sponsored by:	The FreeBSD Foundation
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r264918:</title>
<updated>2014-05-14T15:24:25+00:00</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2014-05-14T15:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=431eaa1eddb8b3ca38b53707d90bd569f3b8f34d'/>
<id>431eaa1eddb8b3ca38b53707d90bd569f3b8f34d</id>
<content type='text'>
  Fix spelling error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Fix spelling error.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC	r264581, r264744:</title>
<updated>2014-04-30T20:39:08+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2014-04-30T20:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=914fc70ec76e09060d62713a7d3c29e83d2d1c41'/>
<id>914fc70ec76e09060d62713a7d3c29e83d2d1c41</id>
<content type='text'>
Various style(9) fixes and typos in printf, grep, sort and patch.

#define should be followed by a tab.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Various style(9) fixes and typos in printf, grep, sort and patch.

#define should be followed by a tab.
</pre>
</div>
</content>
</entry>
</feed>
