summaryrefslogtreecommitdiff
path: root/lib/libc/sys/stat.2
AgeCommit message (Collapse)Author
2021-11-21improve legibility of structs in several manpagesJan Klemkow
General uses tabs for general indentation and 4 spaces on tight spots. Also uses extra space to align pointers and non-pointers as we do this on certain places in our source. with improvements from schwarze@ OK schwarze@
2021-01-03Make consistent reference to pathname.rob
OK schwarze@, jmc@, deraadt@
2017-10-28consistently use .Vt for variable types and use ".Fa path" where appropriate;Ingo Schwarze
one of the bugs reported by <ilya dot kaliman at gmail dot com> via jmc@
2015-11-07add missing NAME entries;Jason McIntyre
2015-09-10use .In rather than .Fd #includeIngo Schwarze
2015-01-19Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGTodd C. Miller
description.
2014-12-10use .Rv; no change of meaning; from Kaspars at Bankovskis dot netIngo Schwarze
2014-11-20Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than ↵Kenneth R Westerback
the current uint32_t. ok guenther@ deraadt@
2014-08-22POSIX/FreeBSD/NetBSD/Linux/etc agree -- blk[size|cnt]_t is the bomb.Kenneth R Westerback
So add the types blksize_t (a.k.a. int32_t) and blkcnt_t (a.k.a. int64_t). Use blkcnt_t in stat.h since the base type (int64_t) does not change. blksize_t in stat.h will follow after the tree is audited for signed issues, since the base type will change from u_int32_t to a POSIX compliant int32_t. Guidance and feedback from guenther@ ok millert@
2014-02-13Don't use use .Tn with AND/OR/NOTPhilip Guenther
Phrase any "The _flags_ argument is the ..." line consistently, eliminating unnecessary use of 'inclusive' and saying "zero or more" or "one or more" as appropriate ok millert@ jmc@ schwarze@
2013-11-02Oops, utime() is section 3, not 2Philip Guenther
noted by jmc@
2013-11-02Fix lie that predated NetBSD: the struct stat time padding affectedPhilip Guenther
utime() usage, not utimes() ok deraadt@
2013-11-02out of place word; discussed with jmc and guentherTheo de Raadt
2013-11-02.Xr clock_gettimeMarc Espie
okay deraadt@
2013-04-01When there are multiple groups of functions with their own #includesPhilip Guenther
listed, the #includes in each group are independent, so that users don't need to guess at possible carry-over. general idea ok otto@ millert@ actual diff ok jmc@ schwarze@
2013-03-30tweak previous;Jason McIntyre
2013-03-30Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, butPhilip Guenther
some other fixes included... *at() function ERRORS description suggested by matthew@ ok deraadt@
2012-07-17Remove outdated reference to BSD 4.4 symlink behavior. EquivalentMatthew Dempsky
text was removed from symlink.7 over 16 years ago.
2011-11-17Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX.Ingo Schwarze
All facts from http://minnie.tuhs.org/cgi-bin/utree.pl, checked by sobrado@. Feedback and ok jmc@ jmc@ (sic, Jason checked and ok'ed this twice).
2011-07-19Change "constructed by bitwise-inclusive OR'ing of flags from ..." toMatthew Dempsky
"constructed by bitwise-inclusive ORing flags from ..." Requested by jmc@
2011-07-18Add (rough draft) documentation for fdopendir(3) and the 15 newMatthew Dempsky
XXXat(2) system calls from POSIX 2008. Editing will be done in tree. General style discussed with jmc@, schwarze@, and deraadt@ ok jmc@
2009-11-10ctim -> ctime; from ca (pr #6256)Jason McIntyre
2009-01-30Change section: we're talking about the symlink system call, not thePhilip Guenthe
generic symlink info ok jmc@
2009-01-30tweak previous;Jason McIntyre
2009-01-29Update to reflect renaming of the st_[acm]timespec members to st_[acm]timPhilip Guenthe
per the POSIX 1003.1-2008 spec. Also, tweak the information about what system calls hit which timestamps ok jmc@
2007-11-05sync the comments for struct stat w/ <sys/stat.h>;Jason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2006-10-14sync with <sys/stat.h>;Jason McIntyre
from simon barner (freebsd pr #57153); ok millert deraadt
2006-10-05supply -indent to another display, to make the page match;Jason McIntyre
kill some trailing whitespace;
2006-10-05Add S_ISBLK(), S_ISCHR(), S_ISDIR(), S_ISFIFO(), S_ISLNK(), S_ISREG(),Ray Lai
and S_ISSOCK() macros. OK deraadt@, OK and help from jmc@.
2005-06-15bye bye whiteoutsTodd C. Miller
2004-04-15various improvements to lists and displays:Jason McIntyre
.Pp removal -compact removal for displays other list/display errors
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02section reorder;Jason McIntyre
2003-03-17some small typos;Jason McIntyre
2002-01-24most of these is v2, not v6Michael Shalayeff
2000-06-29Repairs, some from NetBSD PR/10472.Aaron Campbell
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
1999-12-04Formatting fixes, suggested by ericj@Aaron Campbell
1999-07-05use .Li to refer to data typesAaron Campbell
1999-06-29- change references to nil to null; tschroed@acm.orgAaron Campbell
- remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes
1999-05-25kill some old macrosAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-02-27make function names the correct caseTheo de Raadt
1997-06-13fix lots of .Xr and other minor thingsTheo de Raadt
1997-03-31sync with stat.h; spotted by todd@Theo de Raadt
1997-02-13Mention that certain fields are accessible to the super-user only.Todd C. Miller
1996-01-29from netbsd; add S_IFWHTTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt