From owner-svn-src-head@freebsd.org Tue Oct 1 18:16:41 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 577CE13CBD3; Tue, 1 Oct 2019 18:16:41 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f53.google.com (mail-io1-f53.google.com [209.85.166.53]) (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 46jSCF1d0Qz4BPV; Tue, 1 Oct 2019 18:16:41 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f53.google.com with SMTP id z19so50579496ior.0; Tue, 01 Oct 2019 11:16: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=O4vmmZiAcm9Yvuuj63PQtQmqL/GcsxeZIwdVvTMdoGQ=; b=d9VTUhLnhjwtjhp6T8szyqV4VUeoso1+6Q1nJFj5+DNAXb53nT16ZqxF82/15vJf5N xV7QHV0xKOIZocHOelLkSJQdtVxR+vfLAFWrdnc/TG9TOKPKLUTmkISB7JhGY8WfxG/5 A2jg+NmIKK7y5tHXOoF5GFfaCu3T+tw801hUYrOlx1M/9/SIv2j6efpHaupLhiEz6tPD mLYArQwFCNdKyuKXQDbAlC4Mtis5b0ma31wN31LgmI/7tt+cEsov9IElxX01XVIVn0qb 1iRfNEWEfd17buItEeV/RKrfYgvTrgo3dDGUPdpZJVY3NFz3JINNq7VWPtdKicczhuot 8hBw== X-Gm-Message-State: APjAAAWBqBX9A4lEAtJIvcAHE16UckfPzG+dcKWYEXAFBJaqdRlb2gcD ubOjPkmCCvEffr4kzDPl/u6DOnvXB3ypWpwmIQ+coA== X-Google-Smtp-Source: APXvYqx1421MrrfqDqceDRer7fmtZPvRTJ0fxSE3ol4FOqkdA5/9Wmf3rL5ymXFHxIiNwRedAuVLlLhritfMORE8D4o= X-Received: by 2002:a05:6602:2503:: with SMTP id i3mr7924969ioe.18.1569953799565; Tue, 01 Oct 2019 11:16:39 -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> <20191001181258.GO93439@spindle.one-eyed-alien.net> In-Reply-To: <20191001181258.GO93439@spindle.one-eyed-alien.net> From: Ed Maste Date: Tue, 1 Oct 2019 14:16: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: 46jSCF1d0Qz4BPV 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 18:16:41 -0000 On Tue, 1 Oct 2019 at 14:13, Brooks Davis wrote: > > Also ioctl. I didn't handle the *sys() ones since they are internal only. Ah, yes - I didn't notice ioctl because syscalls.master lacked a XXX or ... comment.