svn commit: r326315 - head/release

2017-11-28 Thread Glen Barber
Author: gjb Date: Tue Nov 28 16:00:27 2017 New Revision: 326315 URL: https://svnweb.freebsd.org/changeset/base/326315 Log: Set DISTDIR and WRKDIRPREFIX when building ports within the chroot(8) to avoid mtime changes within the ports checkout, which can cause checksum differences. MFC af

svn commit: r326330 - in head: release share/man/man7

2017-11-28 Thread Glen Barber
Author: gjb Date: Tue Nov 28 18:02:58 2017 New Revision: 326330 URL: https://svnweb.freebsd.org/changeset/base/326330 Log: Add a comment to release/release.conf.sample documenting EMBEDDEDPORTS. [1] Remove and update stale documentation from release(7) while here. PR: 20634

svn commit: r326331 - head/release

2017-11-28 Thread Glen Barber
Author: gjb Date: Tue Nov 28 18:08:14 2017 New Revision: 326331 URL: https://svnweb.freebsd.org/changeset/base/326331 Log: Correct a comment after r326330. MFC after:3 days MFC with: r326330 Sponsored by: The FreeBSD Foundation Modified: head/release/release.conf.sample Modi

svn commit: r326411 - head/release/tools

2017-11-30 Thread Glen Barber
Author: gjb Date: Thu Nov 30 20:52:01 2017 New Revision: 326411 URL: https://svnweb.freebsd.org/changeset/base/326411 Log: Fix an indentation nit. Sponsored by: The FreeBSD Foundation Modified: head/release/tools/vmimage.subr Modified: head/release/tools/vmimage.subr ===

svn commit: r326412 - head/release

2017-11-30 Thread Glen Barber
Author: gjb Date: Thu Nov 30 20:53:57 2017 New Revision: 326412 URL: https://svnweb.freebsd.org/changeset/base/326412 Log: Fix port build flags passed to make(1) after r326315, where it was missed for embedded image builds. MFC after:3 days MFC with: r326315 Sponsored by: The

svn commit: r326667 - head/release

2017-12-07 Thread Glen Barber
Author: gjb Date: Thu Dec 7 20:00:19 2017 New Revision: 326667 URL: https://svnweb.freebsd.org/changeset/base/326667 Log: Fix the reldoc target in release/Makefile following doc commit r51264. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile Modified: head/release/M

svn commit: r328283 - head/release

2018-01-23 Thread Glen Barber
Author: gjb Date: Tue Jan 23 16:41:31 2018 New Revision: 328283 URL: https://svnweb.freebsd.org/changeset/base/328283 Log: When CHROOTBUILD_SKIP is set, evaluate the existence of /bin/sh within the CHROOTDIR. If it does not exist, unset CHROOTBUILD_SKIP to prevent build failures. Reque

svn commit: r328284 - head/release

2018-01-23 Thread Glen Barber
(c) 2013-2017 The FreeBSD Foundation +# Copyright (c) 2013-2018 The FreeBSD Foundation # Copyright (c) 2013 Glen Barber # Copyright (c) 2011 Nathan Whitehorn # All rights reserved. ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org

svn commit: r331364 - head/release/tools

2018-03-22 Thread Glen Barber
Author: gjb Date: Thu Mar 22 17:49:27 2018 New Revision: 331364 URL: https://svnweb.freebsd.org/changeset/base/331364 Log: Remove google_accounts_manager from VM_RC_LIST in the GCE configuration file, no longer needed. PR: 221714 MFC after:3 days Sponsored by: The FreeBS

svn commit: r331559 - head/release/tools

2018-03-26 Thread Glen Barber
Author: gjb Date: Mon Mar 26 18:24:16 2018 New Revision: 331559 URL: https://svnweb.freebsd.org/changeset/base/331559 Log: Escape trailing newlines in a long variable list for consistency. Submitted by: garga MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/re

Re: svn commit: r331364 - head/release/tools

2018-03-26 Thread Glen Barber
On Mon, Mar 26, 2018 at 03:20:25PM -0300, Renato Botelho wrote: > On 22/03/18 14:49, Glen Barber wrote: > > Author: gjb > > Date: Thu Mar 22 17:49:27 2018 > > New Revision: 331364 > > URL: https://svnweb.freebsd.org/changeset/base/331364 > > > > Log: &g

svn commit: r331696 - head/share/man/man7

2018-03-28 Thread Glen Barber
Author: gjb Date: Wed Mar 28 18:28:27 2018 New Revision: 331696 URL: https://svnweb.freebsd.org/changeset/base/331696 Log: Update the Release Engineering article URL to the modern version. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/share/man/man7/release.7

svn commit: r331697 - head/share/man/man7

2018-03-28 Thread Glen Barber
Author: gjb Date: Wed Mar 28 18:43:06 2018 New Revision: 331697 URL: https://svnweb.freebsd.org/changeset/base/331697 Log: Add an example for building SD card images for the RPI-B and RPI3. MFC after:3 days Suggested by: Arshan Khanifar Reviewed by: Arshan Khanifar Sponsored b

svn commit: r331806 - head/release

