summaryrefslogtreecommitdiff
path: root/usr.bin/sort/radixsort.c
Commit message (Expand)AuthorAgeFilesLines
* sort(1): Fix two wchar-related bugs in radixsortConrad Meyer2020-06-231-4/+33
* Fix the WITH_SORT_THREADS build.Mark Johnston2018-02-071-12/+12
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sort - Don't live-loop threads.Pedro F. Giffuni2017-01-231-24/+28
* - Use correct offsets into the keys set array. As the elements of thisMarius Strobl2016-12-281-1/+3
* sort: style knits / cleanups.Pedro F. Giffuni2015-04-061-1/+1
* Revert (partial) r281123, r281125:Pedro F. Giffuni2015-04-061-1/+3
* sort: style knits / cleanups.Pedro F. Giffuni2015-04-051-2/+1
* sort: Cleanup small issues with spaces.Pedro F. Giffuni2015-04-051-2/+1
* In usr.bin/sort/radixsort.c, pop_ls_mt() is only referenced ifDimitry Andric2013-12-221-4/+4
* - Update Oleg Moskalenko's email addressGabor Kovesdan2013-06-021-1/+1
* - Portability changes for ARMGabor Kovesdan2012-11-011-1/+1
* - Change --nthreads parameter to --parallel for GNU compatibilityGabor Kovesdan2012-07-041-5/+7
* - Only use multi-threading for large filesGabor Kovesdan2012-05-251-1/+16
* - Eliminate initializations if global variables. Compilers are notGabor Kovesdan2012-05-141-3/+3
* Add a BSD-licensed sort rewrite that was started by me and later completedGabor Kovesdan2012-05-111-0/+674