summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2021-12-12s/Miscelaneous/Miscellaneous/ and s/slahes/slashes/ in comments.andvar
2021-12-08s/desireable/desirable/ in comments.andvar
2021-12-05s/existance/existence/ in comment.msaitoh
2021-12-05s/commmand/command/ in comment.msaitoh
2021-12-05s/exisit/exist/ in comment.msaitoh
2021-11-29Set totals.f_frsize to DEV_BSIZE instead of totals.f_bsize so thatsimonb
2021-11-22PR bin/53550kre
2021-11-21Improve the however-many-negatives wording even more.kre
2021-11-20sh.1: replace triple negation with single negation, fix typorillig
2021-11-20Improve the wording of the "Argument List Processing" section (wherekre
2021-11-16sh.1: fix typosrillig
2021-11-16echo: fix lint error due to strict bool moderillig
2021-11-16Make pwd (both /bin/pwd and the /bin/sh built-in version) check forkre
2021-11-16PR bin/56491kre
2021-11-16Detect write errors to stdout, and exit(1) from some built-inkre
2021-11-16Fix value of ${LINENO} in "for" commands.kre
2021-11-10Ensure that all of the POSIX standard utilities are correctlykre
2021-11-10With -Wall compiling this was giving:kre
2021-11-10Add a couple of macro definitions for dealing with shell I/O errors.kre
2021-11-10DEBUG mode changes only. NFC (NC) for any normally compiled shell.kre
2021-11-06s/writting/writing/msaitoh
2021-11-06s/maxiumum/maximum/msaitoh
2021-11-06pax.1: minor grammar fixesgutteridge
2021-11-02ed(1): use reallocarr instead of realloc(x * y)nia
2021-10-31PR bin/45390kre
2021-10-31PR bin/45390 - fix for folly fourkre
2021-10-30"no affect" -> "no effect" in man pages and comments.andvar
2021-10-26Use a type-correct end marker for strstrcat() rather than NULL, askre
2021-10-26PR bin/56464kre
2021-10-10echo: clean up, increase WARNS to 6rillig
2021-10-10sh: remove useless do-while-0 looprillig
2021-10-10sh: remove no-op 'continue' from do-while-0 looprillig
2021-10-10sh: make find_command simplerrillig
2021-10-09dd: fix lint warnings about effectively discarding 'const'rillig
2021-10-09bin: in builds with MKLINT=yes, run lint on all programsrillig
2021-10-09sh: ignore lint error about 'continue' in 'do while' looprillig
2021-10-09dd: clean up function summaryrillig
2021-10-09dd: fix lint error about 'return expr' from void functionrillig
2021-10-08PR/56443: RVP: dd conv=swab doesn't always workchristos
2021-09-16It is either teaching gcc about aaah or adding FALLTHROUGH.christos
2021-09-16support -Zchristos
2021-09-16provide a way to reset setproctitle.christos
2021-09-15Fix an ordering error in the previous (and even earlier, going backkre
2021-09-15Have the ulimit command watch for ulimit -n (alter number of available fds)kre
2021-09-15Improve the solution for the 2nd access to a fd which shouldn'tkre
2021-09-15Don't assign v to newvar, so we can still access the original length.christos
2021-09-14reflect reality on flags.christos
2021-09-14use emalloc and friends, add ktrace flag printing.christos
2021-09-14Provide symbolic printing of some keywords by capitalizing them.christos
2021-09-14Quote the filenames like beforechristos