summaryrefslogtreecommitdiff
path: root/usr.bin/stat/stat.c
AgeCommit message (Expand)Author
2023-08-06Prefer the POSIX standard st_*tim struct timespec members over thePhilip Guenther
2023-08-06Apply rev 1.29 from NetBSD:Philip Guenther
2018-09-18Fix typo in previous: group_from_gid(st->st_gid, 1), not st_uid.Theo Buehler
2018-09-16Use user_from_uid(3) and group_from_gid(3) to avoid extra passwdTodd C. Miller
2015-10-10normalize a few more tame request orderings, to help reviewTheo de Raadt
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-06Appears that tame "stdio getpw rpath" will satisfy all code paths.Theo de Raadt
2013-11-26unsigned char casts for ctypeTheo de Raadt
2010-10-29Include the octet of the mode that contains the setuid/setgid/sticky bitsPhilip Guenthe
2010-09-01Remove unused variable: linkfaillum
2010-06-29we don't care about keeping rccs_idTed Unangst
2009-06-24synchronize synopsis and usage; "-l", "-r", "-s" and "-x" are mutuallyIgor Sobrado
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2006-05-28warn() already prints __progname for us, okay deraadt@ hshoexer@Pedro Martelletto
2005-06-15bye bye whiteoutsTodd C. Miller
2005-04-22Fix a trivial truncation case, and eliminate a corner case that mightOtto Moerbeek
2005-04-11pass size of right buffer to strlcat. ok deraadt@Otto Moerbeek
2005-04-11getting tired of explaining this: snprintf does not return how manyTheo de Raadt
2005-04-07Remove birth time from the default formats, we do not support it (yet), butOtto Moerbeek
2005-04-03remove readlink stuff; same as otto diffTheo de Raadt
2005-04-03cleanup; ok ottoTheo de Raadt
2005-04-02Undefine some things which are not conditional any more. No binary change.Otto Moerbeek
2005-04-02Enable birthtime. ok tdeval@ henning@Otto Moerbeek
2005-04-02Unifdef. No binary change. ok henning@ tedu@Otto Moerbeek
2005-04-01Welcome stat(1), from NetBSD. grrrrrok deraadt@ ok henning@ tdeval@ tedu@Otto Moerbeek