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

2016-03-24 Thread Pedro F. Giffuni
Author: pfg Date: Fri Mar 25 01:01:32 2016 New Revision: 297263 URL: https://svnweb.freebsd.org/changeset/base/297263 Log: MFC r297037: aio_qphysio(): Avoid uninitialized pointer read on error. For the !unmap case it may happen that pbuf gets called unreferenced when

svn commit: r297259 - stable/10/include/rpc

2016-03-24 Thread Pedro F. Giffuni
Author: pfg Date: Fri Mar 25 00:39:01 2016 New Revision: 297259 URL: https://svnweb.freebsd.org/changeset/base/297259 Log: MFC r296394: xdr: Fix xdr_rpc* defines. The defines for xdr_rpc* in xdr.h are wrong. It could be very well that Solaris did strip the '_t' from xdr_u_int32_t,

svn commit: r297228 - stable/10/sys/netpfil/ipfw

2016-03-24 Thread Hans Petter Selasky
Author: hselasky Date: Thu Mar 24 09:22:58 2016 New Revision: 297228 URL: https://svnweb.freebsd.org/changeset/base/297228 Log: MFC r292254: Properly drain callouts in the IPFW subsystem to avoid use after free panics when unloading the dummynet and IPFW modules: - The callout drain

svn commit: r297224 - stable/10/lib/libthr

2016-03-24 Thread Konstantin Belousov
Author: kib Date: Thu Mar 24 07:24:33 2016 New Revision: 297224 URL: https://svnweb.freebsd.org/changeset/base/297224 Log: MFC r297137: Fix typo. Modified: stable/10/lib/libthr/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libthr/Makefile