aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort
Commit message (Expand)AuthorAgeFilesLines
* sort: deindent file_reader_free and cleanup its usageBaptiste Daroussin2022-10-191-8/+6
* sort: simplify file_reader_cleanBaptiste Daroussin2022-10-191-18/+11
* sort: deindent closefileBaptiste Daroussin2022-10-191-11/+9
* sort: use asprintf(3) instead of malloc + snprintf(3)Baptiste Daroussin2022-10-191-9/+7
* sort: deindent openfileBaptiste Daroussin2022-10-191-30/+29
* sort: use memset to initialize structure when possibleBaptiste Daroussin2022-10-191-6/+2
* sort: unify the code to read from FILE *Baptiste Daroussin2022-10-191-94/+0
* sort: remove unused functionBaptiste Daroussin2022-10-192-59/+0
* sort: simplify the code to handle -z flagBaptiste Daroussin2022-10-191-7/+5
* sort: cleanup now unused structutre and prototypesBaptiste Daroussin2022-10-191-7/+0
* sort: use mkstemp(3) instead of reinventing itBaptiste Daroussin2022-10-191-6/+6
* sort: replace home made line reader by getdelim(3)Baptiste Daroussin2022-10-192-115/+12
* sort: add wrapper around callocBaptiste Daroussin2022-10-192-0/+11
* sort: replace malloc+memset with callocBaptiste Daroussin2022-10-193-14/+7
* Move sort to runtimeDoug Rabson2022-08-191-0/+1
* sort: Fix message catalogue usageMark Johnston2022-02-042-10/+12
* sort: Fix random sortMark Johnston2021-11-011-1/+1
* usr.bin/sort: Avoid UBSan errorsAlex Richardson2021-08-053-145/+155
* sort: Hook NetBSD tests up to the buildMark Johnston2021-05-201-2/+2
* sort: Cache value of MB_CUR_MAXCyril Zhang2021-05-205-34/+45
* sort: Stop "fixing" obsolete key syntax after -- flagCyril Zhang2021-05-201-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
* 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-283-11/+32
* pages and psize are always assigned, so there is no need to initializeXin LI2016-11-281-2/+0
* Eliminate variables that are computed, assigned but neverXin LI2016-11-282-11/+1
* Fix an obvious typo.Xin LI2016-11-281-1/+1
* - Fix typoGabor Kovesdan2016-09-081-1/+1
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-153-3/+3
* Fix some mdoc(7) issuesBaptiste Daroussin2015-10-241-17/+16
* -C and -c allow at most one input file. Ensure this is the case when theGabor Kovesdan2015-10-221-5/+5
* new dependsSimon J. Gerraty2015-06-161-1/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\