summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* undo my "no TZ support" notes; guenther says they're wrongjmc2014-06-041-6/+4
* -a, -o, and () are marked by posix as obsolete; the finer details arejmc2014-06-031-2/+11
* document control characters which are extensions;jmc2014-05-291-5/+13
* flesh out STANDARDS;jmc2014-05-291-20/+61
* for -a and -g, do not say "as per posix": it adds no value to the user, andjmc2014-05-291-7/+6
* some basic formatting fixes;jmc2014-05-291-9/+18
* onocr suppresses the cr, not outputs it;jmc2014-05-281-3/+3
* document that posix defaults to -L if no options are given, and tweak previous;jmc2014-05-281-3/+8
* In his continuing quest to improve our documentation, jmc@ noticed thatguenther2014-05-282-35/+107
* document SIGALRM, since it's handling is somewhat special, and usejmc2014-05-271-14/+8
* - it seems our notes that posix require rm to behave like rmdir for directoriesjmc2014-05-251-23/+7
* Delete pointless casts: free() return value to (void), free()'sguenther2014-05-247-57/+57
* Missed #include <signal.h>guenther2014-05-241-1/+2
* Make signal setup clearer via helper function, eliminating a gap inguenther2014-05-241-27/+27
* delete restricted ed. no one will ever use this. never documented or enabled.daniel2014-05-243-30/+6
* Archives written with a non-standard blocksize currently show up asguenther2014-05-231-2/+2
* Make the signal handler safe: block signals when updating data-structuresguenther2014-05-235-47/+66
* Use errc/warnc to simplify code.guenther2014-05-231-5/+3
* Use errc/warnc to simplify code.guenther2014-05-215-18/+16
* document which keywords are posix conformant;jmc2014-05-211-2/+21
* Exit with non-zero status if a read is truncated, or if a compressionguenther2014-05-211-4/+10
* As suggested by guenther@ and millert@, replace seek+[read|write] withkrw2014-05-201-3/+2
* use reallocarrayespie2014-05-183-8/+8
* better description for -A and -a, with help from millert;jmc2014-05-171-4/+4
* more STANDARDS fleshing; ok sobrado millertjmc2014-05-161-12/+10
* Make the df calculations of available space the same as that done inkrw2014-05-161-6/+5
* more for STANDARDS: unsupported lists (noted by guenther) and env vars;jmc2014-05-151-2/+10
* flesh out STANDARDS; ok guentherjmc2014-05-151-6/+22
* use reallocarray. ok guenthertedu2014-05-072-7/+5
* Remove the undocumented and ineffective -F option (force hard linkschwarze2014-05-071-8/+4
* convert calloc to use reallocarray instead. ok millerttedu2014-05-071-2/+2
* reallocarraytedu2014-05-061-2/+2
* spell NULL as NULLtedu2014-05-061-2/+2
* calloc is better. from Peter Malonetedu2014-04-241-5/+4
* calloc is better. from Peter Malonetedu2014-04-241-4/+3
* Remove more commentary about recently removed des supportderaadt2014-04-202-16/+6
* tweak;jmc2014-04-181-5/+5
* note some unsupported features, and clean up some macros - in particular,jmc2014-04-151-99/+45
* flesh out STANDARDS; ok millert sobradojmc2014-04-151-3/+16
* more x removal;jmc2014-04-142-11/+7
* remove nonstandard DES support because DES. ok beck deraadt miodtedu2014-04-146-463/+10
* slightly reword -f; ok sobrado schwarzejmc2014-04-011-3/+3
* restore the traditional behavior of -f implying -a; apparently Keith Bosticsobrado2014-03-312-8/+8
* revert previous: i was wrong;jmc2014-03-311-5/+4
* a pesky comma rendered the text describing how output is sorted relevantjmc2014-03-301-4/+5
* expand STANDARDS somewhat; ok millertjmc2014-03-281-11/+18
* The "old" conversions are not mandated by any standard and aretedu2014-03-274-159/+19
* Ignore the -b option if cksum is called as-is (e.g. "cksum -b /bsd")lteo2014-03-261-2/+2
* support gigabytes. also update some comments and make goto label nicer.tedu2014-03-242-32/+50
* kill(1) doesn't use getopt() due to its non-standard option processing.millert2014-03-231-12/+18