aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort/sort.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r309232-309234:Xin LI2016-12-121-8/+2
* MFC r281181, r281182;Pedro F. Giffuni2015-04-141-24/+28
* MFC: r272398Baptiste Daroussin2014-10-061-1/+1
* - Update Oleg Moskalenko's email addressGabor Kovesdan2013-06-021-1/+1
* - Remove forgotten commented out debug codeGabor Kovesdan2013-01-271-15/+0
* - Simplify and unify diagnostic and error message handlingGabor Kovesdan2013-01-271-12/+8
* - Change the memory heuristics to an actually working oneGabor Kovesdan2012-12-201-19/+15
* - Use unsigned int for values obtained with sysctlbyname(). This fixesGabor Kovesdan2012-12-171-3/+8
* - Portability changes for ARMGabor Kovesdan2012-11-011-4/+4
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-1/+1
* - Change --nthreads parameter to --parallel for GNU compatibilityGabor Kovesdan2012-07-041-4/+4
* - Only use multi-threading for large filesGabor Kovesdan2012-05-251-4/+19
* - Fix -o option that was broken by my clang compile fixGabor Kovesdan2012-05-171-3/+2
* - Eliminate initializations if global variables. Compilers are notGabor Kovesdan2012-05-141-9/+9
* - Fix build with clangGabor Kovesdan2012-05-141-18/+15
* Add a BSD-licensed sort rewrite that was started by me and later completedGabor Kovesdan2012-05-111-0/+1324
* Remove old sort files to _actually_ build it from contrib sourcesAndrey A. Chernov2002-04-061-331/+0
* Remove __PAndrey A. Chernov2002-04-041-9/+5
* Remove \n from __COPYRIGHT to shut assembler warningAndrey A. Chernov2002-03-311-1/+1
* Remove double SINGL_FLD and SEP_FLAG initializationAndrey A. Chernov2002-03-271-1/+0
* Remove double REC_D assignmentAndrey A. Chernov2002-03-251-2/+2
* Make this compile on FreeBSD. Sort out VCS tags, fix warnings.Mark Murray2002-03-241-5/+9
* Vendor import NETBSD's sort(1). This will be a replacement forMark Murray2002-03-221-0/+332