summaryrefslogtreecommitdiff
path: root/usr.bin/stat
AgeCommit message (Expand)Author
2023-06-03adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}lukem
2022-07-21readlink: sort SEE ALSOwiz
2022-07-21Add an Xr to realpath(1) (which does much the same as readlink -f).kre
2022-06-24Remove the notge (I added a day or so ago) about IFS interfering with -skre
2022-06-23stat(1): Fix two more -width.uwe
2022-06-22stat(1): Misc fixes.uwe
2022-06-22Use \(em, fix macro usagewiz
2022-06-22Remove dot at end of SEE ALSO.wiz
2022-06-22readlink(1): Add italic correction.uwe
2022-06-22readlink(1): Add missing .El, use non-random .Bl -widthuwe
2022-06-22Some corrections to stat to make it more reasonable, and comply withkre
2022-06-22Divide stat.1 into stat.1 (now only includes stat(1)) and readlink.1kre
2021-08-27stat: fix undefined behavior when calling ctype functionsrillig
2020-09-07avoid a GCC stringop truncate warning.mrg
2019-10-04adjust fallthru comment.mrg
2019-09-29convert HAVE_GCC == 7 to HAVE_GCC >= 7.mrg
2019-02-04rework the previous to only apply if !HOSTPROGmrg
2019-02-04apply -Wno-error=implicit-fallthrough on files that have fallthrumrg
2019-02-04avoid a potential buffer truncation.mrg
2017-09-21Handle the new %f (as an addition to the strftime format - -t arg)kre
2017-09-21KNF, and since this gets compiled as a tool, avoid C99 declarations.kre
2017-09-20Set the default time format for linux mode (-x) in the correct place,kre
2017-09-20whitespace fixes, use Xr.wiz
2017-09-20- add the sticky bits to modechristos
2017-09-19- if st_dev/st_rdev == NODEV print -1 instead of unsignedchristos
2017-07-03Remove workaround for ancient HTML generation code.wiz
2014-04-13Change some standard exit status text to ".Ex -std"snj
2013-01-03Unset HAVE_DEVNAME for tools build.dsl
2012-12-03Bump date for previous. Remove trailing whitespace.wiz
2012-12-02Honor the -t option to set the time format when running stat -s.erh
2011-09-22Use vis(3) encoding when a string format is modified by the '#' flag.apb
2011-09-16More corrections to format compatibility between stat(1), find(1) -ls,apb
2011-09-16Remove unnecessary Ns.wiz
2011-09-16Anothe difference in output format: stat -f "%Z" does not add anyapb
2011-09-15Add examples of formats for stat(1) to simulate "find -ls" and "ls -lTd".apb
2011-09-06static + __deadjoerg
2011-08-17document non-literal format stringschristos
2011-02-16Add verbose mode for readlink.christos
2011-01-15Do not crash if a date cannot be represented (localtime returningnjoly
2010-12-16Don't pass unused argument. From Doug Barton.dholland
2010-12-16Use strlcpy, not strncpy, when the desired semantics are strlcpy'sdholland
2010-11-25Improve previous with comments.dholland
2010-11-24Don't printf time_t with %d; fixes PR 44128 from yamt. With this change itdholland
2010-04-05\\ -> \ejoerg
2010-03-11Since we have st_birthtime in struct stat, it is in default display.enami
2009-04-13Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)lukem
2008-11-07Drop trailing space.wiz
2008-11-07Be consistent: document the birthtime field of struct stat forreed
2008-10-20Fix three variable names.wiz
2008-05-16The ofmt variable is actually a bit mask (not the character that wasatatat