Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make consistent reference to pathname. | 2021-01-03 | 1 | -3/+3 | |
| | | | | OK schwarze@, jmc@, deraadt@ | ||||
* | consistently use .Vt for variable types and use ".Fa path" where appropriate; | 2017-10-28 | 1 | -16/+18 | |
| | | | | one of the bugs reported by <ilya dot kaliman at gmail dot com> via jmc@ | ||||
* | add missing NAME entries; | 2015-11-07 | 1 | -3/+10 | |
| | |||||
* | use .In rather than .Fd #include | 2015-09-10 | 1 | -5/+5 | |
| | |||||
* | Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG | 2015-01-19 | 1 | -4/+5 | |
| | | | | description. | ||||
* | use .Rv; no change of meaning; from Kaspars at Bankovskis dot net | 2014-12-10 | 1 | -6/+3 | |
| | |||||
* | Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than the current uint32_t. | 2014-11-20 | 1 | -3/+3 | |
| | | | | ok guenther@ deraadt@ | ||||
* | POSIX/FreeBSD/NetBSD/Linux/etc agree -- blk[size|cnt]_t is the bomb. | 2014-08-22 | 1 | -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/NOT | 2014-02-13 | 1 | -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 2 | 2013-11-02 | 1 | -2/+2 | |
| | | | | noted by jmc@ | ||||
* | Fix lie that predated NetBSD: the struct stat time padding affected | 2013-11-02 | 1 | -3/+3 | |
| | | | | | | utime() usage, not utimes() ok deraadt@ | ||||
* | out of place word; discussed with jmc and guenther | 2013-11-02 | 1 | -2/+2 | |
| | |||||
* | .Xr clock_gettime | 2013-11-02 | 1 | -2/+3 | |
| | | | | okay deraadt@ | ||||
* | When there are multiple groups of functions with their own #includes | 2013-04-01 | 1 | -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; | 2013-03-30 | 1 | -2/+2 | |
| | |||||
* | Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, but | 2013-03-30 | 1 | -15/+39 | |
| | | | | | | | | some other fixes included... *at() function ERRORS description suggested by matthew@ ok deraadt@ | ||||
* | Remove outdated reference to BSD 4.4 symlink behavior. Equivalent | 2012-07-17 | 1 | -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. | 2011-11-17 | 1 | -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 ..." to | 2011-07-19 | 1 | -4/+4 | |
| | | | | | | "constructed by bitwise-inclusive ORing flags from ..." Requested by jmc@ | ||||
* | Add (rough draft) documentation for fdopendir(3) and the 15 new | 2011-07-18 | 1 | -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) | 2009-11-10 | 1 | -3/+3 | |
| | |||||
* | Change section: we're talking about the symlink system call, not the | 2009-01-30 | 1 | -2/+2 | |
| | | | | | | generic symlink info ok jmc@ | ||||
* | tweak previous; | 2009-01-30 | 1 | -4/+4 | |
| | |||||
* | Update to reflect renaming of the st_[acm]timespec members to st_[acm]tim | 2009-01-29 | 1 | -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>; | 2007-11-05 | 1 | -9/+9 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | sync with <sys/stat.h>; | 2006-10-14 | 1 | -5/+14 | |
| | | | | | from simon barner (freebsd pr #57153); ok millert deraadt | ||||
* | supply -indent to another display, to make the page match; | 2006-10-05 | 1 | -5/+5 | |
| | | | | kill some trailing whitespace; | ||||
* | Add S_ISBLK(), S_ISCHR(), S_ISDIR(), S_ISFIFO(), S_ISLNK(), S_ISREG(), | 2006-10-05 | 1 | -1/+14 | |
| | | | | | | and S_ISSOCK() macros. OK deraadt@, OK and help from jmc@. | ||||
* | bye bye whiteouts | 2005-06-15 | 1 | -2/+1 | |
| | |||||
* | various improvements to lists and displays: | 2004-04-15 | 1 | -2/+2 | |
| | | | | | | .Pp removal -compact removal for displays other list/display errors | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | section reorder; | 2003-06-02 | 1 | -33/+33 | |
| | |||||
* | some small typos; | 2003-03-17 | 1 | -2/+2 | |
| | |||||
* | most of these is v2, not v6 | 2002-01-24 | 1 | -1/+5 | |
| | |||||
* | Repairs, some from NetBSD PR/10472. | 2000-06-29 | 1 | -20/+18 | |
| | |||||
* | - For consistency, `super-user' -> `superuser' in all cases. | 2000-04-15 | 1 | -4/+4 | |
| | | | | | - Some punctuation fixes. - Some `id' -> `ID'. | ||||
* | Formatting fixes, suggested by ericj@ | 1999-12-04 | 1 | -31/+32 | |
| | |||||
* | use .Li to refer to data types | 1999-07-05 | 1 | -3/+3 | |
| | |||||
* | - change references to nil to null; tschroed@acm.org | 1999-06-29 | 1 | -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 macros | 1999-05-25 | 1 | -2/+2 | |
| | |||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | 1999-05-23 | 1 | -2/+2 | |
| | | | | is used instead; kwesterback@home.com | ||||
* | make function names the correct case | 1999-02-27 | 1 | -6/+6 | |
| | |||||
* | fix lots of .Xr and other minor things | 1997-06-13 | 1 | -6/+6 | |
| | |||||
* | sync with stat.h; spotted by todd@ | 1997-03-31 | 1 | -13/+13 | |
| | |||||
* | Mention that certain fields are accessible to the super-user only. | 1997-02-13 | 1 | -3/+7 | |
| | |||||
* | from netbsd; add S_IFWHT | 1996-01-29 | 1 | -1/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+278 | |