Re: svn commit: r288079 - in stable/10/sys: kern sys

2015-09-22 Thread Oliver Pinter
On 9/22/15, Oliver Pinter wrote: > On 9/22/15, Kirk McKusick wrote: >> Author: mckusick >> Date: Tue Sep 22 00:43:05 2015 >> New Revision: 288079 >> URL: https://svnweb.freebsd.org/changeset/base/288079 >> >> Log: >> MFC of 281677: >> >>

svn commit: r288139 - stable/10/usr.bin/w

2015-09-22 Thread Xin LI
Author: delphij Date: Wed Sep 23 01:07:45 2015 New Revision: 288139 URL: https://svnweb.freebsd.org/changeset/base/288139 Log: MFC r287590: w(1) is not setgid binary since r53279, so remove the setgid() call. Reviewed By: wollman Modified: stable/10/usr.bin/w/Makefile

svn commit: r288134 - in stable: 10/sbin/ipfw 9/sbin/ipfw

2015-09-22 Thread Dimitry Andric
Author: dim Date: Tue Sep 22 22:18:36 2015 New Revision: 288134 URL: https://svnweb.freebsd.org/changeset/base/288134 Log: MFC r286702: In ipfw2, avoid left-shifting negative integers, which is undefined. While here, make some other arguments to htonl(3) unsigned too. Modified:

svn commit: r288133 - in stable: 10/contrib/gcclibs/libcpp 9/contrib/gcclibs/libcpp

2015-09-22 Thread Dimitry Andric
Author: dim Date: Tue Sep 22 22:07:42 2015 New Revision: 288133 URL: https://svnweb.freebsd.org/changeset/base/288133 Log: MFC r286699: In gcc's libcpp, stop using the INTTYPE_MAXIMUM() macro, which relies on undefined behavior. The code used this macro to avoid problems on some

Re: svn commit: r287984 - stable/10/sys/contrib/ipfilter/netinet

2015-09-22 Thread Cy Schubert
In message <20150919065128.ga74...@freebsd.org>, Alexey Dokuchaev writes: > On Sat, Sep 19, 2015 at 03:58:32AM +, Cy Schubert wrote: > > New Revision: 287984 > > URL: https://svnweb.freebsd.org/changeset/base/287984 > > > > Log: > > MFC r287651, r287652, r287653. > > > > Fix mutex

svn commit: r288142 - stable/10/sys/cam/scsi

2015-09-22 Thread Alexander Motin
Author: mav Date: Wed Sep 23 05:14:48 2015 New Revision: 288142 URL: https://svnweb.freebsd.org/changeset/base/288142 Log: MFC r287866: Fix fixed sense writing when passed more data then it can fit. Modified: stable/10/sys/cam/scsi/scsi_all.c Directory Properties: stable/10/ (props

svn commit: r288135 - in stable: 10/sys/dev/bxe 9/sys/dev/bxe

2015-09-22 Thread Dimitry Andric
Author: dim Date: Tue Sep 22 22:27:45 2015 New Revision: 288135 URL: https://svnweb.freebsd.org/changeset/base/288135 Log: MFC r286733: Avoid left-shifting negative signed values in bxe(4). Reviewed by: davidcs Modified: stable/10/sys/dev/bxe/ecore_hsi.h Directory Properties:

svn commit: r288136 - in stable: 10/lib/libz 9/lib/libz

2015-09-22 Thread Dimitry Andric
Author: dim Date: Tue Sep 22 22:35:42 2015 New Revision: 288136 URL: https://svnweb.freebsd.org/changeset/base/288136 Log: MFC r287541: In libz's inflateMark(), avoid left-shifting a negative integer, which is undefined. Reviewed by: delphij Differential Revision:

svn commit: r288105 - stable/10/lib/libc/sys

2015-09-22 Thread Jeremie Le Hen
Author: jlh Date: Tue Sep 22 10:48:28 2015 New Revision: 288105 URL: https://svnweb.freebsd.org/changeset/base/288105 Log: Long overdue MFC r284377: NetBSD commit log: Use a constant array for the MIB. Newer LLVM decided that mib[] warranted stack protections, with the obvious

svn commit: r288103 - stable/10/sys/kern

2015-09-22 Thread Konstantin Belousov
Author: kib Date: Tue Sep 22 10:31:48 2015 New Revision: 288103 URL: https://svnweb.freebsd.org/changeset/base/288103 Log: The stable/10 branch uses mutex for vfs_hash. Fix build. Submitted by: Jukka Ukkonen Modified: stable/10/sys/kern/vfs_hash.c Modified:

svn commit: r288107 - stable/10/etc/defaults

2015-09-22 Thread Jeremie Le Hen
Author: jlh Date: Tue Sep 22 11:38:58 2015 New Revision: 288107 URL: https://svnweb.freebsd.org/changeset/base/288107 Log: Long overdue MFC r285444: Allow again periodic scripts to be run from command-line. PR: 188109 Submitted by: Jason Unovitch Modified:

svn commit: r288109 - stable/10/sys/netinet6

2015-09-22 Thread Renato Botelho
Author: garga (ports committer) Date: Tue Sep 22 14:33:43 2015 New Revision: 288109 URL: https://svnweb.freebsd.org/changeset/base/288109 Log: Remove extra space introduced in r287734. This is a stable/10 only fix since original commit (r287094) is correct. Approved by: loos Sponsored

Re: svn commit: r288079 - in stable/10/sys: kern sys

2015-09-22 Thread Conrad Meyer
On Mon, Sep 21, 2015 at 11:55 PM, Oliver Pinter wrote: > On 9/22/15, Oliver Pinter wrote: >> Seems like this commit breaks the build: >> >> --- vfs_hash.o --- >>