Age | Commit message (Expand) | Author |
2017-02-23 | SHA-1 collisions have now been found so update some man pages. As noted by | Daniel Dickman |
2017-02-19 | Assigning to RANDOM calls srand_deterministic(3), not srand(3), | Ingo Schwarze |
2017-02-19 | More whitespace, helps reading | Jeremie Courreges-Anglas |
2017-02-17 | In chmod's symbolic mode without -h and -R flags, a missing FTS_COMFOLLOW | Theo Buehler |
2017-01-24 | do not need sys/proc.h | Theo de Raadt |
2017-01-23 | Slow down the churn and continue using old pledge name "ioctl" instead | Theo de Raadt |
2017-01-23 | Call isatty() before tcgetattr() in the lex. This is a little redundant, | Theo de Raadt |
2017-01-23 | Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP only | Theo de Raadt |
2017-01-21 | Add an explicit syntax() call to indicate that no binary op was | Kenneth R Westerback |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2017-01-03 | Allow the omission of one address in (.,.) and (.;.) address ranges | Theo Buehler |
2016-12-26 | Put some variable declarations under appropriate #if/#endif protection | Kenneth R Westerback |
2016-12-20 | Fix a bug where archives smaller than 512 bytes would trigger a next volume | Mark Kettenis |
2016-12-16 | Move declaration of an 'i' inside the scope of its use. Which in | Kenneth R Westerback |
2016-12-16 | Eliminate some gcc warnings about 'unused variables', mostly by | Kenneth R Westerback |
2016-12-11 | I missed a bit of the indentation fix from Kartik Agaram. | Todd C. Miller |
2016-12-11 | When ERREXIT (set -e) is in effect, don't disable it after a | Todd C. Miller |
2016-12-11 | In execute() we assign xerrorok to a dummy value if it is NULL | Todd C. Miller |
2016-12-11 | Fix for() loop indentation for TCASE in execute() and add some | Todd C. Miller |
2016-11-26 | Remove leftovers of line disciplines that are no more. | Martin Pieuchot |
2016-11-14 | Remove an escaped blank space and insert an No macro to keep \&; at a | Theo Buehler |
2016-11-14 | Markup improvements: | Ingo Schwarze |
2016-11-12 | Fix lexicographic order of shell built-ins: trap comes before true. | Theo Buehler |
2016-10-26 | Document LC_CTYPE. | Ingo Schwarze |
2016-10-24 | Unify wording for LC_CTYPE in ENVIRONMENT: | Ingo Schwarze |
2016-10-19 | Make the description of COLUMNS a bit more readable. | Ingo Schwarze |
2016-10-19 | Delete useless setlocale(3) in src/bin/. | Ingo Schwarze |
2016-10-17 | simplify implementation of the '$' command, no functional change; | Ingo Schwarze |
2016-10-17 | resolve code duplication in domove() for the commands: b B w W | Ingo Schwarze |
2016-10-17 | No need to inspect LC_CTYPE: | Ingo Schwarze |
2016-10-17 | Make sure the cursor goes to the first byte of a UTF-8 character | Ingo Schwarze |
2016-10-15 | remove the "in the future" notes from the past; | Jason McIntyre |
2016-10-14 | Correct description of the "bind" builtin command. | Ingo Schwarze |
2016-10-14 | delete useless setlocale(3); | Ingo Schwarze |
2016-10-11 | Partial UTF-8 line editing support for ksh(1) vi input mode; | Ingo Schwarze |
2016-10-11 | Remove now-unused pathnames.h, from Jan Stary | Todd C. Miller |
2016-10-11 | Reimplement g flag for s commands. Got lost in previous commit. | Martijn van Duren |
2016-10-10 | don't need to worry about pre/post order and skipping directories. | Ted Unangst |
2016-10-10 | zap extra includes | Ted Unangst |
2016-10-10 | remove some more dead code. (previous diff from Jan Stary) | Ted Unangst |
2016-10-10 | remove some dead code that's only used in rm | Ted Unangst |
2016-10-10 | Remove infinite loop detection from the s-command. | Martijn van Duren |
2016-10-07 | suppose we should fix csh while we're at it. | Ted Unangst |
2016-10-07 | note that ulimit -m is not enforced, spotted by jmc | Ted Unangst |
2016-09-30 | remove unneccessary .Pp; from jan stary | Jason McIntyre |
2016-09-27 | Move bug description to the BUGS section | Dmitrij Czarkoff |
2016-09-23 | Attempt to use stdout, stderr, or stdin terminal widths if they exist. | Anthony J. Bentley |
2016-09-23 | remove the note about the list command (l) displaying a --More-- | Jason McIntyre |
2016-09-20 | sync the description of -q with that of cksum.1; | Jason McIntyre |
2016-09-12 | Remove mention of "remote time" in description for the -a flag. | Jeremie Courreges-Anglas |