<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/arm/conf/AVILA, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Remove kernel support for armeb</title>
<updated>2018-07-17T23:23:45+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2018-07-17T23:23:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ff9452772d2fbb1268af844ff4c0980942046546'/>
<id>ff9452772d2fbb1268af844ff4c0980942046546</id>
<content type='text'>
Remove all the big-endian arm architectures (ixp425 and ixp435)
support in the kernel and associated drivers.

Differential Revision:  https://reviews.freebsd.org/D16257
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove all the big-endian arm architectures (ixp425 and ixp435)
support in the kernel and associated drivers.

Differential Revision:  https://reviews.freebsd.org/D16257
</pre>
</div>
</content>
</entry>
<entry>
<title>Update several more URLs</title>
<updated>2017-10-29T08:17:03+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2017-10-29T08:17:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a2aef24aa3c8458e4036735dd6928b4ef77294e5'/>
<id>a2aef24aa3c8458e4036735dd6928b4ef77294e5</id>
<content type='text'>
- Primarily http -&gt; https
- Primarily FreeBSD project URLs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Primarily http -&gt; https
- Primarily FreeBSD project URLs
</pre>
</div>
</content>
</entry>
<entry>
<title>In the TCP stack, the hhook(9) framework provides hooks for kernel modules</title>
<updated>2016-10-12T02:16:42+00:00</updated>
<author>
<name>Jonathan T. Looney</name>
<email>jtl@FreeBSD.org</email>
</author>
<published>2016-10-12T02:16:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bd79708dbffde195226ade494aa72c345328e745'/>
<id>bd79708dbffde195226ade494aa72c345328e745</id>
<content type='text'>
to add actions that run when a TCP frame is sent or received on a TCP
session in the ESTABLISHED state. In the base tree, this functionality is
only used for the h_ertt module, which is used by the cc_cdg, cc_chd, cc_hd,
and cc_vegas congestion control modules.

Presently, we incur overhead to check for hooks each time a TCP frame is
sent or received on an ESTABLISHED TCP session.

This change adds a new compile-time option (TCP_HHOOK) to determine whether
to include the hhook(9) framework for TCP. To retain backwards
compatibility, I added the TCP_HHOOK option to every configuration file that
already defined "options INET". (Therefore, this patch introduces no
functional change. In order to see a functional difference, you need to
compile a custom kernel without the TCP_HHOOK option.) This change will
allow users to easily exclude this functionality from their kernel, should
they wish to do so.

Note that any users who use a custom kernel configuration and use one of the
congestion control modules listed above will need to add the TCP_HHOOK
option to their kernel configuration.

Reviewed by:	rrs, lstewart, hiren (previous version), sjg (makefiles only)
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D8185
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to add actions that run when a TCP frame is sent or received on a TCP
session in the ESTABLISHED state. In the base tree, this functionality is
only used for the h_ertt module, which is used by the cc_cdg, cc_chd, cc_hd,
and cc_vegas congestion control modules.

Presently, we incur overhead to check for hooks each time a TCP frame is
sent or received on an ESTABLISHED TCP session.

This change adds a new compile-time option (TCP_HHOOK) to determine whether
to include the hhook(9) framework for TCP. To retain backwards
compatibility, I added the TCP_HHOOK option to every configuration file that
already defined "options INET". (Therefore, this patch introduces no
functional change. In order to see a functional difference, you need to
compile a custom kernel without the TCP_HHOOK option.) This change will
allow users to easily exclude this functionality from their kernel, should
they wish to do so.

Note that any users who use a custom kernel configuration and use one of the
congestion control modules listed above will need to add the TCP_HHOOK
option to their kernel configuration.

