<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pc-sysinstall/backend-query, branch release/9.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: 233186</title>
<updated>2012-03-27T19:05:49+00:00</updated>
<author>
<name>Josh Paetzel</name>
<email>jpaetzel@FreeBSD.org</email>
</author>
<published>2012-03-27T19:05:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fcb87d56aa7597d37b936f6154203a92a4a988a0'/>
<id>fcb87d56aa7597d37b936f6154203a92a4a988a0</id>
<content type='text'>
An intel RAID can have any arbitrary name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An intel RAID can have any arbitrary name.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: 233131</title>
<updated>2012-03-27T18:59:58+00:00</updated>
<author>
<name>Josh Paetzel</name>
<email>jpaetzel@FreeBSD.org</email>
</author>
<published>2012-03-27T18:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=348a6980a7f50bb554462726a07916fd7cad5abe'/>
<id>348a6980a7f50bb554462726a07916fd7cad5abe</id>
<content type='text'>
Redirect camcontrol stderr to /dev/null.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Redirect camcontrol stderr to /dev/null.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: 232895</title>
<updated>2012-03-19T23:14:47+00:00</updated>
<author>
<name>Josh Paetzel</name>
<email>jpaetzel@FreeBSD.org</email>
</author>
<published>2012-03-19T23:14:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=00778d7f3984d2c29e399eb07582cf6ce0576ae6'/>
<id>00778d7f3984d2c29e399eb07582cf6ce0576ae6</id>
<content type='text'>
Check for intel RAID devices

Submitted by:	kmoore
Obtained from:	PC-BSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check for intel RAID devices

Submitted by:	kmoore
Obtained from:	PC-BSD
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: 232681</title>
<updated>2012-03-19T22:52:19+00:00</updated>
<author>
<name>Josh Paetzel</name>
<email>jpaetzel@FreeBSD.org</email>
</author>
<published>2012-03-19T22:52:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6d9c83136b5f20c64a68317b111befd2ea22470a'/>
<id>6d9c83136b5f20c64a68317b111befd2ea22470a</id>
<content type='text'>
Work around broken BIOS memory reporting

Andrzej has a machine with 32GB of RAM, but only 16GB is reported by the
smbios.memory.enabled.  Thus, use the greater of hw.realmem and the smbios
value.

Reported by:	Andrzej Tobola &lt;ato of iem pw edu pl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Work around broken BIOS memory reporting

Andrzej has a machine with 32GB of RAM, but only 16GB is reported by the
smbios.memory.enabled.  Thus, use the greater of hw.realmem and the smbios
value.

Reported by:	Andrzej Tobola &lt;ato of iem pw edu pl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 227470:</title>
<updated>2012-03-19T22:41:53+00:00</updated>
<author>
<name>Josh Paetzel</name>
<email>jpaetzel@FreeBSD.org</email>
</author>
<published>2012-03-19T22:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ebd6681e0e5951cc9b70a0f6ba56dd07c9b2bca3'/>
<id>ebd6681e0e5951cc9b70a0f6ba56dd07c9b2bca3</id>
<content type='text'>
Report the amount of memory from smbios data if provided.

This should get the correct memory size even if a 32-bit image is running
on a machine with &gt; 4GB of memory.  This can be useful is using a 32-bit
installer on a machine which will eventually run a 64-bit image.

Reviewed by:	kmoore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Report the amount of memory from smbios data if provided.

This should get the correct memory size even if a 32-bit image is running
on a machine with &gt; 4GB of memory.  This can be useful is using a 32-bit
installer on a machine which will eventually run a 64-bit image.

Reviewed by:	kmoore
</pre>
</div>
</content>
</entry>
<entry>
<title>Start teaching pc-sysinstall about IPv6.</title>
<updated>2011-05-31T15:02:30+00:00</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2011-05-31T15:02:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=decedfc4f9fd9c27bf624713134d3339412d533d'/>
<id>decedfc4f9fd9c27bf624713134d3339412d533d</id>
<content type='text'>
Add some additional empty string checks for IPv4 and try to configure
a netmask along with the address rather than doing things twice.

