From owner-svn-src-all@freebsd.org Sun Jun 17 03:10:39 2018 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 D9903100A880 for ; Sun, 17 Jun 2018 03:10:38 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lf0-x232.google.com (mail-lf0-x232.google.com [IPv6:2a00:1450:4010:c07::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4781D7C12E for ; Sun, 17 Jun 2018 03:10:38 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lf0-x232.google.com with SMTP id t2-v6so13452257lfd.6 for ; Sat, 16 Jun 2018 20:10:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:cc; bh=QTBe7GSqXUyUKcLfK4EGFCpAX1uEssDqTvvFoDu1JBs=; b=Gg0zKITSC6yHUn6A3ik+rUnnEDOToSeDxksYdYa+Xpe6ZvQHj0VkSkXSjr+UAkKLCf H1XaY1+jWo/Uipa3/im8WuZDBo5euy+Pfz3YwfXkZksk1CcHv8kw9kmcUO1zODSkygu9 B3DLaUAbivasFoBw5gInerslCW+vjNLPDClQVKGMbfWLpWbclO7ABsThaKnKio5TuaOJ Stm0I+CCVbuTtT0tvRfILiAN4f86oPy3+D4gj5wkpjLxEzfQ5Oip+1efPe/MDV7r+ZGZ 7YM3PXghGytrxEnl8pJAtFheSFSEpLXRm/sdOtxMOhm6kr6pOzMyo1C9oVNvMRQU6upG 6aKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:cc; bh=QTBe7GSqXUyUKcLfK4EGFCpAX1uEssDqTvvFoDu1JBs=; b=CAawexInQtcL41eE33hDD+2cB7Ei939nSwsvxu7sUGS5WK3ARN0R4da8jawaiyRPek mBAP59/THzvtQfrZHltd1GMhZDa15VrhHDbrQmr4xX5Ie2vFe5jmXTVgCe0RhESn61iv EwMkN5Fx8A68QOiKnqnh1oTNO82WtUi1yr6HQ9mJC2QdAITneOb3cviBvFlOzuujjwc6 lS7BYOhU9c7qm76ZtdYUA+W+ehJZPwrEx90BFNik9kP45NXYdlWdKHv0xueHGlYhGFc7 qwHUIb/P7IXYRiyA3eWSKV7b2ZcuG+CRKJg1iV8VCtqZIh3TEe/GFC568/3tVJRkwfyZ YK1A== X-Gm-Message-State: APt69E0aZLGmN6z89EQ6SoCWuH5gj+R75fTjW4W2DoZwp0YQucRoCFzJ wiuTsOKo4+5IKSHzb5k4sWoMHJaZpgV1CVBwc+s= X-Received: by 2002:a2e:7403:: with SMTP id p3-v6mt5255171ljc.59.1529205036139; Sat, 16 Jun 2018 20:10:36 -0700 (PDT) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 2002:ab3:7206:0:0:0:0:0 with HTTP; Sat, 16 Jun 2018 20:10:35 -0700 (PDT) In-Reply-To: <201806161822.w5GIMZ9q016637@repo.freebsd.org> References: <201806161822.w5GIMZ9q016637@repo.freebsd.org> From: Alan Somers Date: Sat, 16 Jun 2018 21:10:35 -0600 X-Google-Sender-Auth: _DxehIlG6_wWaAU1Ga1YjlgmeMo Message-ID: Subject: Re: svn commit: r335260 - head/tests/sys/audit Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 17 Jun 2018 03:10:39 -0000 Correction: these are tests for SysV message queues. POSIX message queues are TODO. On Sat, Jun 16, 2018 at 12:22 PM, Alan Somers wrote: > Author: asomers > Date: Sat Jun 16 18:22:35 2018 > New Revision: 335260 > URL: https://svnweb.freebsd.org/changeset/base/335260 > > Log: > audit(4): add tests for POSIX message queues > > Submitted by: aniketp > MFC after: 2 weeks > Sponsored by: Google, Inc. (GSoC 2018) > Differential Revision: https://reviews.freebsd.org/D15848 > > Added: > head/tests/sys/audit/inter-process.c (contents, props changed) > Modified: > head/tests/sys/audit/Makefile > >