<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/sun4v, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Remove actual files supporting sun4v.</title>
<updated>2011-05-14T01:56:48+00:00</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2011-05-14T01:56:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a072b80e7eefd75e9d972c2c538358ec66c60ac8'/>
<id>a072b80e7eefd75e9d972c2c538358ec66c60ac8</id>
<content type='text'>
Approved by:	re
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the ZERO_REGION_SIZE to a machine-dependent file, as on many</title>
<updated>2011-05-13T19:35:01+00:00</updated>
<author>
<name>Matthew D Fleming</name>
<email>mdf@FreeBSD.org</email>
</author>
<published>2011-05-13T19:35:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cfb00e5aa764c1f87067cd819c7ab378f3d11a77'/>
<id>cfb00e5aa764c1f87067cd819c7ab378f3d11a77</id>
<content type='text'>
architectures (i386, for example) the virtual memory space may be
constrained enough that 2MB is a large chunk.  Use 64K for arches
other than amd64 and ia64, with special handling for sparc64 due to
differing hardware.

Also commit the comment changes to kmem_init_zero_region() that I
missed due to not saving the file.  (Darn the unfamiliar development
environment).

Arch maintainers, please feel free to adjust ZERO_REGION_SIZE as you
see fit.

Requested by:	alc
MFC after:	1 week
MFC with:	r221853
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
architectures (i386, for example) the virtual memory space may be
constrained enough that 2MB is a large chunk.  Use 64K for arches
other than amd64 and ia64, with special handling for sparc64 due to
differing hardware.

Also commit the comment changes to kmem_init_zero_region() that I
missed due to not saving the file.  (Darn the unfamiliar development
environment).

Arch maintainers, please feel free to adjust ZERO_REGION_SIZE as you
see fit.

Requested by:	alc
MFC after:	1 week
MFC with:	r221853
</pre>
</div>
</content>
</entry>
<entry>
<title>This patch changes head so that the default NFS client is now the new</title>
<updated>2011-04-27T17:51:51+00:00</updated>
<author>
<name>Rick Macklem</name>
<email>rmacklem@FreeBSD.org</email>
</author>
<published>2011-04-27T17:51:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4309e17add45d7e8ce0cce845f83c7c9599b8512'/>
<id>4309e17add45d7e8ce0cce845f83c7c9599b8512</id>
<content type='text'>
NFS client (which I guess is no longer experimental). The fstype "newnfs"
is now "nfs" and the regular/old NFS client is now fstype "oldnfs".
Although mounts via fstype "nfs" will usually work without userland
changes, an updated mount_nfs(8) binary is needed for kernels built with
"options NFSCL" but not "options NFSCLIENT". Updated mount_nfs(8) and
mount(8) binaries are needed to do mounts for fstype "oldnfs".
The GENERIC kernel configs have been changed to use options
NFSCL and NFSD (the new client and server) instead of NFSCLIENT and NFSSERVER.
For kernels being used on diskless NFS root systems, "options NFSCL"
must be in the kernel config.
Discussed on freebsd-fs@.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NFS client (which I guess is no longer experimental). The fstype "newnfs"
is now "nfs" and the regular/old NFS client is now fstype "oldnfs".
Although mounts via fstype "nfs" will usually work without userland
changes, an updated mount_nfs(8) binary is needed for kernels built with
"options NFSCL" but not "options NFSCLIENT". Updated mount_nfs(8) and
mount(8) binaries are needed to do mounts for fstype "oldnfs".
The GENERIC kernel configs have been changed to use options
NFSCL and NFSD (the new client and server) instead of NFSCLIENT and NFSSERVER.
For kernels being used on diskless NFS root systems, "options NFSCL"
must be in the kernel config.
Discussed on freebsd-fs@.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch the GENERIC kernels for all architectures to the new CAM-based ATA</title>
<updated>2011-04-24T08:58:58+00:00</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2011-04-24T08:58:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=97b53e3634fe8bff3d64f370373e0d94c68a1010'/>
<id>97b53e3634fe8bff3d64f370373e0d94c68a1010</id>
<content type='text'>
stack. It means that all legacy ATA drivers are disabled and replaced by
respective CAM drivers. If you are using ATA device names in /etc/fstab or
other places, make sure to update them respectively (adX -&gt; adaY,
acdX -&gt; cdY, afdX -&gt; daY, astX -&gt; saY, where 'Y's are the sequential
numbers for each type in order of detection, unless configured otherwise
with tunables, see cam(4)).

