aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* build system: reinstate PLATFORM_LINUXRon Yorston2020-08-031-0/+1
* Merge branch 'busybox' into mergeRon Yorston2019-08-161-39/+36
|\
| * stat: print nanosecond times, fix printing of empty linesDenys Vlasenko2019-08-031-39/+36
* | Merge branch 'busybox' into mergeRon Yorston2019-04-171-47/+49
|\|
| * stat: reduce storage for human-readable filesystem namesRon Yorston2019-04-121-44/+48
* | win32: improve filesystem detection and displayRon Yorston2019-03-201-0/+3
* | win32: implement readlink(2)Ron Yorston2019-03-061-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-1/+1
|\|
| * config: update size informationDenys Vlasenko2018-12-281-1/+1
* | ls, stat: don't try to read symlinksRon Yorston2018-04-101-0/+8
* | Merge branch 'busybox' into mergeRon Yorston2018-04-021-1/+1
|\|
| * stat: fix a typo: s/romfs/ramfs/, closes 10876Denys Vlasenko2018-03-311-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-02-131-2/+5
|\|
| * randomconfig fixesDenys Vlasenko2017-12-311-2/+5
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-4/+6
|\|
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+5
| * free,stat: make NOEXECDenys Vlasenko2017-08-071-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-7/+7
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-6/+6
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-11-291-0/+3
|\|
| * Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-2/+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
* | Update default configurationRon Yorston2015-11-011-1/+0
|/
* 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