summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_LOCK.9
Commit message (Collapse)AuthorAgeFilesLines
* Remove pseudocode from VOP_* manual pages. It was out of date anyway.trasz2009-03-301-66/+0
| | | | | Reviewed by: scottl Approved by: rwatson (mentor)
* Add the missing option LK_NOWITNESS for vn_lock / VOP_LOCK operations.attilio2008-06-051-0/+4
|
* Modify VOP_ISLOCKED() and lockstatus() prototypes in order to reflectattilio2008-02-251-5/+2
| | | | 'thread' argument axing.
* Update VOP_LOCK() and VOP_UNLOCK() prototypes.attilio2008-01-181-3/+3
| | | | | Leave 'td' argument description as it is used by VOP_ISLOCKED(). It will be axed in further commit.
* Removed a contraction.brueffer2008-01-101-1/+1
|
* Update vn_lock() prototype accordingly with the 'thread' argument removal.attilio2008-01-101-2/+5
|
* Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.attilio2007-12-281-5/+3
| | | | | | | | | | | | | This option just adds complexity and the new implementation no longer will support it, so axing it now that it is unused is probabilly the better idea. FreeBSD version is bumped in order to reflect the KPI breakage introduced by this patch. In the ports tree, kris found that only old OSKit code uses it, but as it is thought to work only on 2.x kernels serie, version bumping will solve any problem.
* Garbage-collect following nomore existing options:attilio2007-12-271-7/+1
| | | | | | - LK_REENABLE - LK_NOPAUSE - LK_NOOBJ
* Use 'manual page' instead of 'man page' for consistency.hmp2005-06-281-1/+1
| | | | Approved by: re (hrs)
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Mark lists as in the rest of section 9 manpages.ru2005-01-281-21/+40
| | | | Submitted by: Joel Dahl (mostly)
* Some mdoc(7) fixes:hmp2003-05-311-3/+3
| | | | | | | | 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)
* Uniformly refer to a file system as "file system".ru2002-12-121-2/+2
| | | | Approved by: re
* Fixed some bitrot. The KSE interface change for vops had not reached here.bde2001-10-101-6/+6
| | | | | Didn't fix older bugs. Most of the examples don't even match historical interfaces.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-1/+1
| | | | | | | | | | 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
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* Fixed bitrot in synopsis. The prototype for VOP_ISLOCKED() changedbde1999-12-231-1/+1
| | | | | recently, except of course in the documentation. Other parts of this man page are several years out of date.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fixed bitrot in synopsis.bde1999-03-261-2/+2
|
* Document the flags and p parameters to VOP_LOCK and VOP_UNLOCK. Also,ghelmer1999-03-171-6/+50
| | | | | | | at Doug Rabson's suggestion, add vn_lock(9) as an alternative name for this manpage and note its calling convention. PR: docs/9338
* .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.charnier1998-03-121-2/+3
| | | | Use .An/.Aq.
* Updated synopsis for Lite2.bde1997-04-131-3/+4
| | | | Fixed missing #include in synopsis.
* Typo police.mpp1997-03-041-2/+2
|
* This is the current draft of my filesystem manpages. Some files aredfr1997-03-031-0/+129
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.
OpenPOWER on IntegriCloud