<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netinet/libalias, branch upstream/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-03-17T07:37:10Z</updated>
<entry>
<title>In m_megapullup() instead of reserving some space at the end of packet,</title>
<updated>2013-03-17T07:37:10Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2013-03-17T07:37:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7525c48111cfc59f2984656c9357c81d28a4d546'/>
<id>urn:sha1:7525c48111cfc59f2984656c9357c81d28a4d546</id>
<content type='text'>
m_align() it, reserving space to prepend data.

Reviewed by:	mav
</content>
</entry>
<entry>
<title>Functions m_getm2() and m_get2() have different order of arguments,</title>
<updated>2013-03-12T13:42:47Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2013-03-12T13:42:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=41a7572b26da5acade4565f8cf943b13ac6fedb5'/>
<id>urn:sha1:41a7572b26da5acade4565f8cf943b13ac6fedb5</id>
<content type='text'>
and that can drive someone crazy. While m_get2() is young and not
documented yet, change its order of arguments to match m_getm2().

Sorry for churn, but better now than later.
</content>
</entry>
<entry>
<title>Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzed</title>
<updated>2013-03-11T12:22:44Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2013-03-11T12:22:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f4562a299c69e1ca9565afd5c729e0bf891fdbc5'/>
<id>urn:sha1:f4562a299c69e1ca9565afd5c729e0bf891fdbc5</id>
<content type='text'>
argument, in code that isn't compiled in kernel.

PR:		kern/176667
Sponsored by:	Nginx, Inc.
</content>
</entry>
<entry>
<title>- Move AUTHORS and ACKNOWLEDGEMENTS to the end of the page.</title>
<updated>2013-01-31T10:29:22Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2013-01-31T10:29:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=498944374ffcc8851968a09dea30e42803fe5c9a'/>
<id>urn:sha1:498944374ffcc8851968a09dea30e42803fe5c9a</id>
<content type='text'>
- Add myself to list of authors.
</content>
</entry>
<entry>
<title>Utilize m_get2() to get mbuf of appropriate size.</title>
<updated>2013-01-30T18:40:19Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2013-01-30T18:40:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ea26ed7eea57874147816ff315f443c1d080b542'/>
<id>urn:sha1:ea26ed7eea57874147816ff315f443c1d080b542</id>
<content type='text'>
</content>
</entry>
<entry>
<title>  Mechanically substitute flags from historic mbuf allocator with</title>
<updated>2012-12-05T08:04:20Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2012-12-05T08:04:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eb1b1807afd1266445720b768b1bdbcdf7655a0a'/>
<id>urn:sha1:eb1b1807afd1266445720b768b1bdbcdf7655a0a</id>
<content type='text'>
malloc(9) flags within sys.

Exceptions:

- sys/contrib not touched
- sys/mbuf.h edited manually
</content>
</entry>
<entry>
<title>Avoid potential bad pointer dereference.</title>
<updated>2012-10-17T20:23:07Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2012-10-17T20:23:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=983731268cd3de9e6bb1d9a47b47f71c7be1c2b5'/>
<id>urn:sha1:983731268cd3de9e6bb1d9a47b47f71c7be1c2b5</id>
<content type='text'>
Previously RuleAdd would leave entry-&gt;la unset for the first entry in
the proxyList.

Sponsored by: ADARA Networks
MFC After: 1 week
</content>
</entry>
<entry>
<title>Fix typo: s/pakcet/packet</title>
<updated>2012-09-20T03:29:43Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2012-09-20T03:29:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7e1113e8fc67ebb2284719c0c4638f9f5815b3e'/>
<id>urn:sha1:b7e1113e8fc67ebb2284719c0c4638f9f5815b3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc: avoid nested displays. Fixes mandoc warnings.</title>
<updated>2012-06-13T18:57:27Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2012-06-13T18:57:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6ae742a5497cd19839bc640904b0e20329870a4f'/>
<id>urn:sha1:6ae742a5497cd19839bc640904b0e20329870a4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix style nit: don't use leading zero for dates in .Dd</title>
<updated>2012-06-05T03:14:39Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-06-05T03:14:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3e0efd2ec4fcb4cd68fb8ccf8aea6fc6151c454b'/>
<id>urn:sha1:3e0efd2ec4fcb4cd68fb8ccf8aea6fc6151c454b</id>
<content type='text'>
Prompted by:	brueffer
Approved by:	brueffer
MFC after:	3 days
</content>
</entry>
</feed>
