aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort
Commit message (Expand)AuthorAgeFilesLines
* Merge from head@274682Simon J. Gerraty2014-11-193-4/+6
|\
| * Change LDFLAGS to LDADD in order to allow static builds. This is moreSean Bruno2014-11-151-2/+4
| * Make sure to not skip any argument when converting from deprecatedBaptiste Daroussin2014-10-021-1/+1
| * Remove trailing '.' from See Also section.Glen Barber2014-07-301-1/+1
* | 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
|\|
| * Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* | Merge headSimon J. Gerraty2014-04-2810-22/+22
|\|
| * Fix spelling error.Bryan Drewery2014-04-251-1/+1
| * Various style(9) fixes and typos in grep, sort and patch.Pedro F. Giffuni2014-04-218-15/+15
| * Convert sort to using newer MK_ convention.Warner Losh2014-04-051-2/+2
| * In usr.bin/sort/radixsort.c, pop_ls_mt() is only referenced ifDimitry Andric2013-12-221-4/+4
* | Merge from headSimon J. Gerraty2013-09-0515-17/+17
|\|
| * Fix header guards.Eitan Adler2013-06-171-2/+2
| * Clean up -Wheader-guard warnings.Sergey Kandaurov2013-06-171-1/+1
| * - Update Oleg Moskalenko's email addressGabor Kovesdan2013-06-0215-15/+15
* | 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
|\|
| * - Remove forgotten commented out debug codeGabor Kovesdan2013-01-271-15/+0
| * - Simplify and unify diagnostic and error message handlingGabor Kovesdan2013-01-271-12/+8
| * - Change the memory heuristics to an actually working oneGabor Kovesdan2012-12-201-19/+15
| * - Use unsigned int for values obtained with sysctlbyname(). This fixesGabor Kovesdan2012-12-172-4/+9
* | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-1/+0
* | Sync from headSimon J. Gerraty2012-11-0411-115/+109
|\|
| * - Portability changes for ARMGabor Kovesdan2012-11-019-70/+74
| * More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-1/+1
| * Remove WARNS=6 lines.Ed Schouten2012-10-181-2/+0
| * - Remove GNU sort and the WITH_GNU_SORT knobGabor Kovesdan2012-10-131-8/+0
| * Remove trailing whitespace.Joel Dahl2012-09-091-2/+2
| * - Change --nthreads parameter to --parallel for GNU compatibilityGabor Kovesdan2012-07-045-13/+21
| * - Switch to BSD sort as default sort. GNU sort will still be installed asGabor Kovesdan2012-06-271-1/+1
| * - Disable threaded sort by defaultGabor Kovesdan2012-06-271-2/+2
| * - Remove the UNUSED_ARG macro and use __unused in argument listsGabor Kovesdan2012-06-082-17/+9
| * In usr.bin/sort, use another method of silencing warnings about unusedDimitry Andric2012-06-081-1/+1
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
|/
* mdoc: sort sections into conventional order.Joel Dahl2012-05-261-21/+21
* - Only use multi-threading for large filesGabor Kovesdan2012-05-257-23/+90
* - Fix -o option that was broken by my clang compile fixGabor Kovesdan2012-05-171-3/+2
* - Eliminate initializations if global variables. Compilers are notGabor Kovesdan2012-05-145-17/+17
* - Update catalogsGabor Kovesdan2012-05-142-6/+18
* - Fix build with clangGabor Kovesdan2012-05-142-22/+19
* Add a BSD-licensed sort rewrite that was started by me and later completedGabor Kovesdan2012-05-1118-0/+7795
* Remove it in favour of GNU sortAndrey A. Chernov2002-04-081-11/+0
* Use the new features of cdefs.h.David E. O'Brien2002-04-061-1/+1
* Fix style.David E. O'Brien2002-04-062-7/+2
* Remove old sort files to _actually_ build it from contrib sourcesAndrey A. Chernov2002-04-0613-3384/+0
* Build a working version of sort(1) from contrib. Use netbsd.h as a hackDag-Erling Smørgrav2002-04-062-2/+11