aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: only count subdirectories if necessaryRon Yorston2023-01-231-0/+4
* Merge branch 'busybox' into mergeRon Yorston2021-09-211-2/+4
|\
| * libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-171-2/+4
* | win32: make readlink(2) implementation unconditionalRon Yorston2021-02-121-7/+0
* | Merge branch 'busybox' into mergeRon Yorston2021-02-051-1/+1
|\|
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* | stat: improve conditional compilationRon Yorston2021-01-261-5/+4
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-2/+2
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2020-08-231-1/+0
|\|
| * build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* | 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