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