summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: support building all tools in a single binaryAlex Deymo2014-07-1311-10/+373
* maint: simplify parsing df's output in shell scriptsBernhard Voelker2014-07-041-1/+1
* pwd: revert default mode back to -PPádraig Brady2014-07-021-3/+5
* maint: fix context_t init warning on systems without selinuxAlex Deymo2014-07-021-1/+1
* maint: fix const correctness warnings with security_context_tPádraig Brady2014-07-0112-33/+41
* chcon: avoid redundant context allocationsNamhyung Kim2014-07-011-9/+9
* chcon: use security_check_context() for context validationNamhyung Kim2014-07-011-5/+2
* pwd: assume -L mode by default, as per POSIXPádraig Brady2014-06-301-2/+5
* id: output the effective group for the processPetr Stodůlka2014-06-261-9/+10
* df: report correct device in presence of eclipsed mountsPádraig Brady2014-06-251-1/+41
* df: look for accessible mount points for specified devicesPádraig Brady2014-06-241-6/+18
* df: output placeholder values for inaccessible mount pointsPádraig Brady2014-06-241-28/+81
* du: ignore directory cycles due to bind mountsPádraig Brady2014-06-241-8/+4
* doc: state in ls --help, that -h affects --size formatPádraig Brady2014-06-241-1/+1
* df: use all of the last device details providedPádraig Brady2014-06-181-12/+3
* seq: fix incorrect output with start or end of -0Pádraig Brady2014-06-181-1/+1
* tail: fix --follow to use polling mode for VXFSPádraig Brady2014-06-131-1/+3
* maint: suppress a theoretical buffer overflow warningPádraig Brady2014-06-121-1/+1
* install: allow options -D and -t to be used togetherBernhard Voelker2014-06-111-16/+33
* tests: consolidate tests for true and falsePádraig Brady2014-06-031-0/+2
* maint: avoid compiler warnings with some assert() implementationsBen Walton2014-06-021-0/+1
* cut: restore special case handling of -f with -d$'\n'Pádraig Brady2014-06-012-14/+34
* stat: avoid redundant stat() callsPádraig Brady2014-06-011-3/+5
* df: use the last device name provided by the systemPádraig Brady2014-05-291-3/+19
* stdbuf: support OS XPádraig Brady2014-05-261-3/+12
* build: uname: avoid shadowing warningJim Meyering2014-05-261-2/+2
* doc: clarify --zero-terminated optionPádraig Brady2014-05-2612-12/+16
* build: libstdbuf.so: avoid new OS X link failureJim Meyering2014-05-251-1/+1
* cat,cp,split: use a larger buffer for copyingJim Meyering2014-05-251-18/+24
* stat,tail: improve support for LogFS and ConfigFSPádraig Brady2014-05-231-0/+4
* maint: enforce consistent width and case of file system constantsPádraig Brady2014-05-221-3/+3
* stdbuf: support compilers other than __GNUC__Pádraig Brady2014-05-212-2/+13
* tests: use chroot --user rather than internal setuidgid toolPádraig Brady2014-05-213-219/+1
* chroot: make changing root check more robustPádraig Brady2014-05-211-1/+18
* chroot: exit immediately upon failurePádraig Brady2014-05-211-23/+7
* chroot: with --userspec clear root's supplemental groupsPádraig Brady2014-05-211-13/+102
* chroot: don't chdir() if not changing rootPádraig Brady2014-05-161-15/+21
* maint: avoid clang -Wtautological-constant-out-of-range-compare warningPádraig Brady2014-05-131-3/+4
* df: ignore non file system entries in /proc/mountsPádraig Brady2014-05-131-0/+5
* df: fix handling of symlinks in mount listPádraig Brady2014-05-131-2/+10
* df: also deduplicate virtual file systemsPádraig Brady2014-05-131-17/+14
* shred: don't infloop upon negative sizeJim Meyering2014-05-101-2/+2
* shred: fix overflow checking of command-line optionsPaul Eggert2014-05-101-4/+5
* dd: fix conv=ascii, conv=ebcdic, conv=ibm to match POSIXPaul Eggert2014-05-061-16/+21
* mv,cp: preserve symlink xattrs when copying across file systemsPádraig Brady2014-05-061-7/+8
* numfmt: improve processing throughput by 800%Pádraig Brady2014-05-023-32/+10
* numfmt: support zero padding using --format="%010f"Pádraig Brady2014-05-021-34/+60
* doc: clarify the pr --page-width descriptionsPádraig Brady2014-04-291-1/+2
* ptx: fix whitespace trimming with multiple filesPádraig Brady2014-04-291-31/+38
* doc: clarify meaning of stat's mtime and ctime formatsAssaf Gordon2014-04-221-4/+4