<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/gnu, branch stable/3</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC ufs_readwrite.c 1.72, ext2_readwrite.c 1.20.  Fix a data-consistency</title>
<updated>2000-12-22T18:54:26+00:00</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2000-12-22T18:54:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b204ec7e0d4ea0d5941e7181c5915592b21a8cc7'/>
<id>b204ec7e0d4ea0d5941e7181c5915592b21a8cc7</id>
<content type='text'>
race between write() and mmap().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
race between write() and mmap().
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC (1.6: quick fix for not writing group descriptor group, inode</title>
<updated>2000-11-11T13:14:15+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-11-11T13:14:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=536c173e6b68f1f363ef163e21e918740289d590'/>
<id>536c173e6b68f1f363ef163e21e918740289d590</id>
<content type='text'>
bitmaps or block bitmaps before unmount() completes).

PR:		22726
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bitmaps or block bitmaps before unmount() completes).

PR:		22726
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC (1.25 fixed overruns of cookie buffer and directory buffer in</title>
<updated>2000-10-27T10:14:08+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-10-27T10:14:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1bef4f8117115d5c596b7b83148f51f97dbc06b4'/>
<id>1bef4f8117115d5c596b7b83148f51f97dbc06b4</id>
<content type='text'>
ext2_readdir()).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ext2_readdir()).
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC (1.63: don't forget to check for unsupported features when updating).</title>
<updated>2000-03-09T05:31:20+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-03-09T05:31:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e064d546f4d89f657f01fbdb18cbe107754f5344'/>
<id>e064d546f4d89f657f01fbdb18cbe107754f5344</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Not a MFC: Fixed some bugs in the "filetype" support.  The wrong</title>
<updated>2000-02-02T15:31:56+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-02-02T15:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fe9db3df254b910fd19c89c8ebcfbee07a781b34'/>
<id>fe9db3df254b910fd19c89c8ebcfbee07a781b34</id>
<content type='text'>
template was used for directories, so directories were usually
assigned the EXT2_FT_UNKNOWN filetype.  Other uses of
`struct odirtemplate' were also wrong.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
template was used for directories, so directories were usually
assigned the EXT2_FT_UNKNOWN filetype.  Other uses of
`struct odirtemplate' were also wrong.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: update to Linux ext2_fs.h; handle new features as well as possible;</title>
<updated>2000-02-02T14:53:05+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-02-02T14:53:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0758efe648b12fbb359bd81028af00e821316fb1'/>
<id>0758efe648b12fbb359bd81028af00e821316fb1</id>
<content type='text'>
support the "filetype" feature instead of panicing for filesystems
created with it.

COPYRIGHT.INFO:   rev 1.3 (all)
i386-bitops.h:    rev.1.5 (all) (don't use unportable asm)
ext2_fs.h:        rev.1.5-1.8 (all)
ext2_inode_cnv.c: rev.1.10-1.11 (all)
ext2_vfsops.c:    rev.1.61 (don't mount filesystems with incompatible features)
ext2_lookup.c:    rev.1.20 (most of the code for "filetype" feature).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
support the "filetype" feature instead of panicing for filesystems
created with it.

COPYRIGHT.INFO:   rev 1.3 (all)
i386-bitops.h:    rev.1.5 (all) (don't use unportable asm)
ext2_fs.h:        rev.1.5-1.8 (all)
ext2_inode_cnv.c: rev.1.10-1.11 (all)
ext2_vfsops.c:    rev.1.61 (don't mount filesystems with incompatible features)
ext2_lookup.c:    rev.1.20 (most of the code for "filetype" feature).
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-29T16:33:42+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T16:33:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c4f617ca01b475bdf034553dfe123deeb1589899'/>
<id>c4f617ca01b475bdf034553dfe123deeb1589899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:  s/size == 0;/size = 0;/</title>
<updated>1999-05-10T12:29:55+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-05-10T12:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3764d773cd664e715a44d30d2051f8cd4db13169'/>
<id>3764d773cd664e715a44d30d2051f8cd4db13169</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: NDGBPORTS is a supported option now.</title>
<updated>1999-03-14T07:07:02+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1999-03-14T07:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=270b5a3346ff112e23d274e6f29c4a0eab943a4d'/>
<id>270b5a3346ff112e23d274e6f29c4a0eab943a4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Fix link count overflow problems.</title>
<updated>1999-03-10T16:57:53+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1999-03-10T16:57:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b3983ee3c14b72f1635d3e8d62d35b45773178b1'/>
<id>b3983ee3c14b72f1635d3e8d62d35b45773178b1</id>
<content type='text'>
	ext2_vnops.c 1.44
	ufs_vnopfs.c 1.109, 1.110, 1.111
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	ext2_vnops.c 1.44
	ufs_vnopfs.c 1.109, 1.110, 1.111
</pre>
</div>
</content>
</entry>
</feed>
