aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort
Commit message (Expand)AuthorAgeFilesLines
* sort: Only build FreeBSD-specific ALTMON_x stuff when ATLMON_1 is definedWarner Losh2023-12-071-0/+10
* sort: test against all month formats in month-sortChristos Margiolis2023-12-014-45/+263
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-167-14/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-167-7/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1214-14/+14
* sort: deindent file_reader_free and cleanup its usageBaptiste Daroussin2022-10-131-8/+6
* sort: simplify file_reader_cleanBaptiste Daroussin2022-10-131-18/+11
* sort: deindent closefileBaptiste Daroussin2022-10-131-11/+9
* sort: use asprintf(3) instead of malloc + snprintf(3)Baptiste Daroussin2022-10-131-9/+7
* sort: deindent openfileBaptiste Daroussin2022-10-131-30/+29
* sort: simplify the code to handle -z flagBaptiste Daroussin2022-10-131-7/+5
* sort: cleanup now unused structutre and prototypesBaptiste Daroussin2022-10-131-7/+0
* sort: unify the code to read from FILE *Baptiste Daroussin2022-10-131-94/+0
* sort: remove unused functionBaptiste Daroussin2022-10-132-59/+0
* sort: use memset to initialize structure when possibleBaptiste Daroussin2022-10-131-6/+2
* sort: use mkstemp(3) instead of reinventing itBaptiste Daroussin2022-10-121-6/+6
* sort: replace home made line reader by getdelim(3)Baptiste Daroussin2022-10-122-115/+12
* sort: remove NLS supportBaptiste Daroussin2022-10-126-70/+1
* sort: replace malloc+memset with callocBaptiste Daroussin2022-10-123-14/+7
* sort: add wrapper around callocBaptiste Daroussin2022-10-122-0/+11
* Move sort to runtimeDoug Rabson2022-07-291-0/+1
* sort: Fix message catalogue usageMark Johnston2022-01-282-10/+12
* sort: Fix random sortMark Johnston2021-10-291-1/+1
* usr.bin/sort: Avoid UBSan errorsAlex Richardson2021-07-063-145/+155
* sort: Change default algorithm to mergesortCyril Zhang2021-06-171-2/+2
* sort: Hook NetBSD tests up to the buildMark Johnston2021-05-131-2/+2
* sort: Cache value of MB_CUR_MAXCyril Zhang2021-05-135-34/+45
* sort: Stop "fixing" obsolete key syntax after -- flagCyril Zhang2021-05-131-0/+5
* Fix -Wpointer-sign warnings in bwstring.cAlex Richardson2020-09-101-7/+7
* sort(1): Remove duplicate option checkGordon Bergling2020-09-081-1/+1
* sort(1): Fix two wchar-related bugs in radixsortConrad Meyer2020-06-231-4/+33
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-2/+0
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+8
* Adjust history, info source from v1's manualsSevan Janiyan2019-09-041-2/+2
* sort(1): Memoize MD5 computation to reduce repeated computationConrad Meyer2019-04-133-0/+36
* sort(1): Simplify and bound random seedingConrad Meyer2019-04-111-49/+66
* sort(1): Whitespace and style cleanupConrad Meyer2019-04-111-88/+87
* sort(1): randomcoll: Skip the memory allocation entirelyConrad Meyer2019-04-041-15/+6
* sort(1): randomcoll: Don't sort on ENOMEMConrad Meyer2019-04-041-19/+9
* Don't use absolute path to sed when building usr.bin/joinAlex Richardson2018-08-231-1/+1
* sort(1): Fix -m when only implicit stdin is used for inputKyle Evans2018-06-203-5/+9
* sort(1): Add bits to allow easy checking against NetBSD testsKyle Evans2018-06-202-0/+17
* Fix the WITH_SORT_THREADS build.Mark Johnston2018-02-071-12/+12
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2714-0/+28
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* sort(1): Remove unneeded initializations.Pedro F. Giffuni2017-02-173-6/+1