summaryrefslogtreecommitdiff
path: root/coreutils/stat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-1/+1
* - typo: s/derefernce/dereference/gBernhard Reutner-Fischer2006-04-181-2/+2
* - use C99 %j format to print intmax.Bernhard Reutner-Fischer2006-04-121-16/+16
* - include inttypes.h as pointed out by Jason Schoon.Bernhard Reutner-Fischer2006-04-051-17/+4
* - use proper macros to print intmax_t.Bernhard Reutner-Fischer2006-04-051-3/+3
* - Rich Felker writes: fix invalid printf format stringsBernhard Reutner-Fischer2006-03-291-1/+1
* Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley2006-02-221-3/+2
* just whitespaceTim Riker2006-01-251-9/+9
* another more const"Vladimir N. Oleynik"2005-10-201-2/+2
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+1
* just punt all the f_frsize crap since not all linux headers support it Bug 346Mike Frysinger2005-07-261-22/+5
* dont use f_frsize unless linux-2.6.0 or betterMike Frysinger2005-06-291-1/+12
* rework human_fstype to cut down sizeMike Frysinger2005-04-241-78/+47
* rework options to get rid of extra variablesMike Frysinger2005-04-241-15/+11
* stat implementation based upon coreutilsMike Frysinger2005-04-231-0/+599