summaryrefslogtreecommitdiff
path: root/usr.bin/sort
AgeCommit message (Expand)Author
2025-02-11src: Use gnu17 as the default C standard for userland instead of gnu99Minsoo Choo
2024-10-14Update Makefile.depend filesSimon J. Gerraty
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-12-07sort: Only build FreeBSD-specific ALTMON_x stuff when ATLMON_1 is definedWarner Losh
2023-12-01sort: test against all month formats in month-sortChristos Margiolis
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-10-13sort: deindent file_reader_free and cleanup its usageBaptiste Daroussin
2022-10-13sort: simplify file_reader_cleanBaptiste Daroussin
2022-10-13sort: deindent closefileBaptiste Daroussin
2022-10-13sort: use asprintf(3) instead of malloc + snprintf(3)Baptiste Daroussin
2022-10-13sort: deindent openfileBaptiste Daroussin
2022-10-13sort: simplify the code to handle -z flagBaptiste Daroussin
2022-10-13sort: cleanup now unused structutre and prototypesBaptiste Daroussin
2022-10-13sort: unify the code to read from FILE *Baptiste Daroussin
2022-10-13sort: remove unused functionBaptiste Daroussin
2022-10-13sort: use memset to initialize structure when possibleBaptiste Daroussin
2022-10-12sort: use mkstemp(3) instead of reinventing itBaptiste Daroussin
2022-10-12sort: replace home made line reader by getdelim(3)Baptiste Daroussin
2022-10-12sort: remove NLS supportBaptiste Daroussin
2022-10-12sort: replace malloc+memset with callocBaptiste Daroussin
2022-10-12sort: add wrapper around callocBaptiste Daroussin
2022-07-29Move sort to runtimeDoug Rabson
2022-01-28sort: Fix message catalogue usageMark Johnston
2021-10-29sort: Fix random sortMark Johnston
2021-07-06usr.bin/sort: Avoid UBSan errorsAlex Richardson
2021-06-17sort: Change default algorithm to mergesortCyril Zhang
2021-05-13sort: Hook NetBSD tests up to the buildMark Johnston
2021-05-13sort: Cache value of MB_CUR_MAXCyril Zhang
2021-05-13sort: Stop "fixing" obsolete key syntax after -- flagCyril Zhang
2020-09-10Fix -Wpointer-sign warnings in bwstring.cAlex Richardson
2020-09-08sort(1): Remove duplicate option checkGordon Bergling
2020-06-23sort(1): Fix two wchar-related bugs in radixsortConrad Meyer
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-12-11Add Makefile.depend.optionsSimon J. Gerraty
2019-09-04Adjust history, info source from v1's manualsSevan Janiyan
2019-04-13sort(1): Memoize MD5 computation to reduce repeated computationConrad Meyer
2019-04-11sort(1): Simplify and bound random seedingConrad Meyer
2019-04-11sort(1): Whitespace and style cleanupConrad Meyer
2019-04-04sort(1): randomcoll: Skip the memory allocation entirelyConrad Meyer
2019-04-04sort(1): randomcoll: Don't sort on ENOMEMConrad Meyer
2018-08-23Don't use absolute path to sed when building usr.bin/joinAlex Richardson
2018-06-20sort(1): Fix -m when only implicit stdin is used for inputKyle Evans
2018-06-20sort(1): Add bits to allow easy checking against NetBSD testsKyle Evans
2018-02-07Fix the WITH_SORT_THREADS build.Mark Johnston