summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-11-08shred: fix direct I/O failures for last write to filePádraig Brady
2013-11-07cp: fix --link regarding the dereferencing of symbolic linksGian Piero Carrubba
2013-11-06shred: write larger chunks when possiblePádraig Brady
2013-11-05shred: enable direct I/O when possiblePádraig Brady
2013-11-01md5sum, sha*sum: improve help for --check related optionsPádraig Brady
2013-11-01maint: simplify printing of md5sum file namesPádraig Brady
2013-10-15dircolors: add putty-256color terminal typeMike Frysinger
2013-10-11cp: correct error message for invalid arguments of '--no-preserve'Ondřej Vašík
2013-10-07mktemp: fix incorrect exit status from previous commitPádraig Brady
2013-10-06mktemp: with --quiet, only suppress I/O errorsPádraig Brady
2013-10-06mktemp: synchronize the -p option with docsPádraig Brady
2013-09-26rm: with -I, prompt before deleting a write protected fileSergio Durigan Junior
2013-09-22maint: remove unused parameters to parse_user_spec()Pádraig Brady
2013-09-22id: support specifying the user by user IDPádraig Brady
2013-09-21id: add -z, --zero optionBernhard Voelker
2013-09-05ls: fix possible incorrect exit status when recursing directoriesFUJIWARA Katsunori
2013-09-01maint: update out of date confusing commentsPádraig Brady
2013-08-29df: fix "blocks" translation in headerPádraig Brady
2013-08-10doc: clarify when seq endsBernhard Voelker
2013-08-05doc: more semicolons instead of periods in option descriptionsBenno Schulenberg
2013-08-03doc: clarify that uniq -d outputs a single entry per groupPádraig Brady
2013-08-02maint: update copyright year number ranges of numfmt sourcesBernhard Voelker
2013-08-01doc: use semicolon instead of period in option descriptionsBenno Schulenberg
2013-07-28maint: avoid clang static analysis issues in csplitPádraig Brady
2013-07-27du: add --inodes optionBernhard Voelker
2013-07-25mv: replace empty directories in cross file system moveKen Booth
2013-07-22maint: use new gnulib function to free mount entries in duBernhard Voelker
2013-07-19rm: output number of arguments at the interactive promptRasmus Villemoes
2013-07-19dd: make status=none suppress all diagnosticsPádraig Brady
2013-07-12head: avoid redundant allocations when reading empty filesPádraig Brady
2013-07-12maint: avoid a valgrind memory leak warning from pinkyPádraig Brady
2013-07-11df: reduce memory usage when filtering mount entriesAnton Ovchinnikov
2013-07-11build: fix a build warning on 32 bit systems in shuf.cPádraig Brady
2013-07-11shuf: add --repetition to support repetition in outputAssaf Gordon
2013-07-11maint: adjust indentation in df.cPádraig Brady
2013-07-09df: fix mount list processing with unstatable mount dirsPádraig Brady
2013-07-07maint: avoid a valgrind memory leak warning from uptimeAnton Ovchinnikov
2013-07-02stat: ensure --context emits an "unrecognized option" diagnosticPádraig Brady
2013-07-02mkdir,mkfifo,mknod: give scontext-related variable a better scopeBernhard Voelker
2013-07-02maint: refactor SMACK interface to a separate modulePádraig Brady
2013-07-02id: don't show SMACK errors unless -Z is specifiedPádraig Brady
2013-07-01mkdir,mkfifo,mknod: with -Z, create SMACK security contextJarkko Sakkinen
2013-06-24ls: with -Z, show SMACK security contextJarkko Sakkinen
2013-06-22stdbuf: make it mandatory to specify a buffering optionPádraig Brady
2013-06-22doc: clarify that truncate --size represents bytes by defaultPádraig Brady
2013-06-20id: adjust/restrict smack support to newer versions of libsmackJarkko Sakkinen
2013-06-18tests: use appropriate precision when printing float limitsPádraig Brady
2013-06-12doc: clarify the description of du --separate-dirsPádraig Brady
2013-06-03doc: mention 'UTC' in date --utc helpAndreas Mohr
2013-06-02od: -wN, N>64K, avoid misbehavior on systems with 32-bit size_tJim Meyering