<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/sort/sort.h, branch stable/10</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<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>
<entry>
<title>- Update Oleg Moskalenko's email address</title>
<updated>2013-06-02T09:43:48+00:00</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2013-06-02T09:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c859c6dd547718ff43f7cdec38cebbf56b6ff732'/>
<id>c859c6dd547718ff43f7cdec38cebbf56b6ff732</id>
<content type='text'>
Requested by:	Oleg Moskalenko &lt;mom040267@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Requested by:	Oleg Moskalenko &lt;mom040267@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>- Use unsigned int for values obtained with sysctlbyname().  This fixes</title>
<updated>2012-12-17T09:36:43+00:00</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2012-12-17T09:36:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ab28d4d3cfdd6a41ce6c8640a1ddac9c917d2216'/>
<id>ab28d4d3cfdd6a41ce6c8640a1ddac9c917d2216</id>
<content type='text'>
  sparc64 performance problems.

Submitted by:	Oleg Moskalenko &lt;oleg.moskalenko@citrix.com&gt;
Tested by:	trasz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  sparc64 performance problems.

Submitted by:	Oleg Moskalenko &lt;oleg.moskalenko@citrix.com&gt;
Tested by:	trasz
</pre>
</div>
</content>
</entry>
<entry>
<title>- Portability changes for ARM</title>
<updated>2012-11-01T11:38:34+00:00</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2012-11-01T11:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e8da8c744b5150d2165eeed3ecf71584f19abb03'/>
<id>e8da8c744b5150d2165eeed3ecf71584f19abb03</id>
<content type='text'>
- Allow larger sort memory on 64-bit platforms

Submitted by:	Oleg Moskalenko &lt;oleg.moskalenko@citrix.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Allow larger sort memory on 64-bit platforms

Submitted by:	Oleg Moskalenko &lt;oleg.moskalenko@citrix.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>- Remove the UNUSED_ARG macro and use __unused in argument lists</title>
<updated>2012-06-08T19:21:49+00:00</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2012-06-08T19:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=89b7a5879e6e19ff52e9e1c7940072de7174ccfd'/>
<id>89b7a5879e6e19ff52e9e1c7940072de7174ccfd</id>
<content type='text'>
Reviewed by:	dim
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by:	dim
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>In usr.bin/sort, use another method of silencing warnings about unused</title>
<updated>2012-06-08T17:08:27+00:00</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2012-06-08T17:08:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2ac58c1d7927587882b91232711e44d70d5dd57e'/>
<id>2ac58c1d7927587882b91232711e44d70d5dd57e</id>
<content type='text'>
arguments, which does not trigger self-assignment warnings in certain
circumstances (for example, using clang with ccache).

MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
arguments, which does not trigger self-assignment warnings in certain
circumstances (for example, using clang with ccache).

MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>- Only use multi-threading for large files</title>
<updated>2012-05-25T09:30:16+00:00</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2012-05-25T09:30:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5ca724dc596f56270b3a5809a812fe06998a9769'/>
<id>5ca724dc596f56270b3a5809a812fe06998a9769</id>
<content type='text'>
- Do not use mmap() by default; it can be enabled by --mmap
- Add some minor optimizations for -u
- Update manual page according to the changes

Submitted by:	Oleg Moskalenko &lt;oleg.moskalenko@citrix.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Do not use mmap() by default; it can be enabled by --mmap
- Add some minor optimizations for -u
- Update manual page according to the changes

Submitted by:	Oleg Moskalenko &lt;oleg.moskalenko@citrix.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a BSD-licensed sort rewrite that was started by me and later completed</title>
<updated>2012-05-11T12:37:16+00:00</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2012-05-11T12:37:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c66bbc91434501b889413241e8f1bd1487a92c5b'/>
<id>c66bbc91434501b889413241e8f1bd1487a92c5b</id>
<content type='text'>
with the major functionality and optimizations by Oleg Moskalenko.
It is compatible with the latest version of POSIX and the current GNU sort
version that we have in base.  Beside this, it implements all the
functionality introduced in later versions of GNU sort.  For now, it will
be installed as "bsdsort", keeping GNU sort as the default sort
implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with the major functionality and optimizations by Oleg Moskalenko.
It is compatible with the latest version of POSIX and the current GNU sort
version that we have in base.  Beside this, it implements all the
functionality introduced in later versions of GNU sort.  For now, it will
be installed as "bsdsort", keeping GNU sort as the default sort
implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old sort files to _actually_ build it from contrib sources</title>
<updated>2002-04-06T20:22:06+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2002-04-06T20:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=50cd73c1a7e9774bedba6f617fbf8f20b23bf17c'/>
<id>50cd73c1a7e9774bedba6f617fbf8f20b23bf17c</id>
<content type='text'>
Forgotten by: des
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forgotten by: des
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove __P</title>
<updated>2002-04-04T19:18:58+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2002-04-04T19:18:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b412ae253b5200cf5182d043235684e9a479886f'/>
<id>b412ae253b5200cf5182d043235684e9a479886f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
