From nobody Fri Sep 01 17:14:23 2023 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rcl590k9Qz4rp0Q for ; Fri, 1 Sep 2023 17:14:37 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rcl584FQGz3bq9 for ; Fri, 1 Sep 2023 17:14:36 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-wr1-f48.google.com with SMTP id ffacd0b85a97d-31c65820134so1831178f8f.1 for ; Fri, 01 Sep 2023 10:14:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693588475; x=1694193275; h=to:references:message-id:content-transfer-encoding:cc:date :in-reply-to:from:subject:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=yKUluS655/2wtH+K+dWUh3hB8cb2xXPOlJ5MVnFqTDw=; b=foQjDokWk4aH+NASkKCA1uixrVVklF93zIuWIp5idQ+XqvCR6ONCQ1R38nnSo2AvkM g9XShI+79/91N1ME0WEYiJ/NUuyXuQLi/+ULo4R7XuxkCUbi1yDHbu1HxYwz6JzhVB5L V6eoJ/uzzn6Li1QH2zvm6AcS3ofH9SAUHZHO0FKD5sYJbahvL513sp4UxJAjKxRK8tyV 8opI7kesNzkzvW+kmqk3LhZXioHX9lnPL/1XPmhaGKjp4+zfu2YDp/VGNUiPPs4jbD2K 4FEm9MWUMIttwdD1rZqmeiAcqh1tJPt5AC/Dx5bVBxYi3nr93RuSUWV/huZX1BJoJeM7 j2tg== X-Gm-Message-State: AOJu0YwVGocfz+zBddguKNU8R7YShWWUMoWVGqKWR/QJzbZhhW9WGUze gIQDIVp8NTwntCz7vM65juuhbOcZDUnZKJmP1ujgWQ== X-Google-Smtp-Source: AGHT+IFOnCb/jaZViR89SVcfHFazbF/tcD59SWe6aBf2zwcR+pu3aUTjNvHp1uD5djruNYQWDwKk0A== X-Received: by 2002:adf:ed8c:0:b0:319:79bb:980c with SMTP id c12-20020adfed8c000000b0031979bb980cmr2177393wro.64.1693588474753; Fri, 01 Sep 2023 10:14:34 -0700 (PDT) Received: from smtpclient.apple ([131.111.5.246]) by smtp.gmail.com with ESMTPSA id m24-20020adfa3d8000000b0031753073abcsm1212751wrb.36.2023.09.01.10.14.34 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Sep 2023 10:14:34 -0700 (PDT) Content-Type: text/plain; charset=us-ascii List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.600.7\)) Subject: Re: git: 2befa269b869 - main - Add INIT_ALL build option From: Jessica Clarke In-Reply-To: <202309011654.381GsvXg070762@gitrepo.freebsd.org> Date: Fri, 1 Sep 2023 18:14:23 +0100 Cc: "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <202309011654.381GsvXg070762@gitrepo.freebsd.org> To: Brooks Davis X-Mailer: Apple Mail (2.3731.600.7) X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Queue-Id: 4Rcl584FQGz3bq9 On 1 Sep 2023, at 17:54, Brooks Davis wrote: >=20 > The branch main has been updated by brooks: >=20 > URL: = https://cgit.FreeBSD.org/src/commit/?id=3D2befa269b869c810b4436b7b5fe922ac= 3278ee5e >=20 > commit 2befa269b869c810b4436b7b5fe922ac3278ee5e > Author: Brooks Davis > AuthorDate: 2023-09-01 16:42:52 +0000 > Commit: Brooks Davis > CommitDate: 2023-09-01 16:54:24 +0000 >=20 > Add INIT_ALL build option >=20 > This option replaces WITH_INIT_ALL_PATTERN and WITH_INIT_ALL_ZERO = with > INIT_ALL=3Dpattern and INIT_ALL=3Dzero respectively. As these are > relatively rarely used options no backwards compatibility is > implemented. >=20 > Reviewed by: emaste > Relnotes: yes > Differential Revision: https://reviews.freebsd.org/D41675 > --- > UPDATING | 4 ++++ > share/mk/bsd.lib.mk | 17 +++++------------ > share/mk/bsd.opts.mk | 12 ++++++------ > share/mk/bsd.prog.mk | 17 +++++------------ > sys/conf/kern.mk | 14 ++++---------- > sys/conf/kern.opts.mk | 18 ++++++++++-------- > tools/build/options/INIT_ALL | 21 +++++++++++++++++++++ > tools/build/options/WITH_INIT_ALL_PATTERN | 4 ---- > tools/build/options/WITH_INIT_ALL_ZERO | 3 --- > 9 files changed, 55 insertions(+), 55 deletions(-) >=20 > diff --git a/UPDATING b/UPDATING > index fbb899cc25a4..0b1d8aeb60c5 100644 > --- a/UPDATING > +++ b/UPDATING > @@ -27,6 +27,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW: > world, or to merely disable the most expensive debugging functionality > at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) >=20 > +20230901: > + The WITH_INIT_ALL_PATTERN and WITH_INIT_ALL_ZERO build option have s/option/options/ Jess