summaryrefslogtreecommitdiffstats
path: root/usr.bin/stat/stat.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* unsigned char casts for ctypederaadt2013-11-261-4/+4
| | | | ok okan
* Include the octet of the mode that contains the setuid/setgid/sticky bitsguenther2010-10-291-2/+2
| | | | | | in the output format used for the -x option. Problem observed by LEVAI Daniel
* Remove unused variable: linkfaillum2010-09-011-8/+3
| | | | ok gilles@
* we don't care about keeping rccs_idtedu2010-06-291-6/+1
|
* synchronize synopsis and usage; "-l", "-r", "-s" and "-x" are mutuallysobrado2009-06-241-3/+4
| | | | | | | | | exclusive; while here, slightly improve spacing in the source code so it fits on a 80-column display again. diff greatly improved by martynas@; ok jmc@, martynas@
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-9/+2
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* warn() already prints __progname for us, okay deraadt@ hshoexer@pedro2006-05-281-3/+3
|
* bye bye whiteoutsmillert2005-06-151-6/+2
|
* Fix a trivial truncation case, and eliminate a corner case that mightotto2005-04-221-4/+4
| | | | print a nul character. From atatat@netbsd
* pass size of right buffer to strlcat. ok deraadt@otto2005-04-111-3/+3
|
* getting tired of explaining this: snprintf does not return how manyderaadt2005-04-111-8/+14
| | | | | bytes it PUT into the buffer, but how many it WANTED to, so it can be > buflen; ok otto
* Remove birth time from the default formats, we do not support it (yet), butotto2005-04-071-5/+5
| | | | leave the B format available for the future. ok tedu@ tdeval@ henning@
* remove readlink stuff; same as otto diffderaadt2005-04-031-19/+9
|
* cleanup; ok ottoderaadt2005-04-031-49/+28
|
* Undefine some things which are not conditional any more. No binary change.otto2005-04-021-16/+8
| | | | ok henning@
* Enable birthtime. ok tdeval@ henning@otto2005-04-021-14/+4
|
* Unifdef. No binary change. ok henning@ tedu@otto2005-04-021-52/+2
|
* Welcome stat(1), from NetBSD. grrrrrok deraadt@ ok henning@ tdeval@ tedu@otto2005-04-011-0/+1031