Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
7603b950 |
| 04-Jun-2000 |
Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> |
VFS_CHECKEXP.9: Fix typo. Fix description.
VFS_FHTOVP.9: Fix order in which the manpage says the calls should be made.
PR: 18590 Submitted by: Anatoly Vorobey <mellon@pobox.com>
|
Revision tags: release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
2f42dfd0 |
| 11-Sep-1999 |
Alfred Perlstein <alfred@FreeBSD.org> |
vnode -> mountpoint reference vfs_check_export change license to my own, (ok'd by dfr) and remove advert clause. remove extra Id tags and emacs cruft, this should be a fresh file.
|
#
fb6d83aa |
| 11-Sep-1999 |
Alfred Perlstein <alfred@FreeBSD.org> |
Document VFS changes:
VFS_CHECKEXP.9, now used to check export credentials VFS_FHTOVP.9, only used for filehandle to vnode, no access checks are done. VFS.9, inform people of the vfs_std* functions
Document VFS changes:
VFS_CHECKEXP.9, now used to check export credentials VFS_FHTOVP.9, only used for filehandle to vnode, no access checks are done. VFS.9, inform people of the vfs_std* functions available to avoid ugly casts to eopnotsup and making of dummy functions to return 0.
show more ...
|
#
9199c09a |
| 06-Jan-2010 |
Warner Losh <imp@FreeBSD.org> |
Merge from head at r201628.
# This hasn't been tested, and there are at least three bad commits # that need to be backed out before the branch will be stable again.
|
#
37d3a10d |
| 04-Jan-2010 |
Christian Brueffer <brueffer@FreeBSD.org> |
Catch up with the VFS_VPTOFH(9) -> VOP_VPTOFH(9) repocopy that happened almost three years ago in r166794.
PR: 140989 Submitted by: Lachlan Kang MFC after: 1 week
|
Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0 |
|
#
59292cdb |
| 07-Jan-2005 |
Giorgos Keramidas <keramida@FreeBSD.org> |
The .Fn macro.
|
Revision tags: release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
09356c84 |
| 23-Oct-2003 |
Hiten Pandya <hmp@FreeBSD.org> |
Mdoc Janitor:
* Use 'manual' instead of 'man' for consistency.
|
Revision tags: release/5.1.0_cvs, release/5.1.0 |
|
#
0640e9e0 |
| 31-May-2003 |
Hiten Pandya <hmp@FreeBSD.org> |
Some mdoc(7) fixes:
Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately. The .Ar mdoc(7) specifier should only be used when displaying command line arguments.
Approved by: de
Some mdoc(7) fixes:
Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately. The .Ar mdoc(7) specifier should only be used when displaying command line arguments.
Approved by: des (mentor)
show more ...
|
Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
8d5d039f |
| 12-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Uniformly refer to a file system as "file system".
Approved by: re
|
Revision tags: release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
0e85d620 |
| 16-May-2002 |
Tom Rhodes <trhodes@FreeBSD.org> |
More file system > filesystem
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
32eef9ae |
| 01-Oct-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Use the new .In macro for #include statements.
|
#
c1f3e4bf |
| 14-Jul-2001 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
Removed whitespace at end-of-line; no content changes. I simply did cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
Removed whitespace at end-of-line; no content changes. I simply did cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b MFC after: 7 days
show more ...
|
#
70d51341 |
| 09-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
802cdd5f |
| 15-Feb-2001 |
Bruce Evans <bde@FreeBSD.org> |
Fixed rotted-as-committed pseudo-prototype for VFS_CHECKXP(). It had not caught up with the changes to avoid storing socket addresses in mbufs, although the VFS_CHECKEXP() code had to since it was c
Fixed rotted-as-committed pseudo-prototype for VFS_CHECKXP(). It had not caught up with the changes to avoid storing socket addresses in mbufs, although the VFS_CHECKEXP() code had to since it was committed 2 years after those changes.
Fixed formatting in this prototype.
show more ...
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
7603b950 |
| 04-Jun-2000 |
Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> |
VFS_CHECKEXP.9: Fix typo. Fix description.
VFS_FHTOVP.9: Fix order in which the manpage says the calls should be made.
PR: 18590 Submitted by: Anatoly Vorobey <mellon@pobox.com>
|
Revision tags: release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
2f42dfd0 |
| 11-Sep-1999 |
Alfred Perlstein <alfred@FreeBSD.org> |
vnode -> mountpoint reference vfs_check_export change license to my own, (ok'd by dfr) and remove advert clause. remove extra Id tags and emacs cruft, this should be a fresh file.
|
#
fb6d83aa |
| 11-Sep-1999 |
Alfred Perlstein <alfred@FreeBSD.org> |
Document VFS changes:
VFS_CHECKEXP.9, now used to check export credentials VFS_FHTOVP.9, only used for filehandle to vnode, no access checks are done. VFS.9, inform people of the vfs_std* functions
Document VFS changes:
VFS_CHECKEXP.9, now used to check export credentials VFS_FHTOVP.9, only used for filehandle to vnode, no access checks are done. VFS.9, inform people of the vfs_std* functions available to avoid ugly casts to eopnotsup and making of dummy functions to return 0.
show more ...
|