summaryrefslogtreecommitdiff
path: root/usr.bin/sort/coll.c
AgeCommit message (Expand)Author
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
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
2019-04-13sort(1): Memoize MD5 computation to reduce repeated computationConrad Meyer
2019-04-04sort(1): randomcoll: Skip the memory allocation entirelyConrad Meyer
2019-04-04sort(1): randomcoll: Don't sort on ENOMEMConrad Meyer
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-17sort(1): Remove unneeded initializations.Pedro F. Giffuni
2016-12-28- Use correct offsets into the keys set array. As the elements of thisMarius Strobl
2016-04-15Cleanup unnecessary semicolons from utilities we all love.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-06-02- Update Oleg Moskalenko's email addressGabor Kovesdan
2012-11-01- Portability changes for ARMGabor Kovesdan
2012-06-08- Remove the UNUSED_ARG macro and use __unused in argument listsGabor 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