<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/release/tools, branch release/10.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2015-11-28T02:17:04Z</updated>
<entry>
<title>MFC r291306:</title>
<updated>2015-11-28T02:17:04Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2015-11-28T02:17:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7489903b9a5330a55d6c14b44da2de61fa6bb177'/>
<id>urn:sha1:7489903b9a5330a55d6c14b44da2de61fa6bb177</id>
<content type='text'>
 Fix tmpfs(5) '/tmp' mount point.

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r290550, r290573:</title>
<updated>2015-11-13T17:25:14Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2015-11-13T17:25:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8fb13f63270d181d305d110f99d90dac740fbf46'/>
<id>urn:sha1:8fb13f63270d181d305d110f99d90dac740fbf46</id>
<content type='text'>
 r290550:
  Use tmpfs(5) instead of md(4) for '/tmp' mount.

 r290573:
  Remove noatime from tmpfs(5) fstab(5) entry.

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r288370:</title>
<updated>2015-10-02T02:06:36Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2015-10-02T02:06:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5f5247cb220e0d21a54c2e0a48800f47c3cec028'/>
<id>urn:sha1:5f5247cb220e0d21a54c2e0a48800f47c3cec028</id>
<content type='text'>
  In vm_copy_base(), turn off SU+J on the resultant filesystem,
  leaving only SU enabled.

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r286062, r286063</title>
<updated>2015-09-14T19:37:51Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2015-09-14T19:37:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8b32684601d93682630ece5440f98e19d574edd7'/>
<id>urn:sha1:8b32684601d93682630ece5440f98e19d574edd7</id>
<content type='text'>
Add support to blkfront for blkif indirect segment I/Os.

Turn this support off by default in EC2 builds due to performance issues
on some EC2 instance types.
</content>
</entry>
<entry>
<title>MFC r285722, r285733:</title>
<updated>2015-07-23T15:32:58Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2015-07-23T15:32:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ab3f0c98b057ac39984a87494c23dc11aa7660a5'/>
<id>urn:sha1:ab3f0c98b057ac39984a87494c23dc11aa7660a5</id>
<content type='text'>
 r285722 (brd):
  Add support for building VirtualBox Vagrant images.
  Abstract the build, package and upload to handle building
  either type.

 r285733
  Fix an out-of-order execution issue regarding pkg(8):
  - pkg(8) cannot be removed before subsequent reinvocations
  - The PKG_CACHEDIR cannot be cleaned after the repo*.sqlite
    has been removed
  - pkg(8) cannot be removed as a precursor to any of the other
    steps involved here

Approved by:	re (kib)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r285427:</title>
<updated>2015-07-15T18:18:07Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2015-07-15T18:18:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1014dc8677c06eaa9b0f1e32ec8febd69a353b7b'/>
<id>urn:sha1:1014dc8677c06eaa9b0f1e32ec8febd69a353b7b</id>
<content type='text'>
 Do not mount /var/log and /var/tmp as md(4)-backed devices.

Approved by:	re (marius)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r284004 (parital):</title>
<updated>2015-07-04T00:43:23Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2015-07-04T00:43:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c5309ac642380ed0070afabdfde0ef98ca1e571'/>
<id>urn:sha1:2c5309ac642380ed0070afabdfde0ef98ca1e571</id>
<content type='text'>
 Use the pw(8) '-R' flag to change the relative root directory
 when creating operating within the DESTDIR.

Approved by:	re (marius)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r284893, r284895-r284897, r284942, r284968, r284996, r285005:</title>
<updated>2015-07-02T16:17:05Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2015-07-02T16:17:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e6d47b09e13aa67125613fd863649f56964e629a'/>
<id>urn:sha1:e6d47b09e13aa67125613fd863649f56964e629a</id>
<content type='text'>
 r284893 (brd):
  Add initial support for building Vagrant images for VMWare.
  Next steps will be adding Virtualbox support and uploading
  to Hashicorp Atlas for others to consume.

 r284895:
  Add default VAGRANT_IMG variable.

 r284896:
  Remove _ACCOUNT and add _USERNAME, _NAME, _VERSION for the
  VAGRANT_${VAR} variables extracted from VAGRANT_UPLOAD_CONF.

  Set ATLAS_${VAR} to VAGRANT_${VAR} if VAGRANT_UPLOAD_CONF
  is set.  There is intent to intentionally have separate
  variants of configuration entries, but the defaults do not
  yet have any reason to be different.

 r284897:
  Instead of hard-coding the PROVIDERS for upload, add the
  VAGRANT_PROVIDERS variable.  Right now, it defaults to only
  vmware_desktop, virtualbox support is to follow at some point.

  While here, fix the hashicorp URL: s/vagrant/atlas/, which
  was result of a sed(1) replace (and my fault).

 r284942 (brd):
  Add Support for uploading Vagrant images to Hashicorp Atlas.

 r284968:
  Default the VAGRANT_VERSION to ${REVISION}-${BRANCH} if
  not set, which expands to '11.0-CURRENT', for example.

  If the branch is -CURRENT, -STABLE, or -PRERELEASE, suffix
  the VAGRANT_VERSION with the snapshot date.

 r284996:
  Fix the gcloud port/package name.

 r285005:
  Remove the HH-MM suffix from the build date suffix.

  It was useful when working out several kinks when testing
  automated image uploading when retrying was necessary, but
  now it is making things much too messy.

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r284882, r284884:</title>
<updated>2015-06-30T00:51:43Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2015-06-30T00:51:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=de2d28db692393db2169dd9aa63cb4931c24376e'/>
<id>urn:sha1:de2d28db692393db2169dd9aa63cb4931c24376e</id>
<content type='text'>
 r284882:
  Add initial support for automatically uploading GCE virtual
  machine images to the Google Compute Engine platform.

  Remove gce-package.sh.

 r284884:
  Fix a vi-invoked typo.

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r284780, r284811, r284812:</title>
<updated>2015-06-25T14:58:50Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2015-06-25T14:58:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=548c6feef77484b1e339682e5ea8607072aa76fb'/>
<id>urn:sha1:548c6feef77484b1e339682e5ea8607072aa76fb</id>
<content type='text'>
 r284780:
  Ensure ASSUME_ALWAYS_YES is set when deleting pkg(8) from the
  DESTDIR, otherwise it can get stuck in ttyin.

 r284811:
  Consider PRERELEASE builds snapshots, in addition to CURRENT
  and STABLE.

 r284812:
  Change the hour:minute delimiter from ':' to '-', since
  the former is an invalid character in EC2 images.

Approved by:	re (glebius, insta-MFC)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
</feed>
