Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-21 | improve legibility of structs in several manpages | Jan 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-03 | Make consistent reference to pathname. | rob | |
OK schwarze@, jmc@, deraadt@ | |||
2017-10-28 | consistently 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-07 | add missing NAME entries; | Jason McIntyre | |
2015-09-10 | use .In rather than .Fd #include | Ingo Schwarze | |
2015-01-19 | Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG | Todd C. Miller | |
description. | |||
2014-12-10 | use .Rv; no change of meaning; from Kaspars at Bankovskis dot net | Ingo Schwarze | |
2014-11-20 | Be 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-22 | POSIX/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-13 | Don't use use .Tn with AND/OR/NOT | Philip 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-02 | Oops, utime() is section 3, not 2 | Philip Guenther | |
noted by jmc@ | |||
2013-11-02 | Fix lie that predated NetBSD: the struct stat time padding affected | Philip Guenther | |
utime() usage, not utimes() ok deraadt@ | |||
2013-11-02 | out of place word; discussed with jmc and guenther | Theo de Raadt | |
2013-11-02 | .Xr clock_gettime | Marc Espie | |
okay deraadt@ | |||
2013-04-01 | When there are multiple groups of functions with their own #includes | Philip 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-30 | tweak previous; | Jason McIntyre | |
2013-03-30 | Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, but | Philip Guenther | |
some other fixes included... *at() function ERRORS description suggested by matthew@ ok deraadt@ | |||
2012-07-17 | Remove outdated reference to BSD 4.4 symlink behavior. Equivalent | Matthew Dempsky | |
text was removed from symlink.7 over 16 years ago. | |||
2011-11-17 | Complete 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-19 | Change "constructed by bitwise-inclusive OR'ing of flags from ..." to | Matthew Dempsky | |
"constructed by bitwise-inclusive ORing flags from ..." Requested by jmc@ | |||
2011-07-18 | Add (rough draft) documentation for fdopendir(3) and the 15 new | Matthew 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-10 | ctim -> ctime; from ca (pr #6256) | Jason McIntyre | |
2009-01-30 | Change section: we're talking about the symlink system call, not the | Philip Guenthe | |
generic symlink info ok jmc@ | |||
2009-01-30 | tweak previous; | Jason McIntyre | |
2009-01-29 | Update to reflect renaming of the st_[acm]timespec members to st_[acm]tim | Philip Guenthe | |
per the POSIX 1003.1-2008 spec. Also, tweak the information about what system calls hit which timestamps ok jmc@ | |||
2007-11-05 | sync the comments for struct stat w/ <sys/stat.h>; | Jason McIntyre | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-10-14 | sync with <sys/stat.h>; | Jason McIntyre | |
from simon barner (freebsd pr #57153); ok millert deraadt | |||
2006-10-05 | supply -indent to another display, to make the page match; | Jason McIntyre | |
kill some trailing whitespace; | |||
2006-10-05 | Add 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-15 | bye bye whiteouts | Todd C. Miller | |
2004-04-15 | various improvements to lists and displays: | Jason McIntyre | |
.Pp removal -compact removal for displays other list/display errors | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | section reorder; | Jason McIntyre | |
2003-03-17 | some small typos; | Jason McIntyre | |
2002-01-24 | most of these is v2, not v6 | Michael Shalayeff | |
2000-06-29 | Repairs, 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-04 | Formatting fixes, suggested by ericj@ | Aaron Campbell | |
1999-07-05 | use .Li to refer to data types | Aaron Campbell | |
1999-06-29 | - change references to nil to null; tschroed@acm.org | Aaron 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-25 | kill some old macros | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-02-27 | make function names the correct case | Theo de Raadt | |
1997-06-13 | fix lots of .Xr and other minor things | Theo de Raadt | |
1997-03-31 | sync with stat.h; spotted by todd@ | Theo de Raadt | |
1997-02-13 | Mention that certain fields are accessible to the super-user only. | Todd C. Miller | |
1996-01-29 | from netbsd; add S_IFWHT | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |