summaryrefslogtreecommitdiffstats
path: root/usr.bin/sort (follow)
Commit message (Expand)AuthorAgeFilesLines
* Usually, -width Fl (which is 10n) is too wide and hence ugly.schwarze2020-01-161-3/+3
* Do not perform top-level sort when -c is used with a -k field.millert2019-12-301-2/+3
* More Version 1 AT&T UNIX history.schwarze2019-09-061-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* In manpages, don't escape apostrophes as \'; it's rarely what you want.bentley2019-06-021-5/+9
* re-indent bwscoll() after previous commit; no binary changeschwarze2019-05-151-79/+79
* Cleanup:schwarze2019-05-155-144/+21
* Delete tentacles of LC_NUMERIC support.schwarze2019-05-134-106/+9
* short option comes first, followed by the corresponding long optionanton2019-02-241-3/+3
* add missing blanks before several delimiters; found with mandoc -Tlintschwarze2017-06-101-10/+10
* Fix a crash when "sort -m" is given no files. From Julien Ramseier.millert2017-01-041-2/+5
* /var/tmp -> /tmplteo2016-10-172-6/+6
* missing .Fl macro, from Jan Staryschwarze2016-10-111-3/+7
* make several program to use "chown" promise.semarie2016-07-141-3/+3
* No need for sysexits.h here.millert2015-12-312-4/+2
* Use %zu to print size_t's rather than casting to int.mmcc2015-12-111-3/+3
* The default modifier should be copied for empty keys even if -b ismillert2015-10-241-5/+6
* Do not warn for sort -o if we can't chown the output temporary filemillert2015-10-181-6/+4
* Pledge; OK millert@ tobias@tim2015-10-171-33/+70
* Copy permissions AND ownership when -o will override an input file.tobias2015-10-141-4/+8
* Ignore the setuid/setgid/sticky bits when copying the permissions of an inputtim2015-10-131-2/+2
* -C and -c allow at most one input file. Ensure this is the case when thetim2015-10-131-6/+6
* Document that some sorts uses -b w/o key fields.millert2015-04-051-1/+12
* For the -g flag, treat non-floating point keys as 0, similar to -n.millert2015-04-051-6/+18
* The -b flag should only apply when key fields are specified.millert2015-04-053-13/+24
* Do not permute command line arguments but still support themillert2015-04-052-7/+24
* Only one input file is allowed with the -c/-C flags.millert2015-04-031-1/+5
* The combination of -c and -o is not specified by POSIX. In fact, the calltobias2015-04-032-36/+17
* If -S has been supplied multiple times, only take last one into account.tobias2015-04-031-4/+7
* murder excessive whitespacederaadt2015-04-023-8/+8
* Prevent integer overflow when parsing -S argument as percentage.tobias2015-04-021-1/+7
* Global variable free_memory is only used in sort.c's set_hw_params,tobias2015-04-023-6/+7
* Fixed whitespace issues.tobias2015-04-022-5/+5
* Zap some more NULL checks in front of free.tobias2015-04-022-11/+7
* No need to strdup environment variable or command line arguments here.tobias2015-04-021-5/+5
* Add signal name instead of array index (which is not the signal number)tobias2015-04-021-2/+2
* Don't need to include stdint.hmillert2015-04-021-2/+1
* No need for the umask() dance now that temp files are createdmillert2015-04-021-30/+19
* Don't install signal handlers for SIGQUIT, SIGVTALRM, SIGPROF.millert2015-04-021-3/+3
* When using mmap() we don't need to keep the open fd around, closingmillert2015-04-021-9/+3
* closefile() already checks for stdin so no need to check in the caller.millert2015-04-021-3/+2
* Check for overflow when handling buffer size suffixes.millert2015-04-011-2/+20
* Block signals during tmp_files insertion, so that the signal handlerderaadt2015-04-011-1/+7
* Use reallocarray instead of malloc.millert2015-04-011-2/+3
* Just use sort_reallocarray() everywhere.millert2015-04-014-19/+7
* Revert unintentional commit. This will be revisited shortly.millert2015-04-011-3/+1
* Style nits, remove whitespace at the start of a function.millert2015-04-012-6/+4
* Remove some unneeded NULL checks that don't really help anything.millert2015-04-011-130/+111
* Use exit value 2 for mutually exclusive option errors.millert2015-04-011-5/+11
* Fix typo in revision 1.55millert2015-04-011-2/+2