summaryrefslogtreecommitdiffstats
path: root/usr.bin/sort
Commit message (Expand)AuthorAgeFilesLines
* MFC r305613 (gabor):gjb2017-05-221-1/+1
* MFC: r310712marius2017-05-103-11/+32
* MFC r309232-309234:delphij2016-12-122-14/+2
* Cleanup unnecessary semicolons from utilities we all love.pfg2016-04-153-3/+3
* Fix some mdoc(7) issuesbapt2015-10-241-17/+16
* -C and -c allow at most one input file. Ensure this is the case when thegabor2015-10-221-5/+5
* new dependssjg2015-06-161-1/+0
* Add META_MODE support.sjg2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-279-117/+63
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-193-4/+6
| |\
| * \ Merge head from 7/28sjg2014-08-191-0/+1
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge from headsjg2014-05-081-1/+1
| |\ \ \ | | |/ /
| * | | Merge headsjg2014-04-2810-22/+22
| |\ \ \
| * \ \ \ Merge from headsjg2013-09-0515-17/+17
| |\ \ \ \
| * | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | Sync with HEAD.obrien2013-02-082-46/+28
| |\ \ \ \ \
| * | | | | | Updated/new Makefile.dependsjg2012-11-081-1/+0
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Sync from headsjg2012-11-0411-115/+109
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+22
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Remove custom getdelim(3) and fix a small memory leak.pfg2015-04-073-72/+28
* | | | | | | | | | sort(1): Cleanups and a small memory leak.pfg2015-04-071-16/+9
* | | | | | | | | | sort: style knits / cleanups.pfg2015-04-062-2/+2
* | | | | | | | | | Revert (partial) r281123, r281125:pfg2015-04-067-8/+79
* | | | | | | | | | sort: style knits / cleanups.pfg2015-04-056-69/+2
* | | | | | | | | | sort: Fix a comment.pfg2015-04-051-1/+1
* | | | | | | | | | sort: Cleanup small issues with spaces.pfg2015-04-056-24/+19
* | | | | | | | | | mdoc: use An macro.joel2015-01-041-2/+2
* | | | | | | | | | Convert to usr.bin/ to LIBADDbapt2014-11-251-4/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Change LDFLAGS to LDADD in order to allow static builds. This is moresbruno2014-11-151-2/+4
* | | | | | | | | Make sure to not skip any argument when converting from deprecatedbapt2014-10-021-1/+1
* | | | | | | | | Remove trailing '.' from See Also section.gjb2014-07-301-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix spelling error.bdrewery2014-04-251-1/+1
* | | | | | | Various style(9) fixes and typos in grep, sort and patch.pfg2014-04-218-15/+15
* | | | | | | Convert sort to using newer MK_ convention.imp2014-04-051-2/+2
* | | | | | | In usr.bin/sort/radixsort.c, pop_ls_mt() is only referenced ifdim2013-12-221-4/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix header guards.eadler2013-06-171-2/+2
* | | | | | Clean up -Wheader-guard warnings.pluknet2013-06-171-1/+1
* | | | | | - Update Oleg Moskalenko's email addressgabor2013-06-0215-15/+15
| |_|_|_|/ |/| | | |
* | | | | - Remove forgotten commented out debug codegabor2013-01-271-15/+0
* | | | | - Simplify and unify diagnostic and error message handlinggabor2013-01-271-12/+8
* | | | | - Change the memory heuristics to an actually working onegabor2012-12-201-19/+15
* | | | | - Use unsigned int for values obtained with sysctlbyname(). This fixesgabor2012-12-172-4/+9
| |/ / / |/| | |
* | | | - Portability changes for ARMgabor2012-11-019-70/+74
* | | | More -Wmissing-variable-declarations fixes.ed2012-10-191-1/+1
* | | | Remove WARNS=6 lines.ed2012-10-181-2/+0
OpenPOWER on IntegriCloud