From owner-svn-src-all@freebsd.org Sat Jan 9 19:41:58 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AB56A6A368; Sat, 9 Jan 2016 19:41:58 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io0-x234.google.com (mail-io0-x234.google.com [IPv6:2607:f8b0:4001:c06::234]) (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 3C72215BA; Sat, 9 Jan 2016 19:41:58 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io0-x234.google.com with SMTP id q21so316090752iod.0; Sat, 09 Jan 2016 11:41:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ym4Vi4K2ND1Kk1ywrTYIPcmifHrYp75dQC1ZHqgd0m4=; b=HY8CFCeyhfxJp4h1tfGjm+C8H7bCdNaXOTmxlzVqWM80SuNfN9O3xZ2bdPZ8m0Jpeg IyUNiMUl0pWkKbQOV8gVAC3RG6QtMJgiJo4ns1F8LDzf3rVbrT0CQRR6BW0oA1DBUr6y YG2AWGR1huHDdM/MLGsrgHGYPTssCjfOLikVgP/qJf0icvF9ZBpNVGiQktS9o+UcwWLb XDhYUhCv/0TMQhSLCycNzLECnE0jPKincUG+mtOjxOxYBl7/HzvpSmTN58nCdiLq/yyC es1qwJfixRG1mSewnAcmiutU22SfkG0IYnOFrSTBd4WeotI1GD67DWgKB8Pduk/etxPH EqwQ== MIME-Version: 1.0 X-Received: by 10.107.132.159 with SMTP id o31mr70258974ioi.32.1452368517663; Sat, 09 Jan 2016 11:41:57 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.159.195 with HTTP; Sat, 9 Jan 2016 11:41:57 -0800 (PST) In-Reply-To: <201601082034.u08KYvLv075281@repo.freebsd.org> References: <201601082034.u08KYvLv075281@repo.freebsd.org> Date: Sat, 9 Jan 2016 19:41:57 +0000 X-Google-Sender-Auth: 0T5FhBGZbFk_bISR3CL3E7wyQAQ Message-ID: Subject: Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat From: Antoine Brodin To: Gleb Smirnoff , Dirk Meyer Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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 Jan 2016 19:41:58 -0000 On Fri, Jan 8, 2016 at 8:34 PM, Gleb Smirnoff wrote: > Author: glebius > Date: Fri Jan 8 20:34:57 2016 > New Revision: 293439 > URL: https://svnweb.freebsd.org/changeset/base/293439 > > Log: > New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 and > up to now. Hi, "SF_FLAGS" addition seems to break graphics/graphviz on head. See error log at: http://beefy3.nyi.freebsd.org/data/head-i386-default/p405601_s293454/logs/errors/graphviz-2.38.0_10.log 739 ports are skipped due to this failure. Cheers, Antoine