History log of /freebsd-current/usr.bin/stat/stat.1
Revision Date Author Comments
# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# 39aed6d6 11-Jun-2017 Enji Cooper <ngie@FreeBSD.org>

stat(1): sort flags in the DESCRIPTION section

-x's description should come after -t's description.

MFC after: 1 month
Sponsored by: Dell EMC Isilon


# 21860bf9 11-Jun-2017 Enji Cooper <ngie@FreeBSD.org>

Write up some basic tests for readlink(1)

The tests exercise -f (f_flag), -n (n_flag), and no arguments (basic).

MFC after: 1 month
Sponsored by: Dell EMC Isilon


# 2b7af31c 23-Jun-2014 Baptiste Daroussin <bapt@FreeBSD.org>

use .Mt to mark up email addresses consistently (part3)

PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>


# 55298f03 11-May-2014 Thomas Quinot <thomas@FreeBSD.org>

Minor fixes to previous change introducing switch -H, as per comments
on -arch.

Reviewed by: gleb


# 4d6bab26 07-May-2014 Thomas Quinot <thomas@FreeBSD.org>

Introduce a new command line switch '-H' for stat(1)
causing arguments to be interpreted as NFS file handles.

Reviewed by: -arch (jhb, eadler)
MFC after: 1 month


# fbe83f25 22-Apr-2012 Christian Brueffer <brueffer@FreeBSD.org>

Remove duplicate -l description.

Submitted by: Rainer Hurling <rhurlin@gwdg.de>
MFC after: 1 week


# 4221d3eb 05-Dec-2010 Doug Barton <dougb@FreeBSD.org>

Bring in the change from NetBSD 1.28:

"\\ -> \e"

Obtained from: joerg@NetBSD.org

Bump .Dd because we're now up to date with the latest NetBSD version


# c6281ac0 05-Dec-2010 Doug Barton <dougb@FreeBSD.org>

Bring in the following changes from NetBSD:

1.21
"Document the flags displayed by the default format, and mention their short
names. From espie@openbsd via jmc@openbsd."

1.24
"Fix three variable names.
From Todd T. Fries via Jason McIntyre."

Obtained from: wiz@NetBSD.org (previous 2)

1.25
"Be consistent: document the birthtime field of struct stat for
the "B" field specifier."

Obtained from: reed@NetBSD.org

1.26
"Drop trailing space."

Obtained from: wiz@NetBSD.org

1.27
"Since we have st_birthtime in struct stat, it is in default display."

Obtained from: enami@NetBSD.org

Purposely skipping the following revisions:
1.22 NetBSD-specific change
1.23 Removal of license clauses 3 and 4, already handled by imp
in our r203971


# dc5e1d52 05-Dec-2010 Doug Barton <dougb@FreeBSD.org>

Bring in the change from NetBSD 1.20:

"Make sentence easier to parse. From jsing@openbsd via jmc@openbsd."

Obtained from: wiz@NetBSD.org


# 7c304a3b 05-Dec-2010 Doug Barton <dougb@FreeBSD.org>

Bring in the changes from NetBSD 1.16 that we did not already have.

"Some fixes from jmc@openbsd."

Obtained from: wiz@NetBSD.org


# d127a98c 05-Dec-2010 Doug Barton <dougb@FreeBSD.org>

Bring in the changes from NetBSD 1.13 that we did not already have, with
some differences.

"Sort options. Use more mdoc macros. Some nit fixes. Bump date."

Obtained from: wiz@NetBSD.org


# 1c40e1f6 05-Dec-2010 Doug Barton <dougb@FreeBSD.org>

Bring in the change from NetBSD 1.12:

"document default format."

Obtained from: yamt@NetBSD.org


# d29003e7 05-Dec-2010 Doug Barton <dougb@FreeBSD.org>

Bring in the update from NetBSD 1.19, the documentation of readlink -f

"PR/34662: martijnb at atlas dot ipv6 dot stack dot nl: readlink doesn't
grok -f, and there's no alternative (+fix)

Patch applied with minor tweak (%y -> %R, as it was already taken) plus
some nits from myself. Thanks!"

Obtained from: elad@NetBSD.org


# 5c06c8a1 05-Dec-2010 Doug Barton <dougb@FreeBSD.org>

Add my own documentation for the change in our r216196, aka NetBSD's 1.18
For -L if stat(2) fails, fall back to lstat(2).

.Dd purposely not bumped because more changes are coming.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# 5d05d542 01-May-2010 Jilles Tjoelker <jilles@FreeBSD.org>

MFC r207153: stat: Allow -f %Sf to display the file flags symbolically.

PR: 124349


# 24d9be57 24-Apr-2010 Jilles Tjoelker <jilles@FreeBSD.org>

stat: Allow -f %Sf to display the file flags symbolically.

I have changed the patch slightly to show '-' if there are no flags just
like ls -ldo does.

PR: 124349
Submitted by: Ighighi
MFC after: 1 week


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 89f84ab0 16-Feb-2010 Warner Losh <imp@FreeBSD.org>

The NetBSD Foundation has granted permission to remove clause 3 and 4
from their software.

Obtained from: NetBSD


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# f1025ba7 29-Apr-2008 Pawel Jakub Dawidek <pjd@FreeBSD.org>

The referenced section name is 'Formats', not 'FORMATS'.


# 2e7b6bff 27-Apr-2007 Brian Somers <brian@FreeBSD.org>

Add some more examples. It always takes me a long time to find the S
modifier (-t is ignored without it).

MFC after: 1 week


# 39c59153 14-Jun-2005 Ruslan Ermilov <ru@FreeBSD.org>

Markup and wording fixes.

Approved by: re (blanket)


# c0d08dc2 27-Mar-2005 David E. O'Brien <obrien@FreeBSD.org>

Note when 'stat' appeared in FreeBSD.


# f937c268 02-Jun-2003 Ruslan Ermilov <ru@FreeBSD.org>

Assorted mdoc(7) fixes.


# fa7f4291 21-May-2003 Ruslan Ermilov <ru@FreeBSD.org>

Markup bits.

Approved by: re (blanket)


# fd52243c 11-May-2003 Doug Barton <dougb@FreeBSD.org>

Bring in NetBSD's version 1.11, which includes documenation for the new
inode birthtime display, and quite a bit of mdoc cleanup, which brings
it much more in line with our mdoc style.

Approved by: re (bmah)
Obtained from: Andrew Brown <atatat@NetBSD.org> (content), Grant Beattie <grant@NetBSD.org> (mdoc)


# a6d19295 13-Aug-2002 Doug Barton <dougb@FreeBSD.org>

A much better description of the -q option.

Obtained from: Andrew Brown <atatat@NetBSD.org>


# 5b812a14 13-Aug-2002 Doug Barton <dougb@FreeBSD.org>

A cooperative effort...

1. Update the code to the latest from NetBSD, which includes:
* A new command line option to suppress stat(2) errors
* Output is now done via stdio
* Fixes for bitwise OR'ing of letters

2. Andrew from NetBSD merged in our own Johan's readlink patches.

3. Andrew also merged in some brucifications.

I made some small contributions to the header cleanup, and tried
to generally improve the overall style(9)'ishness. I also documented
the new -q option and added the *LINKS to the Makefile.

All responsibility for mistakes in merging the contributions
from the above is mine.

Obtained from: Andrew Brown <atatat@NetBSD.org>, bde, johan


# 06b6d7d8 06-Jun-2002 Doug Barton <dougb@FreeBSD.org>

Virgin import of NetBSD's stat(1)