summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
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
2013-06-24ls: with -Z, show SMACK security contextJarkko Sakkinen-8/+34
2013-06-22stdbuf: make it mandatory to specify a buffering optionPádraig Brady-6/+14
2013-06-22doc: clarify that truncate --size represents bytes by defaultPádraig Brady-1/+1
2013-06-20id: adjust/restrict smack support to newer versions of libsmackJarkko Sakkinen-1/+2
2013-06-18tests: use appropriate precision when printing float limitsPádraig Brady-2/+16
2013-06-12doc: clarify the description of du --separate-dirsPádraig Brady-1/+1
2013-06-03doc: mention 'UTC' in date --utc helpAndreas Mohr-1/+1
2013-06-02od: -wN, N>64K, avoid misbehavior on systems with 32-bit size_tJim Meyering-3/+3
2013-05-24stat: tune for large-LDAP casePaul Eggert-2/+0
2013-05-23split: with --line-bytes only allocate memory as neededPádraig Brady-43/+96