From owner-svn-src-head@freebsd.org Tue Oct 1 17:08:42 2019 Return-Path: Delivered-To: svn-src-head@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 1925213B345; Tue, 1 Oct 2019 17:08:42 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) (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 46jQhn6yNdz46fg; Tue, 1 Oct 2019 17:08:41 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f46.google.com with SMTP id c6so49739154ioo.13; Tue, 01 Oct 2019 10:08:41 -0700 (PDT) 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=zKWLm6PSpZI+0V5PW7QOEo2czlK5EcJxpT1+9SaLhpI=; b=CYtF9kvUD6Z4jrjlwHqPxcYZCc5iBHfp3ouuRHhx2CSeaktAuLt389LKs+/BDX6THS C7iuZLWDo8wSWPVOPNo0e9yznSMDKWhpQxKhPgaxOEihUeAoo39GLydc41V6k1yorDV1 eUZoMnNlpnAcNiroFKN6POngDQb4WW78W/D8IBMBsB+50jxjG+kTVskYqYBnK110dh50 qXGCyXQ9MlOfGvE+cNX/16cnehQGr8UFS3ORCPyEm3dclUspIRAYW1+nYo4I2vHvn6Vt wBHiwwmTuS2BbO6PkUwqc3d2dD3utWeCeRkVOEcdtDXlHin4H8Q9OUvkRYn50PLEgZC9 DVIg== X-Gm-Message-State: APjAAAXCwmtAocwgy7n1yDKCCnUTjm7DHGZOrUPfFAQWPNNM0QOw+YdT hDij+lT+gOfQOyz7DGmDp8Yl2egiYDd6iZVNUbowPw== X-Google-Smtp-Source: APXvYqwN98VDd7mJaywqIqkSUFu3O7yG9XHhC26kmjE1m8zfUPcHdWBqmxSC++vFGHGvt8QO5AUEwGFyhpQKw5CrZUo= X-Received: by 2002:a92:d2c6:: with SMTP id w6mr25515234ilg.18.1569949720371; Tue, 01 Oct 2019 10:08:40 -0700 (PDT) MIME-Version: 1.0 References: <201909271611.x8RGBl0H036116@repo.freebsd.org> <20190927184623.GM44691@kib.kiev.ua> <20190928072548.GN44691@kib.kiev.ua> <20191001162305.GM93439@spindle.one-eyed-alien.net> In-Reply-To: <20191001162305.GM93439@spindle.one-eyed-alien.net> From: Ed Maste Date: Tue, 1 Oct 2019 13:08:27 -0400 Message-ID: Subject: Re: svn commit: r352795 - head/lib/libc/sys To: Brooks Davis Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 46jQhn6yNdz46fg 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-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2019 17:08:42 -0000 On Tue, 1 Oct 2019 at 12:23, Brooks Davis wrote: > > This isn't true with CHERI and as a result I've moved the variadic > argument handling (except for syscall() and __syscall()) into libc. My grep found: open, openat, fcntl, semsys, msgsys, shmsys Is that the full list?