2018-03-30 Thread Glen Barber
Author: gjb Date: Fri Mar 30 19:08:37 2018 New Revision: 331806 URL: https://svnweb.freebsd.org/changeset/base/331806 Log: Add logic for "families" for GCE images. This allows for GCE consumers to easily detect the latest major version of FreeBSD when using the gcloud command line utility

Re: svn commit: r331843 - in head/usr.sbin/makefs: . cd9660

2018-04-09 Thread Glen Barber
On Sat, Mar 31, 2018 at 03:04:42PM +, Benno Rice wrote: > Author: benno > Date: Sat Mar 31 15:04:41 2018 > New Revision: 331843 > URL: https://svnweb.freebsd.org/changeset/base/331843 > > Log: > Synchronise with NetBSD's version of EFI handling for El Torito images. > > When I implement

Re: svn commit: r331843 - in head/usr.sbin/makefs: . cd9660

2018-04-09 Thread Glen Barber
On Mon, Apr 09, 2018 at 04:38:38PM -0700, Benno Rice wrote: > > > > On Apr 9, 2018, at 6:37 AM, Glen Barber wrote: > > [snip] > > > It appears this part has broken creating disc1.iso (and other ISO > > images) for amd64. I see the following error: > >

svn commit: r332384 - head/release/arm64

2018-04-10 Thread Glen Barber
Author: gjb Date: Tue Apr 10 17:40:44 2018 New Revision: 332384 URL: https://svnweb.freebsd.org/changeset/base/332384 Log: Following r331292, many of the files (such as the LICENSE file) have moved from the u-boot-rpi3 share directory to the default rpi-firmware share directory. Remove the

svn commit: r332674 - head/release/arm

2018-04-18 Thread Glen Barber
Author: gjb Date: Wed Apr 18 14:34:33 2018 New Revision: 332674 URL: https://svnweb.freebsd.org/changeset/base/332674 Log: Increase the msdosfs partition size on arm SoC images where the current size may not be sufficiently large for development and/or testing. PR: 227548 Su

svn commit: r333262 - head/release/tools

2018-05-04 Thread Glen Barber
Author: gjb Date: Fri May 4 20:38:26 2018 New Revision: 333262 URL: https://svnweb.freebsd.org/changeset/base/333262 Log: Ensure the ports and src trees are available on GCE images, satisfying a requirement to allow FreeBSD to be considered a top-tier supported OS in Google Compute Engine.

svn commit: r333264 - head/release/tools

2018-05-04 Thread Glen Barber
Author: gjb Date: Fri May 4 21:17:29 2018 New Revision: 333264 URL: https://svnweb.freebsd.org/changeset/base/333264 Log: Fix a typo. Submitted by: lidl MFC after:3 days MFC with: r333262 Sponsored by: The FreeBSD Foundation Modified: head/release/tools/gce.conf Modified:

svn commit: r333374 - head/release

2018-05-08 Thread Glen Barber
Author: gjb Date: Tue May 8 17:15:12 2018 New Revision: 74 URL: https://svnweb.freebsd.org/changeset/base/74 Log: Use vMMDD in the timestamp suffix for Google Compute Engine snapshot images for consistency with other OSes. MFC after:3 weeks Sponsored by: The FreeBSD Fou

svn commit: r333473 - head/release

2018-05-10 Thread Glen Barber
Author: gjb Date: Thu May 10 21:46:58 2018 New Revision: 333473 URL: https://svnweb.freebsd.org/changeset/base/333473 Log: Add a special GCE_LICENSE variable to Makefile.gce, which when set, will include license metadata in the resultant GCE image. GCE_LICENSE is unset by default, as it p

svn commit: r318294 - head

2017-05-15 Thread Glen Barber
Author: gjb Date: Mon May 15 15:18:36 2017 New Revision: 318294 URL: https://svnweb.freebsd.org/changeset/base/318294 Log: Correct the URL to instructions for updated system sources. MFC after:3 days Submitted by: schaiba gmail com PR: 219303 Sponsored by: The FreeBSD

svn commit: r318643 - head/usr.sbin/efivar

2017-05-22 Thread Glen Barber
Author: gjb Date: Mon May 22 13:55:59 2017 New Revision: 318643 URL: https://svnweb.freebsd.org/changeset/base/318643 Log: Correct the "first appeared in" version for efivar(8). MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/efivar/efivar.8 Modified:

svn commit: r318645 - head/gnu/usr.bin/groff/tmac

2017-05-22 Thread Glen Barber
Author: gjb Date: Mon May 22 14:21:07 2017 New Revision: 318645 URL: https://svnweb.freebsd.org/changeset/base/318645 Log: Add 11.1 to the mdoc(7) mdoc.local.in. Sponsored by: The FreeBSD Foundation Modified: head/gnu/usr.bin/groff/tmac/mdoc.local.in Modified: head/gnu/usr.bin/groff/tma

svn commit: r318646 - in head/release: . scripts

2017-05-22 Thread Glen Barber
Author: gjb Date: Mon May 22 14:21:45 2017 New Revision: 318646 URL: https://svnweb.freebsd.org/changeset/base/318646 Log: Allow PORTSDIR to be overridden in the pkg-stage target. Submitted by: Johannes Jost Meixner (original) PR: 218393 MFC after:3 days Sponsored by: Th

svn commit: r318748 - head/tools/build/mk

