<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/release, 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>2014-11-11T05:46:10Z</updated>
<entry>
<title>Document incompatibility between bsdconfig(8) and</title>
<updated>2014-11-11T05:46:10Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2014-11-11T05:46:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2bcc3dd489d6e0785674bf5fbd35e2ddcc6b2ccb'/>
<id>urn:sha1:2bcc3dd489d6e0785674bf5fbd35e2ddcc6b2ccb</id>
<content type='text'>
pkg(8) in 10.1-RELEASE, and provide steps to install
the on-disc packages via alternative method.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Document SA-14:25, SA-14:26</title>
<updated>2014-11-06T02:28:08Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2014-11-06T02:28:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7ef274063b48db8eca44e417daba2c3b9469740c'/>
<id>urn:sha1:7ef274063b48db8eca44e417daba2c3b9469740c</id>
<content type='text'>
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFstable10 r274102:</title>
<updated>2014-11-04T23:03:59Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2014-11-04T23:03:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=03bad371c940f7694dd40db3e07b21403ac3882a'/>
<id>urn:sha1:03bad371c940f7694dd40db3e07b21403ac3882a</id>
<content type='text'>
  MFC r274095:
  Fix VOLUME_LABEL when BRANCH contains '-' and '.'
  characters.

Approved by:	re (hrs)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Update the hardware page to reflect CPU updates/additions</title>
<updated>2014-11-03T09:02:08Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2014-11-03T09:02:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=253615fabab89165dc2dc6681dcb2190c42a2b5a'/>
<id>urn:sha1:253615fabab89165dc2dc6681dcb2190c42a2b5a</id>
<content type='text'>
added in head@r273941.

Since the original commit requires changes to the doc/
repository after the release tag had already happened,
(re)define entities in share/xml/release.ent that reflect
doc@r45900 to prevent build breakage.

Requested by:	gavin
Approved by:	re (implicit, relnotes)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFstable10 r273698:</title>
<updated>2014-10-26T17:17:08Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2014-10-26T17:17:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=20142a8757cf2bdf6a1af48a7283a493159b83f9'/>
<id>urn:sha1:20142a8757cf2bdf6a1af48a7283a493159b83f9</id>
<content type='text'>
MFC r273653:
  Fix a few issues with creating VOLUME_LABEL for the
  installation ISOs:

   - TYPE, BRANCH, and REVISION are only defined if
     OSRELEASE is not defined, so in situations where
     one might set OSRELEASE for an in-house ISO build,
     VOLUME_LABEL would be empty.

   - makefs(8) limits the volume label to 32 characters,
     which for the powerpc64 case, OSRELEASE expands to
     FreeBSD-11.0-CURRENT-powerpc-powerpc64.  Even with
     removing the prefixing 'FreeBSD-', the string is 30
     characters long, leaving zero room for suffixing the
     type of ISO media (BO for bootonly, CD for cdrom, and
     DVD for dvdrom).

  Resolve these by defining VOLUME_LABEL when defining
  OSRELEASE if unset.  If OSRELEASE is defined by the
  builder, use the OSRELEASE from that definition as the
  VOLUME_LABEL.

  In addition, for cases where both TARGET and TARGET_ARCH
  are used for the VOLUME_LABEL, use TARGET_ARCH if it
  differs from TARGET.

  There are probably a few sharp edges here yet, but these
  problems are going to affect the powerpc/powerpc64 builds
  for 10.1-RELEASE, so the immediate concern is fixing the
  underlying problem at hand quickly, and less so about the
  elegance of the fix.

Approved by:	re (kib)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Note to avoid using GENERIC kernel on i386 when using</title>
<updated>2014-10-25T01:17:29Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2014-10-25T01:17:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0f37c00c8d5126f751b91957242769b37535d3c3'/>
<id>urn:sha1:0f37c00c8d5126f751b91957242769b37535d3c3</id>
<content type='text'>
multi-disk ZFS pools, referencing an old UPDATING entry
that predates 10.0-RELEASE.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Document r273399, OpenSSL updated to version 1.0.1j.</title>
<updated>2014-10-24T21:40:44Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2014-10-24T21:40:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cfc7bc0d077d5a6b93c2aee1c3d699cc5824881c'/>
<id>urn:sha1:cfc7bc0d077d5a6b93c2aee1c3d699cc5824881c</id>
<content type='text'>
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Document the following security advisories:</title>
<updated>2014-10-21T21:44:24Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2014-10-21T21:44:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=027d0628590b952bc29fc278ca665617084c0ebd'/>
<id>urn:sha1:027d0628590b952bc29fc278ca665617084c0ebd</id>
<content type='text'>
 FreeBSD-SA-14:20.rtsold
 FreeBSD-SA-14:21.routed
 FreeBSD-SA-14:22.namei
 FreeBSD-SA-14:23.openssl

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFstable10 r273354:</title>
<updated>2014-10-21T02:41:40Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2014-10-21T02:41:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e97f63aa2e9e161cb656f3f2ff111845adac090f'/>
<id>urn:sha1:e97f63aa2e9e161cb656f3f2ff111845adac090f</id>
<content type='text'>
  MFC r273204:
  Add more descriptive metadata to the ISO images.

MFstable10 r273355:
  Fix label for the UEFI bootonly cd.

PR:		165876
Approved by:	re (hrs)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Fill in the security advisories section.</title>
<updated>2014-10-17T16:02:34Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2014-10-17T16:02:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=178c1fd3c35a455402f04c1ee79a0d215df32b14'/>
<id>urn:sha1:178c1fd3c35a455402f04c1ee79a0d215df32b14</id>
<content type='text'>
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
</feed>
