Age | Commit message (Expand) | Author |
2017-07-18 | Restore tty when aborting loop. | anton |
2017-07-10 | remove misc. depend and yacc nits that no longer matter. | Marc Espie |
2017-07-09 | remove redundant variable declarations in Makefiles, since those are | Marc Espie |
2017-07-06 | fix broken cross references; found with mandoc -Tlint | Ingo Schwarze |
2017-07-05 | nits about trailing punctuation found with mandoc -Tlint | Ingo Schwarze |
2017-07-04 | Backout previous due to a bug discovered by zhuk@ that requires some tinkering | anton |
2017-07-04 | Add support for pattern substitution to variables in ksh using a common syntax | anton |
2017-07-03 | no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing | Marc Espie |
2017-06-29 | Increase the input line buffer to 4096 bytes. | Martijn van Duren |
2017-06-29 | Switch TIOCSTAT to _IO(). Two decades ago it was mistakenly defined to | Theo de Raadt |
2017-06-28 | add -v to SYNOPSIS and STANDARDS; | Jason McIntyre |
2017-06-27 | fix a few lines of unusual length | Ted Unangst |
2017-06-27 | add a -v verbose flag to cp, mv, and rm. useful for monitoring progress, | Ted Unangst |
2017-06-27 | Tweak previous: align declarations and rename local variable. | anton |
2017-06-27 | in recently commited TIOCSTI replacement code, do not assume | Theo de Raadt |
2017-06-25 | No need to NUL-terminate the line buffer since it's handled by x_e_getu8() by | anton |
2017-06-25 | Don't output partial UTF-8 characters in ksh emacs mode. Instead, try to read a | anton |
2017-06-22 | Make sure to abort loops when pressing ^C in csh. | anton |
2017-06-21 | Minor style(9) corrections and whitespace cleanup to csh. | anton |
2017-06-21 | Replace usage of TIOCSTI in csh using a more common IO-loop where ICANON is | anton |
2017-06-20 | '^T' is documented to be bounded to transpose-chars while in emacs | Bryan Steele |
2017-06-20 | Don't try to close every single file descriptor up to _SC_OPEN_MAX in csh. | anton |
2017-06-17 | Move win variable. | anton |
2017-06-16 | mark files as BUILDFIRST, or write explicit dependencies, so that most | Marc Espie |
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 |