summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-06-30stat,tail: recognize new file system type: aufsJim Meyering
2012-06-26maint: avoid a static analysis warning in csplitPádraig Brady
2012-06-22doc: document multiplier for dd number options like count=NBernhard Voelker
2012-06-22split: ensure output doesn't overwrite inputPádraig Brady
2012-06-22maint: refactor common mode bits used to create filesPádraig Brady
2012-06-20maint: sort: style adjustment to help clarify size determinationBernhard Voelker
2012-06-12stty: portability: accommodate CILJim Meyering
2012-06-06su: remove program (util-linux is now the best source for it)Jim Meyering
2012-06-05maint: mark new diagnostic for translationJim Meyering
2012-06-05head: with --lines=-N (-n-N) reset file pointer on seekable inputJim Meyering
2012-06-01stat,tail: recognize new file system type: panfsJim Meyering
2012-05-28cksum: line-buffer the printed checksumsPádraig Brady
2012-05-21maint: remove comment that suggested to remove support for mktemp -VJim Meyering
2012-05-21dircolors: add st/st-256color terminal typesMike Frysinger
2012-05-20id,groups: use gidtostr/uidtostr to avoid castsJim Meyering
2012-05-16maint: tell xgettext that fputs arg "93% of..." is not a C format stringJim Meyering
2012-05-16maint: add assertions to placate static analysis toolsJim Meyering
2012-05-16stat: report the correct block size for file system usagePádraig Brady
2012-05-12ls: color each symlink-to-relative-name in / properlyJim Meyering
2012-05-10stat,tail: recognize new FS types: bdevfs, inodefs, qnx6Jim Meyering
2012-05-10maint: handle file sizes more reliablyPaul Eggert
2012-05-09stat: don't report negative file size as huge positive numberPaul Eggert
2012-05-08split: avoid apparent infloop when splitting /dev/zero w/-n on the HurdJim Meyering
2012-05-08maint: new function: usable_st_sizeJim Meyering
2012-05-08maint: fix common spelling errorsKevin Lyda
2012-05-07cp: handle a race condition more sensiblyJim Meyering
2012-05-04maint: rely on gnulib's new sys_resource moduleJim Meyering
2012-05-02cp,mv,install: provide POSIX_FADV_SEQUENTIAL hint to inputPádraig Brady
2012-05-02maint: adjust comments to avoid FP match on binary-operator-at-EOLJim Meyering
2012-05-02maint: with split lines, don't leave an operator at end of lineJim Meyering
2012-04-30cat,cp,mv,install,split: Set the minimum IO block size used to 64KiBPádraig Brady
2012-04-27id: -Zn/-Zr: avoid an invalid diagnosticJim Meyering
2012-04-27id: don't call getcon unnecessarilyJim Meyering
2012-04-27maint: id: minor factorizationJim Meyering
2012-04-27id,groups: with no user name, print only real and/or effective IDs,Jim Meyering
2012-04-19maint: tac: use memcpy, not strcpyJim Meyering
2012-04-19maint: ls: use stpncpy/stpcpy, not strncpy/strcpyJim Meyering
2012-04-19maint: modernize/clean-up a small function in ls.cJim Meyering
2012-04-16maint: replace a use of strcpy in chmod.c with memcpyJim Meyering
2012-04-12fmt: accept new --goal=WIDTH (-g) optionBruce Korb
2012-04-12cp: change --attributes-only to not truncate existing filesPádraig Brady
2012-03-28chmod: undo previous changePaul Eggert
2012-03-28chmod: fix symlink race conditionPaul Eggert
2012-03-26doc: use $(...), not `...` in documentation and commentsJim Meyering
2012-03-22ln: add the --relative optionHarald Hoyer
2012-03-22maint: refactor relpath() from `realpath` for use by `ln`Pádraig Brady
2012-03-22maint: ensure PATH_MAX is set correctlyPádraig Brady
2012-03-21maint: use more modern fseeko, rather than fseekJim Meyering
2012-03-15realpath: optimize --relative-base usageEric Blake
2012-03-15realpath: let --relative-to default to --relative-baseEric Blake