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
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
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
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
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/
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
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
=
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
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()
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
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
11 matches
Mail list logo