summaryrefslogtreecommitdiff
path: root/usr.bin/sort/radixsort.c
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-10-12sort: replace malloc+memset with callocBaptiste Daroussin
2021-05-13sort: Cache value of MB_CUR_MAXCyril Zhang
2020-06-23sort(1): Fix two wchar-related bugs in radixsortConrad Meyer
2018-02-07Fix the WITH_SORT_THREADS build.Mark Johnston
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-23sort - Don't live-loop threads.Pedro F. Giffuni
2016-12-28- Use correct offsets into the keys set array. As the elements of thisMarius Strobl
2015-04-06sort: style knits / cleanups.Pedro F. Giffuni
2015-04-06Revert (partial) r281123, r281125:Pedro F. Giffuni
2015-04-05sort: style knits / cleanups.Pedro F. Giffuni
2015-04-05sort: Cleanup small issues with spaces.Pedro F. Giffuni
2013-12-22In usr.bin/sort/radixsort.c, pop_ls_mt() is only referenced ifDimitry Andric
2013-06-02- Update Oleg Moskalenko's email addressGabor Kovesdan
2012-11-01- Portability changes for ARMGabor Kovesdan
2012-07-04- Change --nthreads parameter to --parallel for GNU compatibilityGabor Kovesdan
2012-05-25- Only use multi-threading for large filesGabor Kovesdan
2012-05-14- Eliminate initializations if global variables. Compilers are notGabor Kovesdan
2012-05-11Add a BSD-licensed sort rewrite that was started by me and later completedGabor Kovesdan