index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
other
/
stat.c
Age
Commit message (
Expand
)
Author
2016-12-30
Remove unnecessary casts in stat.c, fix a claimed buffer length.
Elliott Hughes
2016-08-16
Add length modifier to date escapes, and length sanity check.
Rob Landley
2016-08-15
Make "stat -c %37G file" and "stat -c %.5G file" work, and fix %U and %G to
Rob Landley
2016-08-11
Matthias Urhahn pointed out that %b returns hardwired 512 byte units
Rob Landley
2016-06-15
Add readlink0() and readlinkat0() which null terminate the data.
Rob Landley
2016-06-12
Finish switching to dev_major/dev_minor.
Elliott Hughes
2016-05-16
Add stat -tL and -c %m%t%T.
Rob Landley
2016-01-05
Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format
Rob Landley
2015-10-20
Move 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-15
stat: fix group name
José Bollo
2015-02-25
stat -f didn't work on 32 bit systems because type sizes wrong (fix from Elli...
0.5.2
Rob Landley
2013-09-04
Don't pad stat's %a field.
Rob Landley
2013-06-02
Move stat from pending to other, default y.
Rob Landley