summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2014-07-01maint: fix const correctness warnings with security_context_tPádraig Brady-35/+43
2014-07-01chcon: avoid redundant context allocationsNamhyung Kim-9/+9
2014-07-01chcon: use security_check_context() for context validationNamhyung Kim-5/+2
2014-06-30pwd: assume -L mode by default, as per POSIXPádraig Brady-8/+10
2014-06-26tests: use predetermined NON_ROOT_GIDPádraig Brady-22/+17
2014-06-26maint: mention when the du cycle warning bug was introducedPádraig Brady-0/+1
2014-06-26id: output the effective group for the processPetr Stodůlka-14/+27
2014-06-25df: report correct device in presence of eclipsed mountsPádraig Brady-5/+104
2014-06-24df: look for accessible mount points for specified devicesPádraig Brady-6/+18
2014-06-24df: output placeholder values for inaccessible mount pointsPádraig Brady-32/+89
2014-06-24du: ignore directory cycles due to bind mountsPádraig Brady-11/+9
2014-06-24doc: state in ls --help, that -h affects --size formatPádraig Brady-1/+1
2014-06-19doc: clarify chgrp restrictionsPádraig Brady-1/+13
2014-06-18df: use all of the last device details providedPádraig Brady-19/+11
2014-06-18seq: fix incorrect output with start or end of -0Pádraig Brady-1/+7
2014-06-13tail: fix --follow to use polling mode for VXFSPádraig Brady-1/+6
2014-06-12maint: suppress a theoretical buffer overflow warningPádraig Brady-1/+1
2014-06-11tests: fix version printing for ginstall in one testPádraig Brady-1/+1
2014-06-11install: allow options -D and -t to be used togetherBernhard Voelker-19/+65
2014-06-11build: update gnulib submodule and tests/init.sh to latestPádraig Brady-0/+2
2014-06-11build: update GCC warningsPádraig Brady-13/+5
2014-06-03tests: consolidate tests for true and falsePádraig Brady-38/+41
2014-06-02maint: avoid compiler warnings with some assert() implementationsBen Walton-1/+1
2014-06-02build: be more specific about .git repo before enabling warningsBen Walton-1/+3
2014-06-01cut: restore special case handling of -f with -d$'\n'Pádraig Brady-20/+49
2014-06-01stat: avoid redundant stat() callsPádraig Brady-3/+5
2014-05-29df: use the last device name provided by the systemPádraig Brady-8/+31
2014-05-26stdbuf: support OS XPádraig Brady-3/+12
2014-05-26build: uname: avoid shadowing warningJim Meyering-2/+2
2014-05-26doc: clarify --zero-terminated optionPádraig Brady-72/+72
2014-05-25build: libstdbuf.so: avoid new OS X link failureJim Meyering-1/+1
2014-05-25cat,cp,split: use a larger buffer for copyingJim Meyering-18/+24
2014-05-24doc: use nicer quotesPaul Eggert-0/+1
2014-05-23stat,tail: improve support for LogFS and ConfigFSPádraig Brady-3/+7
2014-05-22maint: enforce consistent width and case of file system constantsPádraig Brady-3/+11
2014-05-21stdbuf: support compilers other than __GNUC__Pádraig Brady-14/+40
2014-05-21tests: use chroot --user rather than internal setuidgid toolPádraig Brady-237/+26
2014-05-21chroot: make changing root check more robustPádraig Brady-3/+22
2014-05-21chroot: exit immediately upon failurePádraig Brady-23/+7
2014-05-21chroot: with --userspec clear root's supplemental groupsPádraig Brady-39/+176
2014-05-16chroot: don't chdir() if not changing rootPádraig Brady-26/+37
2014-05-13maint: avoid clang -Wtautological-constant-out-of-range-compare warningPádraig Brady-3/+4
2014-05-13df: ignore non file system entries in /proc/mountsPádraig Brady-1/+7
2014-05-13df: fix handling of symlinks in mount listPádraig Brady-2/+17
2014-05-13df: also deduplicate virtual file systemsPádraig Brady-30/+50
2014-05-13tests: fix spurious failure with leading spaces in file namesPádraig Brady-1/+1
2014-05-12build: avoid bootstrap error with gettext 0.18.3.1Assaf Gordon-0/+15
2014-05-10shred: don't infloop upon negative sizeJim Meyering-2/+31
2014-05-10shred: fix overflow checking of command-line optionsPaul Eggert-4/+5
2014-05-07tests: improve new ascii test of ddBernhard Voelker-10/+12