aboutsummaryrefslogtreecommitdiff
path: root/toys/other/stat.c
AgeCommit message (Expand)Author
2021-02-22Remove ifdefs from stat.Rob Landley
2021-02-22stat: fix macOS build and behavior.Elliott Hughes
2020-02-06Remove old GNU style `' quoting.Elliott Hughes
2019-12-06stat: fix filesystem type on macOS.Elliott Hughes
2019-08-03Fix a bug report from E5ten: stat of a file with suid or sticky bit setRob Landley
2019-06-28file, stat: various small improvements.Elliott Hughes
2019-06-08macOS: numerous fixes.Elliott Hughes
2019-06-07Implement stat %C and find %Z.Elliott Hughes
2019-04-04Tweak stat.Rob Landley
2019-04-04stat: avoid null dereference.liwugang
2019-01-12stat: add --format synonym for -c.Elliott Hughes
2018-12-04Clean up some --help formatting.Elliott Hughes
2018-11-02Convert more option vars to the new (single letter) coding style.Rob Landley
2018-07-04diff: add timestamps to the ---/+++ lines and --color.Elliott Hughes
2018-06-28stat: `stat -f` uses %T rather than %t.Elliott Hughes
2018-06-28stat: fix %a in default output.Elliott Hughes
2018-06-28stat: remove hideous GNUism.Elliott Hughes
2018-06-28Tweak help text to clarify time fields are access/modification/creation time.Rob Landley
2016-12-30Remove unnecessary casts in stat.c, fix a claimed buffer length.Elliott Hughes
2016-08-16Add length modifier to date escapes, and length sanity check.Rob Landley
2016-08-15Make "stat -c %37G file" and "stat -c %.5G file" work, and fix %U and %G toRob Landley
2016-08-11Matthias Urhahn pointed out that %b returns hardwired 512 byte unitsRob Landley
2016-06-15Add readlink0() and readlinkat0() which null terminate the data.Rob Landley
2016-06-12Finish switching to dev_major/dev_minor.Elliott Hughes
2016-05-16Add stat -tL and -c %m%t%T.Rob Landley
2016-01-05Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable formatRob Landley
2015-10-20Move d/h units from %d %D output to default format string.Rob Landley
2015-10-10"stat -c %T" support (filesystem type names) based on patch from Hyejin Kim.Rob Landley
2015-05-15stat: fix group nameJosé Bollo
2015-02-25stat -f didn't work on 32 bit systems because type sizes wrong (fix from Elli...0.5.2Rob Landley
2013-09-04Don't pad stat's %a field.Rob Landley
2013-06-02Move stat from pending to other, default y.Rob Landley