From owner-svn-src-head@freebsd.org Sat Apr 15 14:53:35 2017 Return-Path: Delivered-To: svn-src-head@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 F04C3D3FDA3 for ; Sat, 15 Apr 2017 14:53:35 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-43.reflexion.net [208.70.210.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 916BE6D2 for ; Sat, 15 Apr 2017 14:53:34 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 8681 invoked from network); 15 Apr 2017 14:56:32 -0000 Received: from unknown (HELO mail-cs-02.app.dca.reflexion.local) (10.81.19.2) by 0 (rfx-qmail) with SMTP; 15 Apr 2017 14:56:32 -0000 Received: by mail-cs-02.app.dca.reflexion.local (Reflexion email security v8.40.0) with SMTP; Sat, 15 Apr 2017 10:53:32 -0400 (EDT) Received: (qmail 31297 invoked from network); 15 Apr 2017 14:53:32 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 15 Apr 2017 14:53:32 -0000 Received: from [192.168.1.106] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id EB915EC7B2C; Sat, 15 Apr 2017 07:53:31 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r316874 - head/sys/kern Message-Id: <5DBF14FE-5D54-4E34-ACD4-7C2BBC058BA6@dsl-only.net> Date: Sat, 15 Apr 2017 07:53:31 -0700 To: sobomax@FreeBSD.org, svn-src-head@freebsd.org X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 15 Apr 2017 14:53:36 -0000 Peter Wemm peter at wemm.org on Fri Apr 14 18:49:32 UTC 2017 wrote: > This appears to have broken syslogd and had a major change in behavior = with=20 > regards to select(2). I end up with the following run-away processes: send-mail -i root (sendmail) /usr/local/bin/dbus-daemon --system (I'm just guessing at the cause being this same change.) =3D=3D=3D Mark Millard markmi at dsl-only.net