aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* style fixesvda2007-04-131-34/+34
* add some missed statics on constant objects.vda2007-04-081-7/+7
* - remove superfluous bss user (flags) and manually unswitch some areas:aldot2007-04-041-138/+92
* fix accumulated whitespace and indentation damagevda2007-03-201-2/+2
* selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)vda2007-03-101-16/+153
* syslogd: fix "readpath bug" by using readlink insteadvda2007-02-111-2/+2
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* httpd: fix cgi-bin/index.cgi support, add example of it,vda2006-11-211-31/+37
* getopt_ulflags -> getopt32.vda2006-10-031-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-13/+1
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-1/+1
* - typo: s/derefernce/dereference/galdot2006-04-181-2/+2
* - use C99 %j format to print intmax.aldot2006-04-121-16/+16
* - include inttypes.h as pointed out by Jason Schoon.aldot2006-04-051-17/+4
* - use proper macros to print intmax_t.aldot2006-04-051-3/+3
* - Rich Felker writes: fix invalid printf format stringsaldot2006-03-291-1/+1
* Patch from Denis Vlasenko to constify things and fix a few typos.landley2006-02-221-3/+2
* just whitespacetimr2006-01-251-9/+9
* another more constvodz2005-10-201-2/+2
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-111-1/+1
* just punt all the f_frsize crap since not all linux headers support it Bug 346vapier2005-07-261-22/+5
* dont use f_frsize unless linux-2.6.0 or bettervapier2005-06-291-1/+12
* rework human_fstype to cut down sizevapier2005-04-241-78/+47
* rework options to get rid of extra variablesvapier2005-04-241-15/+11
* stat implementation based upon coreutilsvapier2005-04-231-0/+599