summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-10-16chroot: call chroot() unconditionally to handle bind mounted "/"Pádraig Brady
2014-10-15copy: avoid an extraneous error when reporting errorsPádraig Brady
2014-10-15cp: read sparse files more efficiently with non regular destinationPádraig Brady
2014-10-15cp: avoid speculative preallocation with --sparse=alwaysPádraig Brady
2014-10-15copy: detect smaller holes than the copy buffer sizePádraig Brady
2014-10-08maint: avoid new signed overflow warning on 32 bitPádraig Brady
2014-10-07wc: don't miscount /sys and similar file systemsPaul Eggert
2014-10-02maint: avoid double semicolon syntax check failureBernhard Voelker
2014-09-30dd: new status=progress level to print stats periodicallyFederico Simoncelli
2014-09-30dd: use more robust SIGUSR1 handlingPádraig Brady
2014-09-24mv: use reflink=auto mode by defaultDavid Sterba
2014-09-23stty: only list supported options in --help and man pagesPádraig Brady
2014-09-23doc: fix use of "e.g." in stdbuf help messageMichal Nazarewicz
2014-09-19maint: don't trigger gcc-5's new -Wlogical-not-parentheses warningJim Meyering
2014-09-19cp: fix handling of -H with multiply specified source dirsPádraig Brady
2014-09-19cp: issue correct warning and ignore duplicate source dirsPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-19doc: ensure the correct texinfo nodes are referenced in --helpPádraig Brady
2014-09-11cat: allow copying empty files to themselvesPaul Eggert
2014-09-11doc: reference online info pages directly from man pagesPádraig Brady
2014-09-10doc: adjust reference to info nodes in man pagesPádraig Brady
2014-09-10maint: include libstdbuf.c in extraneous headers checkPádraig Brady
2014-09-10build: adjust previous transformations on libstdbuf namePádraig Brady
2014-09-10build: avoid name transformations on libstdbufPádraig Brady
2014-09-09maint: fix syntax-check issues in recent commitPádraig Brady
2014-09-08maint: avoid file-scope names of the form _[a-z]*Paul Eggert
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-08-23maint: ensure fiemap extents flags are compared correctlyPádraig Brady
2014-08-22maint: avoid int64_t and similar types unless they're neededPaul Eggert
2014-08-21maint: refactor ls QUOTING_STYLE env var handlingYurij Goncharuk
2014-08-19df: improve mount point selection with inaccurate mount listPádraig Brady
2014-08-11cp: remove redundant possibly expensive heap deallocationRasmus Borup Hansen
2014-08-04doc: indicate that FILE arguments are optional with rm -fReuben Thomas
2014-08-03numfmt: fix misspelling in --debug messageAnders Jonsson
2014-08-01chroot: perform chdir("/") again unless new --skip-chdir is specifiedBernhard Voelker
2014-07-19maint: fix message translation glitchesPaul Eggert
2014-07-18build: don't distribute generated coreutils.hPádraig Brady
2014-07-16numfmt: fix isblank() usage for some unibyte localesAssaf Gordon
2014-07-14maint: avoid clang -Wint-to-pointer-cast warningPádraig Brady
2014-07-13sort: avoid undefined operation with destroying locked mutexPádraig Brady
2014-07-13sort: fix two threading issues reported by valgrindShayan Pooya
2014-07-13maint: avoid an inconsequential mem leakPádraig Brady
2014-07-13build: support building all tools in a single binaryAlex Deymo
2014-07-04maint: simplify parsing df's output in shell scriptsBernhard Voelker
2014-07-02pwd: revert default mode back to -PPádraig Brady
2014-07-02maint: fix context_t init warning on systems without selinuxAlex Deymo
2014-07-01maint: fix const correctness warnings with security_context_tPádraig Brady
2014-07-01chcon: avoid redundant context allocationsNamhyung Kim
2014-07-01chcon: use security_check_context() for context validationNamhyung Kim
2014-06-30pwd: assume -L mode by default, as per POSIXPádraig Brady