summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_STRATEGY.9
Commit message (Collapse)AuthorAgeFilesLines
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-161-1/+3
| | | | | | | | | | | | | anything other than 0. Make it so. This fixes "panic: VOP_STRATEGY failed bp=0xc320dd90 vp=0xc3b9f648", encountered when writing to an orphaned filesystem. Reason for the panic was the following assert: KASSERT(i == 0, ("VOP_STRATEGY failed bp=%p vp=%p", bp, bp->b_vp)); at vfs_bio:bufstrategy(). Reviewed by: scottl, phk Approved by: rwatson (mentor) Sponsored by: FreeBSD Foundation
* Use 'manual page' instead of 'man page' for consistency.hmp2005-06-281-1/+1
| | | | Approved by: re (hrs)
* Mark lists as in the rest of section 9 manpages.ru2005-01-281-2/+2
| | | | Submitted by: Joel Dahl (mostly)
* Some mdoc(7) fixes:hmp2003-05-311-2/+2
| | | | | | | | 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-1/+1
| | | | Approved by: re
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* note that VOP_STRATEGY may block.alfred2001-04-151-0/+2
| | | | Learned from: vm/swap_pager.c comment above swap_pager_putpages()
* mdoc(7) police: eliminate warnings.ru2000-11-171-1/+1
|
* Poul-Henning's changes necessitate s/bp->b_flags/bp->b_io/bio_cmd/.green2000-04-211-1/+1
|
* Removed unused include of <sys/buf.h> from synopsis. This include isbde1999-12-231-1/+0
| | | | | | | needed to access the internals of buffers but not necessarily to use the VOP. <sys/buf.h> recently grew a bogus dependency on <sys/systm.h> for the declaration of spl*, and I prefer to fix the synopsis breakage by removing a wart instead of adding one.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* FIxed bitrot in prototype in synopsis.bde1998-08-031-3/+5
|
* .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.charnier1998-03-121-3/+3
| | | | Use .An/.Aq.
* Comment out xref to buf(9) manpage.steve1998-01-031-2/+2
| | | | PR: 5421
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-3/+3
|
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-131-1/+2
|
* This is the current draft of my filesystem manpages. Some files aredfr1997-03-031-0/+59
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