summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2013-11-27sort: avoid issues when issuing diagnostics from child processesPádraig Brady-7/+39
2013-11-26doc: clarify the operation of ls -kPádraig Brady-1/+1
2013-11-23dircolors: add a new entry to colorize 'lz4' filesJohn-0/+1
2013-11-21doc: enhance diagnostic when rm skips "." or ".." argumentsBernhard Voelker-4/+8
2013-11-17stty: add support for mark/space parityColin Leitner-0/+4
2013-11-11base64: improve encoding I/O efficiencyPádraig Brady-19/+20
2013-11-08shred: avoid data write pass with --size=0Pádraig Brady-0/+4
2013-11-08shred: increase I/O block size for periodic pattern casePádraig Brady-1/+1
2013-11-08shred: fix direct I/O failures for last write to filePádraig Brady-11/+10
2013-11-07cp: fix --link regarding the dereferencing of symbolic linksGian Piero Carrubba-14/+34
2013-11-06shred: write larger chunks when possiblePádraig Brady-5/+29
2013-11-05shred: enable direct I/O when possiblePádraig Brady-25/+37
2013-11-01md5sum, sha*sum: improve help for --check related optionsPádraig Brady-4/+2
2013-11-01maint: simplify printing of md5sum file namesPádraig Brady-7/+22
2013-10-15dircolors: add putty-256color terminal typeMike Frysinger-0/+1
2013-10-11cp: correct error message for invalid arguments of '--no-preserve'Ondřej Vašík-1/+2
2013-10-07mktemp: fix incorrect exit status from previous commitPádraig Brady-1/+2
2013-10-06mktemp: with --quiet, only suppress I/O errorsPádraig Brady-17/+10
2013-10-06mktemp: synchronize the -p option with docsPádraig Brady-14/+8
2013-09-26rm: with -I, prompt before deleting a write protected fileSergio Durigan Junior-1/+1
2013-09-22maint: remove unused parameters to parse_user_spec()Pádraig Brady-8/+2
2013-09-22id: support specifying the user by user IDPádraig Brady-7/+25
2013-09-21id: add -z, --zero optionBernhard Voelker-18/+32
2013-09-05ls: fix possible incorrect exit status when recursing directoriesFUJIWARA Katsunori-1/+1
2013-09-01maint: update out of date confusing commentsPádraig Brady-2/+2
2013-08-29df: fix "blocks" translation in headerPádraig Brady-1/+1
2013-08-10doc: clarify when seq endsBernhard Voelker-0/+2
2013-08-05doc: more semicolons instead of periods in option descriptionsBenno Schulenberg-32/+36
2013-08-03doc: clarify that uniq -d outputs a single entry per groupPádraig Brady-1/+1
2013-08-02maint: update copyright year number ranges of numfmt sourcesBernhard Voelker-1/+1
2013-08-01doc: use semicolon instead of period in option descriptionsBenno Schulenberg-52/+51
2013-07-28maint: avoid clang static analysis issues in csplitPádraig Brady-4/+5
2013-07-27du: add --inodes optionBernhard Voelker-4/+34
2013-07-25mv: replace empty directories in cross file system moveKen Booth-2/+6
2013-07-22maint: use new gnulib function to free mount entries in duBernhard Voelker-6/+1
2013-07-19rm: output number of arguments at the interactive promptRasmus Villemoes-3/+7
2013-07-19dd: make status=none suppress all diagnosticsPádraig Brady-17/+22
2013-07-12head: avoid redundant allocations when reading empty filesPádraig Brady-5/+4
2013-07-12maint: avoid a valgrind memory leak warning from pinkyPádraig Brady-1/+3
2013-07-11df: reduce memory usage when filtering mount entriesAnton Ovchinnikov-9/+21
2013-07-11build: fix a build warning on 32 bit systems in shuf.cPádraig Brady-1/+1
2013-07-11shuf: add --repetition to support repetition in outputAssaf Gordon-56/+134
2013-07-11maint: adjust indentation in df.cPádraig Brady-13/+17
2013-07-09df: fix mount list processing with unstatable mount dirsPádraig Brady-1/+2
2013-07-07maint: avoid a valgrind memory leak warning from uptimeAnton Ovchinnikov-1/+3
2013-07-02stat: ensure --context emits an "unrecognized option" diagnosticPádraig Brady-1/+0
2013-07-02mkdir,mkfifo,mknod: give scontext-related variable a better scopeBernhard Voelker-17/+18
2013-07-02maint: refactor SMACK interface to a separate modulePádraig Brady-45/+16
2013-07-02id: don't show SMACK errors unless -Z is specifiedPádraig Brady-2/+3
2013-07-01mkdir,mkfifo,mknod: with -Z, create SMACK security contextJarkko Sakkinen-3/+51