summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* the rm code in mv inherited pledge from rm. it shoud be safe, but theretedu2015-11-271-3/+1
* Use strlcpy to copy strings in struct mount, not memmove. Avoidsmillert2015-11-272-8/+8
* Revert previous tweak, pending a more complete rewording. Discussed withmmcc2015-11-241-3/+3
* This man page uses "Note that" profusely, which is generally consideredmmcc2015-11-221-6/+9
* Don't use pdksh for self-reference and remove needless historicalmmcc2015-11-221-13/+8
* Remove commented-out BUGS section that directs reports to long-extinctmmcc2015-11-221-34/+2
* "one" -> "one or more"mmcc2015-11-211-3/+3
* honestly i think you should just zap that paragraph - it doesn;t maketb2015-11-201-12/+1
* Cannot pledge bottom half of setting, because of the ioctl backingderaadt2015-11-201-4/+5
* KNFderaadt2015-11-201-3/+3
* remove unused prototypetb2015-11-201-2/+1
* make ed restore the user defined prompt (specified with -p) when it was turnedtb2015-11-202-6/+5
* Only unget match[] if it has been used, ok sthennicm2015-11-181-4/+5
* as in rm, needs getpw in pledgetedu2015-11-171-2/+2
* don't need locale header anymoretedu2015-11-172-5/+3
* overwriting code isn't usedtedu2015-11-171-82/+1
* int -> size_t for a len fieldmmcc2015-11-172-4/+4
* remove some more flagstedu2015-11-171-17/+4
* trim down the flags in rmtedu2015-11-171-82/+29
* remove Rflag and pflag (1) and rflag (0).tedu2015-11-171-61/+12
* remove getopt() from the nested cp and rm mainstedu2015-11-173-102/+19
* direct copy of cp and rm code into mv, so it can avoid fork+exec.tedu2015-11-174-40/+1259
* Missing "getpw" pledges, these were unnoticed because nobody expectsderaadt2015-11-171-3/+3
* rename link to name to avoid shadowing the functiontedu2015-11-161-6/+6
* use symbolics for flags to openderaadt2015-11-121-2/+2
* Use isdigit() instead of ksh's homebrewed alternative.mmcc2015-11-129-15/+20
* fix pledge error messagederaadt2015-11-111-2/+2
* exit() after perror() for pledge failure. Perhaps this got introducedderaadt2015-11-112-4/+8
* add missing NAME entries; ok schwarzejmc2015-11-091-3/+4
* Tweak a reallocarray call to be more overflow-resistant. From Theo Buehler.mmcc2015-11-081-3/+3
* Make it clearer that warningf()'s first argument determines whether themmcc2015-11-072-5/+5
* add [ to NAME, and document it; the NAME addition wasjmc2015-11-061-3/+8
* Capitalize entire macro name.mmcc2015-11-051-24/+24
* Clean up an Xstring macro. Submitted by Theo Buehler.mmcc2015-11-051-3/+2
* Remove an alias for a macro.mmcc2015-11-051-11/+10
* replace setbuf with setvbuf, from Frederic Nowaktedu2015-11-042-6/+6
* Another aresize() -> areallocarray().mmcc2015-11-021-2/+2
* aresize() -> areallocarray()mmcc2015-11-011-2/+2
* Remove two casts of void* return types.mmcc2015-11-011-3/+3
* Drop a needless cast of a void *.mmcc2015-11-011-3/+2
* Add uses of areallocarray(). mksh and Bitrig ksh already have similarmmcc2015-11-0111-35/+40
* zap trailing whitespace;jmc2015-10-301-2/+2
* Try to clarify the fc section a tad; fc apprently stands for "fix command".millert2015-10-301-8/+13
* 'fc -e -' is deprecated in favor of 'fc -s', so update the built-in aliasguenther2015-10-302-6/+6
* unifdef _PATH_*naddy2015-10-283-19/+3
* miscellaneous cruft:naddy2015-10-268-97/+10
* remove the profiling and debugging ifdefs; ok zhuk@naddy2015-10-266-131/+7
* document the -p and -l file enquiries and explicitly do not document -snaddy2015-10-261-2/+6
* Remove the #define Strfoo() s_strfoo() redirection and move everythingnaddy2015-10-263-42/+26
* Clean up cruft made visible by the NLS unifdefing:naddy2015-10-266-142/+9