summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* maint: rm: remove unused static-inlined functionsJoachim Schmitz2012-07-201-22/+0
* df: don't output control characters in a mount point namePádraig Brady2012-07-161-1/+23
* pinky,who: fix bug in latest changeJim Meyering2012-07-153-5/+19
* maint: remove unwarranted uses of strncpyJim Meyering2012-07-152-29/+11
* build: shred.c: avoid i686-specific gcc -Wstrict-overflow warningJim Meyering2012-07-151-6/+6
* doc: clarify meaning of '-parodd' in stty helpBruno Haible2012-07-131-1/+1
* df: warn if soon-to-be-removed --megabyte option is usedBernhard Voelker2012-07-111-3/+11
* sort: by default, do not exceed 3/4 of physical memoryPaul Eggert2012-07-101-3/+8
* maint: fix minor bugs in helper program, setuidgidJim Meyering2012-07-031-6/+5
* sort: fix exit-status typoPaul Eggert2012-07-021-1/+1
* sort: simplify -o handling to avoid fdopen, assertPaul Eggert2012-07-021-27/+20
* sort: avoid redundant processing with inaccessible inputs or outputPádraig Brady2012-07-021-4/+61
* maint: avoid a -Wunsed-but-set warning on some systemsPádraig Brady2012-07-021-1/+1
* stat,tail: recognize new file system type: aufsJim Meyering2012-06-301-0/+5
* maint: avoid a static analysis warning in csplitPádraig Brady2012-06-261-3/+5
* doc: document multiplier for dd number options like count=NBernhard Voelker2012-06-221-1/+1
* split: ensure output doesn't overwrite inputPádraig Brady2012-06-221-6/+21
* maint: refactor common mode bits used to create filesPádraig Brady2012-06-227-12/+9
* maint: sort: style adjustment to help clarify size determinationBernhard Voelker2012-06-201-8/+7
* stty: portability: accommodate CILJim Meyering2012-06-121-2/+2
* su: remove program (util-linux is now the best source for it)Jim Meyering2012-06-063-582/+2
* maint: mark new diagnostic for translationJim Meyering2012-06-051-1/+1
* head: with --lines=-N (-n-N) reset file pointer on seekable inputJim Meyering2012-06-051-0/+8
* stat,tail: recognize new file system type: panfsJim Meyering2012-06-011-0/+2
* cksum: line-buffer the printed checksumsPádraig Brady2012-05-281-0/+4
* maint: remove comment that suggested to remove support for mktemp -VJim Meyering2012-05-211-1/+2
* dircolors: add st/st-256color terminal typesMike Frysinger2012-05-211-0/+2
* id,groups: use gidtostr/uidtostr to avoid castsJim Meyering2012-05-202-15/+43
* maint: tell xgettext that fputs arg "93% of..." is not a C format stringJim Meyering2012-05-161-0/+2
* maint: add assertions to placate static analysis toolsJim Meyering2012-05-163-0/+19
* stat: report the correct block size for file system usagePádraig Brady2012-05-161-1/+5
* ls: color each symlink-to-relative-name in / properlyJim Meyering2012-05-121-1/+8
* stat,tail: recognize new FS types: bdevfs, inodefs, qnx6Jim Meyering2012-05-101-1/+7
* maint: handle file sizes more reliablyPaul Eggert2012-05-106-31/+66
* stat: don't report negative file size as huge positive numberPaul Eggert2012-05-091-1/+1
* split: avoid apparent infloop when splitting /dev/zero w/-n on the HurdJim Meyering2012-05-081-1/+3
* maint: new function: usable_st_sizeJim Meyering2012-05-081-0/+7
* maint: fix common spelling errorsKevin Lyda2012-05-086-7/+7
* cp: handle a race condition more sensiblyJim Meyering2012-05-071-0/+19
* maint: rely on gnulib's new sys_resource moduleJim Meyering2012-05-041-3/+1
* cp,mv,install: provide POSIX_FADV_SEQUENTIAL hint to inputPádraig Brady2012-05-021-0/+3
* maint: adjust comments to avoid FP match on binary-operator-at-EOLJim Meyering2012-05-023-15/+15
* maint: with split lines, don't leave an operator at end of lineJim Meyering2012-05-0211-34/+34
* cat,cp,mv,install,split: Set the minimum IO block size used to 64KiBPádraig Brady2012-04-301-18/+24
* id: -Zn/-Zr: avoid an invalid diagnosticJim Meyering2012-04-271-1/+2
* id: don't call getcon unnecessarilyJim Meyering2012-04-271-7/+14
* maint: id: minor factorizationJim Meyering2012-04-271-11/+12
* id,groups: with no user name, print only real and/or effective IDs,Jim Meyering2012-04-271-6/+8
* maint: tac: use memcpy, not strcpyJim Meyering2012-04-191-1/+1
* maint: ls: use stpncpy/stpcpy, not strncpy/strcpyJim Meyering2012-04-191-9/+6