summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
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
2015-11-05Capitalize entire macro name.mmcc
2015-11-05Clean up an Xstring macro. Submitted by Theo Buehler.mmcc
2015-11-05Remove an alias for a macro.mmcc
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-11-02Another aresize() -> areallocarray().mmcc
2015-11-01aresize() -> areallocarray()mmcc
2015-11-01Remove two casts of void* return types.mmcc
2015-11-01Drop a needless cast of a void *.mmcc
2015-11-01Add uses of areallocarray(). mksh and Bitrig ksh already have similarmmcc
2015-10-30zap trailing whitespace;Jason McIntyre
2015-10-30Try to clarify the fc section a tad; fc apprently stands for "fix command".Todd C. Miller
2015-10-30'fc -e -' is deprecated in favor of 'fc -s', so update the built-in aliasPhilip Guenther
2015-10-28unifdef _PATH_*Christian Weisgerber
2015-10-26miscellaneous cruft:Christian Weisgerber
2015-10-26remove the profiling and debugging ifdefs; ok zhuk@Christian Weisgerber
2015-10-26document the -p and -l file enquiries and explicitly do not document -sChristian Weisgerber
2015-10-26Remove the #define Strfoo() s_strfoo() redirection and move everythingChristian Weisgerber
2015-10-26Clean up cruft made visible by the NLS unifdefing:Christian Weisgerber
2015-10-26unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set)Christian Weisgerber
2015-10-25strvis directory names in psDmitrij Czarkoff
2015-10-25need "getpw" pledge; spotted by matthieuTheo de Raadt
2015-10-25POSIX says that you can't capture the return value of sigsetjmp().Philip Guenther
2015-10-23Remove three strange and unused preproc defines. Submitted by Ilyammcc
2015-10-23With new pledge "ps" and "vminfo" requests, ps/top/w become possible.Theo de Raadt
2015-10-23Remove two comments listing functionless files. Trivial, no functionalmmcc
2015-10-23proto.h contains many function prototypes. It's apparently separate frommmcc
2015-10-23correct precedence; from Ilya KalimanTheo de Raadt
2015-10-22document tid keyword.Sebastian Benoit