summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-07doc: use more modern file system type examples in df descriptionBernhard Voelker
2013-08-07doc: fix typo in description of dfFilipus Klutiero
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-08-01doc: clarify that cp by default doesn't adjust existing file permsPádraig Brady
2013-07-29tests: fix another test failure in test/du/inodes.shBernhard Voelker
2013-07-28doc: fix typoPaul Eggert
2013-07-28maint: cleanup compare calls in test/du/inodes.shBernhard Voelker
2013-07-28maint: avoid clang static analysis issues in csplitPádraig Brady
2013-07-28tests: fix intermittent failure in test/du/inodes.shPá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-22maint: make some shell and perl scripts executable in 'tests/'Bernhard 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: update gnulib submodule to latestPádraig Brady
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-11tests: add more tests for shuf option combinationsAssaf 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-06build: update gnulib submodule to latestPaul Eggert
2013-07-05tests: fix "shuf unreadable" test to work when run as rootPádraig Brady
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-27doc: fix details on the interaction of df with device nodesD. Hugh Redelmeier
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-13maint: update gitignore entriesPádraig Brady
2013-06-12doc: clarify the description of du --separate-dirsPádraig Brady
2013-06-05doc: mention prior stat changeEric Blake
2013-06-05build: update gnulib submodule; also bootstrap to latestBernhard Voelker
2013-06-03tests: avoid a race in tail --retry testingPá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
2013-06-01tests: head-c: avoid spurious failure with a 32-bit size_tJim Meyering
2013-05-27tests: avoid spurious failure when SIZE_MAX is 2^32-1Jim Meyering