History log of /freebsd-9.3-release/share/man/man9/VOP_ACCESS.9
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 206622 14-Apr-2010 uqs

mdoc: order prologue macros consistently by Dd/Dt/Os

Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.

Reviewed by: ru
Approved by: philip, ed (mentors)


# 197405 22-Sep-2009 trasz

Add pieces of infrastructure required for NFSv4 ACL support in UFS.

Reviewed by: rwatson


# 193206 01-Jun-2009 trasz

Use the "flag" word consistently.

Submitted by: Ben Kaduk <minimarmot at gmail.com>


# 193092 30-May-2009 trasz

Add VOP_ACCESSX, which can be used to query for newly added V*
permissions, such as VWRITE_ACL. For a filsystems that don't
implement it, there is a default implementation, which works
as a wrapper around VOP_ACCESS.

Reviewed by: rwatson@


# 190573 30-Mar-2009 trasz

Remove pseudocode from VOP_* manual pages. It was out of date anyway.

Reviewed by: scottl
Approved by: rwatson (mentor)


# 184528 01-Nov-2008 trasz

Remove obsolete pseudocode from VOP_ACCESS.9, replacing it with something
closer to reality.

Approved by: rwatson (mentor)


# 184413 28-Oct-2008 trasz

Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary
to add more V* constants, and the variables changed by this patch were often
being assigned to mode_t variables, which is 16 bit.

Approved by: rwatson (mentor)


# 147647 28-Jun-2005 hmp

Use 'manual page' instead of 'man page' for consistency.

Approved by: re (hrs)


# 140931 28-Jan-2005 ru

Mark lists as in the rest of section 9 manpages.

Submitted by: Joel Dahl (mostly)


# 115440 31-May-2003 hmp

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)


# 107788 12-Dec-2002 ru

Uniformly refer to a file system as "file system".

Approved by: re


# 103566 18-Sep-2002 truckman

Convert descriptions in the ERRORS section to full sentences if they
were not full sentences, elaborating as necessary.


# 103534 18-Sep-2002 truckman

Style and markup changes only.

Capitalize the first letter of the descriptions for the entries in the ERRORS
section if they are complete sentences and end the sentences with periods.


# 96711 16-May-2002 trhodes

More file system > filesystem


# 93338 28-Mar-2002 dd

mdoc(7) police: remove whitespace at EOL.


# 88397 22-Dec-2001 chris

Add cross-references to vaccess(9) and vaccess_acl_posix1e(9).

Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs


# 86685 20-Nov-2001 arr

- Fix man page that was broke during KSE merger. This is the first in a
few commits relating to VOP_* calls and moving in struct thread.

Reviewed by: rwatson


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 79727 14-Jul-2001 schweikh

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


# 71895 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


# 60258 09-May-2000 sheldonh

Fix miscellaneous mdoc macro argument limit infringements.

PR: 18465
Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>


# 51628 24-Sep-1999 dillon

More synchronization of the VOP documentation to the real world.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 34504 12-Mar-1998 charnier

.Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.
Use .An/.Aq.


# 24890 13-Apr-1997 bde

Fixed #include and/or prototype bugs in synopsis.


# 23467 07-Mar-1997 mpp

Some minor mdoc cleanup.


# 23367 04-Mar-1997 mpp

Typo police.


# 23353 03-Mar-1997 dfr

This is the current draft of my filesystem manpages. Some files are
incomplete and some are just placeholders but I wanted to try to get
something at least into 2.2 on the grounds that what I have is a lot
better than nothing. I also wanted to commit something which documents
the interfaces in 2.2 before I start updating the documentation for 3.0.

This is a definite 2.2 candidate and is also relavent to 2.1 if people
still care about that branch.