From owner-svn-src-all@freebsd.org Mon May 6 16:17:27 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0124158EB0C; Mon, 6 May 2019 16:17:26 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) (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 7DD1E7632D; Mon, 6 May 2019 16:17:26 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f42.google.com with SMTP id m7so9322219ioa.6; Mon, 06 May 2019 09:17:26 -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; bh=h7+6W6lOJwQKo7XLx9uRGTFWJNW2jDBaX3aJA+cOZG0=; b=UoC5yW69byHgr8+TMmJIHLQdhGIhnCQD754Aff3EwfJlumwLgW3/MSuA9hdajmPDuB TqU+RbEmNbD8OHHlVJiER9qGBkrMFlvxM+7qtRogXPUDQxfO/cRC2O15srxbl+jUPdSo xTz9frtN3Sn5R7x0s2akON3ARhtJ56FSfm8hNZ0cWVpom3MPrEH9wVnsdy4dVyZ0fZ7/ JsXxkU9CVYphTZw1ySjoiszlBIw9R7NNRuEXwPEmMxmW41h6zic75ubJsNsPNuxmM5lW 7Um/Sp95jG717pkRIGS7fSEKlmwig3uxWVRwemVlyt5kJDXH4kXiYp3alYfkN8biq6G0 ZATg== X-Gm-Message-State: APjAAAWg7YQWxazcBFWjFT1DOQlstKmQwdStLkI+R+RUriHY9G2AD6pm ZsXxTQy307APE20AcAYDvCkk3sZjPrLWihY5J8gZIw== X-Google-Smtp-Source: APXvYqylFRCglHDWiWyeuTrzhnxtSwtYVPTSP65Ehde3X30Aw5pKQBGJ7c2IH1nbpx/b+xlCi02peUV7Hjka8SMvPJ8= X-Received: by 2002:a05:6602:21d7:: with SMTP id c23mr6886840ioc.66.1557158972110; Mon, 06 May 2019 09:09:32 -0700 (PDT) MIME-Version: 1.0 References: <201905061607.x46G7E5n003614@repo.freebsd.org> In-Reply-To: <201905061607.x46G7E5n003614@repo.freebsd.org> From: Ed Maste Date: Sun, 5 May 2019 23:58:18 -0400 Message-ID: Subject: Re: svn commit: r347186 - head/sys/arm64/linux To: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 7DD1E7632D X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.91 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.91)[-0.908,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 06 May 2019 16:17:27 -0000 On Mon, 6 May 2019 at 12:07, Ed Maste wrote: > > Author: emaste > Date: Mon May 6 16:07:14 2019 > New Revision: 347186 > URL: https://svnweb.freebsd.org/changeset/base/347186 > > Log: > Reformat arm64 linux syscalls.master per current style > > Equivalent to r339958 for sys/kern/syscalls.master. Reviewed by: dchagin