Age | Commit message (Expand) | Author |
2017-06-10 | add missing blanks before several delimiters; found with mandoc -Tlint | Ingo Schwarze |
2017-01-04 | Fix a crash when "sort -m" is given no files. From Julien Ramseier. | Todd C. Miller |
2016-10-17 | /var/tmp -> /tmp | Lawrence Teo |
2016-10-11 | missing .Fl macro, from Jan Stary | Ingo Schwarze |
2016-07-14 | make several program to use "chown" promise. | Sebastien Marie |
2015-12-31 | No need for sysexits.h here. | Todd C. Miller |
2015-12-11 | Use %zu to print size_t's rather than casting to int. | mmcc |
2015-10-24 | The default modifier should be copied for empty keys even if -b is | Todd C. Miller |
2015-10-18 | Do not warn for sort -o if we can't chown the output temporary file | Todd C. Miller |
2015-10-17 | Pledge; OK millert@ tobias@ | Tim van der Molen |
2015-10-14 | Copy permissions AND ownership when -o will override an input file. | Tobias Stoeckmann |
2015-10-13 | Ignore the setuid/setgid/sticky bits when copying the permissions of an input | Tim van der Molen |
2015-10-13 | -C and -c allow at most one input file. Ensure this is the case when the | Tim van der Molen |
2015-04-05 | Document that some sorts uses -b w/o key fields. | Todd C. Miller |
2015-04-05 | For the -g flag, treat non-floating point keys as 0, similar to -n. | Todd C. Miller |
2015-04-05 | The -b flag should only apply when key fields are specified. | Todd C. Miller |
2015-04-05 | Do not permute command line arguments but still support the | Todd C. Miller |
2015-04-03 | Only one input file is allowed with the -c/-C flags. | Todd C. Miller |
2015-04-03 | The combination of -c and -o is not specified by POSIX. In fact, the call | Tobias Stoeckmann |
2015-04-03 | If -S has been supplied multiple times, only take last one into account. | Tobias Stoeckmann |
2015-04-02 | murder excessive whitespace | Theo de Raadt |
2015-04-02 | Prevent integer overflow when parsing -S argument as percentage. | Tobias Stoeckmann |
2015-04-02 | Global variable free_memory is only used in sort.c's set_hw_params, | Tobias Stoeckmann |
2015-04-02 | Fixed whitespace issues. | Tobias Stoeckmann |
2015-04-02 | Zap some more NULL checks in front of free. | Tobias Stoeckmann |
2015-04-02 | No need to strdup environment variable or command line arguments here. | Tobias Stoeckmann |
2015-04-02 | Add signal name instead of array index (which is not the signal number) | Tobias Stoeckmann |
2015-04-02 | Don't need to include stdint.h | Todd C. Miller |
2015-04-02 | No need for the umask() dance now that temp files are created | Todd C. Miller |
2015-04-02 | Don't install signal handlers for SIGQUIT, SIGVTALRM, SIGPROF. | Todd C. Miller |
2015-04-02 | When using mmap() we don't need to keep the open fd around, closing | Todd C. Miller |
2015-04-02 | closefile() already checks for stdin so no need to check in the caller. | Todd C. Miller |
2015-04-01 | Check for overflow when handling buffer size suffixes. | Todd C. Miller |
2015-04-01 | Block signals during tmp_files insertion, so that the signal handler | Theo de Raadt |
2015-04-01 | Use reallocarray instead of malloc. | Todd C. Miller |
2015-04-01 | Just use sort_reallocarray() everywhere. | Todd C. Miller |
2015-04-01 | Revert unintentional commit. This will be revisited shortly. | Todd C. Miller |
2015-04-01 | Style nits, remove whitespace at the start of a function. | Todd C. Miller |
2015-04-01 | Remove some unneeded NULL checks that don't really help anything. | Todd C. Miller |
2015-04-01 | Use exit value 2 for mutually exclusive option errors. | Todd C. Miller |
2015-04-01 | Fix typo in revision 1.55 | Todd C. Miller |
2015-04-01 | Remove some unneeded NULL checks that don't really help anything. | Todd C. Miller |
2015-04-01 | Let reallocarray do the multiplication for us. | Todd C. Miller |
2015-04-01 | Use reallocarray. | Todd C. Miller |
2015-04-01 | Fix last instance of malloc(n * sizeof(char)) idiom. | Todd C. Miller |
2015-04-01 | The argument to --sort is not optional so no need to check for NULL optarg. | Todd C. Miller |
2015-04-01 | No need for if (x) free(x) style checks, this is not K&R. | Todd C. Miller |
2015-04-01 | No need for an else clause after a continue, it just makes the | Todd C. Miller |
2015-04-01 | Style nits, remove whitespace at the start of a function. | Todd C. Miller |
2015-04-01 | If strtoul() fails to parse the argument to -k, just pass the | Todd C. Miller |