Age | Commit message (Expand) | Author |
2017-06-10 | missing blank before full stop, found with mandoc -Tlint | Ingo Schwarze |
2017-06-07 | X is not restricted to just the + operator; | Jason McIntyre |
2017-06-01 | The fact is simple: Subshells have the same PPID as the current shell. | Theo Buehler |
2017-05-31 | Let the 's' command delete the right number of bytes when UTF-8 | Ingo Schwarze |
2017-05-31 | Allow replacement of UTF-8 characters in vi mode. | anton |
2017-05-30 | stop reacharound from w(1) to ps(1); no functional change; | Ingo Schwarze |
2017-05-29 | Change the mmap(2)-based binary history file with lots of magic and a | Theo Buehler |
2017-05-28 | chown: Remove SUPPORT_DOT ifdef - it's on by default for 22 years | Adam Wolk |
2017-05-28 | Fix cursor position while removing characters from the command line. | anton |
2017-05-26 | document behaviour when CDPATH unset; | Jason McIntyre |
2017-05-22 | obvious use for freezero() | Theo de Raadt |
2017-05-12 | Improve UTF-8 handling on lines that are wider than the terminal, | Ingo Schwarze |
2017-05-11 | a little tidy up; from raf czlonka | Jason McIntyre |
2017-05-01 | Quiet an "implicit conversion from 'int' to 'char' changes value" | Todd C. Miller |
2017-04-28 | Quiet a clang warning from -Wstring-plus-int. OK naddy@ | Todd C. Miller |
2017-04-26 | silence clang warnings: add an extra pair of parentheses and stop | Christian Weisgerber |
2017-04-26 | In -C mode, process all checksums that match the specified file(s), | Todd C. Miller |
2017-04-17 | /dev/rmt* is no longer relevant; from miod | Jason McIntyre |
2017-03-29 | Use strtonum(3) instead of strtol(3). OK deraadt@ | Todd C. Miller |
2017-03-16 | document the "type" built-in, marked as xsi by posix; | Jason McIntyre |
2017-03-16 | document the ulimit built-in, which is now marked xsi by posix; | Jason McIntyre |
2017-03-16 | document the "hash" built-in, moved to (posix) base in issue 7; | Jason McIntyre |
2017-03-16 | buffer increase factor belongs in the nmemb field of reallocarray() | Theo de Raadt |
2017-03-11 | switch pax to using pledge tape instead of ioctl. | Theo Buehler |
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 |