<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/gnu/ext2fs/ext2_vnops.c, branch release/2.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1996-09-10T08:32:01Z</updated>
<entry>
<title>Updated #includes to 4.4Lite style.</title>
<updated>1996-09-10T08:32:01Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-09-10T08:32:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f313170d3c95b55eba72119af2c229a0e77a50a6'/>
<id>urn:sha1:f313170d3c95b55eba72119af2c229a0e77a50a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Staticize.</title>
<updated>1995-12-17T21:14:36Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1995-12-17T21:14:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b8dce649f17f6608e7550dc4d6da9d2006cf0db5'/>
<id>urn:sha1:b8dce649f17f6608e7550dc4d6da9d2006cf0db5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restored used includes of &lt;vm/vm_extern.h&gt;.</title>
<updated>1995-12-10T14:52:10Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-12-10T14:52:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9b4288a3d516fe6fa7ca4e5915a2dd521e058a78'/>
<id>urn:sha1:9b4288a3d516fe6fa7ca4e5915a2dd521e058a78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct some serious porting errors.  The worst one was that the</title>
<updated>1995-11-19T20:24:15Z</updated>
<author>
<name>John Dyson</name>
<email>dyson@FreeBSD.org</email>
</author>
<published>1995-11-19T20:24:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b0a50fff55d519c944d1eea40b3679cd08730b6d'/>
<id>urn:sha1:b0a50fff55d519c944d1eea40b3679cd08730b6d</id>
<content type='text'>
vnode was being placed upon the mount point twice!!!
</content>
</entry>
<entry>
<title>Get rid of the last debug sysctl variables of the old style.</title>
<updated>1995-11-14T09:40:06Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1995-11-14T09:40:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=af8364b0ad55c612d6406c3c8560efc15c764692'/>
<id>urn:sha1:af8364b0ad55c612d6406c3c8560efc15c764692</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduced a type `vop_t' for vnode operation functions and used</title>
<updated>1995-11-09T08:17:23Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-11-09T08:17:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f57e65478df5b3ada8a4f7afb89a6cc633bb55fd'/>
<id>urn:sha1:f57e65478df5b3ada8a4f7afb89a6cc633bb55fd</id>
<content type='text'>
it 1138 times (:-() in casts and a few more times in declarations.
This change is null for the i386.

The type has to be `typedef int vop_t(void *)' and not `typedef
int vop_t()' because `gcc -Wstrict-prototypes' warns about the
latter.  Since vnode op functions are called with args of different
(struct pointer) types, neither of these function types is any use
for type checking of the arg, so it would be preferable not to use
the complete function type, especially since using the complete
type requires adding 1138 casts to avoid compiler warnings and
another 40+ casts to reverse the function pointer conversions before
calling the functions.
</content>
</entry>
<entry>
<title>Omitted a '#if FIFO' in ext2_vnops.c</title>
<updated>1995-11-06T04:05:01Z</updated>
<author>
<name>John Dyson</name>
<email>dyson@FreeBSD.org</email>
</author>
<published>1995-11-06T04:05:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e017ddbd9af753eb88f65ea78efe4a4c6df677bb'/>
<id>urn:sha1:e017ddbd9af753eb88f65ea78efe4a4c6df677bb</id>
<content type='text'>
Submitted by:	Justin Gibbs
</content>
</entry>
<entry>
<title>Main code for the ext2fs filesystem.  Please refer to the COPYRIGHT.INFO</title>
<updated>1995-11-05T23:25:12Z</updated>
<author>
<name>John Dyson</name>
<email>dyson@FreeBSD.org</email>
</author>
<published>1995-11-05T23:25:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c33a4405f7457413ce5aba276d3b3326140dd251'/>
<id>urn:sha1:c33a4405f7457413ce5aba276d3b3326140dd251</id>
<content type='text'>
file for GPL restrictions.  This code was ported to the BSD platform
by Godmar Back &lt;gback@facility.cs.utah.edu&gt; and specifically to FreeBSD
by John Dyson.  This code is still green and should be used with caution.
Additional changes to UFS necessary to make this code work will be commited
seperately.
Submitted by:	Godmar Back &lt;gback@facility.cs.utah.edu&gt;
Obtained from:	Lites/Mach4
</content>
</entry>
</feed>
