aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+3
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-4/+3
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-2/+4
* stat: make -f optional. This allows to build stat for non-linux systemsDenys Vlasenko2015-10-301-20/+61
* typo fixesManinder Singh2015-05-251-1/+1
* stat: fix printing selinux context and null-dereferenceMichael Gernoth2014-06-271-2/+3
* libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko2013-03-291-1/+1
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-26/+32
* fix unsafe bb_perror_msg(filename) callsDenys Vlasenko2012-09-271-2/+2
* android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.cTias Guns2012-06-101-0/+6
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+61
* stat: fix mtime/ctime/atimeEric Lammerts2010-10-301-4/+3
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* stat: remove superfluous setXXent() calls, plug memory leakAlexander Shishkin2010-10-211-7/+5
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* stat: make output more similar to GNU statSeb2010-06-121-20/+21
* stat: get rid on intmax_tDenys Vlasenko2010-02-021-90/+91
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-281-11/+11
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-2/+2
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-12/+12
* stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT)Denis Vlasenko2008-11-131-14/+14
* stat: make stat -f show filesystem "ID:" as coreutils doesDenis Vlasenko2008-11-111-6/+21
* stat: pointers are not 0L, they are NULLDenis Vlasenko2008-06-271-4/+4
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-3/+18
* 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