<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/patm, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<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/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>Remove unused variable.</title>
<updated>2008-11-26T13:44:11Z</updated>
<author>
<name>Ganbold Tsagaankhuu</name>
<email>ganbold@FreeBSD.org</email>
</author>
<published>2008-11-26T13:44:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ec5e25f2372c1d60c8a2d0c64983ab22a9ac25a4'/>
<id>urn:sha1:ec5e25f2372c1d60c8a2d0c64983ab22a9ac25a4</id>
<content type='text'>
Found with:     Coverity Prevent(tm)
CID: 3695,3696

Approved by: harti
</content>
</entry>
<entry>
<title>Give MEXTADD() another argument to make both void pointers to the</title>
<updated>2008-02-01T19:36:27Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2008-02-01T19:36:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cf827063a9684f2300b3496f588aaf3e69c45067'/>
<id>urn:sha1:cf827063a9684f2300b3496f588aaf3e69c45067</id>
<content type='text'>
free function controlable, instead of passing the KVA of the buffer
storage as the first argument.

Fix all conventional users of the API to pass the KVA of the buffer
as the first argument, to make this a no-op commit.

Likely break the only non-convetional user of the API, after informing
the relevant committer.

Update the mbuf(9) manual page, which was already out of sync on
this point.

Bump __FreeBSD_version to 800016 as there is no way to tell how
many arguments a CPP macro needs any other way.

This paves the way for giving sendfile(9) a way to wait for the
passed storage to have been accessed before returning.

This does not affect the memory layout or size of mbufs.

Parental oversight by:	sam and rwatson.

No MFC is anticipated.
</content>
</entry>
<entry>
<title>o break newbus api: add a new argument of type driver_filter_t to</title>
<updated>2007-02-23T12:19:07Z</updated>
<author>
<name>Paolo Pisati</name>
<email>piso@FreeBSD.org</email>
</author>
<published>2007-02-23T12:19:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ef544f631226436ef590825881e7a28369df82f6'/>
<id>urn:sha1:ef544f631226436ef590825881e7a28369df82f6</id>
<content type='text'>
  bus_setup_intr()

o add an int return code to all fast handlers

o retire INTR_FAST/IH_FAST

For more info: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=465712+0+current/freebsd-current

Reviewed by: many
Approved by: re@
</content>
</entry>
<entry>
<title>Commit the results of the typo hunt by Darren Pilgrim.</title>
<updated>2006-08-04T07:56:35Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2006-08-04T07:56:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=776fc0e90e9072cda064b69e91a6a0e6bede1aa1'/>
<id>urn:sha1:776fc0e90e9072cda064b69e91a6a0e6bede1aa1</id>
<content type='text'>
This change affects documentation and comments only,
no real code involved.

PR:		misc/101245
Submitted by:	Darren Pilgrim &lt;darren pilgrim bitfreak org&gt;
Tested by:	md5(1)
MFC after:	1 week
</content>
</entry>
<entry>
<title>This driver has been MPSAFE from the beginning, so declare the interrupt</title>
<updated>2006-03-21T14:54:42Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2006-03-21T14:54:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5b4d2450cc2c6fe3c64c0fe9e18c465ffe4ccf4a'/>
<id>urn:sha1:5b4d2450cc2c6fe3c64c0fe9e18c465ffe4ccf4a</id>
<content type='text'>
as such.

Reminded by:	rwatson@
</content>
</entry>
<entry>
<title>Replace m_extadd() with macro version MEXTADD().</title>
<updated>2005-09-19T22:04:41Z</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2005-09-19T22:04:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1761656cddb0abd276a0019f762bf5612e4d1327'/>
<id>urn:sha1:1761656cddb0abd276a0019f762bf5612e4d1327</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix "struct ifnet" leak if attach() fails in the middle.</title>
<updated>2005-09-16T12:49:06Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-09-16T12:49:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fead0681ed4fa30c5daddc6df7e166f75d6616a9'/>
<id>urn:sha1:fead0681ed4fa30c5daddc6df7e166f75d6616a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and</title>
<updated>2005-08-09T10:20:02Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2005-08-09T10:20:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=13f4c340aeeeb104844712bb36899d1adef50579'/>
<id>urn:sha1:13f4c340aeeeb104844712bb36899d1adef50579</id>
<content type='text'>
IFF_DRV_RUNNING, as well as the move from ifnet.if_flags to
ifnet.if_drv_flags.  Device drivers are now responsible for
synchronizing access to these flags, as they are in if_drv_flags.  This
helps prevent races between the network stack and device driver in
maintaining the interface flags field.

Many __FreeBSD__ and __FreeBSD_version checks maintained and continued;
some less so.

Reviewed by:	pjd, bz
MFC after:	7 days
</content>
</entry>
<entry>
<title>Fix another fallout from the ifnet change that assumed that a softc</title>
<updated>2005-07-01T10:45:02Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-07-01T10:45:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4df70a92b51f9f592b8fb61684b62890e4051db9'/>
<id>urn:sha1:4df70a92b51f9f592b8fb61684b62890e4051db9</id>
<content type='text'>
starts with an ifatm which in turns has an ifnet. Remove also a couple
of unneccessary casts that could hide such things in the future.

Approved by:	re
</content>
</entry>
</feed>
