From owner-svn-src-all@freebsd.org Sat May 9 16:46:37 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E32B72F0688; Sat, 9 May 2020 16:46:37 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-qv1-xf2e.google.com (mail-qv1-xf2e.google.com [IPv6:2607:f8b0:4864:20::f2e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49KClK5my6z4508; Sat, 9 May 2020 16:46:37 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by mail-qv1-xf2e.google.com with SMTP id c4so1974372qvi.6; Sat, 09 May 2020 09:46:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+wrV7J+WwhoAjgbzk/AnPV0hk10QVgflsyoXQ4FN54o=; b=sPTDghO4/LxZX6z+dkEDsSintwDemezli7m4HJC44r9pmEJtYmpm1j8yNjJCxnzUxf AS7WcirUevfgXl5F2+4oJPXyk1qtzumvSlTbz0+f60TTEluEb1SuIkHmrtOW77HlpKhO y26B9Ji/upA+EA8tc5an5PtuVQBMGe444jDMf5650fskPpDQrKkHMqP08/msvA3H+VIU Gcd6iVVbAuXtMgKWr+a51YM6CLZTnoRQjy9hHdHH9UbNjD/04/c8JWThD35uvPqS0DAf Wqy3Cwc0TozGKHlHKAULFIqNiGTN7gKERHMSmrFAGWWpvBNGzmdHQDtW/n8t0o6pj+cQ JxwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+wrV7J+WwhoAjgbzk/AnPV0hk10QVgflsyoXQ4FN54o=; b=kwxNLFiZ6L9XZ284jL9qot36eh+pAzygHQOzDVPuh8cys1IAG7xcEHA9x9R92q5Shi 3f6cPAEktzf4n31ZvZwDw8akXVcIvVvn4O3+JRsElDCrFBdGyID/qpTTJPXq66Hh1H+z Zh1gnEvaHcaBFGPFYVYoFUgwWo3HKI1oARpJV87D0uFIy5UVdsbGtG0hhgrl6U0rBCBy kcdY/+OZKjD0YD7BkkC3zJskrLH47mQ5i4b87TKF4w0FUWU3+4gI8re+BdpXh3R2ASX1 5TQGXQKZxAuyZPJ3YLT3kYTvioaHz/XU3s8/qt/ec8r7fvUVC/HtMjj/VzidA8/ve60V H5Xw== X-Gm-Message-State: AGi0Pub4oHm7IiV1hyVz+YonQpV44NEoinvBgfd4Cw/80Hc4lFyHXPVf ad0bnZ+Aj4ZnQnn9nwaevkAt6eL+OD/utPPBU0T2bXJJnGc= X-Google-Smtp-Source: APiQypIz6sQ4iClmDMVGefLUzVTwhlAXUydBy6BuVZDYgSoDfWXQU+rIvSFPjIYS2WnOnDLhfapwvDIey50Haiw7OzM= X-Received: by 2002:a0c:b3dc:: with SMTP id b28mr8313486qvf.217.1589042796148; Sat, 09 May 2020 09:46:36 -0700 (PDT) MIME-Version: 1.0 References: <202005091556.049Fu2Vp051746@repo.freebsd.org> In-Reply-To: <202005091556.049Fu2Vp051746@repo.freebsd.org> From: Ryan Stone Date: Sat, 9 May 2020 12:46:25 -0400 Message-ID: Subject: Re: svn commit: r360849 - in head: share/man/man9 sys/kern To: Ed Maste Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 49KClK5my6z4508 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.32 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2020 16:46:38 -0000 On Sat, May 9, 2020 at 11:56 AM Ed Maste wrote: > > Author: emaste > Date: Sat May 9 15:56:02 2020 > New Revision: 360849 > URL: https://svnweb.freebsd.org/changeset/base/360849 > > Log: > remove %n support from printf(9) Should we put a KASSERT in to catch if new code tries to use a %n flag (and to let third-parties find out that it's not supported anymore)?