summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/stat.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make consistent reference to pathname.rob2021-01-031-3/+3
| | | | OK schwarze@, jmc@, deraadt@
* consistently use .Vt for variable types and use ".Fa path" where appropriate;schwarze2017-10-281-16/+18
| | | | one of the bugs reported by <ilya dot kaliman at gmail dot com> via jmc@
* add missing NAME entries;jmc2015-11-071-3/+10
|
* use .In rather than .Fd #includeschwarze2015-09-101-5/+5
|
* Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGmillert2015-01-191-4/+5
| | | | description.
* use .Rv; no change of meaning; from Kaspars at Bankovskis dot netschwarze2014-12-101-6/+3
|
* Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than the current uint32_t.krw2014-11-201-3/+3
| | | | ok guenther@ deraadt@
* POSIX/FreeBSD/NetBSD/Linux/etc agree -- blk[size|cnt]_t is the bomb.krw2014-08-221-3/+3
| | | | | | | | | | | | 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@
* Don't use use .Tn with AND/OR/NOTguenther2014-02-131-7/+4
| | | | | | | | 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@
* Oops, utime() is section 3, not 2guenther2013-11-021-2/+2
| | | | noted by jmc@
* Fix lie that predated NetBSD: the struct stat time padding affectedguenther2013-11-021-3/+3
| | | | | | utime() usage, not utimes() ok deraadt@
* out of place word; discussed with jmc and guentherderaadt2013-11-021-2/+2
|
* .Xr clock_gettimeespie2013-11-021-2/+3
| | | | okay deraadt@
* When there are multiple groups of functions with their own #includesguenther2013-04-011-6/+6
| | | | | | | | 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@
* tweak previous;jmc2013-03-301-2/+2
|
* Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, butguenther2013-03-301-15/+39
| | | | | | | | some other fixes included... *at() function ERRORS description suggested by matthew@ ok deraadt@
* Remove outdated reference to BSD 4.4 symlink behavior. Equivalentmatthew2012-07-171-11/+2
| | | | text was removed from symlink.7 over 16 years ago.
* Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX.schwarze2011-11-171-5/+14
| | | | | 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).
* Change "constructed by bitwise-inclusive OR'ing of flags from ..." tomatthew2011-07-191-4/+4
| | | | | | "constructed by bitwise-inclusive ORing flags from ..." Requested by jmc@
* Add (rough draft) documentation for fdopendir(3) and the 15 newmatthew2011-07-181-8/+81
| | | | | | | XXXat(2) system calls from POSIX 2008. Editing will be done in tree. General style discussed with jmc@, schwarze@, and deraadt@ ok jmc@
* ctim -> ctime; from ca (pr #6256)jmc2009-11-101-3/+3
|
* Change section: we're talking about the symlink system call, not theguenther2009-01-301-2/+2
| | | | | | generic symlink info ok jmc@
* tweak previous;jmc2009-01-301-4/+4
|
* Update to reflect renaming of the st_[acm]timespec members to st_[acm]timguenther2009-01-291-22/+61
| | | | | | | per the POSIX 1003.1-2008 spec. Also, tweak the information about what system calls hit which timestamps ok jmc@
* sync the comments for struct stat w/ <sys/stat.h>;jmc2007-11-051-9/+9
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* sync with <sys/stat.h>;jmc2006-10-141-5/+14
| | | | | from simon barner (freebsd pr #57153); ok millert deraadt
* supply -indent to another display, to make the page match;jmc2006-10-051-5/+5
| | | | kill some trailing whitespace;
* Add S_ISBLK(), S_ISCHR(), S_ISDIR(), S_ISFIFO(), S_ISLNK(), S_ISREG(),ray2006-10-051-1/+14
| | | | | | and S_ISSOCK() macros. OK deraadt@, OK and help from jmc@.
* bye bye whiteoutsmillert2005-06-151-2/+1
|
* various improvements to lists and displays:jmc2004-04-151-2/+2
| | | | | | .Pp removal -compact removal for displays other list/display errors
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* section reorder;jmc2003-06-021-33/+33
|
* some small typos;jmc2003-03-171-2/+2
|
* most of these is v2, not v6mickey2002-01-241-1/+5
|
* Repairs, some from NetBSD PR/10472.aaron2000-06-291-20/+18
|
* - For consistency, `super-user' -> `superuser' in all cases.aaron2000-04-151-4/+4
| | | | | - Some punctuation fixes. - Some `id' -> `ID'.
* Formatting fixes, suggested by ericj@aaron1999-12-041-31/+32
|
* use .Li to refer to data typesaaron1999-07-051-3/+3
|
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-5/+5
| | | | | | | - 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
* kill some old macrosaaron1999-05-251-2/+2
|
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* make function names the correct casederaadt1999-02-271-6/+6
|
* fix lots of .Xr and other minor thingsderaadt1997-06-131-6/+6
|
* sync with stat.h; spotted by todd@deraadt1997-03-311-13/+13
|
* Mention that certain fields are accessible to the super-user only.millert1997-02-131-3/+7
|
* from netbsd; add S_IFWHTderaadt1996-01-291-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+278