summaryrefslogtreecommitdiff
path: root/coreutils/stat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixes revealed by randomconfig runDenis Vlasenko2007-10-161-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* stat: code shrink; stop using bss; stop using strncat incorrectlyDenis Vlasenko2007-10-051-94/+97
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-3/+3
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-4/+4
* stat: fix option -Z segv (bug 1454)Denis Vlasenko2007-08-091-5/+11
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* style fixesDenis Vlasenko2007-04-131-34/+34
* add some missed statics on constant objects.Denis Vlasenko2007-04-081-7/+7
* - remove superfluous bss user (flags) and manually unswitch some areas:Bernhard Reutner-Fischer2007-04-041-138/+92
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-2/+2
* selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko2007-03-101-16/+153
* syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko2007-02-111-2/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* httpd: fix cgi-bin/index.cgi support, add example of it,Denis Vlasenko2006-11-211-31/+37
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-13/+1
* 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