summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2017-04-28Quiet a clang warning from -Wstring-plus-int. OK naddy@Todd C. Miller
2017-04-26silence clang warnings: add an extra pair of parentheses and stopChristian Weisgerber
2017-04-26In -C mode, process all checksums that match the specified file(s),Todd C. Miller
2017-04-17/dev/rmt* is no longer relevant; from miodJason McIntyre
2017-03-29Use strtonum(3) instead of strtol(3). OK deraadt@Todd C. Miller
2017-03-16document the "type" built-in, marked as xsi by posix;Jason McIntyre
2017-03-16document the ulimit built-in, which is now marked xsi by posix;Jason McIntyre
2017-03-16document the "hash" built-in, moved to (posix) base in issue 7;Jason McIntyre
2017-03-16buffer increase factor belongs in the nmemb field of reallocarray()Theo de Raadt
2017-03-11switch pax to using pledge tape instead of ioctl.Theo Buehler
2017-02-23SHA-1 collisions have now been found so update some man pages. As noted byDaniel Dickman
2017-02-19Assigning to RANDOM calls srand_deterministic(3), not srand(3),Ingo Schwarze
2017-02-19More whitespace, helps readingJeremie Courreges-Anglas
2017-02-17In chmod's symbolic mode without -h and -R flags, a missing FTS_COMFOLLOWTheo Buehler
2017-01-24do not need sys/proc.hTheo de Raadt
2017-01-23Slow down the churn and continue using old pledge name "ioctl" insteadTheo de Raadt
2017-01-23Call isatty() before tcgetattr() in the lex. This is a little redundant,Theo de Raadt
2017-01-23Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP onlyTheo de Raadt
2017-01-21Add an explicit syntax() call to indicate that no binary op wasKenneth R Westerback
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2017-01-03Allow the omission of one address in (.,.) and (.;.) address rangesTheo Buehler
2016-12-26Put some variable declarations under appropriate #if/#endif protectionKenneth R Westerback
2016-12-20Fix a bug where archives smaller than 512 bytes would trigger a next volumeMark Kettenis
2016-12-16Move declaration of an 'i' inside the scope of its use. Which inKenneth R Westerback
2016-12-16Eliminate some gcc warnings about 'unused variables', mostly byKenneth R Westerback
2016-12-11I missed a bit of the indentation fix from Kartik Agaram.Todd C. Miller
2016-12-11When ERREXIT (set -e) is in effect, don't disable it after aTodd C. Miller
2016-12-11In execute() we assign xerrorok to a dummy value if it is NULLTodd C. Miller
2016-12-11Fix for() loop indentation for TCASE in execute() and add someTodd C. Miller
2016-11-26Remove leftovers of line disciplines that are no more.Martin Pieuchot
2016-11-14Remove an escaped blank space and insert an No macro to keep \&; at aTheo Buehler
2016-11-14Markup improvements:Ingo Schwarze
2016-11-12Fix lexicographic order of shell built-ins: trap comes before true.Theo Buehler
2016-10-26Document LC_CTYPE.Ingo Schwarze
2016-10-24Unify wording for LC_CTYPE in ENVIRONMENT:Ingo Schwarze
2016-10-19Make the description of COLUMNS a bit more readable.Ingo Schwarze
2016-10-19Delete useless setlocale(3) in src/bin/.Ingo Schwarze
2016-10-17simplify implementation of the '$' command, no functional change;Ingo Schwarze
2016-10-17resolve code duplication in domove() for the commands: b B w WIngo Schwarze
2016-10-17No need to inspect LC_CTYPE:Ingo Schwarze
2016-10-17Make sure the cursor goes to the first byte of a UTF-8 characterIngo Schwarze
2016-10-15remove the "in the future" notes from the past;Jason McIntyre
2016-10-14Correct description of the "bind" builtin command.Ingo Schwarze
2016-10-14delete useless setlocale(3);Ingo Schwarze
2016-10-11Partial UTF-8 line editing support for ksh(1) vi input mode;Ingo Schwarze
2016-10-11Remove now-unused pathnames.h, from Jan StaryTodd C. Miller
2016-10-11Reimplement g flag for s commands. Got lost in previous commit.Martijn van Duren
2016-10-10don't need to worry about pre/post order and skipping directories.Ted Unangst
2016-10-10zap extra includesTed Unangst
2016-10-10remove some more dead code. (previous diff from Jan Stary)Ted Unangst