On 05/08/2016 09:23, Andriy Gapon wrote:
> - replace ZFS_ENTER mechanism with VFS managed / visible mechanism
> - replace zfs_zget with zfs_vget[f] as much as possible
I'd like to add a couple more words about these items.
At the moment the operation like rollback and (incremental) receive ar
Author: sephe
Date: Fri Aug 5 08:57:51 2016
New Revision: 303764
URL: https://svnweb.freebsd.org/changeset/base/303764
Log:
hyperv/vmbus: Only make sure the TX bufring will not be closed.
KVP can write data, whose size is > 1/2 TX bufring size.
MFC after:1 week
Sponsored by: Mic
Author: hselasky
Date: Fri Aug 5 08:58:00 2016
New Revision: 303765
URL: https://svnweb.freebsd.org/changeset/base/303765
Log:
Keep a reference count on USB keyboard polling to allow recursive
cngrab() during a panic for example, similar to what the AT-keyboard
driver is doing.
Found b
Author: sephe
Date: Fri Aug 5 09:08:00 2016
New Revision: 303766
URL: https://svnweb.freebsd.org/changeset/base/303766
Log:
tcp/lro: If timestamps mismatch or it's a FIN, force flush.
This keeps the segments/ACK/FIN delivery order.
Before this patch, it was observed: if A sent FIN imm
On Friday, August 05, 2016 01:06:22 PM Julian Elischer wrote:
> On 5/08/2016 8:07 AM, John Baldwin wrote:
> > On Thursday, August 04, 2016 07:14:18 PM Bryan Drewery wrote:
> >> Author: bdrewery
> >> Date: Thu Aug 4 19:14:18 2016
> >> New Revision: 303755
> >> URL: https://svnweb.freebsd.org/change
Author: trasz
Date: Fri Aug 5 13:53:28 2016
New Revision: 303767
URL: https://svnweb.freebsd.org/changeset/base/303767
Log:
Remove lockmgr_waiters(9) and BUF_LOCKWAITERS(9); they were not used
for anything.
Reviewed by: kib@
MFC after:1 month
Differential Revision:https:
On Fri, Aug 5, 2016 at 8:06 AM, John Baldwin wrote:
>
> It would be possible if both used the same versioning. Looks like
> base on my desktop (10.3) is not using versioning, so if the version
> map is provided by openssl we could in theory just use their version
> map when building base openssl
Author: royger
Date: Fri Aug 5 15:48:56 2016
New Revision: 303771
URL: https://svnweb.freebsd.org/changeset/base/303771
Log:
xen-netfront: improve the logic when handling nic features from ioctl
Simplify the logic involved in changing the nic features on the fly, and
only reset the front
On Fri, Aug 05, 2016 at 06:23:06AM +, Andriy Gapon wrote:
> Author: avg
> Date: Fri Aug 5 06:23:06 2016
> New Revision: 303763
> URL: https://svnweb.freebsd.org/changeset/base/303763
>
> Log:
> zfs: honour and make use of vfs vnode locking protocol
>
> ZFS POSIX Layer is originally wri
On 8/5/2016 8:53 AM, Glen Barber wrote:
> On Fri, Aug 05, 2016 at 06:23:06AM +, Andriy Gapon wrote:
>> Author: avg
>> Date: Fri Aug 5 06:23:06 2016
>> New Revision: 303763
>> URL: https://svnweb.freebsd.org/changeset/base/303763
>>
>> Log:
>> zfs: honour and make use of vfs vnode locking pro
Author: alc
Date: Fri Aug 5 16:44:11 2016
New Revision: 303773
URL: https://svnweb.freebsd.org/changeset/base/303773
Log:
Correct a spelling error.
Modified:
head/sys/vm/vm_pageout.c
Modified: head/sys/vm/vm_pageout.c
=
Author: adrian
Date: Fri Aug 5 17:16:35 2016
New Revision: 303778
URL: https://svnweb.freebsd.org/changeset/base/303778
Log:
[arge] add some extra MDIO debugging support
* add an ANY debug level which will always echo the message if debugging
is compiled in;
* log MDIO transaction ti
Author: adrian
Date: Fri Aug 5 17:17:36 2016
New Revision: 303779
URL: https://svnweb.freebsd.org/changeset/base/303779
Log:
[ar934x] add tap/tun as modules, for people who wish to use VPNs.
Modified:
head/sys/mips/conf/std.AR934X
Modified: head/sys/mips/conf/std.AR934X
Author: gjb
Date: Fri Aug 5 19:00:45 2016
New Revision: 303782
URL: https://svnweb.freebsd.org/changeset/base/303782
Log:
Fix GCE image publication. The gcutil utility is deprecated in favor
of gcloud.
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/release
Author: bapt
Date: Fri Aug 5 19:14:55 2016
New Revision: 303783
URL: https://svnweb.freebsd.org/changeset/base/303783
Log:
sdiff: remove non finish/function code
2 extra options not available neither on other BSD nor in GNU sdiff:
--diff-pid and --pipe-fd were present in the SoC code, no
Author: bapt
Date: Fri Aug 5 19:22:33 2016
New Revision: 303784
URL: https://svnweb.freebsd.org/changeset/base/303784
Log:
etcupdate: directly use diff3(1) instead of merge(1)
During the last attempt to rmeove GNU rcs, 2 blockers were spotted:
We need an ident(1) and etcupdate(8) uses me
Author: bapt
Date: Fri Aug 5 19:24:52 2016
New Revision: 303785
URL: https://svnweb.freebsd.org/changeset/base/303785
Log:
always install etcupdate
Now that etcupdate does not depend on rcs anymore there is no need to
conditionnally install it
Modified:
head/tools/build/mk/OptionalObs
On Friday, August 05, 2016 07:22:33 PM Baptiste Daroussin wrote:
> Author: bapt
> Date: Fri Aug 5 19:22:33 2016
> New Revision: 303784
> URL: https://svnweb.freebsd.org/changeset/base/303784
>
> Log:
> etcupdate: directly use diff3(1) instead of merge(1)
>
> During the last attempt to rmeo
Author: markj
Date: Fri Aug 5 21:34:09 2016
New Revision: 303786
URL: https://svnweb.freebsd.org/changeset/base/303786
Log:
mthca: Add a wrapper for the firmware's DIAG_RPRT command.
MFC after:1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/ofed/drivers/infin
Author: vangyzen
Date: Fri Aug 5 23:23:48 2016
New Revision: 303788
URL: https://svnweb.freebsd.org/changeset/base/303788
Log:
Fix some logic in PCIe HotPlug; display EI status
The interpretation of the Electromechanical Interlock Status was
inverted, so we disengaged the EI if a card wa
Hi,
Just a reminder and notice to others - yeah, I've found that this
actually stops scan from working well and reliably.
Notably, I've found that we get a scan completion notification and
then we can't restart a subsequent scan for some reason.
I may have to revert this and put in something sli
Also, the scan code now also seems to alternate between g and n
channels on 2ghz; and it never seems to update the chanlist if it's
interrupted.
So yeah, hm. Avos, any ideas?
-adrian
On 5 August 2016 at 16:42, Adrian Chadd wrote:
> Hi,
>
> Just a reminder and notice to others - yeah, I've fo
22 matches
Mail list logo