History log of /freebsd-10.1-release/usr.bin/sort/sort.1.in
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 269498 04-Aug-2014 gjb

MFC r269289, r269290, r269291, r269292, r269293:

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


# 266030 14-May-2014 bdrewery

MFC r264918:

Fix spelling error.


# 265160 30-Apr-2014 pfg

MFC r264581, r264744:

Various style(9) fixes and typos in printf, grep, sort and patch.

#define should be followed by a tab.


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 251245 02-Jun-2013 gabor

- Update Oleg Moskalenko's email address

Requested by: Oleg Moskalenko <mom040267@gmail.com>


# 240256 09-Sep-2012 joel

Remove trailing whitespace.


# 238108 04-Jul-2012 gabor

- Change --nthreads parameter to --parallel for GNU compatibility
- Change default sort method to mergesort, which has a better worst case
performance than qsort

Submitted by: Oleg Moskalenko <oleg.moskalenko@citrix.com>


# 236046 26-May-2012 joel

mdoc: sort sections into conventional order.


# 235987 25-May-2012 gabor

- Only use multi-threading for large files
- 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 <oleg.moskalenko@citrix.com>


# 235267 11-May-2012 gabor

Add a BSD-licensed sort rewrite that was started by me and later completed
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.