<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/gnu, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2010-02-11T18:34:06Z</updated>
<entry>
<title>MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,</title>
<updated>2010-02-11T18:34:06Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2010-02-11T18:34:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7733cf8fffadd4b286f7ed03e7748ee70e36433d'/>
<id>urn:sha1:7733cf8fffadd4b286f7ed03e7748ee70e36433d</id>
<content type='text'>
201408,201325,200089,198822,197373,197372,197214,196162). Since one of those
changes was a semicolon cleanup from somebody else, this touches a lot more.
</content>
</entry>
<entry>
<title>MFC r198940:</title>
<updated>2010-01-04T14:35:36Z</updated>
<author>
<name>Jaakko Heinonen</name>
<email>jh@FreeBSD.org</email>
</author>
<published>2010-01-04T14:35:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7231db3aea38b424a5e57118505b72e58fe3db32'/>
<id>urn:sha1:7231db3aea38b424a5e57118505b72e58fe3db32</id>
<content type='text'>
File flags handling fixes for ext2fs:

- Disallow setting of flags not supported by ext2fs.
- Map EXT2_APPEND_FL to SF_APPEND.
- Map EXT2_IMMUTABLE_FL to SF_IMMUTABLE.
- Map EXT2_NODUMP_FL to UF_NODUMP.

Note that ext2fs doesn't support user settable append and immutable flags.
EXT2_NODUMP_FL is an user settable flag also on Linux.

PR:		kern/122047
Approved by:	trasz (mentor)
</content>
</entry>
<entry>
<title>Fix the build by using proper format.</title>
<updated>2009-06-25T16:48:13Z</updated>
<author>
<name>Roman Divacky</name>
<email>rdivacky@FreeBSD.org</email>
</author>
<published>2009-06-25T16:48:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a79c43d37f01127e67b475c0fef399ab05a5e217'/>
<id>urn:sha1:a79c43d37f01127e67b475c0fef399ab05a5e217</id>
<content type='text'>
Pointy hat: me
Approved by: kib
</content>
</entry>
<entry>
<title>Switch cmd argument of ioctl to u_long as elsewhere in the kernel.</title>
<updated>2009-06-25T08:52:20Z</updated>
<author>
<name>Roman Divacky</name>
<email>rdivacky@FreeBSD.org</email>
</author>
<published>2009-06-25T08:52:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=670013ead190fec85ee68d88361c60bd1e1ff985'/>
<id>urn:sha1:670013ead190fec85ee68d88361c60bd1e1ff985</id>
<content type='text'>
Propagate this change down the callchain.

Approved by:	kan (maintainer)
Approved by:	ed (mentor)
</content>
</entry>
<entry>
<title>Do not use casts (int *)0 and (struct thread *)0 for the arguments of</title>
<updated>2009-06-16T15:13:45Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2009-06-16T15:13:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=01ed1748318696c7444d39e08fa97fb3d2ee5ab7'/>
<id>urn:sha1:01ed1748318696c7444d39e08fa97fb3d2ee5ab7</id>
<content type='text'>
vn_rdwr, use NULL.

Reviewed by:	jhb
MFC after:	1 week
</content>
</entry>
<entry>
<title>Fix r193923 by noting that type of a_fp is struct file *, not int.</title>
<updated>2009-06-10T14:24:31Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2009-06-10T14:24:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d6da640860d3edbcea5ad1e83f573d38e71037c3'/>
<id>urn:sha1:d6da640860d3edbcea5ad1e83f573d38e71037c3</id>
<content type='text'>
It was assumed that r193923 was trivial change that cannot be done
wrong.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_args</title>
<updated>2009-06-10T14:09:05Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2009-06-10T14:09:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e4d9bdc1052880746dbf29edfbd8cb8c11fc4ea0'/>
<id>urn:sha1:e4d9bdc1052880746dbf29edfbd8cb8c11fc4ea0</id>
<content type='text'>
definition.

Discussed with:	bde
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>- Outindent long printf lines instead of splitting them in the</title>
<updated>2009-06-07T08:42:26Z</updated>
<author>
<name>Stanislav Sedov</name>
<email>stas@FreeBSD.org</email>
</author>
<published>2009-06-07T08:42:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b471a13ea9d8a074a213813a5df9555f2edd072e'/>
<id>urn:sha1:b471a13ea9d8a074a213813a5df9555f2edd072e</id>
<content type='text'>
  middle of senetences. This also makes the code more consistent
  with the corresponding FFS code.
- Use 2-space sentences breaks consistently.

Suggested by:	bde
</content>
</entry>
<entry>
<title>- Remove unused sparc64-bitops.h file. Our ext2fs code doesn't use</title>
<updated>2009-06-03T17:30:10Z</updated>
<author>
<name>Stanislav Sedov</name>
<email>stas@FreeBSD.org</email>
</author>
<published>2009-06-03T17:30:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=097695e97aae6604b78e60aafcf3aebdfc9dbe92'/>
<id>urn:sha1:097695e97aae6604b78e60aafcf3aebdfc9dbe92</id>
<content type='text'>
  sparc64-specific bitops implemetations and relies on generic ones.
  Furthermore, bitops implementations present in sparc64-bitops.h
  are written in C similarly to generic bitops.
</content>
</entry>
<entry>
<title>- Style(9) improvements.</title>
<updated>2009-06-03T14:18:37Z</updated>
<author>
<name>Stanislav Sedov</name>
<email>stas@FreeBSD.org</email>
</author>
<published>2009-06-03T14:18:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=52d9a478fe951a9d9651e6a7ec52f45aa852cc67'/>
<id>urn:sha1:52d9a478fe951a9d9651e6a7ec52f45aa852cc67</id>
<content type='text'>
- Convert all K&amp;R definitions to ANSI equialents.
- Retire bsd_malloc and bsd_free macros and
  use malloc/free directly.
- Drop some unused debugging calls.

This commit brings no functional changes.
</content>
</entry>
</feed>
