aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/stat
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Add some more examples. It always takes me a long time to find the SBrian Somers2007-05-081-2/+27
| | | | | | | modifier (-t is ignored without it). Notes: svn path=/stable/6/; revision=169396
* Markup and wording fixes.Ruslan Ermilov2005-06-141-1/+1
| | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=147370
* Note when 'stat' appeared in FreeBSD.David E. O'Brien2005-03-281-1/+3
| | | | Notes: svn path=/head/; revision=144200
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-281-1/+0
| | | | Notes: svn path=/head/; revision=140941
* Remove unnecessary SRCS= where could be guessed directly by ourXin LI2005-01-271-1/+0
| | | | | | | | | bsd.*.mk infrasture. Obtained from: ru Notes: svn path=/head/; revision=140909
* Resolve conflictsDoug Barton2003-10-061-5/+65
| | | | Notes: svn path=/head/; revision=120836
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-06-021-74/+126
| | | | Notes: svn path=/head/; revision=115694
* Markup bits.Ruslan Ermilov2003-05-211-2/+3
| | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=115217
* Bring in NetBSD's version 1.11, which includes documenation for the newDoug Barton2003-05-111-27/+42
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=114925
* Import NetBSD's 1.10 version, which includes the ability to displayDoug Barton2003-05-111-5/+11
| | | | | | | | | | | the new inode birthtime field, a few other small cleanups, and synchronization with our #include <sys/types.h>. Approved by: re (bmah) Obtained from: Andrew Brown <atatat@NetBSD.org> Notes: svn path=/head/; revision=114924
* Adjust the size passed to readlink so that the null terminationDoug Barton2002-10-251-4/+2
| | | | | | | | | | | falls within the range of the path variable. Cribbed from the latest NetBSD source. Obtained from: provos@NetBSD.org Notes: svn path=/head/; revision=105913
* I was too conservative with my header changes, so restore some sanityDoug Barton2002-08-151-2/+3
| | | | | | | | | | via bde. atatat@NetBSD.org made basically the same change in their version, so bring over their CVS Id which I neglected last time. Obtained from: bde, Andrew Brown <atatat@NetBSD.org> Notes: svn path=/head/; revision=101897
* A much better description of the -q option.Doug Barton2002-08-131-5/+10
| | | | | | | Obtained from: Andrew Brown <atatat@NetBSD.org> Notes: svn path=/head/; revision=101845
* A cooperative effort...Doug Barton2002-08-133-100/+150
| | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=101773
* Virgin import of NetBSD's stat(1)Doug Barton2002-06-063-0/+1333
Notes: svn path=/vendor/NetBSD/dist/; revision=97952