summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2015-12-24More adress -> addressmmcc
2015-12-22Assign pointer variables to NULL rather than 0. No functional change.mmcc
2015-12-22Remove a needless allocation cast. No binary change.mmcc
2015-12-21Replace an ugly bit of pointer arithmetic with a conditional expression.mmcc
2015-12-16Replace "tame" by "pledge" in a comment.tb
2015-12-14Move system headers from sh.h to those files that actually need them.tb
2015-12-14Remove a superfluous macro. No binary change. ok tb@mmcc
2015-12-10In emacs command-line editing mode, make sure that moving left andIngo Schwarze
2015-12-09Remove NULL-check before free(). ok tb@mmcc
2015-12-06Remove a 250-line catalog of AT&T ksh bugs. ok tedummcc
2015-12-06pledge "dpath" to allow creation of nodes via mkfifo(2) and mknod(2)Theo de Raadt
2015-12-06Use __progname instead of manually handling argv[0].Tobias Stoeckmann
2015-12-05Remove some more pdksh-specific stuff and references to files that nommcc
2015-12-05Remove descriptions of files that no longer exist.mmcc
2015-12-05Remove needless reference to LEGAL, which is likely outdated itself.mmcc
2015-12-05Remove some bug report guidelines from pdksh that aren't relevant to us.mmcc
2015-12-02comment typommcc
2015-12-01Support UTF-8: use wcwidth(3) for column adjustment and replaceIngo Schwarze
2015-11-27the rm code in mv inherited pledge from rm. it shoud be safe, but thereTed Unangst
2015-11-27Use strlcpy to copy strings in struct mount, not memmove. AvoidsTodd C. Miller
2015-11-24Revert previous tweak, pending a more complete rewording. Discussed withmmcc
2015-11-22This man page uses "Note that" profusely, which is generally consideredmmcc
2015-11-22Don't use pdksh for self-reference and remove needless historicalmmcc
2015-11-22Remove commented-out BUGS section that directs reports to long-extinctmmcc
2015-11-21"one" -> "one or more"mmcc
2015-11-20honestly i think you should just zap that paragraph - it doesn;t maketb
2015-11-20Cannot pledge bottom half of setting, because of the ioctl backingTheo de Raadt
2015-11-20KNFTheo de Raadt
2015-11-20remove unused prototypetb
2015-11-20make ed restore the user defined prompt (specified with -p) when it was turnedtb
2015-11-18Only unget match[] if it has been used, ok sthenNicholas Marriott
2015-11-17as in rm, needs getpw in pledgeTed Unangst
2015-11-17don't need locale header anymoreTed Unangst
2015-11-17overwriting code isn't usedTed Unangst
2015-11-17int -> size_t for a len fieldmmcc
2015-11-17remove some more flagsTed Unangst
2015-11-17trim down the flags in rmTed Unangst
2015-11-17remove Rflag and pflag (1) and rflag (0).Ted Unangst
2015-11-17remove getopt() from the nested cp and rm mainsTed Unangst
2015-11-17direct copy of cp and rm code into mv, so it can avoid fork+exec.Ted Unangst
2015-11-17Missing "getpw" pledges, these were unnoticed because nobody expectsTheo de Raadt
2015-11-16rename link to name to avoid shadowing the functionTed Unangst
2015-11-12use symbolics for flags to openTheo de Raadt
2015-11-12Use isdigit() instead of ksh's homebrewed alternative.mmcc
2015-11-11fix pledge error messageTheo de Raadt
2015-11-11exit() after perror() for pledge failure. Perhaps this got introducedTheo de Raadt
2015-11-09add missing NAME entries; ok schwarzeJason McIntyre
2015-11-08Tweak a reallocarray call to be more overflow-resistant. From Theo Buehler.mmcc
2015-11-07Make it clearer that warningf()'s first argument determines whether themmcc
2015-11-06add [ to NAME, and document it; the NAME addition wasJason McIntyre