History log of /netbsd-src/usr.bin/stat/Makefile (Results 1 – 15 of 15)
Revision Date Author Comments
# 283a7ed9 29-Jan-2024 christos <christos@NetBSD.org>

fix tools build


# ed7b026d 29-Jan-2024 christos <christos@NetBSD.org>

PR/57891: Ricardo Branco: add symbolic flags printing (from FreeBSD)


# 230c41e4 03-Jun-2023 lukem <lukem@NetBSD.org>

adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}

Use ${CC_WNO_IMPLICIT_FALLTHROUGH} instead of
the older style more complex expressions.


# 14ef4b89 22-Jun-2022 kre <kre@NetBSD.org>

Divide stat.1 into stat.1 (now only includes stat(1)) and readlink.1

Apologies to cvs commit purists, but making this division required
line by line reading of the man pages, and I simply could not

Divide stat.1 into stat.1 (now only includes stat(1)) and readlink.1

Apologies to cvs commit purists, but making this division required
line by line reading of the man pages, and I simply could not resist
also correcting some errors, addressing some omissions, improving some
wording ... all at the same time.

show more ...


# 21303c93 29-Sep-2019 mrg <mrg@NetBSD.org>

convert HAVE_GCC == 7 to HAVE_GCC >= 7.


# 97ee1e16 04-Feb-2019 mrg <mrg@NetBSD.org>

rework the previous to only apply if !HOSTPROG


# a5ca97c6 04-Feb-2019 mrg <mrg@NetBSD.org>

apply -Wno-error=implicit-fallthrough on files that have fallthru
comments but are missed by the current checker.


# 9590e291 17-Aug-2011 christos <christos@NetBSD.org>

document non-literal format strings


# d5fb7818 25-Jul-2003 atatat <atatat@NetBSD.org>

More properly host-tool-ify stat


# 4b391b57 22-Jul-2003 lukem <lukem@NetBSD.org>

pass in -DHOSTPROG if a HOSTPROG


# 8a3e64ce 21-Jul-2003 agc <agc@NetBSD.org>

Fix a tyop - we want the readlink binary and manual pages when HOSTPROG
is not defined.


# 5885a35a 20-Jul-2003 lukem <lukem@NetBSD.org>

first attempt at making this a HOSTPROG


# f6a1c49f 26-Jul-2002 atatat <atatat@NetBSD.org>

NetBSD id police


# 5ccfe86e 08-Jul-2002 atatat <atatat@NetBSD.org>

A new command line option, -q, suppresses *stat(2) failure messages.
Output is now done via stdio, instead of with my stupid homegrown
buffering (I don't even know why I did it that way in the first

A new command line option, -q, suppresses *stat(2) failure messages.
Output is now done via stdio, instead of with my stupid homegrown
buffering (I don't even know why I did it that way in the first
place). Also, from Johan Karlsson <johan@freebsd.org>, eliminate a
spurious newline if no output was generated, and link stat(1) to
readlink(1) for similarity to OpenBSD.

show more ...


# ba4e8c96 27-Apr-2002 atatat <atatat@NetBSD.org>

Add a stat(1) program to /usr/bin. It provides a simple formatting
interface, with reasonable defaults, to the information provided by
stat(2) so that scripts can use the data therein much more easi

Add a stat(1) program to /usr/bin. It provides a simple formatting
interface, with reasonable defaults, to the information provided by
stat(2) so that scripts can use the data therein much more easily.

show more ...