aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stat.c
AgeCommit message (Expand)Author
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2020-12-13help text tweaksDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-08-03stat: print nanosecond times, fix printing of empty linesDenys Vlasenko
2019-04-12stat: reduce storage for human-readable filesystem namesRon Yorston
2018-12-28config: update size informationDenys Vlasenko
2018-03-31stat: fix a typo: s/romfs/ramfs/, closes 10876Denys Vlasenko
2017-12-31randomconfig fixesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-07free,stat: make NOEXECDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-30stat: make -f optional. This allows to build stat for non-linux systemsDenys Vlasenko
2015-05-25typo fixesManinder Singh
2014-06-27stat: fix printing selinux context and null-dereferenceMichael Gernoth
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-09-27fix unsafe bb_perror_msg(filename) callsDenys Vlasenko
2012-06-10android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.cTias Guns
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2010-10-30stat: fix mtime/ctime/atimeEric Lammerts
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-21stat: remove superfluous setXXent() calls, plug memory leakAlexander Shishkin
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-12stat: make output more similar to GNU statSeb
2010-02-02stat: get rid on intmax_tDenys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-11-13stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT)Denis Vlasenko
2008-11-11stat: make stat -f show filesystem "ID:" as coreutils doesDenis Vlasenko
2008-06-27stat: pointers are not 0L, they are NULLDenis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2007-10-16fixes revealed by randomconfig runDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-05stat: code shrink; stop using bss; stop using strncat incorrectlyDenis Vlasenko
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-08-09stat: fix option -Z segv (bug 1454)Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-13style fixesDenis Vlasenko
2007-04-08add some missed statics on constant objects.Denis Vlasenko
2007-04-04- remove superfluous bss user (flags) and manually unswitch some areas:Bernhard Reutner-Fischer
2007-03-20fix accumulated whitespace and indentation damageDenis Vlasenko