Reviewed by:	rrs, lstewart, hiren (previous version), sjg (makefiles only)
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D8185
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidate debugging options from all arm kernel configs to std.arm[v6].</title>
<updated>2016-07-09T20:42:57+00:00</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2016-07-09T20:42:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7651aa600bdae649a55cf66874c5a12d72e4b22b'/>
<id>7651aa600bdae649a55cf66874c5a12d72e4b22b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up the ARM kernel configs to use 'include&lt;space&gt;&lt;tab&gt;"file"'.</title>
<updated>2015-05-07T12:38:23+00:00</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2015-05-07T12:38:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d667b90d536f330ff31fa57c4ebcabf2ff86f57a'/>
<id>d667b90d536f330ff31fa57c4ebcabf2ff86f57a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create std.arm and std.armv6 config files and include the right one from</title>
<updated>2015-05-05T16:09:25+00:00</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2015-05-05T16:09:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=65c3de4e620a465cfd7bf067bcc18ec33cc2275b'/>
<id>65c3de4e620a465cfd7bf067bcc18ec33cc2275b</id>
<content type='text'>
each of the existing kernel configs.  This gives a place to put config
that applies to the entire arch.

Add the ARM_NEW_PMAP option to std.armv6.  This is working well in early
testing and it's time for wide exposure, but it's still nice to be able
to fall back to the old implementation for testing when a problem comes
along.  Eventually the option and the old implementation will go away.

The opportunity now exists to move a whole lot of boilerplate from all the
arm kernel config files into std.arm*, but that's a commit for another day.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
each of the existing kernel configs.  This gives a place to put config
that applies to the entire arch.

Add the ARM_NEW_PMAP option to std.armv6.  This is working well in early
testing and it's time for wide exposure, but it's still nice to be able
to fall back to the old implementation for testing when a problem comes
along.  Eventually the option and the old implementation will go away.

The opportunity now exists to move a whole lot of boilerplate from all the
arm kernel config files into std.arm*, but that's a commit for another day.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "New" label from NFSCL/NFSD now that they are the only NFS</title>
<updated>2015-01-06T16:15:57+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2015-01-06T16:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3e32dff52c088c13972d4cb60ab757dfca5e60c0'/>
<id>3e32dff52c088c13972d4cb60ab757dfca5e60c0</id>
<content type='text'>
client/server.  While here, remove duplicate NFSCL from sys/conf/NOTES.

Approved by:	rmacklem
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
client/server.  While here, remove duplicate NFSCL from sys/conf/NOTES.

Approved by:	rmacklem
</pre>
</div>
</content>
</entry>
<entry>
<title>In kernel config files, it is supposed to be 'options&lt;space&gt;&lt;tab&gt;' not</title>
<updated>2014-03-18T14:41:18+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2014-03-18T14:41:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d4f95c889dd2cc01eca256766fe5ccb289e0750a'/>
<id>d4f95c889dd2cc01eca256766fe5ccb289e0750a</id>
<content type='text'>
'options&lt;tab&gt;&lt;tab&gt;', per long standing (but recently not so strictly
enforced) convention.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'options&lt;tab&gt;&lt;tab&gt;', per long standing (but recently not so strictly
enforced) convention.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make all the comments '# ' and align to same column. This fixes the</title>
<updated>2014-03-16T15:22:46+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2014-03-16T15:22:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2299abfac5f85467760420d77c9fb63e47286ff0'/>
<id>2299abfac5f85467760420d77c9fb63e47286ff0</id>
<content type='text'>
rampently incosnsitent usage which made cut and paste from one file
to another look ugly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rampently incosnsitent usage which made cut and paste from one file
to another look ugly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip arm/conf/DEFAULTS down to just items that are mandatory for running</title>
<updated>2014-03-07T21:36:49+00:00</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2014-03-07T21:36:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6f5f9035f7cb48cc35391dba953245c07e3ac3ef'/>
<id>6f5f9035f7cb48cc35391dba953245c07e3ac3ef</id>
<content type='text'>
the architecture.  Move the other contents into each of the individual
config files.

Requested by:	imp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the architecture.  Move the other contents into each of the individual
config files.

Requested by:	imp
</pre>
</div>
</content>
</entry>
</feed>
