svn commit: r304262 - in stable/10/sys: amd64/amd64 i386/i386

2016-08-17 Thread Konstantin Belousov
Author: kib Date: Wed Aug 17 07:09:22 2016 New Revision: 304262 URL: https://svnweb.freebsd.org/changeset/base/304262 Log: MFC r303913: Unconditionally perform checks that FPU region was entered, when #NM exception is caught in kernel mode. Modified: stable/10/sys/amd64/amd64/trap.c sta

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

2016-08-17 Thread Konstantin Belousov
Author: kib Date: Wed Aug 17 07:13:25 2016 New Revision: 304264 URL: https://svnweb.freebsd.org/changeset/base/304264 Log: MFC r303914: Re-schedule signals after kthread exits. Modified: stable/10/sys/kern/kern_kthread.c Directory Properties: stable/10/ (props changed) Modified: stable

svn commit: r304266 - stable/10/sys/fs/tmpfs

2016-08-17 Thread Konstantin Belousov
Author: kib Date: Wed Aug 17 07:17:16 2016 New Revision: 304266 URL: https://svnweb.freebsd.org/changeset/base/304266 Log: MFC r303916: Convert another tmpfs assert into runtime check. Modified: stable/10/sys/fs/tmpfs/tmpfs_subr.c Directory Properties: stable/10/ (props changed) Modifi

svn commit: r304281 - stable/10/sbin/pfctl

2016-08-17 Thread Kristof Provost
Author: kp Date: Wed Aug 17 09:21:55 2016 New Revision: 304281 URL: https://svnweb.freebsd.org/changeset/base/304281 Log: MFC r303663: pfctl: Allow TOS bits to be cleared TOS value 0 is valid, so use 256 as an invalid value rather than zero. This allows users to enforce TOS == 0 with

svn commit: r304283 - stable/10/sys/netpfil/pf

2016-08-17 Thread Kristof Provost
Author: kp Date: Wed Aug 17 09:24:46 2016 New Revision: 304283 URL: https://svnweb.freebsd.org/changeset/base/304283 Log: MFC r302497: pf: Map hook returns onto the correct error values pf returns PF_PASS, PF_DROP, ... in the netpfil hooks, but the hook callers expect to get E error

svn commit: r304293 - stable/10/sys/net

2016-08-17 Thread Kristof Provost
Author: kp Date: Wed Aug 17 15:14:21 2016 New Revision: 304293 URL: https://svnweb.freebsd.org/changeset/base/304293 Log: MFC r289932, r289940: PF_ANEQ() macro will in most situations returns TRUE comparing two identical IPv4 packets (when it should return FALSE). It happens because PF_AN