<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/gnu/ext2fs/ext2_alloc.c, branch releng/4.9</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.9</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.9'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-07-01T00:18:51Z</updated>
<entry>
<title>MFC: Fix two off-by-one errors when sanity-checking inode numbers.</title>
<updated>2002-07-01T00:18:51Z</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2002-07-01T00:18:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a0be4046945b427e7b8e0090a3e5e8d495dd7f1d'/>
<id>urn:sha1:a0be4046945b427e7b8e0090a3e5e8d495dd7f1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: $FreeBSD$</title>
<updated>2000-08-03T00:54:41Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-08-03T00:54:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b245958cd3ea7381f0622c14daf335461b9d0bc8'/>
<id>urn:sha1:b245958cd3ea7381f0622c14daf335461b9d0bc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Oops, the previous commit was missing a new include.</title>
<updated>1999-08-23T22:05:49Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1999-08-23T22:05:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=feb54dc5061cac87ede99b03344f02b57ae97ce3'/>
<id>urn:sha1:feb54dc5061cac87ede99b03344f02b57ae97ce3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use devtoname() to print dev_t's instead of casting them to long or u_long</title>
<updated>1999-08-23T20:35:21Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1999-08-23T20:35:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d9183205179005f7582d41a23d4588b0b1140298'/>
<id>urn:sha1:d9183205179005f7582d41a23d4588b0b1140298</id>
<content type='text'>
for misprinting in %lx format.
</content>
</entry>
<entry>
<title>Fixed printing of a dev_t in a panic message.  Fixed the function name</title>
<updated>1999-05-13T06:27:51Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1999-05-13T06:27:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=22b6b1cd1e1367f1a9af8834e82365f35973eb03'/>
<id>urn:sha1:22b6b1cd1e1367f1a9af8834e82365f35973eb03</id>
<content type='text'>
in this message.
</content>
</entry>
<entry>
<title>        Fix warnings in preparation for adding -Wall -Wcast-qual to the</title>
<updated>1999-01-27T21:50:00Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>1999-01-27T21:50:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d254af07a14b8ea8891c2369150729943aa142df'/>
<id>urn:sha1:d254af07a14b8ea8891c2369150729943aa142df</id>
<content type='text'>
        kernel compile
</content>
</entry>
<entry>
<title>Don't pass unused unused timestamp args to UFS_UPDATE() or waste</title>
<updated>1999-01-07T16:14:19Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1999-01-07T16:14:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=de5d1ba57c28dfa4306ca8977a764aba654bd5e6'/>
<id>urn:sha1:de5d1ba57c28dfa4306ca8977a764aba654bd5e6</id>
<content type='text'>
time initializing them.  This almost finishes centralizing (in-core)
timestamp updates in ufs_itimes().
</content>
</entry>
<entry>
<title>UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the value</title>
<updated>1999-01-06T18:18:06Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1999-01-06T18:18:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4591d9bb7edf88fcfedfbe71346074944c02b752'/>
<id>urn:sha1:4591d9bb7edf88fcfedfbe71346074944c02b752</id>
<content type='text'>
MNT_WAIT when we mean boolean `true' or check for that value not being
passed.  There was no problem in practice because MNT_WAIT had the
magic value of 1.
</content>
</entry>
<entry>
<title>Fixed initialization of new inodes.  ext2fs doesn't clear inodes when</title>
<updated>1998-09-29T08:07:32Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-09-29T08:07:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9702cd04220bc0ac845bdeda10bbefe6edcc28a1'/>
<id>urn:sha1:9702cd04220bc0ac845bdeda10bbefe6edcc28a1</id>
<content type='text'>
they are deleted, so inodes must be cleared when they are reused, but
we didn't clear the indirect blocks.  This caused serious filesystem
corruption.
</content>
</entry>
<entry>
<title>Fixed printf format errors.</title>
<updated>1998-07-30T17:12:39Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-07-30T17:12:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=85badd7eba15f7b7172d6cc6d2f99c67ed5efdcd'/>
<id>urn:sha1:85badd7eba15f7b7172d6cc6d2f99c67ed5efdcd</id>
<content type='text'>
</content>
</entry>
</feed>
