aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/vnode.9
Commit message (Collapse)AuthorAgeFilesLines
* vfs_object_create() function is obsolete. Use vnode_create_vobject()Kevin Lo2012-01-181-2/+2
| | | | | | | | | to create the backing object. Reviewed by: kib Notes: svn path=/head/; revision=230291
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=206622
* Fix VBAD description.Edward Tomasz Napierala2010-02-131-2/+2
| | | | Notes: svn path=/head/; revision=203824
* Add references to VOP_* man pages to vnode(9).Edward Tomasz Napierala2010-02-091-1/+33
| | | | Notes: svn path=/head/; revision=203721
* Use 'manual page' instead of 'man page' for consistency.Hiten Pandya2005-06-281-1/+1
| | | | | | | Approved by: re (hrs) Notes: svn path=/head/; revision=147647
* Expand *n't contractions.Ruslan Ermilov2005-02-131-2/+2
| | | | Notes: svn path=/head/; revision=141846
* Mdoc Janitor:Hiten Pandya2003-10-231-10/+16
| | | | | | | * Fix hard sentence breaks. Notes: svn path=/head/; revision=121384
* Various mdoc(7) fixes:Hiten Pandya2003-05-311-1/+1
| | | | | | | | | | | Add devfs(5) reference - make_dev.9 Change .Xr from VFS_VGET(9) to vget(9) - vnode.9 Spelling fix, 'useage' to 'usage' - zone.9 Approved by: des (mentor) Notes: svn path=/head/; revision=115441
* Bring vnode(9) man page to its senses:Hiten Pandya2003-05-241-110/+14
| | | | | | | | | | | | | | | | | | - remove '-*- nroff -*-' - bump the date - nuke outdated ``struct vnode'' (it is just better to lookup the struct in the header) - nuke ``enum vtype'' and related junk - add a one line about ``struct vnode'' - use .Va instead of .Dv for vnode struct fields Approved by: des (mentor), re (bmah) Reviewed by: arch@, mentor Notes: svn path=/head/; revision=115282
* Spelling fix: interwining -> intertwining.Ceri Davies2003-03-061-1/+1
| | | | Notes: svn path=/head/; revision=111953
* Add required commas that were ommitted in the previous delta; theSheldon Hearn2003-01-191-1/+1
| | | | | | | SEE ALSO section's list of manual pages must be comma-separated. Notes: svn path=/head/; revision=109537
* Document lock order reversals possible when calling allocation functionsAlfred Perlstein2003-01-181-14/+12
| | | | | | | | | | | | | | with vnode interlocks held. Emphasize that users need to be careful with malloc flags versus mbuf flags. Remove stale portion in vnode.9 about v_tag. We don't have it anylonger. Submitted by: Hiten Pandya <hiten@unixdaemons.com> Notes: svn path=/head/; revision=109493
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-6/+6
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107788
* de-__P()Alfred Perlstein2002-10-101-1/+1
| | | | Notes: svn path=/head/; revision=104744
* More file system > filesystemTom Rhodes2002-05-161-1/+1
| | | | Notes: svn path=/head/; revision=96711
* mdoc(7) police: macroize UNIX.Ruslan Ermilov2002-03-181-1/+3
| | | | Notes: svn path=/head/; revision=92566
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
| | | | | | | with a trailing zero-width space: `e.g.\&'. Notes: svn path=/head/; revision=81449
* Removed whitespace at end-of-line; no content changes. I simply didJens Schweikhardt2001-07-141-4/+4
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=79727
* Remove vestiges of MFS.Ruslan Ermilov2001-06-011-1/+1
| | | | Notes: svn path=/head/; revision=77575
* Prepare for pseudofs.Dag-Erling Smørgrav2001-03-281-1/+1
| | | | Notes: svn path=/head/; revision=74962
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-2/+1
| | | | Notes: svn path=/head/; revision=70466
* - Add HPFS and NWFS vnode tags.Chris Costello2000-04-021-12/+12
| | | | | | | | | | - Update ``struct vnode'' changes from revisions 1.91, 1.94, 1.98, 1.101, 1.102. Reviewed by: alfred Notes: svn path=/head/; revision=58956
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Flesh out VOP_ADVLOCK.9 with a description of the available flagsKris Kennaway1999-06-301-45/+66
| | | | | | | | | Sync vnode.9 with the definitions in <sys/vnode.h> Reviewed by: Doug Rabson Notes: svn path=/head/; revision=48368
* typo: Adviseroty -> AdvisoryTim Vanderhoek1999-06-221-2/+2
| | | | Notes: svn path=/head/; revision=48089
* Add a section on vnode types. Mostly based on information supplied byEivind Eklund1998-09-281-2/+39
| | | | | | | Terry Lambert <terry@lambert.org> Notes: svn path=/head/; revision=39738
* .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.Philippe Charnier1998-03-121-3/+3
| | | | | | | Use .An/.Aq. Notes: svn path=/head/; revision=34504
* Fix a few typos.James Raynard1998-02-281-3/+3
| | | | Notes: svn path=/head/; revision=33923
* Be a little closer to current reality.Poul-Henning Kamp1997-10-111-21/+42
| | | | Notes: svn path=/head/; revision=30295
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-131-1/+2
| | | | Notes: svn path=/head/; revision=24890
* Minor mdoc fixes.Mike Pritchard1997-03-221-2/+2
| | | | Notes: svn path=/head/; revision=24123
* This is the current draft of my filesystem manpages. Some files areDoug Rabson1997-03-031-0/+178
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. Notes: svn path=/head/; revision=23353