summaryrefslogtreecommitdiff
path: root/coreutils/stat.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-171-2/+4
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* help text tweaksDenys Vlasenko2020-12-131-1/+1
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* stat: print nanosecond times, fix printing of empty linesDenys Vlasenko2019-08-031-39/+36
* stat: reduce storage for human-readable filesystem namesRon Yorston2019-04-121-44/+48
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* stat: fix a typo: s/romfs/ramfs/, closes 10876Denys Vlasenko2018-03-311-1/+1
* randomconfig fixesDenys Vlasenko2017-12-311-2/+5
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+5
* free,stat: make NOEXECDenys Vlasenko2017-08-071-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-6/+6
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* 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