<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/compat/linux/linux_stats.c, branch release/5.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-01-10T05:53:29Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-01-10T05:53:29Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-01-10T05:53:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=58c9ff44c8041f394c663cb9640e9b77fe07bb13'/>
<id>urn:sha1:58c9ff44c8041f394c663cb9640e9b77fe07bb13</id>
<content type='text'>
'RELENG_5_2_0_RELEASE'.

This commit was manufactured to restore the state of the 5.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Prevent leaking of fsid to non-root users in linux_statfs and linux_fstatfs.</title>
<updated>2003-11-05T23:52:54Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2003-11-05T23:52:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0b399cc8a666d5a5fa3f2720f7d163b5508d0d04'/>
<id>urn:sha1:0b399cc8a666d5a5fa3f2720f7d163b5508d0d04</id>
<content type='text'>
Matches native syscalls now.

PR:		kern/58793
Submitted by:	David P. Reese Jr. &lt;daver@gomerbud.com&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add a f_vnode field to struct file.</title>
<updated>2003-06-22T08:41:43Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-06-22T08:41:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3b6d96526388c71176bb69ee0ee30fa3e4332626'/>
<id>urn:sha1:3b6d96526388c71176bb69ee0ee30fa3e4332626</id>
<content type='text'>
Several of the subtypes have an associated vnode which is used for
stuff like the f*() functions.

By giving the vnode a speparate field, a number of checks for the specific
subtype can be replaced simply with a check for f_vnode != NULL, and
we can later free f_data up to subtype specific use.

At this point in time, f_data still points to the vnode, so any code I
might have overlooked will still work.
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-06-10T21:29:12Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-06-10T21:29:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=16dbc7f228758b92c71bfe2d0e67e741df88e92d'/>
<id>urn:sha1:16dbc7f228758b92c71bfe2d0e67e741df88e92d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initialize tbuf in newstat_copyout() too.</title>
<updated>2003-04-29T17:03:22Z</updated>
<author>
<name>Martin Blapp</name>
<email>mbr@FreeBSD.org</email>
</author>
<published>2003-04-29T17:03:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a966b13d67dfc111cf2087fde6dbab9da5df6573'/>
<id>urn:sha1:a966b13d67dfc111cf2087fde6dbab9da5df6573</id>
<content type='text'>
Reviewed by:	phk
</content>
</entry>
<entry>
<title>Do the same thing for stat64_copyout() as we already</title>
<updated>2003-04-29T12:36:03Z</updated>
<author>
<name>Martin Blapp</name>
<email>mbr@FreeBSD.org</email>
</author>
<published>2003-04-29T12:36:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=616aa29a0e1d9ec92515222425e9b16d551f2eb8'/>
<id>urn:sha1:616aa29a0e1d9ec92515222425e9b16d551f2eb8</id>
<content type='text'>
do for newstat_copyout().

Lie about disk drives which are character devices
in FreeBSD but block devices under Linux.

PR:		37227
Submitted by:	Vladimir B. Grebenschikov &lt;vova@sw.ru&gt;
Reviewed by:	phk
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Use td-&gt;td_ucred instead of td-&gt;td_proc-&gt;p_ucred.</title>
<updated>2003-03-20T21:17:40Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-03-20T21:17:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=31566c96f482a23dd7d6f7bde290092c6d33809b'/>
<id>urn:sha1:31566c96f482a23dd7d6f7bde290092c6d33809b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up whitespace and remove register keyword.</title>
<updated>2003-03-03T09:17:12Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-03-03T09:17:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1d062e2be87c5ea127eb4e06199c83c86ae412f7'/>
<id>urn:sha1:1d062e2be87c5ea127eb4e06199c83c86ae412f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More caddr_t removal, in conjunction with copy{in,out}(9) this time.</title>
<updated>2003-03-03T09:14:26Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-03-03T09:14:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4b7ef73d71f7c0c792a372272844274d64f332e5'/>
<id>urn:sha1:4b7ef73d71f7c0c792a372272844274d64f332e5</id>
<content type='text'>
Also clean up some egregious casts and incorrect use of sizeof.
</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-test2/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>
</feed>
