svn commit: r308100 - head/lib/libgcc_eh

2016-10-29 Thread Ed Maste
Author: emaste Date: Sun Oct 30 02:57:47 2016 New Revision: 308100 URL: https://svnweb.freebsd.org/changeset/base/308100 Log: compile libunwind c source with -fexceptions When an exception is thrown the unwinder must unwind its own C source (starting with _Unwind_RaiseException in UnwindL

svn commit: r308099 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-10-29 Thread Alexander Motin
Author: mav Date: Sat Oct 29 23:25:12 2016 New Revision: 308099 URL: https://svnweb.freebsd.org/changeset/base/308099 Log: Add sysctls for zfs_immediate_write_sz and zvol_immediate_write_sz. Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_log.c head/sys/cddl/contrib/openso

svn commit: r308098 - head/sys/vm

2016-10-29 Thread Alan Cox
Author: alc Date: Sat Oct 29 21:01:49 2016 New Revision: 308098 URL: https://svnweb.freebsd.org/changeset/base/308098 Log: The "lookup_is_valid" field is used as a "bool". Make it one. Convert vm_fault_hold()'s Boolean variables that are only used internally to "bool". Add a comment des

svn commit: r308097 - head/sys/kern

2016-10-29 Thread Mark Johnston
Author: markj Date: Sat Oct 29 20:01:48 2016 New Revision: 308097 URL: https://svnweb.freebsd.org/changeset/base/308097 Log: Fix WITNESS hints for pagequeue locks. MFC after:1 week Modified: head/sys/kern/subr_witness.c Modified: head/sys/kern/subr_witness.c

svn commit: r308096 - head/sys/vm

2016-10-29 Thread Alan Cox
Author: alc Date: Sat Oct 29 19:22:38 2016 New Revision: 308096 URL: https://svnweb.freebsd.org/changeset/base/308096 Log: With one exception, "hardfault" is used like a "bool". Change that exception and make it a "bool". Reviewed by: kib MFC after:7 days Modified: head/sys/vm/

Re: svn commit: r306577 - head/sys/netinet

2016-10-29 Thread Eric van Gyzen
On 10/29/2016 11:50, Hans Petter Selasky wrote: > On 10/02/16 03:42, Eric van Gyzen wrote: >> +if (callout_reset(&ia->ia_garp_timer, (1 << ia->ia_garp_count) * hz, >> +garp_rexmit, ia) == 0) { >> +ifa_ref(ifa); >> +} > > Hi, > > Be careful when you MFC this, because the re

svn commit: r308095 - head/sys/vm

2016-10-29 Thread Mark Johnston
Author: markj Date: Sat Oct 29 18:47:28 2016 New Revision: 308095 URL: https://svnweb.freebsd.org/changeset/base/308095 Log: Add one more use of unlock_vp(). Discussed with: kib X-MFC With: r308094 Modified: head/sys/vm/vm_fault.c Modified: head/sys/vm/vm_fault.c =

svn commit: r308094 - head/sys/vm

2016-10-29 Thread Konstantin Belousov
Author: kib Date: Sat Oct 29 18:03:29 2016 New Revision: 308094 URL: https://svnweb.freebsd.org/changeset/base/308094 Log: Add unlock_vp() helper. Trim space. Discussed with: alc Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/vm/vm_fault.c Modif

Re: svn commit: r306577 - head/sys/netinet

2016-10-29 Thread Hans Petter Selasky
On 10/02/16 03:42, Eric van Gyzen wrote: + if (callout_reset(&ia->ia_garp_timer, (1 << ia->ia_garp_count) * hz, + garp_rexmit, ia) == 0) { + ifa_ref(ifa); + } Hi, Be careful when you MFC this, because the return values of callout_reset() and callout_stop()

svn commit: r308089 - in head: cddl/contrib/opensolaris/lib/libzfs/common sbin sbin/zfsbootcfg sys/boot/i386/common sys/boot/i386/gptzfsboot sys/boot/i386/zfsboot sys/cddl/contrib/opensolaris/uts/c...

2016-10-29 Thread Andriy Gapon
Author: avg Date: Sat Oct 29 14:09:32 2016 New Revision: 308089 URL: https://svnweb.freebsd.org/changeset/base/308089 Log: zfsbootcfg: a simple tool to set next boot (one time) options for zfsboot (gpt)zfsboot will read one-time boot directives from a special ZFS pool area. The area was

svn commit: r308088 - head/sys/kern

2016-10-29 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Oct 29 12:38:30 2016 New Revision: 308088 URL: https://svnweb.freebsd.org/changeset/base/308088 Log: Fix getfsstat(2) handling of flags. The 'flags' argument is an enum, not a bitfield. For the intended usage - being passed either MNT_WAIT, or MNT_NOWAIT - this should