| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sort(1): Memoize MD5 computation to reduce repeated computation | Conrad Meyer | 2019-04-13 | 3 | -0/+36 |
| * | sort(1): Simplify and bound random seeding | Conrad Meyer | 2019-04-11 | 1 | -41/+58 |
| * | sort(1): Whitespace and style cleanup | Conrad Meyer | 2019-04-11 | 1 | -86/+85 |
| * | sort(1): randomcoll: Skip the memory allocation entirely | Conrad Meyer | 2019-04-04 | 1 | -15/+6 |
| * | sort(1): randomcoll: Don't sort on ENOMEM | Conrad Meyer | 2019-04-04 | 1 | -19/+9 |
| * | Don't use absolute path to sed when building usr.bin/join | Alex Richardson | 2018-08-23 | 1 | -1/+1 |
| * | sort(1): Fix -m when only implicit stdin is used for input | Kyle Evans | 2018-06-20 | 3 | -5/+9 |
| * | sort(1): Add bits to allow easy checking against NetBSD tests | Kyle Evans | 2018-06-20 | 2 | -0/+17 |
| * | Fix the WITH_SORT_THREADS build. | Mark Johnston | 2018-02-07 | 1 | -12/+12 |
| * | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 14 | -0/+28 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
| * | sort(1): Remove unneeded initializations. | Pedro F. Giffuni | 2017-02-17 | 3 | -6/+1 |
| * | sort - Don't live-loop threads. | Pedro F. Giffuni | 2017-01-23 | 1 | -24/+28 |
| * | - Use correct offsets into the keys set array. As the elements of this | Marius Strobl | 2016-12-28 | 3 | -11/+32 |
| * | pages and psize are always assigned, so there is no need to initialize | Xin LI | 2016-11-28 | 1 | -2/+0 |
| * | Eliminate variables that are computed, assigned but never | Xin LI | 2016-11-28 | 2 | -11/+1 |
| * | Fix an obvious typo. | Xin LI | 2016-11-28 | 1 | -1/+1 |
| * | - Fix typo | Gabor Kovesdan | 2016-09-08 | 1 | -1/+1 |
| * | Cleanup unnecessary semicolons from utilities we all love. | Pedro F. Giffuni | 2016-04-15 | 3 | -3/+3 |
| * | Fix some mdoc(7) issues | Baptiste Daroussin | 2015-10-24 | 1 | -17/+16 |
| * | -C and -c allow at most one input file. Ensure this is the case when the | Gabor Kovesdan | 2015-10-22 | 1 | -5/+5 |
| * | new depends | Simon J. Gerraty | 2015-06-16 | 1 | -1/+0 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+21 |
| |\ | |||||
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 9 | -116/+62 |
| | |\ | |/ |/| | |||||
| | * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 3 | -4/+6 |
| | |\ | |||||
| | * \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 1 | -0/+1 |
| | |\ \ | |||||
| | * | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| | * | | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| | * | | | Merge from head | Simon J. Gerraty | 2014-05-08 | 1 | -1/+1 |
| | |\| | | |||||
| | * | | | Merge head | Simon J. Gerraty | 2014-04-28 | 10 | -22/+22 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge from head | Simon J. Gerraty | 2013-09-05 | 15 | -17/+17 |
| | |\ \ \ \ | |||||
| | * | | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| | * | | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| | * | | | | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 2 | -46/+28 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Updated/new Makefile.depend | Simon J. Gerraty | 2012-11-08 | 1 | -1/+0 |
| | * | | | | | | Sync from head | Simon J. Gerraty | 2012-11-04 | 11 | -115/+109 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+22 |
| * | | | | | | | | Remove custom getdelim(3) and fix a small memory leak. | Pedro F. Giffuni | 2015-04-07 | 3 | -71/+27 |
| * | | | | | | | | sort(1): Cleanups and a small memory leak. | Pedro F. Giffuni | 2015-04-07 | 1 | -16/+9 |
| * | | | | | | | | sort: style knits / cleanups. | Pedro F. Giffuni | 2015-04-06 | 2 | -2/+2 |
| * | | | | | | | | Revert (partial) r281123, r281125: | Pedro F. Giffuni | 2015-04-06 | 7 | -8/+79 |
| * | | | | | | | | sort: style knits / cleanups. | Pedro F. Giffuni | 2015-04-05 | 6 | -69/+2 |
| * | | | | | | | | sort: Fix a comment. | Pedro F. Giffuni | 2015-04-05 | 1 | -1/+1 |
| * | | | | | | | | sort: Cleanup small issues with spaces. | Pedro F. Giffuni | 2015-04-05 | 6 | -24/+19 |
| * | | | | | | | | mdoc: use An macro. | Joel Dahl | 2015-01-04 | 1 | -2/+2 |
| * | | | | | | | | Convert to usr.bin/ to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -4/+2 |
| | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | | Change LDFLAGS to LDADD in order to allow static builds. This is more | Sean Bruno | 2014-11-15 | 1 | -2/+4 |
| * | | | | | | | Make sure to not skip any argument when converting from deprecated | Baptiste Daroussin | 2014-10-02 | 1 | -1/+1 |
| * | | | | | | | Remove trailing '.' from See Also section. | Glen Barber | 2014-07-30 | 1 | -1/+1 |
| | |_|_|_|_|/ |/| | | | | | |||||