ataraid(4) functionality is now supported by the RAID GEOM class.
To use it you can load geom_raid kernel module and use graid(8) tool
for management. Instead of /dev/arX device names, use /dev/raid/rX.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
stack. It means that all legacy ATA drivers are disabled and replaced by
respective CAM drivers. If you are using ATA device names in /etc/fstab or
other places, make sure to update them respectively (adX -&gt; adaY,
acdX -&gt; cdY, afdX -&gt; daY, astX -&gt; saY, where 'Y's are the sequential
numbers for each type in order of detection, unless configured otherwise
with tunables, see cam(4)).

ataraid(4) functionality is now supported by the RAID GEOM class.
To use it you can load geom_raid kernel module and use graid(8) tool
for management. Instead of /dev/arX device names, use /dev/raid/rX.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct spelling in comments.</title>
<updated>2011-04-22T12:42:41+00:00</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2011-04-22T12:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=740ba39a514dda419a7f9a524fb806030faa39b4'/>
<id>740ba39a514dda419a7f9a524fb806030faa39b4</id>
<content type='text'>
Submitted by:	brucec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	brucec
</pre>
</div>
</content>
</entry>
<entry>
<title>MF sparc64: r181701 (partial), r182020 (partial), r182730 (partial), r216628,</title>
<updated>2011-04-22T12:39:48+00:00</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2011-04-22T12:39:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e128764faa1278e9861aa9ba29a932cab81aea26'/>
<id>e128764faa1278e9861aa9ba29a932cab81aea26</id>
<content type='text'>
r216801

- cosmetic changes and style fixes
- Trick GAS/GCC into compiling access to TICK/(S)TICK_COMPARE independently
  of the selected instruction set. Moreover, sun4v doesn't need the WAR for
  BlackBird CPUs.
- Rename the "xor" parameter to "xorval" as the former is a reserved keyword
  in C++.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
r216801

- cosmetic changes and style fixes
- Trick GAS/GCC into compiling access to TICK/(S)TICK_COMPARE independently
  of the selected instruction set. Moreover, sun4v doesn't need the WAR for
  BlackBird CPUs.
- Rename the "xor" parameter to "xorval" as the former is a reserved keyword
  in C++.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the advertising clause from the UCB license according to the</title>
<updated>2011-03-13T13:42:43+00:00</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2011-03-13T13:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3a8a826af387e3cd529b2b01dec3e314538b5de2'/>
<id>3a8a826af387e3cd529b2b01dec3e314538b5de2</id>
<content type='text'>
July 22, 1999 addendum.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
July 22, 1999 addendum.
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync licenses and the corresponding RCS IDs with NetBSD, mainly switching</title>
<updated>2011-03-12T14:33:32+00:00</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2011-03-12T14:33:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=273fb3dc7cfc1bf67f7507ca256fd082a3b3f2c9'/>
<id>273fb3dc7cfc1bf67f7507ca256fd082a3b3f2c9</id>
<content type='text'>
the licenses of Matthew R. Green and the TNF to 2-clause.

Obtained from:	NetBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the licenses of Matthew R. Green and the TNF to 2-clause.

Obtained from:	NetBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>Mostly revert r219468, as I had misremembered the C standard regarding</title>
<updated>2011-03-11T18:56:55+00:00</updated>
<author>
<name>Matthew D Fleming</name>
<email>mdf@FreeBSD.org</email>
</author>
<published>2011-03-11T18:56:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c77715ef6c4ae24e78a5354b76e754bdded371d9'/>
<id>c77715ef6c4ae24e78a5354b76e754bdded371d9</id>
<content type='text'>
the size of an extern array.

Keep one change from strncpy to strlcpy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the size of an extern array.

Keep one change from strncpy to strlcpy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use MAXPATHLEN rather than the size of an extern array when copying the</title>
<updated>2011-03-10T22:56:00+00:00</updated>
<author>
<name>Matthew D Fleming</name>
<email>mdf@FreeBSD.org</email>
</author>
<published>2011-03-10T22:56:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cd67ac41aefb03261e5b15dc710a2af8ddca04f7'/>
<id>cd67ac41aefb03261e5b15dc710a2af8ddca04f7</id>
<content type='text'>
kernel name.  Also consistenly use strlcpy().

Suggested by:	Warner Losh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
kernel name.  Also consistenly use strlcpy().

Suggested by:	Warner Losh
</pre>
</div>
</content>
</entry>
</feed>
