| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-01 | stat() was present in v1 | sevan | |
| https://www.bell-labs.com/usr/dmr/www/man22.pdf document history of fstat() https://www.bell-labs.com/usr/dmr/www/man21.pdf | |||
| 2017-02-03 | Remove comma after the last Nm entry. | abhinav | |
| 2014-04-10 | Mention the word 'inode' next to st_ino so it's easier to find. | wiz | |
| Bump date. | |||
| 2013-10-15 | Adjust needed includes for fchmodat/mkdirat/mkfifoat/mknodat/fstatat | njoly | |
| syscalls. | |||
| 2013-07-28 | Add fstatat(2) specific errors. | njoly | |
| 2013-01-13 | Revert defective O_SEARCH implementation committed by manu@ along with | dholland | |
| the *at system calls on November 18th of last year. Reasons to revert it include: - it is incorrect in a whole variety of ways (but fortunately, one of them is that the missing and improper permission checks have no net effect); - it was committed without review or discussion; - core ruled that all the new O_* flags pertaining to the *at calls needed to wait until their semantics could be clarified. manu was asked to revert it on these grounds but has ignored the request. I have left O_SEARCH defined and visible and made open() explicitly ignore it. This way, most code that tries to use it will continue to build and run. I've also arranged lib/libc/c063/t_o_search.c so that the tests that make use of the O_SEARCH semantics will disappear until O_SEARCH comes back, and fixed some mistakes and/or incorrect hacks that were causing some of these to succeed despite the broken O_SEARCH implementation. | |||
| 2012-12-01 | Bump date. New sentence, new line. Wording/articles. | wiz | |
| Sort errors while here. | |||
| 2012-12-01 | Remove trailing whitespace. | wiz | |
| 2012-11-18 | Add most system calls for POSIX extended API set, part 2, with test cases: | manu | |
| faccessat(2), fchmodat(2), fchownat(2), fstatat(2), mkdirat(2), mkfifoat(2), mknodat(2), linkat(2), readlinkat(2), symlinkat(2), renameat(2), unlinkat(2), utimensat(2), openat(2). Also implement O_SEARCH for openat(2) Still missing: - some flags for openat(2) - fexecve(2) implementation | |||
| 2012-01-04 | Fix a sentence, following a hint by Abhinav Upadhyay. | wiz | |
| 2011-09-14 | There's no st_block field; it's st_blocks. | apb | |
| 2011-02-21 | v-node -> vnode | pooka | |
| (for consistency) | |||
| 2010-11-25 | No file system I know of reports directory sizes that are multiples of | dholland | |
| sizeof(struct dirent) except by accident. So, sync with reality. Brought to my attention by Taylor R Campbell in chat. | |||
| 2010-06-04 | Fix .Xr; dirent(5) -> dirent(3). | jruoho | |
| 2010-05-31 | Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAX | njoly | |
| and PATH_MAX. | |||
| 2010-05-18 | Split "file system" and fix a typo. | wiz | |
| 2010-05-17 | Note that all stat-functions are standardized nowadays. | jruoho | |
| 2010-05-17 | Try to describe the struct stat instead of copy-pasting it from the header. | jruoho | |
| Use xrefs to avoid duplication of effort. Note the S_IS*() macros. | |||
| 2010-04-03 | Mention the history of stat(2) and fix the history of open(2). | jruoho | |
| 2010-03-22 | Use .In for header files instead of .Ar Pa and variations. | joerg | |
| 2010-02-12 | Fix typo. | wiz | |
| 2009-05-13 | Sort errors. Avoid marking up punctuation. | wiz | |
| 2009-03-11 | Fix markup | joerg | |
| 2007-06-10 | Note ZFS returning the number of entries instead of the size of the directory. | christos | |
| 2005-12-26 | u_intN_t -> uintN_t | perry | |
| 2005-06-14 | - Correct the fields in the stat structure. From PR/18255. | peter | |
| - Document the st_birthtime field. Reviewed by wiz. | |||
| 2004-05-13 | \- is a minus, not -. | wiz | |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22280, verified by myself. | |||
| 2003-04-16 | Use | wiz | |
| .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross. | |||
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej | |
| 2002-10-01 | New sentence, new line. From Robert Elz. | wiz | |
| 2002-08-02 | stat(2) can return ENXIO. | soren | |
| 2002-04-29 | Remove <sys/types.h> from synopsis, as per latest SUS/Posix specs. | simonb | |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross | |
| 2002-02-03 | Add a reference to dir(5) per PR 14291 | fair | |
| 2001-10-23 | Reduce the ties to `inode'. | kleink | |
| 2001-09-16 | Sort sections, sort SEE ALSO, punctuation and miscellanous fixes. | wiz | |
| 2001-09-16 | Boring whitespace fixes. | wiz | |
| 2001-01-09 | Document a weird circumstance under which stat() return EBADF. | augustss | |
| 2000-10-07 | Use ".Fa stat" instead of ".Fn stat" when referring to the structure | nathanw | |
| rather than the function. | |||
| 2000-06-29 | bin/10472: fix a couple typos in stat.2 | sommerfeld | |
| 1999-12-02 | Add a LIBRARY section to system call manual pages. While it's clear that the | kleink | |
| libraries contain stubs only (with minor exceptions a la pipe(2)), the purpose of this section is to provide linkage information. | |||
| 1999-03-22 | Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled | |
| so we shouldn't override it with versions in the manpages. Wheee! | |||
| 1998-08-29 | first pass at fixing up capitalization of function names and | lukem | |
| arguments; ensure that each is correct with respect to the implementation, rather than being correct as per english. | |||
| 1998-02-02 | merge lite-2 | perry | |
| 1997-10-11 | Don't start function name with capital letter even if it is beginning | enami | |
| of a sentence. | |||
| 1997-10-11 | Remove description about behaviour of 4.4BSD symlink. | enami | |
| 1997-07-14 | Add missing `STANDARDS' compliance statements. As we #define _POSIX_VERSION | kleink | |
| to 199009L, bump existing statements to 1003.1-1990. | |||
| 1997-05-16 | Add/update 1003.1 conformance notice. | kleink | |
| 1997-04-22 | add description of file flags, with xrefs to chflags(2). | mikel | |
| add missing group/other file mode bits (!). eliminate obsolete CAVEATS section. fix misc. grammar and macro usage errors. | |||
