aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/stat
Commit message (Expand)AuthorAgeFilesLines
* 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
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+11
* Add HAS_TESTS to all Makefiles that use the SUBDIR.${MK_TESTS}+= tests idiomEnji Cooper2017-08-021-0/+1
* :l_flag:: be more aggressive when normalizing whitespaceEnji Cooper2017-07-061-2/+11
* Use %e instead of %d with x_output_date(..)Enji Cooper2017-07-061-1/+1
* Add initial tests for stat(1)Enji Cooper2017-06-122-0/+236
* stat(1): sort flags in the DESCRIPTION sectionEnji Cooper2017-06-111-4/+4
* Write up some basic tests for readlink(1)Enji Cooper2017-06-114-1/+83
* 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
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-192-20/+24
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2014-05-082-5/+44
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync from headSimon J. Gerraty2012-11-041-2/+2
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-4/+2
* | | | Minor fixes to previous change introducing switch -H, as per commentsThomas Quinot2014-05-112-16/+22
| |_|/ |/| |
* | | Introduce a new command line switch '-H' for stat(1)Thomas Quinot2014-05-072-5/+44
| |/ |/|
* | More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-2/+2
|/
* Remove duplicate -l description.Christian Brueffer2012-04-221-5/+1
* 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 change from NetBSD 1.28:Doug Barton2010-12-051-3/+3
* Bring in the following changes from NetBSD:Doug Barton2010-12-051-13/+42
* Bring in the change from NetBSD 1.20:Doug Barton2010-12-051-2/+2
* Bring in the changes from NetBSD 1.16 that we did not already have.Doug Barton2010-12-051-2/+2
* Bring in the changes from NetBSD 1.13 that we did not already have, withDoug Barton2010-12-051-4/+9
* Bring in the change from NetBSD 1.12:Doug Barton2010-12-051-0/+7
* 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-052-4/+3
* Bring in the update from NetBSD 1.28:Doug Barton2010-12-051-25/+26
* Bring in the update from NetBSD 1.19, the documentation of readlink -fDoug Barton2010-12-051-4/+17
* 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
* Add my own documentation for the change in our r216196, aka NetBSD's 1.18Doug Barton2010-12-051-0/+4
* 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-242-3/+33
* The NetBSD Foundation has granted permission to remove clause 3 and 4Warner Losh2010-02-162-14/+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
* The referenced section name is 'Formats', not 'FORMATS'.Pawel Jakub Dawidek2008-04-291-1/+1
* Add some more examples. It always takes me a long time to find the SBrian Somers2007-04-271-2/+27