summaryrefslogtreecommitdiff
path: root/usr.bin/sort
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-279-117/+63
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-193-4/+6
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-0/+1
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\| |
| * | | Merge headSimon J. Gerraty2014-04-2810-22/+22
| |\ \ \
| * \ \ \ Merge from headSimon J. Gerraty2013-09-0515-17/+17
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | Sync with HEAD.David E. O'Brien2013-02-082-46/+28
| |\ \ \ \ \
| * | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-1/+0
| * | | | | | Sync from headSimon J. Gerraty2012-11-0411-115/+109
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | | | | | Remove custom getdelim(3) and fix a small memory leak.Pedro F. Giffuni2015-04-073-72/+28
* | | | | | | | sort(1): Cleanups and a small memory leak.Pedro F. Giffuni2015-04-071-16/+9
* | | | | | | | sort: style knits / cleanups.Pedro F. Giffuni2015-04-062-2/+2
* | | | | | | | Revert (partial) r281123, r281125:Pedro F. Giffuni2015-04-067-8/+79
* | | | | | | | sort: style knits / cleanups.Pedro F. Giffuni2015-04-056-69/+2
* | | | | | | | sort: Fix a comment.Pedro F. Giffuni2015-04-051-1/+1