Contrary to AUTO-DHCP, IPv6-SLAAC will accept static configuration
as well, which we will use at least for resolv.conf currently and
if we were given a static address configure that as an alias as well.

The pc-sysinstaller changes going along were committed to PC-BSD as r10773.

Reviewed by:	kmoore
Sponsored by:	The FreeBSD Foundation
Sponsored by:	iXsystems
MFC after:	20 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add some additional empty string checks for IPv4 and try to configure
a netmask along with the address rather than doing things twice.

Contrary to AUTO-DHCP, IPv6-SLAAC will accept static configuration
as well, which we will use at least for resolv.conf currently and
if we were given a static address configure that as an alias as well.

The pc-sysinstaller changes going along were committed to PC-BSD as r10773.

Reviewed by:	kmoore
Sponsored by:	The FreeBSD Foundation
Sponsored by:	iXsystems
MFC after:	20 days
</pre>
</div>
</content>
</entry>
<entry>
<title>- Allows using full device name paths, such as /dev/ad0 or /dev/mirror/gm0 in config files</title>
<updated>2011-04-21T06:25:12+00:00</updated>
<author>
<name>Josh Paetzel</name>
<email>jpaetzel@FreeBSD.org</email>
</author>
<published>2011-04-21T06:25:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=84d8c09a404f107c2d7dea0cc57831147be2b377'/>
<id>84d8c09a404f107c2d7dea0cc57831147be2b377</id>
<content type='text'>
- Fixes some issues creating gmirror devices, including on GPT partitions
- Bugfixes for ZFS mirroring
- Enhanced GELI to work with a passphrase only, or key-file only
- Bugfix to prevent crashing of PC-BSD Live media when checking for upgrade partitions

Submitted by:	Kris Moore &lt;kmoore@freebsd.org&gt;
Approved by:	kib (mentor)
Sponsored by: iXsystems
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixes some issues creating gmirror devices, including on GPT partitions
- Bugfixes for ZFS mirroring
- Enhanced GELI to work with a passphrase only, or key-file only
- Bugfix to prevent crashing of PC-BSD Live media when checking for upgrade partitions

Submitted by:	Kris Moore &lt;kmoore@freebsd.org&gt;
Approved by:	kib (mentor)
Sponsored by: iXsystems
</pre>
</div>
</content>
</entry>
<entry>
<title>Alter comment to reflect change in code.</title>
<updated>2011-02-23T17:52:26+00:00</updated>
<author>
<name>Josh Paetzel</name>
<email>jpaetzel@FreeBSD.org</email>
</author>
<published>2011-02-23T17:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8a20c5a39f0c3b61c0bcb6d9d7771bcb77bd5f83'/>
<id>8a20c5a39f0c3b61c0bcb6d9d7771bcb77bd5f83</id>
<content type='text'>
Try atacontrol if camcontrol fails.

Approved by:	kib (mentor, implicit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Try atacontrol if camcontrol fails.

Approved by:	kib (mentor, implicit)
</pre>
</div>
</content>
</entry>
<entry>
<title>Better method for grabbing disk name, dmesg may produce mangled output.</title>
<updated>2011-02-22T19:18:56+00:00</updated>
<author>
<name>Josh Paetzel</name>
<email>jpaetzel@FreeBSD.org</email>
</author>
<published>2011-02-22T19:18:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=646a7a09f55f2042b3c20414d430c9cc3c0978d1'/>
<id>646a7a09f55f2042b3c20414d430c9cc3c0978d1</id>
<content type='text'>
Approved by:	kib (mentor, implicit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	kib (mentor, implicit)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove US as the default layout in backend, let front-ends decide that</title>
<updated>2011-02-18T15:52:57+00:00</updated>
<author>
<name>Josh Paetzel</name>
<email>jpaetzel@FreeBSD.org</email>
</author>
<published>2011-02-18T15:52:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e944e90ec6bc25ac1c1e80c1289d472d7ca94247'/>
<id>e944e90ec6bc25ac1c1e80c1289d472d7ca94247</id>
<content type='text'>
Submitted by:	kmoore
Approved by:	kib (mentor, implicit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	kmoore
Approved by:	kib (mentor, implicit)
</pre>
</div>
</content>
</entry>
</feed>