2017-05-23 Thread Glen Barber
Author: gjb Date: Tue May 23 15:46:21 2017 New Revision: 318748 URL: https://svnweb.freebsd.org/changeset/base/318748 Log: Honor WITHOUT_TFTP for check-old* and delete-old* targets. Submitted by: philippe dot michel7 at sfr dot fr PR: 217949 MFC after:3 days Sponsored by

svn commit: r318794 - in head: sbin/zfsbootcfg share/man/man9 usr.sbin/efidp

2017-05-24 Thread Glen Barber
Author: gjb Date: Wed May 24 17:47:49 2017 New Revision: 318794 URL: https://svnweb.freebsd.org/changeset/base/318794 Log: Update the "first appeared in" version in several manual pages. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/sbin/zfsbootcfg/zfsbootcfg

svn commit: r318795 - in head/lib/libc: gen sys

2017-05-24 Thread Glen Barber
Author: gjb Date: Wed May 24 17:50:34 2017 New Revision: 318795 URL: https://svnweb.freebsd.org/changeset/base/318795 Log: Update the "first appeared in" version in several manual pages. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/lib/libc/gen/sem_timedwait

svn commit: r318872 - head/release/tools

2017-05-25 Thread Glen Barber
Author: gjb Date: Thu May 25 12:53:49 2017 New Revision: 318872 URL: https://svnweb.freebsd.org/changeset/base/318872 Log: Enable DHCP and IPv6 autoconfig on non-cloud VM images. PR: 203653 MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/release/too

svn commit: r319603 - head/release/arm

2017-06-05 Thread Glen Barber
Author: gjb Date: Mon Jun 5 17:05:06 2017 New Revision: 319603 URL: https://svnweb.freebsd.org/changeset/base/319603 Log: Create a hard link for sun7i-a20-cubieboard2.dtb to allow the cubieboard2 to find the correct dtb file. MFC after:3 days Sponsored by: The FreeBSD Foundation M

svn commit: r319608 - head/release/arm

2017-06-05 Thread Glen Barber
Author: gjb Date: Mon Jun 5 19:41:06 2017 New Revision: 319608 URL: https://svnweb.freebsd.org/changeset/base/319608 Log: Fix the source path for the cubieboard2 dtb hard link. MFC after:3 days MFC with: r319603 Sponsored by: The FreeBSD Foundation Modified: head/release/arm

svn commit: r319609 - head/release/arm

2017-06-05 Thread Glen Barber
Author: gjb Date: Mon Jun 5 20:18:55 2017 New Revision: 319609 URL: https://svnweb.freebsd.org/changeset/base/319609 Log: Revert r319608, the dtb path was correct the first time. Sigh. MFC after:3 days MFC with: r319603, r319608 Sponsored by: The FreeBSD Foundation Modified:

svn commit: r319621 - head/release

2017-06-06 Thread Glen Barber
Author: gjb Date: Tue Jun 6 14:08:54 2017 New Revision: 319621 URL: https://svnweb.freebsd.org/changeset/base/319621 Log: Ensure ${_CW} is uppercase when passing '-c' to mk-vmimage.sh, otherwise with 'CLOUDWARE=vagrant-virtualbox', the path to the configuration file may be incorrect. M

Re: svn commit: r319694 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/encoder/cbor contrib/libxo/encoder/test contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved con

2017-06-08 Thread Glen Barber
On Thu, Jun 08, 2017 at 07:06:15AM -0700, Cy Schubert wrote: > In message <201706081304.v58d41ce086...@repo.freebsd.org>, Phil Shafer > writes: > > Author: phil > > Date: Thu Jun 8 13:04:01 2017 > > New Revision: 319694 > > URL: https://svnweb.freebsd.org/changeset/base/319694 > > > > Log: > >

svn commit: r319954 - head/usr.sbin/freebsd-update

2017-06-14 Thread Glen Barber
Author: gjb Date: Wed Jun 14 18:34:22 2017 New Revision: 319954 URL: https://svnweb.freebsd.org/changeset/base/319954 Log: Modernize FreeBSD version numbers in freebsd-update(8). While here, expand a contraction to make textproc/igor happy. MFC after:3 days Sponsored by: The FreeBSD

Re: svn commit: r319971 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src include lib/libc/stdlib/jemal

2017-06-19 Thread Glen Barber
On Fri, Jun 16, 2017 at 05:15:44PM -0700, Jason Evans wrote: > I'm going to be AFK for the next couple days, and I do not have > arm64 hardware, so I hope this is enough information for someone > to work out a simple fix. > A simple fix is reverting the offending commit. You do not need arm64 ha

svn commit: r320252 - in head/release: . arm64 tools

2017-06-22 Thread Glen Barber
/${FATMOUNT} + umount_loop ${CHROOTDIR}/${UFSMOUNT} + chroot ${CHROOTDIR} rmdir ${FATMOUNT} + chroot ${CHROOTDIR} rmdir ${UFSMOUNT} + + return 0 +} Modified: head/release/release.sh ====== --- head

svn commit: r320253 - head/release/arm64

2017-06-22 Thread Glen Barber
Author: gjb Date: Fri Jun 23 00:11:34 2017 New Revision: 320253 URL: https://svnweb.freebsd.org/changeset/base/320253 Log: Remove two configuration entries used for debugging that snuck in. MFC after:5 days X-MFC-Note: maybe X-MFC-With: r320252 Sponsored by: The FreeBSD Founda

