summaryrefslogtreecommitdiffstats
path: root/usr.bin/stat/stat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in previous: group_from_gid(st->st_gid, 1), not st_uid.tb2018-09-181-2/+2
* Use user_from_uid(3) and group_from_gid(3) to avoid extra passwdmillert2018-09-161-32/+33
* normalize a few more tame request orderings, to help reviewderaadt2015-10-101-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* Appears that tame "stdio getpw rpath" will satisfy all code paths.deraadt2015-10-061-1/+4
* unsigned char casts for ctypederaadt2013-11-261-4/+4
* Include the octet of the mode that contains the setuid/setgid/sticky bitsguenther2010-10-291-2/+2
* Remove unused variable: linkfaillum2010-09-011-8/+3
* 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
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-9/+2
* 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
* 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
* Remove birth time from the default formats, we do not support it (yet), butotto2005-04-071-5/+5
* 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
* 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