<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/tools/vnode_if.awk, branch release/7.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2010-03-21T01:30:13Z</updated>
<entry>
<title>Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.</title>
<updated>2010-03-21T01:30:13Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2010-03-21T01:30:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9c4d1c1956ecb0a222fb2f4579c320391fb67f06'/>
<id>urn:sha1:9c4d1c1956ecb0a222fb2f4579c320391fb67f06</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.3-RELEASE image.
</content>
</entry>
<entry>
<title>- Add two checks for syntax errors</title>
<updated>2006-05-30T21:13:28Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2006-05-30T21:13:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=44d6e87b071611ec7ca46bd1a28a1e73917dfe12'/>
<id>urn:sha1:44d6e87b071611ec7ca46bd1a28a1e73917dfe12</id>
<content type='text'>
- Improve error reporting
- Remove redundant conditionals
</content>
</entry>
<entry>
<title>Assertion code specifications are introduced using special character</title>
<updated>2006-05-30T20:49:54Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2006-05-30T20:49:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f69ec7af12da527683b30cbc805bc57c90d56d1f'/>
<id>urn:sha1:f69ec7af12da527683b30cbc805bc57c90d56d1f</id>
<content type='text'>
sequences that are distinct from comments. %% is used for argument
locks; %! for pre- and post-conditions.
</content>
</entry>
<entry>
<title>Update usage comment to match reality.</title>
<updated>2006-05-26T07:13:26Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2006-05-26T07:13:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3cd6252069b94f4ea657b7f2e24e8227af5facde'/>
<id>urn:sha1:3cd6252069b94f4ea657b7f2e24e8227af5facde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Eradicate caddr_t from the VFS API.</title>
<updated>2005-12-14T00:49:52Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2005-12-14T00:49:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0430a5e2895a13bd6219cc701523388716f362e3'/>
<id>urn:sha1:0430a5e2895a13bd6219cc701523388716f362e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Nuke vnodeop_desc.vdesc_transports, which has been unused since the dawn</title>
<updated>2005-12-14T00:15:11Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2005-12-14T00:15:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e26b05cf4407578ef2228805825cd84c08def031'/>
<id>urn:sha1:e26b05cf4407578ef2228805825cd84c08def031</id>
<content type='text'>
of time (or the inception of ncvs, whichever came last)
</content>
</entry>
<entry>
<title>Allow EVFILT_VNODE events to work on every filesystem type, not just</title>
<updated>2005-06-09T20:20:31Z</updated>
<author>
<name>Suleiman Souhlal</name>
<email>ssouhlal@FreeBSD.org</email>
</author>
<published>2005-06-09T20:20:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=679985d03a64f5dfb4355538ae6e3b70f8347f38'/>
<id>urn:sha1:679985d03a64f5dfb4355538ae6e3b70f8347f38</id>
<content type='text'>
UFS by:
- Making the pre and post hooks for the VOP functions work even when
DEBUG_VFS_LOCKS is not defined.
- Moving the KNOTE activations into the corresponding VOP hooks.
- Creating a MNTK_NOKNOTE flag for the mnt_kern_flag field of struct
mount that permits filesystems to disable the new behavior.
- Creating a default VOP_KQFILTER function: vfs_kqfilter()

My benchmarks have not revealed any performance degradation.

Reviewed by:	jeff, bde
Approved by:	rwatson, jmg (kqueue changes), grehan (mentor)
</content>
</entry>
<entry>
<title> - Add the character "E" to the understood lock types.  This means</title>
<updated>2005-04-11T15:15:03Z</updated>
<author>
<name>Jeff Roberson</name>
<email>jeff@FreeBSD.org</email>
</author>
<published>2005-04-11T15:15:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=680a1ec63132635c09bb3d03670dd53082f2f5c0'/>
<id>urn:sha1:680a1ec63132635c09bb3d03670dd53082f2f5c0</id>
<content type='text'>
   the VOP requires an exclusive lock.

Sponsored by:	Isilon Systems, Inc.
</content>
</entry>
<entry>
<title>Add VOP_FOO_APV() which takes a pointer to the vop_vector.</title>
<updated>2005-02-08T12:54:32Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-02-08T12:54:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=119798b384036a071be8217d107a8b4c23f22bd8'/>
<id>urn:sha1:119798b384036a071be8217d107a8b4c23f22bd8</id>
<content type='text'>
This allows stacked or partitioned filesystems to say "Continue
the normal resolution from here", for instace from FFS to UFS.

Use VNASSERT() instead of KASSERT().
</content>
</entry>
<entry>
<title>Get rid of the VDESC() macro while the pot is boiling anyway, it is</title>
<updated>2005-01-13T08:05:20Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-01-13T08:05:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=de8a6c067a98fe415c583676fe1e97408f2f36b7'/>
<id>urn:sha1:de8a6c067a98fe415c583676fe1e97408f2f36b7</id>
<content type='text'>
only used from generate files now, so we might as well generate the
right stuff from the start.
</content>
</entry>
</feed>
