summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2012-08-23rm: fix the new --dir (-d) option to work with -iRob Day-11/+13
2012-08-21du: handle bind-mounted directory cycles gracefullyOndrej Oprala-10/+60
2012-08-18sort: simpler fix for sort -u data-loss bug, and for a FMR bugPaul Eggert-35/+1
2012-08-17sort: sort --unique (-u) could cause data lossJim Meyering-4/+40
2012-08-16maint: correct a stale comment in sort.cJim Meyering-1/+1
2012-08-16maint: fix comment grammar to placate make syntax-checkJim Meyering-1/+1
2012-08-14rm: new option --dir (-d) to remove empty directoriesKrzysztof Goj-4/+19
2012-08-14df: fail when the mount list is required but cannot be readBernhard Voelker-4/+13
2012-08-05build: avoid sort link failure on Solaris 10Jim Meyering-0/+1
2012-08-04df: fix exit code and error messages with --totalBernhard Voelker-3/+6
2012-08-04truncate: don't leak a file descriptor with --ref=PIPEJim Meyering-1/+8
2012-08-04split: plug nominal leaksJim Meyering-2/+5
2012-08-03tail: avoid rare error-path FD leakJim Meyering-0/+1
2012-07-25tail: avoid misleading diagnostic upon fstat failureJim Meyering-1/+1
2012-07-21maint: stzncpy: restrict pointer parametersJim Meyering-3/+4
2012-07-20maint: rm: remove two more unused static inline functionsJoachim Schmitz-22/+0
2012-07-20maint: rm: remove unused static-inlined functionsJoachim Schmitz-22/+0
2012-07-16df: don't output control characters in a mount point namePádraig Brady-1/+23
2012-07-15pinky,who: fix bug in latest changeJim Meyering-5/+19
2012-07-15maint: remove unwarranted uses of strncpyJim Meyering-29/+11
2012-07-15build: shred.c: avoid i686-specific gcc -Wstrict-overflow warningJim Meyering-6/+6
2012-07-13doc: clarify meaning of '-parodd' in stty helpBruno Haible-1/+1
2012-07-11df: warn if soon-to-be-removed --megabyte option is usedBernhard Voelker-3/+11
2012-07-10sort: by default, do not exceed 3/4 of physical memoryPaul Eggert-3/+8
2012-07-03maint: fix minor bugs in helper program, setuidgidJim Meyering-6/+5
2012-07-02sort: fix exit-status typoPaul Eggert-1/+1
2012-07-02sort: simplify -o handling to avoid fdopen, assertPaul Eggert-27/+20
2012-07-02sort: avoid redundant processing with inaccessible inputs or outputPádraig Brady-4/+61
2012-07-02maint: avoid a -Wunsed-but-set warning on some systemsPádraig Brady-1/+1
2012-06-30stat,tail: recognize new file system type: aufsJim Meyering-0/+5
2012-06-26maint: avoid a static analysis warning in csplitPádraig Brady-3/+5
2012-06-22doc: document multiplier for dd number options like count=NBernhard Voelker-1/+1
2012-06-22split: ensure output doesn't overwrite inputPádraig Brady-6/+21
2012-06-22maint: refactor common mode bits used to create filesPádraig Brady-12/+9
2012-06-20maint: sort: style adjustment to help clarify size determinationBernhard Voelker-8/+7
2012-06-12stty: portability: accommodate CILJim Meyering-2/+2
2012-06-06su: remove program (util-linux is now the best source for it)Jim Meyering-582/+2
2012-06-05maint: mark new diagnostic for translationJim Meyering-1/+1
2012-06-05head: with --lines=-N (-n-N) reset file pointer on seekable inputJim Meyering-0/+8
2012-06-01stat,tail: recognize new file system type: panfsJim Meyering-0/+2
2012-05-28cksum: line-buffer the printed checksumsPádraig Brady-0/+4
2012-05-21maint: remove comment that suggested to remove support for mktemp -VJim Meyering-1/+2
2012-05-21dircolors: add st/st-256color terminal typesMike Frysinger-0/+2
2012-05-20id,groups: use gidtostr/uidtostr to avoid castsJim Meyering-15/+43
2012-05-16maint: tell xgettext that fputs arg "93% of..." is not a C format stringJim Meyering-0/+2
2012-05-16maint: add assertions to placate static analysis toolsJim Meyering-0/+19
2012-05-16stat: report the correct block size for file system usagePádraig Brady-1/+5
2012-05-12ls: color each symlink-to-relative-name in / properlyJim Meyering-1/+8
2012-05-10stat,tail: recognize new FS types: bdevfs, inodefs, qnx6Jim Meyering-1/+7
2012-05-10maint: handle file sizes more reliablyPaul Eggert-31/+66