From nobody Tue Jul 25 00:27:25 2023 X-Original-To: freebsd-hackers@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 4R8yXt3qM3z4pJV5 for ; Tue, 25 Jul 2023 00:27:42 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) (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 4R8yXr3f2lz469s; Tue, 25 Jul 2023 00:27:40 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-lf1-f47.google.com with SMTP id 2adb3069b0e04-4f9fdb0ef35so7673205e87.0; Mon, 24 Jul 2023 17:27:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690244857; x=1690849657; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=Aqa8vGiuz2fZRz/33NU2sHscP/mcEJomoJpxmMdIGKk=; b=dshJtMohUwtzKyweMr03Qk23tOsm4tSL0wkpWt8K1BOJFWckYdWPWRhg4l7so+hj1/ TfG8X+xnCqMFbJchPj8qCr9+oMJgAWDXJFguFHWq5QbMJMSqUwKkHN4JmaEblxloPVrJ agiETV3kfGm657PSRwTTEfksz/5ATYEmyhRIGCZCv9AcjOC4W8mmariggbQWobFAxGVL AfvAfRhCo7zNVQtban1Eppksq5vN+Ag4J8EVd3mBQbVlorWgOA0fYAz/uA+YRWcd1Jh6 uulxp4bHfoVPUguKfVyumERQMV06i8MUK86ENpoJMyTeeo/YBWAFCfavF9zQWvUGPZ1N Sq3A== X-Gm-Message-State: ABy/qLaktSHIvEKs01O/EXeEYXaj2HRiJ8SJajbp7Nr7hV8lFe+YFf+K bSnJzQiem5KAnBLVjC9Kgr/pEmrzuuJVXM6sclT1lu7X5ExH7A== X-Google-Smtp-Source: APBJJlGV2haRCW9A5TqRHMhCAk+L55Y6ftNBnytrGyMIsbaUuFtwbZOO7lO2Kd54pimxM30xdRg+COlJkWVeTVxcZMw= X-Received: by 2002:a05:6512:31cd:b0:4fb:8ee0:b8a5 with SMTP id j13-20020a05651231cd00b004fb8ee0b8a5mr6289768lfe.46.1690244857074; Mon, 24 Jul 2023 17:27:37 -0700 (PDT) List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Ed Maste Date: Mon, 24 Jul 2023 20:27:25 -0400 Message-ID: Subject: Re: how to compare branches? To: Brooks Davis Cc: Steve Kargl , freebsd-hackers@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4R8yXr3f2lz469s X-Spamd-Bar: ---- 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-Pre-Result: action=no action; module=replies; Message is reply to one we originated On Mon, 24 Jul 2023 at 15:43, Brooks Davis wrote: > > or you can see individual commits graphically on mfc.freebsd.org with > the filter @lib/msun/ We also have a tool in the base system which will list the unmerged commits: % sh tools/tools/git/mfc-candidates.sh -a lib/msun 34cc08e33698 Save all fpcr/fpsr bits in the AArch64 fenv_t 7702d940ec9a Avoid -pedantic warnings about using _Generic in __fp_type_select 2b9a828c9949 Set default SPE FP environment 292815eac623 Fix powf(). 3550a49f6814 msun: Add copyright notices 455b2ccda3df * lib/msun/Makefile: . Disconnect b_exp.c and b_log.c from the build. 03a88e3de9c6 * lib/msun/Makefile b/lib/msun/Makefile: . Disconnect imprecise.c from the build. This file can be deleted. . Add b_tgammal.c to the build for ld80 and ld128 targets. The ld128 is a 'git mv' of imprecise.c to ld128/b_tgammal.c. b94b8bf7027e mips: Remove msun support 56f5947a7102 Remove checks for __GNUCLIKE_ASM assuming it is always true. c44ca4c227f7 msun/Makefile: Fix conditional and unbreak the build. Approved by:imp Fixes: 20adba8bc1beb125d5e5ed8f12e747ae79ca6a10 ae902a5be9b8 libc: Simplify soft-float on 32-bit arm 4d846d260e2b spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD Should all of these be merged to stable/13?