Author: adrian
Date: Sun Oct 4 05:22:17 2015
New Revision: 288649
URL: https://svnweb.freebsd.org/changeset/base/288649
Log:
Fix run(4) mbuf queue flushing / freeing.
Ensure things are freed during interface stop, or start may end up never
being able to transmit a full queue.
Modified:
Author: adrian
Date: Sun Oct 4 04:44:06 2015
New Revision: 288648
URL: https://svnweb.freebsd.org/changeset/base/288648
Log:
Random zyd(4) fixes to bring TX handling in line with rsu, etc
* don't free buffers in the TX routine, only in transmit/raw_xmit
* free nodes + references
* .. a
Author: adrian
Date: Sun Oct 4 04:29:44 2015
New Revision: 288647
URL: https://svnweb.freebsd.org/changeset/base/288647
Log:
Fix to make compile on gcc-4.2.1 (eg mips, sparc64.)
Modified:
head/sys/dev/usb/wlan/if_rum.c
Modified: head/sys/dev/usb/wlan/if_rum.c
===
Author: adrian
Date: Sun Oct 4 04:25:56 2015
New Revision: 288646
URL: https://svnweb.freebsd.org/changeset/base/288646
Log:
Fix to compile using gcc-4.2 (eg mips, sparc64.)
Modified:
head/sys/dev/usb/wlan/if_run.c
Modified: head/sys/dev/usb/wlan/if_run.c
===
Author: sbruno
Date: Sun Oct 4 01:56:11 2015
New Revision: 288645
URL: https://svnweb.freebsd.org/changeset/base/288645
Log:
Initialize fd to -1 so that gcc doesn't emit an unitialized warning.
Modified:
head/bin/cat/cat.c
Modified: head/bin/cat/cat.c
===
Author: pjd
Date: Sun Oct 4 00:40:12 2015
New Revision: 288644
URL: https://svnweb.freebsd.org/changeset/base/288644
Log:
Add a little, but very useful script for use with programs that work using an
event loop and should sleep only when waiting for events (eg. via kevent(2)).
When a progra
Author: adrian
Date: Sat Oct 3 22:38:08 2015
New Revision: 288643
URL: https://svnweb.freebsd.org/changeset/base/288643
Log:
net80211: reduce code duplication in the ieee80211_ioctl_setwmeparam() + fix
comments.
Submitted by:
Differential Revision:https://reviews.freebsd.org/D3
Author: adrian
Date: Sat Oct 3 22:35:37 2015
New Revision: 288642
URL: https://svnweb.freebsd.org/changeset/base/288642
Log:
rum(4): add WME support.
Tested:
* WUSB54GC, HOSTAP and STA modes.
* Me: rum0: MAC/BBP RT2573 (rev 0x2573a), RF RT2528
Submitted by:
Differential Revi
Author: adrian
Date: Sat Oct 3 22:33:45 2015
New Revision: 288641
URL: https://svnweb.freebsd.org/changeset/base/288641
Log:
run(4): fix WME support (untested).
Now run(4) fetches parameters from ic->ic_wme.wme_params array, which is
never initialized
(and can be safely removed). This p
On Sat, Oct 3, 2015 at 2:33 PM, Jilles Tjoelker wrote:
> On Sat, Oct 03, 2015 at 07:37:42PM +, Mark Johnston wrote:
>> Author: markj
>> Date: Sat Oct 3 19:37:41 2015
>> New Revision: 288628
>> URL: https://svnweb.freebsd.org/changeset/base/288628
>
>> Log:
>> The return value of posix_fadvi
Author: adrian
Date: Sat Oct 3 22:26:59 2015
New Revision: 288639
URL: https://svnweb.freebsd.org/changeset/base/288639
Log:
rum(4): fix stats interpretation in rum_ratectl_task()
Testing:
* WUSB54GC, STA mode
Submitted by:
Differential Revision:https://reviews.freebsd
Author: markj
Date: Sat Oct 3 22:27:14 2015
New Revision: 288640
URL: https://svnweb.freebsd.org/changeset/base/288640
Log:
Revert r288628 and instead fix a discrepancy between the posix_fadvise(2)
man page and POSIX: posix_fadvise(2) returns an error number on failure.
Reported by: jil
Author: adrian
Date: Sat Oct 3 22:22:26 2015
New Revision: 288638
URL: https://svnweb.freebsd.org/changeset/base/288638
Log:
rum(4): set short/long retry limits
Now device will use retry limit, which is set via 'ifconfig
maxretry '.
Tested:
* Tested on WUSB54GC, STA mode.
Author: adrian
Date: Sat Oct 3 22:15:59 2015
New Revision: 288637
URL: https://svnweb.freebsd.org/changeset/base/288637
Log:
rum(4): fix sequence number generation.
* drop erroneous RT2573_TX_MORE_FRAG flag;
* provide RT2573_TX_HWSEQ where needed.
Submitted by:
Differential Revis
Author: adrian
Date: Sat Oct 3 22:12:25 2015
New Revision: 288636
URL: https://svnweb.freebsd.org/changeset/base/288636
Log:
net80211: drop ieee80211_beacon_offsets parameter from
ieee80211_beacon_alloc() and ieee80211_beacon_update()
Submitted by:
Differential Revision:https:/
Author: adrian
Date: Sat Oct 3 21:48:27 2015
New Revision: 288635
URL: https://svnweb.freebsd.org/changeset/base/288635
Log:
net80211: drop redundant 3rd parameter from iv_key_set().
The MAC can be fetched from the key struct.
I added the ndis updates to make it compile.
Submitte
On Sat, Oct 03, 2015 at 07:37:42PM +, Mark Johnston wrote:
> Author: markj
> Date: Sat Oct 3 19:37:41 2015
> New Revision: 288628
> URL: https://svnweb.freebsd.org/changeset/base/288628
> Log:
> The return value of posix_fadvise(2) is just an error status, so
> sys_posix_fadvise() should
Author: adrian
Date: Sat Oct 3 20:53:10 2015
New Revision: 288634
URL: https://svnweb.freebsd.org/changeset/base/288634
Log:
rum(4): drop unused 'node id' parameter.
Submitted by:
Differential Revision:https://reviews.freebsd.org/D3655
Modified:
head/sys/dev/usb/wlan/if_rum.c
Author: adrian
Date: Sat Oct 3 20:49:08 2015
New Revision: 288633
URL: https://svnweb.freebsd.org/changeset/base/288633
Log:
rum(4): add support for hardware encryption (WEP, TKIP and CCMP).
This diff includes:
* Transmitter Addresses, Keys and TKIP MIC addition to the Security Key Ta
Author: adrian
Date: Sat Oct 3 20:45:43 2015
New Revision: 288632
URL: https://svnweb.freebsd.org/changeset/base/288632
Log:
rum(4): implement iv_update_beacon call (fixes client power save support).
Submitted by:
Differential Revision:https://reviews.freebsd.org/D3632
Modified
Author: adrian
Date: Sat Oct 3 20:44:16 2015
New Revision: 288631
URL: https://svnweb.freebsd.org/changeset/base/288631
Log:
rum(4): attach rum_update_slot to ic_updateslot.
Submitted by:
Differential Revision:https://reviews.freebsd.org/D3631
Modified:
head/sys/dev/usb/wlan/
Author: bdrewery
Date: Sat Oct 3 20:24:23 2015
New Revision: 288630
URL: https://svnweb.freebsd.org/changeset/base/288630
Log:
Make GCC happy
Modified:
head/bin/cat/cat.c
Modified: head/bin/cat/cat.c
==
--- head/bin
Author: bdrewery
Date: Sat Oct 3 20:06:50 2015
New Revision: 288629
URL: https://svnweb.freebsd.org/changeset/base/288629
Log:
Include stddef.h for ptrdiff_t
Modified:
head/lib/libohash/ohash.h
Modified: head/lib/libohash/ohash.h
=
Author: markj
Date: Sat Oct 3 19:37:41 2015
New Revision: 288628
URL: https://svnweb.freebsd.org/changeset/base/288628
Log:
The return value of posix_fadvise(2) is just an error status, so
sys_posix_fadvise() should simply return the errno (or 0) to syscallenter()
rather than setting a retu
Author: alc
Date: Sat Oct 3 19:27:52 2015
New Revision: 288627
URL: https://svnweb.freebsd.org/changeset/base/288627
Log:
Reduce the scope of a variable to the only file where it is used.
Modified:
head/sys/vm/vm_page.c
head/sys/vm/vm_pageout.c
head/sys/vm/vm_pageout.h
Modified: head/sy
Author: bdrewery
Date: Sat Oct 3 19:08:36 2015
New Revision: 288626
URL: https://svnweb.freebsd.org/changeset/base/288626
Log:
Style fix.
Modified:
head/usr.bin/truss/syscalls.c
Modified: head/usr.bin/truss/syscalls.c
=
Author: bdrewery
Date: Sat Oct 3 18:57:15 2015
New Revision: 288625
URL: https://svnweb.freebsd.org/changeset/base/288625
Log:
Add decoding for struct statfs.
Reviewed by: jhb (briefly)
Modified:
head/usr.bin/truss/syscall.h
head/usr.bin/truss/syscalls.c
Modified: head/usr.bin/truss
Author: bdrewery
Date: Sat Oct 3 18:40:27 2015
New Revision: 288624
URL: https://svnweb.freebsd.org/changeset/base/288624
Log:
Partially revert r288607, stable/10 does not use ncurses_dll.h.in like head
does, so this file should not be in CLEANFILES / .NOPATH.
Modified:
stable/10/lib/ncurs
Author: adrian
Date: Sat Oct 3 17:49:11 2015
New Revision: 288623
URL: https://svnweb.freebsd.org/changeset/base/288623
Log:
rum(4): split rum_prepare_beacon() into 'alloc' and 'set' stages
Note: I manually had to merge this; I merged in the "put beacon_offsets
into vap" commit before th
Author: adrian
Date: Sat Oct 3 17:34:11 2015
New Revision: 288622
URL: https://svnweb.freebsd.org/changeset/base/288622
Log:
rum(4): add support for AHDEMO mode.
Submitted by:
Differential Revision:https://reviews.freebsd.org/D3627
Modified:
head/sys/dev/usb/wlan/if_rum.c
Mo
Author: adrian
Date: Sat Oct 3 17:30:57 2015
New Revision: 288621
URL: https://svnweb.freebsd.org/changeset/base/288621
Log:
rum(4): simplify rum_set_bssid(), rum_set_macaddr() and rum_update_promisc()
Tested:
* rum0: MAC/BBP RT2573 (rev 0x2573a), RF RT2528, STA mode
Submitted by
Author: bdrewery
Date: Sat Oct 3 17:28:46 2015
New Revision: 288620
URL: https://svnweb.freebsd.org/changeset/base/288620
Log:
Mute this cookie as well
Modified:
head/include/Makefile
Modified: head/include/Makefile
===
Author: adrian
Date: Sat Oct 3 17:18:35 2015
New Revision: 288619
URL: https://svnweb.freebsd.org/changeset/base/288619
Log:
rum(4): do not corrupt MAC address
Don't override the NIC MAC address with an overridden MAC address for
a VAP.
Submitted by:
Differential Revision:
Author: adrian
Date: Sat Oct 3 17:11:21 2015
New Revision: 288618
URL: https://svnweb.freebsd.org/changeset/base/288618
Log:
rum(4): add error handling for rum_enable_tsf_sync() and rum_prepare_beacon()
Tested:
* rum0: MAC/BBP RT2573 (rev 0x2573a), RF RT2528, STA mode
Note: haven'
Author: alc
Date: Sat Oct 3 17:04:52 2015
New Revision: 288617
URL: https://svnweb.freebsd.org/changeset/base/288617
Log:
Perform a single batched update to the object's paging-in-progress count
rather than updating it for each page.
Modified:
head/sys/kern/vfs_bio.c
Modified: head/sys/ke
Author: adrian
Date: Sat Oct 3 16:37:38 2015
New Revision: 288616
URL: https://svnweb.freebsd.org/changeset/base/288616
Log:
rum(4): move some code from rum_init() into separate function.
Tested:
* rum0: MAC/BBP RT2573 (rev 0x2573a), RF RT2528, STA mode
Submitted by:
Different
Author: bdrewery
Date: Sat Oct 3 16:34:21 2015
New Revision: 288615
URL: https://svnweb.freebsd.org/changeset/base/288615
Log:
Remove redundant COMPAT_32BIT guard on pkgconfig files. This is already
handled
by the LIBRARIES_ONLY mechanism protecting FILES.
Sponsored by: EMC / Isilon St
Author: bdrewery
Date: Sat Oct 3 16:26:13 2015
New Revision: 288613
URL: https://svnweb.freebsd.org/changeset/base/288613
Log:
MFC r287982:
Replace afterinstall: hack from r54681 with 'make delete-old' functionality.
Modified:
stable/10/ObsoleteFiles.inc
stable/10/usr.sbin/ntp/ntpdc
Author: bdrewery
Date: Sat Oct 3 16:26:46 2015
New Revision: 288614
URL: https://svnweb.freebsd.org/changeset/base/288614
Log:
MFC r287982:
Replace afterinstall: hack from r54681 with 'make delete-old' functionality.
Modified:
stable/9/ObsoleteFiles.inc (contents, props changed)
s
Author: bdrewery
Date: Sat Oct 3 16:25:47 2015
New Revision: 288612
URL: https://svnweb.freebsd.org/changeset/base/288612
Log:
MFC r287981:
Replace afterinstall: hack from r111083 with 'make delete-old'
functionality.
Modified:
stable/9/ObsoleteFiles.inc (contents, props changed)
Author: bdrewery
Date: Sat Oct 3 16:24:20 2015
New Revision: 288611
URL: https://svnweb.freebsd.org/changeset/base/288611
Log:
MFC r287981:
Replace afterinstall: hack from r111083 with 'make delete-old'
functionality.
Modified:
stable/10/ObsoleteFiles.inc
stable/10/secure/lib/libcr
Author: bdrewery
Date: Sat Oct 3 16:21:53 2015
New Revision: 288610
URL: https://svnweb.freebsd.org/changeset/base/288610
Log:
MFC r273756,r287980:
r273756:
only install .pc files when we are not installing 32bit compat libs...
r287980:
Replace beforeinstall: handling wit
Author: adrian
Date: Sat Oct 3 16:21:06 2015
New Revision: 288609
URL: https://svnweb.freebsd.org/changeset/base/288609
Log:
rum(4): add error handling in initialization path
Tested:
* Tested on WUSB54GC, STA mode.
* rum0: MAC/BBP RT2573 (rev 0x2573a), RF RT2528, STA mode
Submi
Author: bdrewery
Date: Sat Oct 3 16:09:55 2015
New Revision: 288608
URL: https://svnweb.freebsd.org/changeset/base/288608
Log:
Avoid make compatibility mode issues with creating cookies from r287844 and
r287848.
Also hide the cookie creation.
Suggested by: imp, Daniel O'Connor
Modif
Author: bdrewery
Date: Sat Oct 3 16:01:16 2015
New Revision: 288607
URL: https://svnweb.freebsd.org/changeset/base/288607
Log:
MFC r288199,r288246:
Add missing CLEANFILES.
Modified:
stable/10/gnu/usr.bin/binutils/libbfd/Makefile.i386
stable/10/kerberos5/libexec/kdigest/Makefile
Author: adrian
Date: Sat Oct 3 15:58:00 2015
New Revision: 288606
URL: https://svnweb.freebsd.org/changeset/base/288606
Log:
rum(4): simplify error handling rum_raw_xmit()
Move the mbuf free responsibility to the caller of the hardware xmit
function, not the hardware xmit function itself
Author: adrian
Date: Sat Oct 3 15:52:58 2015
New Revision: 288605
URL: https://svnweb.freebsd.org/changeset/base/288605
Log:
rum(4): check mbuf size before accessing its contents
Submitted by:
Differential Revision:https://reviews.freebsd.org/D3610
Modified:
head/sys/dev/usb/
Author: adrian
Date: Sat Oct 3 15:49:55 2015
New Revision: 288604
URL: https://svnweb.freebsd.org/changeset/base/288604
Log:
rum(4): add TSF field into radiotap headers
Submitted by:
Differential Revision:https://reviews.freebsd.org/D3607
Modified:
head/sys/dev/usb/wlan/if_ru
Author: adrian
Date: Sat Oct 3 15:48:21 2015
New Revision: 288603
URL: https://svnweb.freebsd.org/changeset/base/288603
Log:
run(4): Add initial support for IBSS merge.
Submitted by:
Differential Revision:https://reviews.freebsd.org/D3592
Modified:
head/sys/dev/usb/wlan/if_ru
Author: hrs
Date: Sat Oct 3 12:49:05 2015
New Revision: 288602
URL: https://svnweb.freebsd.org/changeset/base/288602
Log:
Use getaddrinfo() to fill struct sockaddr_un. It now supports
SOCK_DGRAM and SOCK_SEQPACKET in addition to SOCK_STREAM.
Modified:
head/bin/cat/cat.c
Modified: head/bi
Author: hrs
Date: Sat Oct 3 12:40:54 2015
New Revision: 288601
URL: https://svnweb.freebsd.org/changeset/base/288601
Log:
- Move PF_LOCAL at the end of the array. PF_INET{,6} is used more often.
- Add SOCKTYPE_ANY to PF_LOCAL.
- Apply AI_CANONNAME to only AF_INET{,6}. It is not mean
Author: hrs
Date: Sat Oct 3 12:09:12 2015
New Revision: 288600
URL: https://svnweb.freebsd.org/changeset/base/288600
Log:
- Schedule DAD for IN6_IFF_TENTATIVE addresses in nd6_timer(). This
catches cases that DAD probes cannot be sent because of
IFF_UP && !IFF_DRV_RUNNING.
- nd6_d
Author: mav
Date: Sat Oct 3 11:43:54 2015
New Revision: 288599
URL: https://svnweb.freebsd.org/changeset/base/288599
Log:
MFC r288064 (by avg): 6220 memleak in l2arc on debug build
illumos/illumos-gate/commit/c546f36aa898d913ff77674fb5ff97f15b2e08b4
https://www.illumos.org/issues/6220
Author: mav
Date: Sat Oct 3 11:41:27 2015
New Revision: 288598
URL: https://svnweb.freebsd.org/changeset/base/288598
Log:
MFC r287771: 5695 dmu_sync'ed holes do not retain birth time
(userland portion that was not merged in r286677)
Update zdb to also print ltime, type, and level informa
Author: mav
Date: Sat Oct 3 11:39:39 2015
New Revision: 288597
URL: https://svnweb.freebsd.org/changeset/base/288597
Log:
MFC r287744 (by delphij): Reduce diff against upstream.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c
Directory Properties:
stable/10/ (pro
Author: mav
Date: Sat Oct 3 11:38:10 2015
New Revision: 288596
URL: https://svnweb.freebsd.org/changeset/base/288596
Log:
MFC r287706 (by delphij):
6214 zpools going south
In r286570 (MFV of r277426) an unprotected write to b_flags to
set the compression mode was introduced. This woul
Author: mav
Date: Sat Oct 3 11:37:00 2015
New Revision: 288595
URL: https://svnweb.freebsd.org/changeset/base/288595
Log:
MFV r287703, r287705 (by delphij):
6091 avl_add doesn't assert on non-debug builds
Use assfail() from libuutil instead of ASSERT() in userland
AVL avl_add.
ill
Author: mav
Date: Sat Oct 3 11:35:18 2015
New Revision: 288594
URL: https://svnweb.freebsd.org/changeset/base/288594
Log:
MFC r287702: 5987 zfs prefetch code needs work
Rewrite the ZFS prefetch code to detect only forward, sequential
streams.
The following kstats have been added:
Author: mav
Date: Sat Oct 3 11:27:23 2015
New Revision: 288593
URL: https://svnweb.freebsd.org/changeset/base/288593
Log:
MFC r287335 (by allanjude):
Remove duplicate defines introduced in initial ZFS import (r168404)
This change reduces compiler warnings by removing duplicate defines
Author: mav
Date: Sat Oct 3 11:24:47 2015
New Revision: 288592
URL: https://svnweb.freebsd.org/changeset/base/288592
Log:
MFC r287283 (by delphij):
Fix a buffer overrun which may lead to data corruption, introduced in
r286951 by reinstating changes in r274628.
In l2arc_compress_buf(),
Author: mav
Date: Sat Oct 3 11:23:08 2015
New Revision: 288591
URL: https://svnweb.freebsd.org/changeset/base/288591
Log:
MFC r287280 (by delphij):
In r286705 (Illumos 5960/a2cdcdd), a separate thread is created with curproc
as parent. In the case of a send or receive, the curproc would be
Author: mav
Date: Sat Oct 3 11:21:50 2015
New Revision: 288590
URL: https://svnweb.freebsd.org/changeset/base/288590
Log:
MFC r287103 (by avg): 5692 expose the number of hole blocks in a file
FreeBSD porting notes:
- only kernel-side changes are merged
- the new ioctl is not actually i
Author: mav
Date: Sat Oct 3 11:19:32 2015
New Revision: 288589
URL: https://svnweb.freebsd.org/changeset/base/288589
Log:
MFC r286983 (by avg):
fix a mismerge in r286539 (MFV 286538: 5562 ZFS sa_handle's violate...)
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sa.c
Di
Author: mav
Date: Sat Oct 3 11:18:30 2015
New Revision: 288588
URL: https://svnweb.freebsd.org/changeset/base/288588
Log:
MFC r286951: Restore part of r274628, reverted at r286776.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
Directory Properties:
stable/10/ (
Author: mav
Date: Sat Oct 3 11:16:42 2015
New Revision: 288586
URL: https://svnweb.freebsd.org/changeset/base/288586
Log:
MFC r286774: 2618 arc.c mistypes in the comments
Reviewed by: Jason King
Reviewed by: Josef Sipek
Approved by: Richard Lowe
Author: Bart Coddens
illumos/
Author: mav
Date: Sat Oct 3 11:17:31 2015
New Revision: 288587
URL: https://svnweb.freebsd.org/changeset/base/288587
Log:
MFC r286776: Remove some random accumulated diff from Illumos.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
Directory Properties:
stable/10/
Author: mav
Date: Sat Oct 3 11:15:49 2015
New Revision: 288585
URL: https://svnweb.freebsd.org/changeset/base/288585
Log:
MFC r286770: Fix r286766 build with debug.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
Directory Properties:
stable/10/ (props changed)
Author: mav
Date: Sat Oct 3 11:15:01 2015
New Revision: 288584
URL: https://svnweb.freebsd.org/changeset/base/288584
Log:
MFC r286767: Fix minor mismerge sometimes earlier.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
Directory Properties:
stable/10/ (props ch
Author: mav
Date: Sat Oct 3 11:14:05 2015
New Revision: 288583
URL: https://svnweb.freebsd.org/changeset/base/288583
Log:
MFC r286766: 5817 change type of arcs_size from uint64_t to refcount_t
Reviewed by: Matthew Ahrens
Reviewed by: Paul Dagnelie
Reviewed by: Adam Leventhal
Revie
Author: mav
Date: Sat Oct 3 11:13:01 2015
New Revision: 288582
URL: https://svnweb.freebsd.org/changeset/base/288582
Log:
MFC r286764: 6033 arc_adjust() should search MFU lists for oldest buffer
when adjusting MFU size.
illumos/illumos-gate@31c46cf23cd1cf4d66390a983dc5072d7d299ba2
h
Author: mav
Date: Sat Oct 3 11:11:56 2015
New Revision: 288581
URL: https://svnweb.freebsd.org/changeset/base/288581
Log:
MFC r286763: 5497 lock contention on arcs_mtx
Reviewed by: George Wilson
Reviewed by: Matthew Ahrens
Reviewed by: Richard Elling
Approved by: Dan McDonald
A
Author: mav
Date: Sat Oct 3 11:10:54 2015
New Revision: 288580
URL: https://svnweb.freebsd.org/changeset/base/288580
Log:
MFC r286762: Revert part of r205231, introducing multiple ARC state locks.
This local implementation will be replaced by one from Illumos to reduce
code divergence an
Author: mav
Date: Sat Oct 3 11:05:58 2015
New Revision: 288579
URL: https://svnweb.freebsd.org/changeset/base/288579
Log:
Restore original array_rd_sz semantics.
Before r278702 prefetch was blocked for I/Os > 1MB, after -- >= 1MB.
1MB I/Os are used for bulk operations in CTL (XCOPY, VERI
Author: erwin
Date: Sat Oct 3 09:33:29 2015
New Revision: 288577
URL: https://svnweb.freebsd.org/changeset/base/288577
Log:
Update BIND to 9.9.8
See release notes for notable changes:
https://kb.isc.org/article/AA-01305
Note this is a direct commit to stable/9 as BIND is no longer i
Author: mav
Date: Sat Oct 3 09:22:21 2015
New Revision: 288576
URL: https://svnweb.freebsd.org/changeset/base/288576
Log:
Fix r288549 build on stable.
For some reason this (odd) code builds on head, but not on stable.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/db
Author: hrs
Date: Sat Oct 3 09:15:23 2015
New Revision: 288575
URL: https://svnweb.freebsd.org/changeset/base/288575
Log:
Add IFCAP_LINKSTATE support.
Modified:
head/sys/net/if_gif.c
head/sys/net/if_gre.c
head/sys/net/if_me.c
Modified: head/sys/net/if_gif.c
=
Author: mav
Date: Sat Oct 3 08:07:21 2015
New Revision: 288574
URL: https://svnweb.freebsd.org/changeset/base/288574
Log:
MFC r286712: 6096 ZFS_SMB_ACL_RENAME needs to cleanup better
Reviewed by: Matthew Ahrens
Reviewed by: Gordon Ross
Reviewed by: George Wilson
Approved by: Rober
Author: mav
Date: Sat Oct 3 08:06:29 2015
New Revision: 288573
URL: https://svnweb.freebsd.org/changeset/base/288573
Log:
MFC r286710:
6093 zfsctl_shares_lookup should only VN_RELE() on zfs_zget() success
Reviewed by: Gordon Ross
Reviewed by: Matthew Ahrens
Reviewed by: George Wils
Author: mav
Date: Sat Oct 3 08:05:33 2015
New Revision: 288572
URL: https://svnweb.freebsd.org/changeset/base/288572
Log:
MFC r286708: 5959 clean up per-dataset feature count code
Reviewed by: Toomas Soome
Reviewed by: George Wilson
Reviewed by: Alex Reece
Approved by: Richard Low
Author: mav
Date: Sat Oct 3 08:03:36 2015
New Revision: 288571
URL: https://svnweb.freebsd.org/changeset/base/288571
Log:
MFC r286705: 5960 zfs recv should prefetch indirect blocks
5925 zfs receive -o origin=
Reviewed by: Prakash Surya
Reviewed by: Matthew Ahrens
Author: Paul Dagne
Author: mav
Date: Sat Oct 3 07:59:25 2015
New Revision: 288570
URL: https://svnweb.freebsd.org/changeset/base/288570
Log:
MFC r286689: 5981 Deadlock in dmu_objset_find_dp
illumos/illumos-gate@1d3f896f5469c69c1339890ec3d68e9feddb0343
https://www.illumos.org/issues/5981
When dmu_obj
Author: mav
Date: Sat Oct 3 07:58:28 2015
New Revision: 288569
URL: https://svnweb.freebsd.org/changeset/base/288569
Log:
MFC r286686: 5269 zpool import slow
illumos/illumos-gate@12380e1e701fda28c9e9f32d01cafb54af279eb5
https://www.illumos.org/issues/5269
When importing a pool (at
Author: mav
Date: Sat Oct 3 07:57:32 2015
New Revision: 288568
URL: https://svnweb.freebsd.org/changeset/base/288568
Log:
MFC r286683: 5765 add support for estimating send stream size with
lzc_send_space when source is a bookmark
Reviewed by: Matthew Ahrens
Reviewed by: Christopher Si
Author: mav
Date: Sat Oct 3 07:55:37 2015
New Revision: 288567
URL: https://svnweb.freebsd.org/changeset/base/288567
Log:
MFC r286677: 5695 dmu_sync'ed holes do not retain birth time
illumos/illumos-gate@70163ac57e58ace1c5c94dfbe85dca5a974eff36
https://www.illumos.org/issues/5695
Author: mav
Date: Sat Oct 3 07:53:56 2015
New Revision: 288566
URL: https://svnweb.freebsd.org/changeset/base/288566
Log:
MFC r286655: Fix set of sign extension bugs in r286625.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
Directory Properties:
stable/10/ (pro
Author: mav
Date: Sat Oct 3 07:53:08 2015
New Revision: 288565
URL: https://svnweb.freebsd.org/changeset/base/288565
Log:
MFC r286647: Fix assertion panic caused by combination of r286598 and TRIM.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
Directory Properties:
Author: mav
Date: Sat Oct 3 07:52:11 2015
New Revision: 288564
URL: https://svnweb.freebsd.org/changeset/base/288564
Log:
MFC r286628: Fix r286625 build on i386.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
Directory Properties:
stable/10/ (props changed)
Mod
Author: mav
Date: Sat Oct 3 07:51:09 2015
New Revision: 288563
URL: https://svnweb.freebsd.org/changeset/base/288563
Log:
MFC r286626: Fix minor mismerge in r286574.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
Directory Properties:
stable/10/ (props changed)
Author: mav
Date: Sat Oct 3 07:50:15 2015
New Revision: 288562
URL: https://svnweb.freebsd.org/changeset/base/288562
Log:
MFC r286625:
5376 arc_kmem_reap_now() should not result in clearing arc_no_grow
Reviewed by: Christopher Siden
Reviewed by: George Wilson
Reviewed by: Steven Ha
Author: mav
Date: Sat Oct 3 07:49:16 2015
New Revision: 288561
URL: https://svnweb.freebsd.org/changeset/base/288561
Log:
MFC r286623: Remove extra lock, that IMO only creates potential problems now.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
Directory Propertie
Author: mav
Date: Sat Oct 3 07:48:25 2015
New Revision: 288560
URL: https://svnweb.freebsd.org/changeset/base/288560
Log:
MFC r286605: 5812 assertion failed in zrl_tryenter(): zr_owner==NULL
Reviewed by: George Wilson
Reviewed by: Alex Reece
Reviewed by: Will Andrews
Approved by:
Author: mav
Date: Sat Oct 3 07:47:33 2015
New Revision: 288559
URL: https://svnweb.freebsd.org/changeset/base/288559
Log:
MFC r286603: 5810 zdb should print details of bpobj
Reviewed by: Prakash Surya
Reviewed by: Alex Reece
Reviewed by: George Wilson
Reviewed by: Will Andrews
Author: mav
Date: Sat Oct 3 07:46:03 2015
New Revision: 288558
URL: https://svnweb.freebsd.org/changeset/base/288558
Log:
MFC r286600: 5808 spa_check_logs is not necessary on readonly pools
Reviewed by: George Wilson
Reviewed by: Paul Dagnelie
Reviewed by: Simon Klinkert
Reviewed
Author: mav
Date: Sat Oct 3 07:45:12 2015
New Revision: 288557
URL: https://svnweb.freebsd.org/changeset/base/288557
Log:
MFC r286598: 5701 zpool list reports incorrect "alloc" value for cache devices
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
Directory Properti
Author: alc
Date: Sat Oct 3 07:43:33 2015
New Revision: 288556
URL: https://svnweb.freebsd.org/changeset/base/288556
Log:
MFC r288281
The conversion of kmem_alloc_attr() from operating on a vm map to a vmem
arena in r254025 introduced a bug in the case when an allocation is only
par
Author: mav
Date: Sat Oct 3 07:35:11 2015
New Revision: 288555
URL: https://svnweb.freebsd.org/changeset/base/288555
Log:
MFC r286593: Local addition and mismerge fix for r286579.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c
Directory Properties:
stable/1
Author: mav
Date: Sat Oct 3 07:34:21 2015
New Revision: 288554
URL: https://svnweb.freebsd.org/changeset/base/288554
Log:
MFC r286589: 5820 verify failed in zio_done(): BP_EQUAL(bp, io_bp_orig)
Reviewed by: Alex Reece
Reviewed by: George Wilson
Reviewed by: Steven Hartland
Approve
Author: mav
Date: Sat Oct 3 07:33:27 2015
New Revision: 288553
URL: https://svnweb.freebsd.org/changeset/base/288553
Log:
MFC r286587: 5746 more checksumming in zfs send
Reviewed by: Christopher Siden
Reviewed by: George Wilson
Reviewed by: Bayard Bell
Approved by: Albert Lee
A
Author: mav
Date: Sat Oct 3 07:32:34 2015
New Revision: 288552
URL: https://svnweb.freebsd.org/changeset/base/288552
Log:
MFC r286579: 5313 Allow I/Os to be aggregated across ZIO priority classes
Reviewed by: Andriy Gapon
Reviewed by: Will Andrews
Reviewed by: Matt Ahrens
Reviewed by
Author: mav
Date: Sat Oct 3 07:31:42 2015
New Revision: 288551
URL: https://svnweb.freebsd.org/changeset/base/288551
Log:
MFC r286578: Fix r286574 build in user-space.
Modified:
stable/10/sys/cddl/compat/opensolaris/sys/kstat.h
Directory Properties:
stable/10/ (props changed)
Modified:
1 - 100 of 116 matches
Mail list logo