summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Backout previous due to a bug discovered by zhuk@ that requires some tinkeringanton2017-07-045-172/+10
* Add support for pattern substitution to variables in ksh using a common syntaxanton2017-07-045-11/+173
* no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingespie2017-07-031-1/+2
* Increase the input line buffer to 4096 bytes.martijn2017-06-292-10/+9
* Switch TIOCSTAT to _IO(). Two decades ago it was mistakenly defined toderaadt2017-06-291-4/+2
* add -v to SYNOPSIS and STANDARDS;jmc2017-06-283-10/+18
* fix a few lines of unusual lengthtedu2017-06-272-7/+8
* add a -v verbose flag to cp, mv, and rm. useful for monitoring progress,tedu2017-06-277-28/+81
* Tweak previous: align declarations and rename local variable.anton2017-06-271-6/+6
* in recently commited TIOCSTI replacement code, do not assumederaadt2017-06-271-7/+9
* No need to NUL-terminate the line buffer since it's handled by x_e_getu8() byanton2017-06-251-3/+1
* Don't output partial UTF-8 characters in ksh emacs mode. Instead, try to read aanton2017-06-251-12/+52
* Make sure to abort loops when pressing ^C in csh.anton2017-06-221-1/+6
* Minor style(9) corrections and whitespace cleanup to csh.anton2017-06-211-10/+9
* Replace usage of TIOCSTI in csh using a more common IO-loop where ICANON isanton2017-06-211-175/+344
* '^T' is documented to be bounded to transpose-chars while in emacsbrynet2017-06-202-50/+3
* Don't try to close every single file descriptor up to _SC_OPEN_MAX in csh.anton2017-06-201-4/+34
* Move win variable.anton2017-06-171-3/+2
* mark files as BUILDFIRST, or write explicit dependencies, so that mostespie2017-06-161-1/+2
* missing blank before full stop, found with mandoc -Tlintschwarze2017-06-101-11/+11
* X is not restricted to just the + operator;jmc2017-06-071-12/+3
* The fact is simple: Subshells have the same PPID as the current shell.tb2017-06-011-3/+3
* Let the 's' command delete the right number of bytes when UTF-8schwarze2017-05-311-4/+6
* Allow replacement of UTF-8 characters in vi mode.anton2017-05-311-7/+18
* stop reacharound from w(1) to ps(1); no functional change;schwarze2017-05-301-82/+0
* Change the mmap(2)-based binary history file with lots of magic and atb2017-05-292-348/+140
* chown: Remove SUPPORT_DOT ifdef - it's on by default for 22 yearsawolk2017-05-283-11/+15
* Fix cursor position while removing characters from the command line.anton2017-05-281-3/+5
* document behaviour when CDPATH unset;jmc2017-05-261-2/+4
* obvious use for freezero()deraadt2017-05-221-3/+2
* Improve UTF-8 handling on lines that are wider than the terminal,schwarze2017-05-121-2/+4
* a little tidy up; from raf czlonkajmc2017-05-111-3/+3
* Quiet an "implicit conversion from 'int' to 'char' changes value"millert2017-05-011-2/+2
* Quiet a clang warning from -Wstring-plus-int. OK naddy@millert2017-04-281-10/+11
* silence clang warnings: add an extra pair of parentheses and stopnaddy2017-04-263-22/+27
* In -C mode, process all checksums that match the specified file(s),millert2017-04-261-6/+22
* /dev/rmt* is no longer relevant; from miodjmc2017-04-171-4/+2
* Use strtonum(3) instead of strtol(3). OK deraadt@millert2017-03-291-15/+16
* document the "type" built-in, marked as xsi by posix;jmc2017-03-161-1/+5
* document the ulimit built-in, which is now marked xsi by posix;jmc2017-03-161-1/+7
* document the "hash" built-in, moved to (posix) base in issue 7;jmc2017-03-161-4/+10
* buffer increase factor belongs in the nmemb field of reallocarray()deraadt2017-03-161-2/+2
* switch pax to using pledge tape instead of ioctl.tb2017-03-112-5/+5
* SHA-1 collisions have now been found so update some man pages. As noted bydaniel2017-02-231-9/+4
* Assigning to RANDOM calls srand_deterministic(3), not srand(3),schwarze2017-02-191-6/+4
* More whitespace, helps readingjca2017-02-191-1/+2
* In chmod's symbolic mode without -h and -R flags, a missing FTS_COMFOLLOWtb2017-02-171-2/+4
* do not need sys/proc.hderaadt2017-01-242-4/+2
* Slow down the churn and continue using old pledge name "ioctl" insteadderaadt2017-01-232-5/+5
* Call isatty() before tcgetattr() in the lex. This is a little redundant,deraadt2017-01-231-2/+2