CVS commit: src/usr.bin/stat

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:46:38 UTC 2020 Modified Files: src/usr.bin/stat: stat.c Log Message: avoid a GCC stringop truncate warning. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.bin/stat/stat.c Please note that

CVS commit: src/usr.bin/stat

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 10:03:16 UTC 2019 Modified Files: src/usr.bin/stat: Makefile Log Message: rework the previous to only apply if !HOSTPROG To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/stat/Makefile Please

CVS commit: src/usr.bin/stat

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 08:07:33 UTC 2019 Modified Files: src/usr.bin/stat: stat.c Log Message: avoid a potential buffer truncation. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.bin/stat/stat.c Please note that diffs

CVS commit: src/usr.bin/stat

2017-09-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Sep 21 22:53:19 UTC 2017 Modified Files: src/usr.bin/stat: stat.c Log Message: Handle the new %f (as an addition to the strftime format - -t arg) correctly, in particular %%f does not contain the %f format, and like all strftime

CVS commit: src/usr.bin/stat

2017-09-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Sep 21 18:50:08 UTC 2017 Modified Files: src/usr.bin/stat: stat.c Log Message: KNF, and since this gets compiled as a tool, avoid C99 declarations. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/usr.bin/stat

2017-09-20 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Sep 20 17:45:25 UTC 2017 Modified Files: src/usr.bin/stat: stat.c Log Message: Set the default time format for linux mode (-x) in the correct place, so it only applies to -x (in particular, not to -s) and only if another time

CVS commit: src/usr.bin/stat

2017-09-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Sep 20 08:57:02 UTC 2017 Modified Files: src/usr.bin/stat: stat.1 Log Message: whitespace fixes, use Xr. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/usr.bin/stat/stat.1 Please note that diffs are not

CVS commit: src/usr.bin/stat

2017-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 20 01:23:37 UTC 2017 Modified Files: src/usr.bin/stat: stat.c Log Message: - add the sticky bits to mode - fix linux Birth for the havenots code review via email from @@@ To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/stat

2017-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 19 21:45:28 UTC 2017 Modified Files: src/usr.bin/stat: stat.1 stat.c Log Message: - if st_dev/st_rdev == NODEV print -1 instead of unsigned - update to the latest linux stat(1) format for -x (kind of) - add the ability

CVS commit: src/usr.bin/stat

2013-01-03 Thread David Laight
Module Name:src Committed By: dsl Date: Thu Jan 3 13:28:41 UTC 2013 Modified Files: src/usr.bin/stat: stat.c Log Message: Unset HAVE_DEVNAME for tools build. config only checks for the symbol in libc, we need the correct prototype. Which is excluded even on NetBSD

CVS commit: src/usr.bin/stat

2012-12-02 Thread Eric Haszlakiewicz
Module Name:src Committed By: erh Date: Sun Dec 2 21:13:07 UTC 2012 Modified Files: src/usr.bin/stat: stat.1 stat.c Log Message: Honor the -t option to set the time format when running stat -s. Document the format used by -s on the man page. To generate a diff of this

CVS commit: src/usr.bin/stat

2012-12-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Dec 3 07:49:21 UTC 2012 Modified Files: src/usr.bin/stat: stat.1 Log Message: Bump date for previous. Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.bin/stat/stat.1 Please

CVS commit: src/usr.bin/stat

2011-09-22 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Sep 22 20:23:56 UTC 2011 Modified Files: src/usr.bin/stat: stat.1 stat.c Log Message: Use vis(3) encoding when a string format is modified by the '#' flag. Also bump copyright years. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/stat

2011-09-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 16 11:06:27 UTC 2011 Modified Files: src/usr.bin/stat: stat.1 Log Message: Anothe difference in output format: stat -f %Z does not add any space in major,minor for device nodes, whereas both ls -l and find -ls add at least

CVS commit: src/usr.bin/stat

2011-09-16 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Sep 16 13:33:13 UTC 2011 Modified Files: src/usr.bin/stat: stat.1 Log Message: Remove unnecessary Ns. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/stat/stat.1 Please note that diffs are not public

CVS commit: src/usr.bin/stat

2011-09-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 16 14:32:53 UTC 2011 Modified Files: src/usr.bin/stat: stat.1 Log Message: More corrections to format compatibility between stat(1), find(1) -ls, and ls(1) -lT. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/usr.bin/stat

2011-09-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Sep 15 19:56:35 UTC 2011 Modified Files: src/usr.bin/stat: stat.1 Log Message: Add examples of formats for stat(1) to simulate find -ls and ls -lTd. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/usr.bin/stat

2011-09-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Sep 6 18:31:22 UTC 2011 Modified Files: src/usr.bin/stat: stat.c Log Message: static + __dead To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.bin/stat/stat.c Please note that diffs are not public

CVS commit: src/usr.bin/stat

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 13:22:33 UTC 2011 Modified Files: src/usr.bin/stat: Makefile Log Message: document non-literal format strings To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/stat/Makefile Please note that

CVS commit: src/usr.bin/stat

2011-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 16 23:08:29 UTC 2011 Modified Files: src/usr.bin/stat: stat.1 stat.c Log Message: Add verbose mode for readlink. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/usr.bin/stat/stat.1 cvs rdiff -u

CVS commit: src/usr.bin/stat

2011-01-15 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sat Jan 15 22:54:11 UTC 2011 Modified Files: src/usr.bin/stat: stat.c Log Message: Do not crash if a date cannot be represented (localtime returning NULL), use the Epoch value instead. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/stat

2010-12-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Dec 16 05:30:16 UTC 2010 Modified Files: src/usr.bin/stat: stat.c Log Message: Use strlcpy, not strncpy, when the desired semantics are strlcpy's rather than strncpy's. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/stat

2010-12-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Dec 16 05:42:15 UTC 2010 Modified Files: src/usr.bin/stat: stat.c Log Message: Don't pass unused argument. From Doug Barton. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/stat/stat.c Please

CVS commit: src/usr.bin/stat

2010-11-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Nov 24 22:57:54 UTC 2010 Modified Files: src/usr.bin/stat: stat.c Log Message: Don't printf time_t with %d; fixes PR 44128 from yamt. With this change it successfully prints mtimes after 2038. To generate a diff of this

CVS commit: src/usr.bin/stat

2010-11-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Nov 25 04:33:30 UTC 2010 Modified Files: src/usr.bin/stat: stat.c Log Message: Improve previous with comments. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/usr.bin/stat/stat.c Please note that diffs

CVS commit: src/usr.bin/stat

2010-04-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 5 21:25:01 UTC 2010 Modified Files: src/usr.bin/stat: stat.1 Log Message: \\ - \e To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/usr.bin/stat/stat.1 Please note that diffs are not public domain; they