summaryrefslogtreecommitdiff
path: root/usr.bin/stat/stat.c
Commit message (Expand)AuthorAgeFilesLines
* Add 'Birth' to 'stat -x' output. Current Linux stat(1)Edward Tomasz Napierala2019-05-011-1/+2
* stat(1): cache id->name resolutionConrad Meyer2018-08-111-8/+4
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Use MIN() instead of MAX() as the previous syntax was wrote in a weird andMarcelo Araujo2016-04-261-1/+1
* Use macro MAX() from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* Minor fixes to previous change introducing switch -H, as per commentsThomas Quinot2014-05-111-16/+21
* Introduce a new command line switch '-H' for stat(1)Thomas Quinot2014-05-071-4/+37
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-2/+2
* Synthesize the change from NetBSD's 1.33:Doug Barton2011-02-111-1/+5
* Bring in the relevant changes from NetBSD's 1.31:Doug Barton2010-12-181-3/+3
* Bring in the change from OpenBSD's 1.14:Doug Barton2010-12-091-2/+4
* Bring in the following changes from NetBSD. See the discussion at:Doug Barton2010-12-051-7/+10
* Fix an "unused variable" error that gets us all the way to WARNS=6Doug Barton2010-12-051-3/+3
* Bring in the update from NetBSD 1.28:Doug Barton2010-12-051-25/+26
* Bring in a new feature, adding a -f option to readlink to print the pathDoug Barton2010-12-051-3/+29
* Bring in the change from NetBSD 1.22:Doug Barton2010-12-051-3/+3
* Bring in the change from NetBSD 1.18:Doug Barton2010-12-051-3/+13
* stat: Allow -f %Sf to display the file flags symbolically.Jilles Tjoelker2010-04-241-2/+27
* The NetBSD Foundation has granted permission to remove clause 3 and 4Warner Losh2010-02-161-7/+0
* Let stat(1) use fdevname(3).Ed Schouten2009-02-111-12/+20
* o Print an octal representation of suid, sgid and sticky bits with -x flag.Maxim Konovalov2009-02-111-1/+1
* Resolve conflictsDoug Barton2003-10-061-5/+65
* Import NetBSD's 1.10 version, which includes the ability to displayDoug Barton2003-05-111-5/+11
* Adjust the size passed to readlink so that the null terminationDoug Barton2002-10-251-4/+2
* I was too conservative with my header changes, so restore some sanityDoug Barton2002-08-151-2/+3
* A cooperative effort...Doug Barton2002-08-131-98/+130
* Virgin import of NetBSD's stat(1)Doug Barton2002-06-061-0/+891