<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/fstat, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-09-23T16:44:17Z</updated>
<entry>
<title>Do not cache and correctly free() dosmount entry in case of errors.</title>
<updated>2003-09-23T16:44:17Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2003-09-23T16:44:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c7aa7fe1bd93e358a8b7d3d3fa46a7ca050727e'/>
<id>urn:sha1:6c7aa7fe1bd93e358a8b7d3d3fa46a7ca050727e</id>
<content type='text'>
PR:		53980 (partially)
</content>
</entry>
<entry>
<title>fix this code properly.  msdosfs can't have device nodes on them.</title>
<updated>2003-06-24T08:18:18Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2003-06-24T08:18:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ab1897e943f3b7484657e11f074b527b17ac83d9'/>
<id>urn:sha1:ab1897e943f3b7484657e11f074b527b17ac83d9</id>
<content type='text'>
comment how to read device nodes from ufs (if an adventurous soul wants
to fix it!).

Reviewed by:	bde
</content>
</entry>
<entry>
<title>o Fix rev. 1.41, print a header. -STABLE is OK.</title>
<updated>2003-06-23T08:43:19Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2003-06-23T08:43:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c30afbc57843384b910946cee01856c4f72256aa'/>
<id>urn:sha1:c30afbc57843384b910946cee01856c4f72256aa</id>
<content type='text'>
PR:		bin/53585
Submitted by:	Alexey Dokuchaev &lt;danfe@regency.nsu.ru&gt;
</content>
</entry>
<entry>
<title>correct spelling of struct cdev * from dev_t which is a 32bit type and</title>
<updated>2003-06-19T02:09:22Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2003-06-19T02:09:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cf56713abf29db264e8a7590d26686edfc3105f4'/>
<id>urn:sha1:cf56713abf29db264e8a7590d26686edfc3105f4</id>
<content type='text'>
isn't very useful for passing pointers on LP64 systems.

device names on sparc64 and alpha should now work.
</content>
</entry>
<entry>
<title>Bow to the whining masses and change a union back into void *.  Retain</title>
<updated>2003-01-13T00:33:17Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2003-01-13T00:33:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=48e3128b34dad9618402f1f4095f7655e779843c'/>
<id>urn:sha1:48e3128b34dad9618402f1f4095f7655e779843c</id>
<content type='text'>
removal of unnecessary casts and throw in some minor cleanups to see if
anyone complains, just for the hell of it.
</content>
</entry>
<entry>
<title>Change struct file f_data to un_data, a union of the correct struct</title>
<updated>2003-01-12T01:37:13Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2003-01-12T01:37:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cd72f2180bfff020d03180e6eba1c3a0e0125468'/>
<id>urn:sha1:cd72f2180bfff020d03180e6eba1c3a0e0125468</id>
<content type='text'>
pointer types, and remove a huge number of casts from code using it.

Change struct xfile xf_data to xun_data (ABI is still compatible).

If we need to add a #define for f_data and xf_data we can, but I don't
think it will be necessary.  There are no operational changes in this
commit.
</content>
</entry>
<entry>
<title>Uniformly refer to a file system as "file system".</title>
<updated>2002-12-12T17:26:04Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-12T17:26:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8d5d039f80a8d31947f4e84af20e8a56d0009c32'/>
<id>urn:sha1:8d5d039f80a8d31947f4e84af20e8a56d0009c32</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>Rename struct specinfo to the more appropriate struct cdev.</title>
<updated>2002-09-27T18:27:10Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-09-27T18:27:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ca916247cdab4aa84a7f00de7c39b9e8c933e581'/>
<id>urn:sha1:ca916247cdab4aa84a7f00de7c39b9e8c933e581</id>
<content type='text'>
Agreed on:	jake, rwatson, jhb
</content>
</entry>
<entry>
<title>Userland changes to go with vnode-&gt;v_tag change.</title>
<updated>2002-09-14T18:51:10Z</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2002-09-14T18:51:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e47c2178447a2a219ef6732966089dbd0223f677'/>
<id>urn:sha1:e47c2178447a2a219ef6732966089dbd0223f677</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unbreak building of fstat following version 1.23 of</title>
<updated>2002-08-14T16:34:13Z</updated>
<author>
<name>Bosko Milekic</name>
<email>bmilekic@FreeBSD.org</email>
</author>
<published>2002-08-14T16:34:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d8aadd88cf4cb6d51b2d3d3b603aced4b6b80ebf'/>
<id>urn:sha1:d8aadd88cf4cb6d51b2d3d3b603aced4b6b80ebf</id>
<content type='text'>
src/sys/ufs/ufs/quota.h by including mount.h before ufs/quota.h.
</content>
</entry>
</feed>
