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
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
==
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
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
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
Author: gjb
Date: Mon Sep 14 15:58:10 2020
New Revision: 365725
URL: https://svnweb.freebsd.org/changeset/base/365725
Log:
Fix setting RELENGDIR when release.sh is called from an external
script.
Sponsored by: Rubicon Communications, LLC (netgate.com)
Modified:
head/release/release.sh
Author: gjb
Date: Sat Sep 12 00:06:45 2020
New Revision: 365646
URL: https://svnweb.freebsd.org/changeset/base/365646
Log:
Enclose BRANCH_OVERRIDE in quotes in order to fix an issue with
freebsd-update(8) builds, where BRANCH is suffixed with -p0 for
builds.
Noticed by: gordon
With
Author: gjb
Date: Fri Sep 11 17:05:09 2020
New Revision: 365639
URL: https://svnweb.freebsd.org/changeset/base/365639
Log:
Fix indentation following r365638. No functional changes.
Sponsored by: Rubicon Communications, LLC (netgate.com)
Modified:
head/release/release.sh
Modified: head/
Author: gjb
Date: Fri Sep 11 17:04:09 2020
New Revision: 365638
URL: https://svnweb.freebsd.org/changeset/base/365638
Log:
Add a NOGIT option to avoid explicitly requiring devel/git if the
sources are obtained through a different mechanism.
Reported and tested by: Ruslan Garipov
S
On Fri, Sep 11, 2020 at 09:56:31PM +0500, Ruslan Garipov wrote:
> On 9/11/2020 5:55 PM, Glen Barber wrote:
> > So as far as you are concerned, with the addition of removing the '!',
> > it works as you expect?
> Yes, it does.
>
> Should we also "fix" en
On Fri, Sep 11, 2020 at 02:13:41PM +0500, Ruslan Garipov wrote:
> On September 9, 2020 6:51:18 PM Glen Barber wrote:
>
> > On Wed, Sep 09, 2020 at 11:45:49AM +0500, Ruslan Garipov wrote:
> > > On August 28, 2020 2:19:33 AM Glen Barber wrote:
> > >
> > >
On Wed, Sep 09, 2020 at 11:45:49AM +0500, Ruslan Garipov wrote:
> On August 28, 2020 2:19:33 AM Glen Barber wrote:
>
> > Author: gjb
> > Date: Thu Aug 27 21:19:16 2020
> > New Revision: 364891
> > URL: https://svnweb.freebsd.org/changeset/base/364891
> >
Author: gjb
Date: Sat Aug 29 21:47:49 2020
New Revision: 364968
URL: https://svnweb.freebsd.org/changeset/base/364968
Log:
Fix ordering of the 'pull' subcommand and the '-q' flag.
Pointyhat to: gjb (myself)
Sponsored by: Rubicon Communications, LLC (netgate.com)
Modified:
head/release/
Author: gjb
Date: Sat Aug 29 21:46:34 2020
New Revision: 364967
URL: https://svnweb.freebsd.org/changeset/base/364967
Log:
Restore the '-q' flag to the 'git pull' command.
Sponsored by: Rubicon Communications, LLC (netgate.com)
Modified:
head/release/release.sh
Modified: head/release/re
Author: gjb
Date: Sat Aug 29 21:42:59 2020
New Revision: 364966
URL: https://svnweb.freebsd.org/changeset/base/364966
Log:
Remove the VCSUPDATE command, because git is too stupid to have
the '-C ' after the subcommand.
Meanwhile, hard-code 'git -C <...> pull' for now.
Reported by: M
Author: gjb
Date: Sat Aug 29 16:04:02 2020
New Revision: 364960
URL: https://svnweb.freebsd.org/changeset/base/364960
Log:
Refine the VCSUPDATE logic further:
- Look for the .git directory instead of top-level directory.
- Use 'git -C' instead of cd(1).
Sponsored by: Rubicon Communicati
Author: gjb
Date: Sat Aug 29 15:50:27 2020
New Revision: 364959
URL: https://svnweb.freebsd.org/changeset/base/364959
Log:
Add a VCSUPDATE command to run 'git pull' instead of 'git clone'
if the tree already exists.
Reported by: Michael Butler
Sponsored by: Rubicon Communications, LLC
Author: gjb
Date: Sat Aug 29 15:31:23 2020
New Revision: 364958
URL: https://svnweb.freebsd.org/changeset/base/364958
Log:
Indentation fixes. No functional changes.
Sponsored by: Rubicon Communications, LLC (netgate.com)
Modified:
head/release/Makefile.inc1
Modified: head/release/Makef
Author: gjb
Date: Sat Aug 29 15:30:21 2020
New Revision: 364957
URL: https://svnweb.freebsd.org/changeset/base/364957
Log:
Avoid the build from falling over if devel/git is not installed
on the system. Set a null branch/hash in this case, to avoid
undefined GITREV/GITBRANCH variables from f
Author: gjb
Date: Sat Aug 29 15:13:07 2020
New Revision: 364956
URL: https://svnweb.freebsd.org/changeset/base/364956
Log:
Install devel/git from packages if NOPORTS is set in the release.sh
configuration file.
Reported by: Michael Butler
Sponsored by: Rubicon Communications, LLC (netg
Author: gjb
Date: Fri Aug 28 02:09:10 2020
New Revision: 364899
URL: https://svnweb.freebsd.org/changeset/base/364899
Log:
Add a new line to force a commit to verify if lwhsu did indeed
fix the jenkins build by adding git to the dependency list.
Sponsored by: Rubicon Communications, LLC (
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
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
===
Author: gjb
Date: Thu May 28 18:48:30 2020
New Revision: 361591
URL: https://svnweb.freebsd.org/changeset/base/361591
Log:
Include the shells/bash port on Vagrant images, which prevents
a shell issue during startup.
PR: 245051
MFC after:1 minute (if approved by re@)
X-MF
On Wed, Apr 01, 2020 at 02:11:02PM +0800, Li-Wen Hsu wrote:
> On Wed, Apr 1, 2020 at 1:53 PM Glen Barber wrote:
> >
> > Author: gjb
> > Date: Wed Apr 1 05:51:46 UTC 2020
> > New Revision: 359503
> > URL: https://svnweb.freebsd.org/changeset/base/359503
>
Author: gjb
Date: Wed Apr 1 05:51:46 UTC 2020
New Revision: 359503
URL: https://svnweb.freebsd.org/changeset/base/359503
Log:
Update head to 14.0-CURRENT in order to prevent having
a 13.0-RELEASE.
Modified:
Makefile.inc1
UPDATING
lib/clang/freebsd_cc_version.h
lib/clang/llvm.build.mk
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 '
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
=
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
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:
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
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
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
> >
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_
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
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
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
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
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
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
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.
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:
>
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
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:
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
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
> >
> >
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
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
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
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
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
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,
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().
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
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
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
Author: gjb
Date: Fri May 3 17:23:08 2019
New Revision: 347056
URL: https://svnweb.freebsd.org/changeset/base/347056
Log:
Increase the default size of the GCE disk image from 3GB to 20GB,
as 3GB is too small as discovered in this week's snapshot builds.
MFC after:3 days
Sponsored b
Author: gjb
Date: Tue Apr 30 14:29:09 2019
New Revision: 346959
URL: https://svnweb.freebsd.org/changeset/base/346959
Log:
Reduce the default image size for virtual machine disk images from
30GB to 3GB. The raw images can be resized using truncate(1), and
other formats can be resized with t
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
Author: gjb
Date: Thu Mar 21 14:17:55 2019
New Revision: 345379
URL: https://svnweb.freebsd.org/changeset/base/345379
Log:
Bump the IMAGE_SIZE for arm64 SoC images to prevent failures due
to full filesystem. This makes the size of the arm64 SoC images
consistent with armv6 and armv7.
M
Author: gjb
Date: Mon Mar 11 15:47:26 2019
New Revision: 345013
URL: https://svnweb.freebsd.org/changeset/base/345013
Log:
Update entries for accounts@, backups@, dnsadm@, mirror-admin@, and
remove refadm@.
Sponsored by: The FreeBSD Foundation
Modified:
head/share/misc/organization.dot
Author: gjb
Date: Mon Mar 11 15:36:24 2019
New Revision: 345012
URL: https://svnweb.freebsd.org/changeset/base/345012
Log:
Update the re@ member list.
Sponsored by: The FreeBSD Foundation
Modified:
head/share/misc/organization.dot
Modified: head/share/misc/organization.dot
=
Author: gjb
Date: Mon Jan 21 15:27:58 2019
New Revision: 343259
URL: https://svnweb.freebsd.org/changeset/base/343259
Log:
Correct a typo: was -> way.
Submitted by: Larry Hynes
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/units/units.1
Modified: h
Author: gjb
Date: Wed Jan 2 16:22:33 2019
New Revision: 342690
URL: https://svnweb.freebsd.org/changeset/base/342690
Log:
Escape a new line following r342283.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/i386/make-memstick.sh
Modified: head/release/i386/make-memstick.sh
Author: gjb
Date: Mon Nov 26 17:00:39 2018
New Revision: 340983
URL: https://svnweb.freebsd.org/changeset/base/340983
Log:
Fix NTP query on GCE due to unresolved hostname.
PR: 232456
Submitted by: Lucas Kanashiro
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Mod
Author: gjb
Date: Tue Nov 13 19:53:02 2018
New Revision: 340407
URL: https://svnweb.freebsd.org/changeset/base/340407
Log:
In followup to r340406, remove doc from the EXTRA_DISTRIBUTIONS
list and remaining references from the script used to create the
MANIFEST file used by bsdinstall(8).
Author: gjb
Date: Tue Nov 13 19:51:22 2018
New Revision: 340406
URL: https://svnweb.freebsd.org/changeset/base/340406
Log:
The roff ascii.gz documentation installed to /usr/share/doc
was removed in r318881 when roff was removed from the base
system.
This results in the doc.txz distribut
Author: gjb
Date: Mon Oct 29 21:03:43 2018
New Revision: 339875
URL: https://svnweb.freebsd.org/changeset/base/339875
Log:
Pass _BRANCH in the reldoc target to ensure the correct
src branch is used when generating the hardware.html page.
MFC after:3 days
MFC before: 12.0-BETA3
M
Author: gjb
Date: Mon Oct 29 20:53:05 2018
New Revision: 339873
URL: https://svnweb.freebsd.org/changeset/base/339873
Log:
Set OPTIONS_UNSET in the argument list to env(1), and add
AVAHI to the list. This fixes the textproc/docproj build
seemingly following FLAVORS being added.
Specifi
Author: gjb
Date: Thu Oct 25 18:46:45 2018
New Revision: 339741
URL: https://svnweb.freebsd.org/changeset/base/339741
Log:
Update SHLIB_VERSION_NUMBER following the OpenSSL shared library
number bump.
Reported by: jkim
Discussed with: kib
MFC after:immediate
Sponsored by:
Author: gjb
Date: Thu Oct 25 15:41:26 2018
New Revision: 339730
URL: https://svnweb.freebsd.org/changeset/base/339730
Log:
Bump __FreeBSD_version following the OpenSSL shared library version
number bump.
Submitted by: antoine
MFC with: r339709
Sponsored by: The FreeBSD Foundation
Author: gjb
Date: Wed Oct 24 15:51:55 2018
New Revision: 339684
URL: https://svnweb.freebsd.org/changeset/base/339684
Log:
Reduce the GCE image size to 27G to be lower than the free
quota limit.
PR: 232313
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
Author: gjb
Date: Tue Oct 23 14:38:08 2018
New Revision: 339657
URL: https://svnweb.freebsd.org/changeset/base/339657
Log:
Add debug.witness.trace=0 back to the installer sysctl.conf(5),
incorrectly removed from head when it should have been removed
from stable/12 post-branch.
Reported
On Sun, Oct 21, 2018 at 03:45:20PM +, Glen Barber wrote:
> On Sun, Oct 21, 2018 at 11:55:20AM +0200, Dimitry Andric wrote:
> > On 21 Oct 2018, at 04:08, Jan Beich wrote:
> > >
> > > Glen Barber writes:
> > >
> >
On Sun, Oct 21, 2018 at 11:55:20AM +0200, Dimitry Andric wrote:
> On 21 Oct 2018, at 04:08, Jan Beich wrote:
> >
> > Glen Barber writes:
> >
> >> Modified: head/lib/clang/llvm.build.mk
> >> ===
Author: gjb
Date: Sun Oct 21 15:54:38 2018
New Revision: 339541
URL: https://svnweb.freebsd.org/changeset/base/339541
Log:
Comment -DNDEBUG in head after r339436 when head was switched
from 12.0-ALPHA10 to 13.0-CURRENT. This edit was a mistake,
and should have been applied to stable/12 upon
Author: gjb
Date: Fri Oct 19 00:37:47 2018
New Revision: 339436
URL: https://svnweb.freebsd.org/changeset/base/339436
Log:
- Update head to 13.0-CURRENT.
- Bump MACHINE_TRIPLE, TARGET_TRIPLE, FBSD_MAJOR, FBSD_CC_VER,
FREEBSD_CC_VERSION, OS_VERSION.
- Update comment in UPDATING regarding
Author: gjb
Date: Thu Oct 18 19:07:15 2018
New Revision: 339428
URL: https://svnweb.freebsd.org/changeset/base/339428
Log:
Correct the comment for the 20181015 entry in ObsoleteFiles.inc.
Reported by: rpokala
Approved by: re (kib)
Sponsored by: The FreeBSD Foundation
Modified:
head
On Wed, Oct 17, 2018 at 07:12:47PM -0700, Ravi Pokala wrote:
> Why would the OpenSSL change cause these libcasper files to be
> stale? Nothing on that list should have anything to do with OpenSSL,
> right?
>
It seems I misread the report, and the shlib bump occurred in r329452.
So the shlib and O
Author: gjb
Date: Tue Oct 16 14:16:39 2018
New Revision: 339377
URL: https://svnweb.freebsd.org/changeset/base/339377
Log:
Update head from ALPHA9 to ALPHA10 as part of the 12.0-RELEASE
cycle.
This is expected to be the final ALPHA build of this release
cycle, prior to branching stable/
Author: gjb
Date: Mon Oct 15 17:16:47 2018
New Revision: 339361
URL: https://svnweb.freebsd.org/changeset/base/339361
Log:
Remove stale libcasper(3) shared libraries following the
OpenSSL 1.1.1 update.
Reported by: des
Approved by: re (kib)
Sponsored by: The FreeBSD Foundation
Modi
Author: gjb
Date: Wed Oct 10 20:25:41 2018
New Revision: 339292
URL: https://svnweb.freebsd.org/changeset/base/339292
Log:
Fix a minor typo in loader.conf(5).
Approved by: re (kib)
Sponsored by: The FreeBSD Foundation
Modified:
head/stand/defaults/loader.conf.5
Modified: head/stand/d
Author: gjb
Date: Wed Oct 10 19:57:10 2018
New Revision: 339290
URL: https://svnweb.freebsd.org/changeset/base/339290
Log:
Add graphics/drm-legacy-kmod and graphics/drm-stable-kmod to the
list of packages to include on the dvd installer.
Approved by: re (marius, rgrimes)
Sponsored by:
Author: gjb
Date: Tue Oct 9 21:54:58 2018
New Revision: 339271
URL: https://svnweb.freebsd.org/changeset/base/339271
Log:
Update head from ALPHA8 to ALPHA9 as part of the 12.0-RELEASE
cycle.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/conf/new
Author: gjb
Date: Mon Oct 8 19:48:58 2018
New Revision: 339244
URL: https://svnweb.freebsd.org/changeset/base/339244
Log:
Fix the distribution path for -ALPHA builds, which are under
the snapshots directory, not releases.
Reported by: David Marec david.marec _at_ davenulle _dot_ org
A
Author: gjb
Date: Thu Oct 4 01:46:56 2018
New Revision: 339175
URL: https://svnweb.freebsd.org/changeset/base/339175
Log:
Fix the hardware.{txt,html} build in the release/Makefile 'reldoc'
target.
The doc/share/mk/doc.commands.mk sets SVN to /usr/local/bin/svn
by default, which is not
Author: gjb
Date: Fri Sep 28 00:01:45 2018
New Revision: 338991
URL: https://svnweb.freebsd.org/changeset/base/338991
Log:
Update head from ALPHA7 to ALPHA8 as part of the 12.0-RELEASE
cycle.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/conf/new
Author: gjb
Date: Thu Sep 20 23:59:42 2018
New Revision: 338849
URL: https://svnweb.freebsd.org/changeset/base/338849
Log:
Update head from ALPHA6 to ALPHA7 as part of the 12.0-RELEASE
cycle.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/conf/new
Author: gjb
Date: Tue Sep 18 16:57:04 2018
New Revision: 338754
URL: https://svnweb.freebsd.org/changeset/base/338754
Log:
Update the pkg-stage.sh script used to populate packages on the
dvd1.iso installation medium from including KDE4 to KDE5, as the
KDE4-based ports have been marked as dep
Author: gjb
Date: Thu Sep 13 23:59:59 2018
New Revision: 338675
URL: https://svnweb.freebsd.org/changeset/base/338675
Log:
Update head from ALPHA5 to ALPHA6 as part of the 12.0-RELEASE
cycle.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/conf/new
On Thu, Sep 13, 2018 at 04:41:15PM +, Glen Barber wrote:
> Author: gjb
> Date: Thu Sep 13 16:41:15 2018
> New Revision: 338653
> URL: https://svnweb.freebsd.org/changeset/base/338653
>
> Log:
> Remove __DATE__ and __TIME__ from ibdiag_common.c, replacing with
> th
Author: gjb
Date: Thu Sep 13 16:41:15 2018
New Revision: 338653
URL: https://svnweb.freebsd.org/changeset/base/338653
Log:
Remove __DATE__ and __TIME__ from ibdiag_common.c, replacing with
the hard-coded string "not available" to ensure reproducible builds.
Discussed with: emaste
Author: gjb
Date: Fri Sep 7 00:00:31 2018
New Revision: 338518
URL: https://svnweb.freebsd.org/changeset/base/338518
Log:
Update head from ALPHA4 to ALPHA5 as part of the 12.0-RELEASE
cycle.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/conf/new
Author: gjb
Date: Sat Sep 1 15:07:38 2018
New Revision: 338424
URL: https://svnweb.freebsd.org/changeset/base/338424
Log:
Revert r338423, reapplying r338422, which did get approval but
communication lines got crossed.
Apologies to avatar@ for the confusion.
Approved by: re (implici
Author: gjb
Date: Sat Sep 1 13:43:14 2018
New Revision: 338423
URL: https://svnweb.freebsd.org/changeset/base/338423
Log:
Revert r338422, which was did not get official approval from re@.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Deleted:
head/sys/dev/sound/pci/
Trimmed Mark's last reply, to provide more verbose output from the
sparc64 build that failed just now with the same error, but more
verbosity.
>>> stage 3.1: building everything
--
In file included from /usr/src/sys/sys/param.h:96,
On Fri, Aug 31, 2018 at 09:34:00AM -0700, Mark Millard wrote:
> On Fri, Aug 31, 2018 at 02:20:09PM +0000, Glen Barber wrote:
> > > On Fri, Aug 31, 2018 at 08:51:29AM -0400, Ed Maste wrote:
> > > > On 30 August 2018 at 22:46, Glen Barber wrote:
> > > > >
&
Author: gjb
Date: Fri Aug 31 16:29:36 2018
New Revision: 338410
URL: https://svnweb.freebsd.org/changeset/base/338410
Log:
Update head from ALPHA3 to ALPHA4 as part of the 12.0-RELEASE
cycle. The i386 build failure appears to be transient, and
now becoming more difficult to reliably reprodu
On Fri, Aug 31, 2018 at 02:20:09PM +, Glen Barber wrote:
> On Fri, Aug 31, 2018 at 08:51:29AM -0400, Ed Maste wrote:
> > On 30 August 2018 at 22:46, Glen Barber wrote:
> > >
> > > As I look closer at the log, I have a sneaking suspicion this may have
> > >
On Fri, Aug 31, 2018 at 08:51:29AM -0400, Ed Maste wrote:
> On 30 August 2018 at 22:46, Glen Barber wrote:
> >
> > As I look closer at the log, I have a sneaking suspicion this may have
> > been a transient. I'm redoing the i386 build against the original
> > r338
1 - 100 of 1363 matches
Mail list logo