svn commit: r320254 - head/release/arm64

2017-06-22 Thread Glen Barber
Author: gjb Date: Fri Jun 23 00:27:40 2017 New Revision: 320254 URL: https://svnweb.freebsd.org/changeset/base/320254 Log: Fix, for the fourth or fifth time now, looking up where boot1.efi is located. MFC after:5 days X-MFC-Note: maybe X-MFC-With: r320252, r320253 Sponsored

svn commit: r320289 - head/release

2017-06-23 Thread Glen Barber
Author: gjb Date: Fri Jun 23 18:42:47 2017 New Revision: 320289 URL: https://svnweb.freebsd.org/changeset/base/320289 Log: Include WORLD_FLAGS in CHROOT_IMAKEFLAGS and CHROOT_DMAKEFLAGS, to allow passing '-jN' to the installworld and distributeworld targets. Submitted by: bdrewery Spons

Re: svn commit: r320277 - head/usr.bin/mkuzip

2017-06-23 Thread Glen Barber
On Fri, Jun 23, 2017 at 03:54:35PM -0700, Conrad Meyer wrote: > > @@ -58,12 +59,15 @@ mkuz_get_insize(struct mkuz_cfg *cfp) > > ffd = open(statfsbuf.f_mntfromname, O_RDONLY); > > if (ffd < 0) { > > warn("open(%s, O_RDONLY)", statfsbuf.f_mntfro

svn commit: r320373 - head/release/arm

2017-06-26 Thread Glen Barber
Author: gjb Date: Mon Jun 26 20:17:48 2017 New Revision: 320373 URL: https://svnweb.freebsd.org/changeset/base/320373 Log: Revert r319603, r319608, and r319609. Creating a hard link to the dtb file for the cubieboard2 is no longer needed in 12-CURRENT. Sponsored by: The FreeBSD Foundatio

svn commit: r320407 - head/release/arm64

2017-06-27 Thread Glen Barber
Author: gjb Date: Tue Jun 27 14:39:00 2017 New Revision: 320407 URL: https://svnweb.freebsd.org/changeset/base/320407 Log: Remove CHROOT_MAKEENV from the RPI3 configuration file, to avoid assuming the build host is amd64. MFC after:3 days X-MFC-With: r320252, r320253, r320254 X-

svn commit: r320488 - head/sys/sys

2017-06-29 Thread Glen Barber
Author: gjb Date: Fri Jun 30 00:20:48 2017 New Revision: 320488 URL: https://svnweb.freebsd.org/changeset/base/320488 Log: Correct the branch naming convention in param.h. While here, consistently use upper-case 'X' to represent the version number. MFC after:3 days Sponsored by: T

svn commit: r320599 - head/release/scripts

2017-07-03 Thread Glen Barber
Author: gjb Date: Mon Jul 3 14:31:38 2017 New Revision: 320599 URL: https://svnweb.freebsd.org/changeset/base/320599 Log: Fix Vagrant image upload after recent API changes. - Update ATLAS_UPLOAD_URL to avoid various regular expressions from failing to match due to redirections. - Use

svn commit: r320686 - head/release

2017-07-05 Thread Glen Barber
Author: gjb Date: Wed Jul 5 16:55:45 2017 New Revision: 320686 URL: https://svnweb.freebsd.org/changeset/base/320686 Log: Fix the ftp-stage target for RPI3 images by loosening the constraints on the TARGET and TARGET_ARCH variables. MFC after:3 days Sponsored by: The FreeBSD Founda

svn commit: r320748 - head/release

2017-07-06 Thread Glen Barber
Author: gjb Date: Thu Jul 6 17:54:03 2017 New Revision: 320748 URL: https://svnweb.freebsd.org/changeset/base/320748 Log: Allow passing NOPKG= to make(1) to prevent the pkg-stage target from getting executed. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/r

Re: svn commit: r320748 - head/release

2017-07-06 Thread Glen Barber
On Thu, Jul 06, 2017 at 05:54:04PM +, Glen Barber wrote: > Author: gjb > Date: Thu Jul 6 17:54:03 2017 > New Revision: 320748 > URL: https://svnweb.freebsd.org/changeset/base/320748 > > Log: > Allow passing NOPKG= to make(1) to prevent the pkg-stage target >

svn commit: r320785 - head/share/man/man4

2017-07-07 Thread Glen Barber
Author: gjb Date: Fri Jul 7 16:22:09 2017 New Revision: 320785 URL: https://svnweb.freebsd.org/changeset/base/320785 Log: Connect ena(4) to the build. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefi

svn commit: r320969 - head/sys/conf

2017-07-13 Thread Glen Barber
Author: gjb Date: Thu Jul 13 20:04:42 2017 New Revision: 320969 URL: https://svnweb.freebsd.org/changeset/base/320969 Log: Fix a missing comment marker. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES ==

svn commit: r307884 - head/release/tools

2016-10-24 Thread Glen Barber
Author: gjb Date: Mon Oct 24 21:16:21 2016 New Revision: 307884 URL: https://svnweb.freebsd.org/changeset/base/307884 Log: Belatedly revert r303119, which was determined to not be needed. Sponsored by: The FreeBSD Foundation Modified: head/release/tools/arm.subr Modified: head/release

svn commit: r308148 - head/usr.bin/calendar

2016-10-31 Thread Glen Barber
Author: gjb Date: Mon Oct 31 20:31:56 2016 New Revision: 308148 URL: https://svnweb.freebsd.org/changeset/base/308148 Log: Fix packaging calendar(1) files. Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/calendar/Makefile Modified: head/usr.bin/calendar/Makefile

svn commit: r308150 - in head: etc share/examples

2016-10-31 Thread Glen Barber
Author: gjb Date: Mon Oct 31 21:11:46 2016 New Revision: 308150 URL: https://svnweb.freebsd.org/changeset/base/308150 Log: Fix packaging /usr/share/examples/etc. Reported by: woodsb02 MFC after:3 days X-MFC-With: r308148 Sponsored by: The FreeBSD Foundation Modified: head/et

svn commit: r308156 - head/gnu/lib/libgcc

2016-10-31 Thread Glen Barber
Author: gjb Date: Mon Oct 31 23:13:09 2016 New Revision: 308156 URL: https://svnweb.freebsd.org/changeset/base/308156 Log: Fix packaging /usr/lib{,32}/libgcc_eh{,_p}.a. Reported by: woodsb02 MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/gnu/lib/libgcc/Make

svn commit: r308270 - head/contrib/tzdata

2016-11-03 Thread Glen Barber
Author: gjb Date: Thu Nov 3 23:34:11 2016 New Revision: 308270 URL: https://svnweb.freebsd.org/changeset/base/308270 Log: MFV r308265: Update tzdata to 2016i. Sponsored by: The FreeBSD Foundation Added: head/contrib/tzdata/CONTRIBUTING - copied unchanged from r308265, vendor/tzdata

svn commit: r308537 - head/lib/libgcc_s

2016-11-11 Thread Glen Barber
Author: gjb Date: Fri Nov 11 18:47:53 2016 New Revision: 308537 URL: https://svnweb.freebsd.org/changeset/base/308537 Log: Spell 'PACKAGE' correctly. Submitted by: Kyle Evans, emaste MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/lib/libgcc_s/Makefile Modif

svn commit: r308737 - head/release

2016-11-16 Thread Glen Barber
Author: gjb Date: Wed Nov 16 18:08:50 2016 New Revision: 308737 URL: https://svnweb.freebsd.org/changeset/base/308737 Log: Pass SWAPSIZE in env(1) when invoking mk-vmimage.sh, otherwise mkimg(1) does not create the second partition after r307008. Sponsored by: The FreeBSD Foundation Modi

svn commit: r308779 - head/release

2016-11-17 Thread Glen Barber
Author: gjb Date: Thu Nov 17 20:34:08 2016 New Revision: 308779 URL: https://svnweb.freebsd.org/changeset/base/308779 Log: Pass SWAPSIZE in env(1) when invoking mk-vmimage.sh for the vm-image target, missed in r308737. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefil

svn commit: r308945 - head/release/packages

2016-11-21 Thread Glen Barber
Author: gjb Date: Mon Nov 21 23:29:28 2016 New Revision: 308945 URL: https://svnweb.freebsd.org/changeset/base/308945 Log: Set the 'vital' flag on the runtime and jail packages. The default pkg(8) from pkg.freebsd.org requires libjail.so, so mark the jail package as vital along with the r

Re: svn commit: r309124 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contrib/compiler-rt/lib/builtins/arm contri

2016-11-28 Thread Glen Barber
On Mon, Nov 28, 2016 at 01:50:44PM -0600, Kyle Evans wrote: > On Mon, Nov 28, 2016 at 1:44 PM, Dimitry Andric wrote: > > On 28 Nov 2016, at 03:20, Kyle Evans wrote: > >> > >> On Thu, Nov 24, 2016 at 4:54 PM, Dimitry Andric wrote: > >>> Author: dim > >>> Date: Thu Nov 24 22:54:55 2016 > >>> New R

svn commit: r309339 - in head: . release/scripts share/mk

2016-11-30 Thread Glen Barber
Author: gjb Date: Wed Nov 30 22:00:25 2016 New Revision: 309339 URL: https://svnweb.freebsd.org/changeset/base/309339 Log: Revert r309314, which breaks installing ports. Requested by: antoine Differential Revision:https://reviews.freebsd.org/D8120 (related) Sponsored by: The Fre

svn commit: r310047 - head/release/tools

2016-12-13 Thread Glen Barber
Author: gjb Date: Wed Dec 14 03:01:15 2016 New Revision: 310047 URL: https://svnweb.freebsd.org/changeset/base/310047 Log: - Resize FreeBSD to the size of the OpenStack flavor (growfs). - Speeds up the boot process by disabling sendmail. - Allows an user to ssh as root with a public key. -

svn commit: r353012 - head/usr.sbin/bsdinstall/scripts

2019-10-02 Thread Glen Barber
Author: gjb Date: Wed Oct 2 16:09:28 2019 New Revision: 353012 URL: https://svnweb.freebsd.org/changeset/base/353012 Log: Add a comment explaining why the opensolaris_load line in loader.conf is explicitly added. Requested by: rgrimes MFC after:3 days MFC with: r353004 Spon

Re: svn commit: r353012 - head/usr.sbin/bsdinstall/scripts

2019-10-02 Thread Glen Barber
On Wed, Oct 02, 2019 at 10:13:01AM -0600, Ian Lepore wrote: > On Wed, 2019-10-02 at 16:09 +0000, Glen Barber wrote: > > Author: gjb > > Date: Wed Oct 2 16:09:28 2019 > > New Revision: 353012 > > URL: https://svnweb.freebsd.org/changeset/base/353012 > > > >

Re: svn commit: r352520 - head/usr.sbin/pkg

2019-10-08 Thread Glen Barber
On Tue, Oct 08, 2019 at 12:26:52PM +0200, Emmanuel Vadot wrote: > > Hi Glen, > > On Thu, 19 Sep 2019 16:43:12 +0000 (UTC) > Glen Barber wrote: > > > Author: gjb > > Date: Thu Sep 19 16:43:12 2019 > > New Revision: 352520 > > URL: https://svnweb.free

Re: svn commit: r352520 - head/usr.sbin/pkg

2019-10-08 Thread Glen Barber
On Tue, Oct 08, 2019 at 08:22:33AM -0600, Ian Lepore wrote: > On Tue, 2019-10-08 at 12:26 +0200, Emmanuel Vadot wrote: > > Hi Glen, > > > > On Thu, 19 Sep 2019 16:43:12 + (UTC) > > Glen Barber wrote: > > > > > Author: gjb > > > Date:

Re: svn commit: r352520 - head/usr.sbin/pkg

2019-10-08 Thread Glen Barber
On Tue, Oct 08, 2019 at 09:18:40AM -0600, Warner Losh wrote: > On Tue, Oct 8, 2019 at 8:33 AM Emmanuel Vadot wrote: > > Anyway it's still need to be reverted as all arches should use latest > > on CURRENT. > > > > Agreed. -current is moving too quickly to use the quarterly, and this 100% > break

Re: svn commit: r352520 - head/usr.sbin/pkg

2019-10-08 Thread Glen Barber
On Tue, Oct 08, 2019 at 07:19:03PM +0200, Emmanuel Vadot wrote: > On Tue, 8 Oct 2019 15:52:52 + > Glen Barber wrote: > > > On Tue, Oct 08, 2019 at 09:18:40AM -0600, Warner Losh wrote: > > > On Tue, Oct 8, 2019 at 8:33 AM Emmanuel Vadot > > > wrote: >

svn commit: r353320 - head/usr.sbin/pkg

2019-10-08 Thread Glen Barber
Author: gjb Date: Tue Oct 8 18:58:23 2019 New Revision: 353320 URL: https://svnweb.freebsd.org/changeset/base/353320 Log: Rework the logic for installing the pkg(8) configuration. 'quarterly' package sets do not exist for head, so explicitly install the 'latest' configuration file there.

svn commit: r353348 - head/lib/libucl

2019-10-09 Thread Glen Barber
Author: gjb Date: Wed Oct 9 15:35:22 2019 New Revision: 353348 URL: https://svnweb.freebsd.org/changeset/base/353348 Log: Connect the libucl(3) manual page to the build. MFC after:3 days Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/lib/libucl/Makefile Modifi

svn commit: r353440 - head/release

2019-10-11 Thread Glen Barber
Author: gjb Date: Fri Oct 11 16:01:30 2019 New Revision: 353440 URL: https://svnweb.freebsd.org/changeset/base/353440 Log: Increase the default VMSIZE for raw, qcow2, vhd, and vmdk virtual machine images due to 'filesystem full' failures. Sponsored by: Rubicon Communications, LLC (Netgate

Re: svn commit: r350089 - head

2019-11-08 Thread Glen Barber
On Wed, Jul 17, 2019 at 07:09:06PM +, Mark Johnston wrote: > Author: markj > Date: Wed Jul 17 19:09:05 2019 > New Revision: 350089 > URL: https://svnweb.freebsd.org/changeset/base/350089 > > Log: > Add an initial RELNOTES file. > > The intent is to provide a convenient location to docum

svn commit: r354551 - head/share/man/man4

2019-11-08 Thread Glen Barber
Author: gjb Date: Fri Nov 8 17:33:42 2019 New Revision: 354551 URL: https://svnweb.freebsd.org/changeset/base/354551 Log: Dereference lem(4), no longer in 13-CURRENT. While here, fix formatting of inline parenthesis and Xrs. Sponsored by: Rubicon Communications, LLC (netgate.com) Modifi

Re: svn commit: r354900 - head/usr.sbin/jail

2019-11-20 Thread Glen Barber
On Wed, Nov 20, 2019 at 04:44:58PM -0800, John Baldwin wrote: > On 11/20/19 3:42 PM, Bjoern A. Zeeb wrote: > > On 20 Nov 2019, at 23:32, John Baldwin wrote: > > > > Hijacking a side-thread: > > > > PreS: I think we have way too many of these options and should just > > remove 3/4 of them again o

svn commit: r354935 - head/usr.sbin/jail

2019-11-20 Thread Glen Barber
Author: gjb Date: Thu Nov 21 04:12:08 2019 New Revision: 354935 URL: https://svnweb.freebsd.org/changeset/base/354935 Log: Revert r354896, r354899, r354900: Fix build. Sponsored by: Rubicon Communications, LLC (netgate.com) Modified: head/usr.sbin/jail/Makefile Modified: head/usr.sbi

Re: svn commit: r354909 - in head: . share/mk

2019-11-21 Thread Glen Barber
On Wed, Nov 20, 2019 at 06:36:58PM +, Brooks Davis wrote: > Author: brooks > Date: Wed Nov 20 18:36:58 2019 > New Revision: 354909 > URL: https://svnweb.freebsd.org/changeset/base/354909 > > Log: > Make the warning for deprecated NO_ variables an error. > > Support for NO_CTF, NO_DEBUG_

Re: svn commit: r354909 - in head: . share/mk

2019-11-21 Thread Glen Barber
On Thu, Nov 21, 2019 at 04:13:37PM +, Glen Barber wrote: > On Wed, Nov 20, 2019 at 06:36:58PM +, Brooks Davis wrote: > > Author: brooks > > Date: Wed Nov 20 18:36:58 2019 > > New Revision: 354909 > > URL: https://svnweb.freebsd.org/changeset/base/354909 > >

Re: svn commit: r354909 - in head: . share/mk

2019-11-21 Thread Glen Barber
On Thu, Nov 21, 2019 at 09:28:50AM -0700, Ian Lepore wrote: > On Thu, 2019-11-21 at 16:23 +0000, Glen Barber wrote: > > On Thu, Nov 21, 2019 at 04:13:37PM +0000, Glen Barber wrote: > > > On Wed, Nov 20, 2019 at 06:36:58PM +, Brooks Davis wrote: > > > > Author: b

Re: svn commit: r354909 - in head: . share/mk

2019-11-21 Thread Glen Barber
On Thu, Nov 21, 2019 at 09:11:27PM +, Brooks Davis wrote: > On Thu, Nov 21, 2019 at 04:13:37PM +0000, Glen Barber wrote: > > On Wed, Nov 20, 2019 at 06:36:58PM +, Brooks Davis wrote: > > > Author: brooks > > > Date: Wed Nov 20 18:36:58 2019 > > > N

svn commit: r346275 - head/usr.sbin/portsnap/portsnap

2019-09-03 Thread Glen Barber
Author: gjb Date: Tue Apr 16 14:07:14 2019 New Revision: 346275 URL: https://svnweb.freebsd.org/changeset/base/346275 Log: Remove INDEX-10 reference, as 10.x is now EoL. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/portsnap/portsnap/portsnap.conf M

svn commit: r352520 - head/usr.sbin/pkg

2019-09-19 Thread Glen Barber
Author: gjb Date: Thu Sep 19 16:43:12 2019 New Revision: 352520 URL: https://svnweb.freebsd.org/changeset/base/352520 Log: Apply r346792 (cperciva) from stable/12 to head. The original commit message: On non-x86 systems, use "quarterly" packages. x86 architectures have "latest" pa

svn commit: r353004 - head/usr.sbin/bsdinstall/scripts

2019-10-02 Thread Glen Barber
Author: gjb Date: Wed Oct 2 13:30:17 2019 New Revision: 353004 URL: https://svnweb.freebsd.org/changeset/base/353004 Log: Explicitly add opensolaris_load="YES" to loader.conf through the installer when installing the system on a ZFS root filesystem. For arm64, zfs_load="YES" does not add

svn commit: r348438 - head/release/tools

2019-05-30 Thread Glen Barber
Author: gjb Date: Thu May 30 16:49:40 2019 New Revision: 348438 URL: https://svnweb.freebsd.org/changeset/base/348438 Log: Fix GCE virtual machine startup. The ports/head branch recently switched to python3 as the default, which breaks the sysutils/py-google-compute-engine startup scripts

svn commit: r348439 - head/release/tools

2019-05-30 Thread Glen Barber
Author: gjb Date: Thu May 30 17:00:57 2019 New Revision: 348439 URL: https://svnweb.freebsd.org/changeset/base/348439 Log: Increase the size of the Vagrant default image size, as the 3GB size is too small to bootstrap the firstboot_pkgs list. While here, add the growfs(8) startup script t

svn commit: r348474 - head/release/tools

2019-05-31 Thread Glen Barber
Author: gjb Date: Fri May 31 18:40:19 2019 New Revision: 348474 URL: https://svnweb.freebsd.org/changeset/base/348474 Log: Revert r348438. The fix to override the default python version when building the sysutils/py-google-compute-engine did not work, and there are still issues that nee

svn commit: r349160 - in head/release: . tools

2019-06-17 Thread Glen Barber
Author: gjb Date: Mon Jun 17 22:53:39 2019 New Revision: 349160 URL: https://svnweb.freebsd.org/changeset/base/349160 Log: Fix passing ${CONF_FILES} (which contains MAKE_CONF and SRC_CONF, __MAKE_CONF and SRCCONF, respectively) through to arm_install_base() and chroot_arm_build_release().

svn commit: r349372 - head/release

2019-06-25 Thread Glen Barber
Author: gjb Date: Tue Jun 25 14:56:13 2019 New Revision: 349372 URL: https://svnweb.freebsd.org/changeset/base/349372 Log: Include files containing metadata specific to the branch in the directory where the individual distribution sets exist. The new metadata files include the build date,

Re: svn commit: r350550 - head/share/mk

2019-08-06 Thread Glen Barber
On Sat, Aug 03, 2019 at 01:06:18AM +, John Baldwin wrote: > Author: jhb > Date: Sat Aug 3 01:06:17 2019 > New Revision: 350550 > URL: https://svnweb.freebsd.org/changeset/base/350550 > > Log: > Flip REPRODUCIBLE_BUILD back to off by default in head. > > Having the full uname output can

svn commit: r364891 - in head: . release release/scripts

2020-08-27 Thread Glen Barber
https://github.com/freebsd/freebsd-ports"; +## Sample configuration for using git from ports. +#GITCMD="/usr/local/bin/git clone -q --branch main" ## Set to override the default target architecture. #TARGET="amd64" Modified: head/release/release.sh ===

Re: svn commit: r364891 - in head: . release release/scripts

2020-08-27 Thread Glen Barber
On Thu, Aug 27, 2020 at 11:37:26PM +0200, Gordon Bergling wrote: > On Thu, Aug 27, 2020 at 09:19:16PM +0000, Glen Barber wrote: > > Author: gjb > > Date: Thu Aug 27 21:19:16 2020 > > New Revision: 364891 > > URL: https://svnweb.freebsd.org/changeset/base/364891 &g

svn commit: r366732 - in head/release: amd64 arm64

2020-10-15 Thread Glen Barber
Author: gjb Date: Thu Oct 15 17:12:58 2020 New Revision: 366732 URL: https://svnweb.freebsd.org/changeset/base/366732 Log: Increase the amd64 ISO ESP file size from 800KB to 1024KB. At some poing over the last week, the bootx64.efi file has grown past the 800KB threshold, resulting in bei

svn commit: r366738 - in head/release: amd64 arm64

2020-10-15 Thread Glen Barber
Author: gjb Date: Thu Oct 15 23:05:13 2020 New Revision: 366738 URL: https://svnweb.freebsd.org/changeset/base/366738 Log: Bump the ISO EFI partition size from 1024 to 2048, following r366732. Suggested by: imp Sponsored by: Rubicon Communications, LLC (netgate.com) Modified: head/rele

svn commit: r368476 - head/release/riscv

2020-12-08 Thread Glen Barber
Author: gjb Date: Wed Dec 9 02:21:25 2020 New Revision: 368476 URL: https://svnweb.freebsd.org/changeset/base/368476 Log: Copy arm64 make-memstick.sh and mkisoimages.sh to the riscv directory to allow properly building *.iso and *.img files. Sponsored by: Rubicon Communications, LLC (net

svn commit: r368493 - head/release

2020-12-09 Thread Glen Barber
Author: gjb Date: Wed Dec 9 20:38:26 2020 New Revision: 368493 URL: https://svnweb.freebsd.org/changeset/base/368493 Log: Fix staging riscv images. Sponsored by: Rubicon Communications, LLC (netgate.com) Modified: head/release/Makefile.mirrors Modified: head/release/Makefile.mirrors ==

svn commit: r368704 - head/release

2020-12-16 Thread Glen Barber
Author: gjb Date: Wed Dec 16 18:40:49 2020 New Revision: 368704 URL: https://svnweb.freebsd.org/changeset/base/368704 Log: Append the branch commit count to _SNAP_SUFFIX for development snapshot builds. Sponsored by: Rubicon Communications, LLC (netgate.com) Modified: head/release/Make

svn commit: r356230 - in head: . sys/sys

2019-12-31 Thread Glen Barber
Author: gjb Date: Tue Dec 31 16:01:36 2019 New Revision: 356230 URL: https://svnweb.freebsd.org/changeset/base/356230 Log: Happy New Year 2020! MFC after:1 minute Sponsored by: Rubicon Communications, LLC (netgate.com) Modified: head/COPYRIGHT head/sys/sys/copyright.h Modified:

svn commit: r356685 - head/release

2020-01-13 Thread Glen Barber
Author: gjb Date: Mon Jan 13 16:31:00 2020 New Revision: 356685 URL: https://svnweb.freebsd.org/changeset/base/356685 Log: Ensure the TYPE, BRANCH, and REVISION variables are set in cloudware targets when OSRELEASE is overridden. Submitted by: Trond Endrestol PR: 243287 MFC

svn commit: r356686 - head/release

2020-01-13 Thread Glen Barber
Author: gjb Date: Mon Jan 13 16:31:58 2020 New Revision: 356686 URL: https://svnweb.freebsd.org/changeset/base/356686 Log: Fix a typo. MFC after:3 days Sponsored by: Rubicon Communications, LLC (netgate.com) Modified: head/release/Makefile Modified: head/release/Makefile =

svn commit: r356792 - head/share/man/man7

2020-01-16 Thread Glen Barber
Author: gjb Date: Thu Jan 16 15:07:52 2020 New Revision: 356792 URL: https://svnweb.freebsd.org/changeset/base/356792 Log: Update release(7) to note OSRELEASE is only relevant when the 'install' target is invoked. While here, bump the sample output version name, and explicitly add the '

  1   2   3   4   5   6   7   8   9   10   >