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