summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2012-05-09stat: don't report negative file size as huge positive numberPaul Eggert-1/+1
2012-05-08split: avoid apparent infloop when splitting /dev/zero w/-n on the HurdJim Meyering-1/+3
2012-05-08maint: new function: usable_st_sizeJim Meyering-0/+7
2012-05-08maint: fix common spelling errorsKevin Lyda-7/+7
2012-05-07cp: handle a race condition more sensiblyJim Meyering-0/+19
2012-05-04maint: rely on gnulib's new sys_resource moduleJim Meyering-3/+1
2012-05-02cp,mv,install: provide POSIX_FADV_SEQUENTIAL hint to inputPádraig Brady-0/+3
2012-05-02maint: adjust comments to avoid FP match on binary-operator-at-EOLJim Meyering-15/+15
2012-05-02maint: with split lines, don't leave an operator at end of lineJim Meyering-34/+34
2012-04-30cat,cp,mv,install,split: Set the minimum IO block size used to 64KiBPádraig Brady-18/+24
2012-04-27id: -Zn/-Zr: avoid an invalid diagnosticJim Meyering-1/+2
2012-04-27id: don't call getcon unnecessarilyJim Meyering-7/+14
2012-04-27maint: id: minor factorizationJim Meyering-11/+12
2012-04-27id,groups: with no user name, print only real and/or effective IDs,Jim Meyering-6/+8
2012-04-19maint: tac: use memcpy, not strcpyJim Meyering-1/+1
2012-04-19maint: ls: use stpncpy/stpcpy, not strncpy/strcpyJim Meyering-9/+6
2012-04-19maint: modernize/clean-up a small function in ls.cJim Meyering-14/+11
2012-04-16maint: replace a use of strcpy in chmod.c with memcpyJim Meyering-1/+1
2012-04-12fmt: accept new --goal=WIDTH (-g) optionBruce Korb-5/+27
2012-04-12cp: change --attributes-only to not truncate existing filesPádraig Brady-1/+3
2012-03-28chmod: undo previous changePaul Eggert-9/+1
2012-03-28chmod: fix symlink race conditionPaul Eggert-1/+9
2012-03-26doc: use $(...), not `...` in documentation and commentsJim Meyering-1/+1
2012-03-22ln: add the --relative optionHarald Hoyer-1/+52
2012-03-22maint: refactor relpath() from `realpath` for use by `ln`Pádraig Brady-92/+163
2012-03-22maint: ensure PATH_MAX is set correctlyPádraig Brady-0/+2
2012-03-21maint: use more modern fseeko, rather than fseekJim Meyering-1/+1
2012-03-15realpath: optimize --relative-base usageEric Blake-10/+18
2012-03-15realpath: let --relative-to default to --relative-baseEric Blake-4/+1
2012-03-15realpath: fix problems with root handlingEric Blake-2/+25
2012-03-10dirname: support more than one argumentJérémy Compostella-27/+50
2012-03-10split: support an arbitrary number of split files by defaultJérémy Compostella-6/+54
2012-03-08chmod: add notations +40, 00440, etc.Paul Eggert-2/+5
2012-03-08du: fix -x: don't ignore non-directory argumentsJim Meyering-1/+8
2012-03-07basename: support more than one argumentJérémy Compostella-37/+85
2012-03-06maint: refactor copy to use is_nul()Pádraig Brady-47/+28
2012-02-29doc: timeout: document the exit status when run with "-s KILL"Rodrigo Campos-1/+2
2012-02-29dd: add support for the conv=sparse optionRoman Rybalko-3/+83
2012-02-25sort: default to physmem/8, not physmem/16Paul Eggert-7/+7
2012-02-24doc: clarify a comment in system.hJim Meyering-1/+1
2012-02-20split: add the --additional-suffix optionJérémy Compostella-3/+24
2012-02-20ls: adjust errnos indicating device non support for xattrsPádraig Brady-3/+1
2012-02-18ls: cache ACL- and CAP-querying syscall failuresJim Meyering-4/+57
2012-02-18ls: optimize for when getfilecon would often fail (~33% perf. gain)Jim Meyering-4/+32
2012-02-18split: support optional start value for --numeric-suffixesJérémy Compostella-2/+44
2012-02-16doc: improve 'rm -f' descriptionBernhard Voelker-1/+1
2012-02-13dd: fix issues in the count_bytes and seek_bytes flags changePádraig Brady-4/+4
2012-02-12dd: add count_bytes, skip_bytes and seek_bytes flagsJérémy Compostella-54/+150
2012-02-12mv: "mv A B" would sometimes succeed, yet A would remain, ...Jim Meyering-3/+26
2012-02-06maint: add braces as requested by HACKING coding standardJérémy Compostella-6/+8