summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2011-05-26maint: split: remove --filter specific code from other pathsPádraig Brady-9/+11
2011-05-26split: diagnose when --filter is used with a chunk numberPádraig Brady-0/+6
2011-05-26split: exit when we can no longer write to a --filterPádraig Brady-0/+15
2011-05-26split: return success even if a --filter exitsPádraig Brady-4/+2
2011-05-25split: fix an edge case where -n l/... creates an extra filePádraig Brady-5/+6
2011-05-25chmod: output the original mode in verbose modeBernhard Voelker-5/+13
2011-05-25maint: accommodate gnulib's newer tight_scope ruleJim Meyering-4/+4
2011-05-25touch: placate static analyzers: no NULL-deref is possibleJim Meyering-6/+12
2011-05-24split: fix cases where -n l/... creates extraneous filesPádraig Brady-3/+14
2011-05-24doc: add a missing space in timeout --helpStéphane Raimbault-2/+2
2011-05-21maint: fix comment typos in df.cIvan Sichmann Freitas-2/+2
2011-05-19maint: correct typos involving misuse of "a" and "an"Jim Meyering-5/+5
2011-05-18printf: fix an out-of-bounds memory accessPádraig Brady-1/+1
2011-05-17doc: mention that ls time ordering is newest firstPádraig Brady-2/+2
2011-05-13ls: allow stat-free use of --colorJim Meyering-1/+4
2011-05-12maint: use <unistd.h>, not "group-member.h"Jim Meyering-1/+0
2011-05-11maint: remove syntax-checking sc_tight_scope ruleJim Meyering-40/+0
2011-05-11maint: tail: mark a global variable as staticJim Meyering-2/+2
2011-05-08maint: remove -Wmissing-field-initializers workaroundsPádraig Brady-19/+6
2011-05-06split: accept new output --filter=CMD optionKarl Heuer-23/+204
2011-05-06sort: fix a contradictory --debug warningPádraig Brady-1/+1
2011-05-05df: fix crash in mem exhaustion edge casePádraig Brady-4/+4
2011-05-03copy: fix my typoJim Meyering-1/+1
2011-05-03copy: correct misuse of quote in diagnosticJeff Liu-1/+1
2011-04-30maint: adjust split.c formatting to conformJim Meyering-10/+10
2011-04-26maint: tweak sc_tight_scope ruleJim Meyering-12/+8
2011-04-26dd: work around compilation failure on AIX 5.1 and 5.2Jim Meyering-0/+4
2011-04-26maint: move two small functions, so we can remove a fwd declJim Meyering-26/+24
2011-04-25maint: change some leading 8-space sequences to TABs in a Makefile.amJim Meyering-11/+11
2011-04-25stat: recognize V9FS and ECRYPTFS file systemsJim Meyering-0/+4
2011-04-25tail --follow=name no longer implies --retryJim Meyering-0/+10
2011-04-25copy: include both src and dest names in clone failure diagnosticJeff Liu-1/+2
2011-04-25doc: tail/inotify does use --sleep-interval=S, with --pid=PJim Meyering-4/+6
2011-04-20copy: use FIEMAP (extent_copy) only for apparently-sparse files,Jim Meyering-16/+21
2011-04-20copy: factor out a tiny sparse-testing functionJim Meyering-4/+19
2011-04-20copy: do not treat unwritten extents specially: avoid XFS/ext4 data lossJim Meyering-1/+4
2011-04-20copy: always use FIEMAP_FLAG_SYNC, for nowJim Meyering-0/+8
2011-04-17dircolors: add .ear, .war, .sar, for Java jar-like archivesOndřej Vašík-0/+3
2011-04-12maint: remove unnecessary inclusion of <stdio.h>Jim Meyering-1/+0
2011-04-11maint: install: remove support for --preserve_context ("_", not "-")Jim Meyering-8/+0
2011-04-11maint: reorder install.c to eliminate declarations of static functionsJim Meyering-344/+327
2011-04-11maint: rename variables for clarity...Jim Meyering-6/+6
2011-04-11maint: remove doubled words in comments, e.g., s/to to/to/Jim Meyering-2/+2
2011-04-11maint: misc typo fixesPádraig Brady-1/+1
2011-04-06copy: handle mergeable extents across fiemap scansPádraig Brady-88/+108
2011-04-06copy: fix an unlikely memory leak when a fiemap copy failsPádraig Brady-1/+1
2011-04-04tests: minor improvement of sc_tight_scope ruleJim Meyering-5/+5
2011-04-03maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering-18/+25
2011-04-03copy: require fiemap sync also for 2.6.38 kernelsJim Meyering-2/+2
2011-04-02cp: always detect copy-into-self: avoid infloop w/large PATH_MAXJim Meyering-2/+10