summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2014-05-29some basic formatting fixes;Jason McIntyre
2014-05-28onocr suppresses the cr, not outputs it;Jason McIntyre
2014-05-28document that posix defaults to -L if no options are given, and tweak previous;Jason McIntyre
2014-05-28In his continuing quest to improve our documentation, jmc@ noticed thatPhilip Guenther
2014-05-27document SIGALRM, since it's handling is somewhat special, and useJason McIntyre
2014-05-25- it seems our notes that posix require rm to behave like rmdir for directoriesJason McIntyre
2014-05-24Delete pointless casts: free() return value to (void), free()'sPhilip Guenther
2014-05-24Missed #include <signal.h>Philip Guenther
2014-05-24Make signal setup clearer via helper function, eliminating a gap inPhilip Guenther
2014-05-24delete restricted ed. no one will ever use this. never documented or enabled.Daniel Dickman
2014-05-23Archives written with a non-standard blocksize currently show up asPhilip Guenther
2014-05-23Make the signal handler safe: block signals when updating data-structuresPhilip Guenther
2014-05-23Use errc/warnc to simplify code.Philip Guenther
2014-05-21Use errc/warnc to simplify code.Philip Guenther
2014-05-21document which keywords are posix conformant;Jason McIntyre
2014-05-21Exit with non-zero status if a read is truncated, or if a compressionPhilip Guenther
2014-05-20As suggested by guenther@ and millert@, replace seek+[read|write] withKenneth R Westerback
2014-05-18use reallocarrayMarc Espie
2014-05-17better description for -A and -a, with help from millert;Jason McIntyre
2014-05-16more STANDARDS fleshing; ok sobrado millertJason McIntyre
2014-05-16Make the df calculations of available space the same as that done inKenneth R Westerback
2014-05-15more for STANDARDS: unsupported lists (noted by guenther) and env vars;Jason McIntyre
2014-05-15flesh out STANDARDS; ok guentherJason McIntyre
2014-05-07use reallocarray. ok guentherTed Unangst
2014-05-07Remove the undocumented and ineffective -F option (force hard linkIngo Schwarze
2014-05-07convert calloc to use reallocarray instead. ok millertTed Unangst
2014-05-06reallocarrayTed Unangst
2014-05-06spell NULL as NULLTed Unangst
2014-04-24calloc is better. from Peter MaloneTed Unangst
2014-04-24calloc is better. from Peter MaloneTed Unangst
2014-04-20Remove more commentary about recently removed des supportTheo de Raadt
2014-04-18tweak;Jason McIntyre
2014-04-15note some unsupported features, and clean up some macros - in particular,Jason McIntyre
2014-04-15flesh out STANDARDS; ok millert sobradoJason McIntyre
2014-04-14more x removal;Jason McIntyre
2014-04-14remove nonstandard DES support because DES. ok beck deraadt miodTed Unangst
2014-04-01slightly reword -f; ok sobrado schwarzeJason McIntyre
2014-03-31restore the traditional behavior of -f implying -a; apparently Keith BosticIgor Sobrado
2014-03-31revert previous: i was wrong;Jason McIntyre
2014-03-30a pesky comma rendered the text describing how output is sorted relevantJason McIntyre
2014-03-28expand STANDARDS somewhat; ok millertJason McIntyre
2014-03-27The "old" conversions are not mandated by any standard and areTed Unangst
2014-03-26Ignore the -b option if cksum is called as-is (e.g. "cksum -b /bsd")Lawrence Teo
2014-03-24support gigabytes. also update some comments and make goto label nicer.Ted Unangst
2014-03-23kill(1) doesn't use getopt() due to its non-standard option processing.Todd C. Miller
2014-03-23note that the last two usage forms are marked xsi; ok millertJason McIntyre
2014-03-20missed a turdTed Unangst
2014-03-20purge sum and sysvsum code. ok deraadt jmc lteo millertTed Unangst
2014-03-20remove insecure MD4 checksum algorithm; ok tedu@, man page ok jmc@Christian Weisgerber
2014-03-20Move the "minflt" entry to the correct spot in the var array so that allLawrence Teo