Author: kib
Date: Thu Dec 8 10:28:51 2016
New Revision: 309708
URL: https://svnweb.freebsd.org/changeset/base/309708
Log:
Style.
Reviewed by: alc
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/vm/phys_pager.c
Modified: head/sys/vm/phys_pager.c
===
Author: kib
Date: Thu Dec 8 10:29:41 2016
New Revision: 309709
URL: https://svnweb.freebsd.org/changeset/base/309709
Log:
Move map_generation snapshot value into struct faultstate.
Reviewed by: alc
Tested by:pho
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified
Author: kib
Date: Thu Dec 8 11:26:11 2016
New Revision: 309710
URL: https://svnweb.freebsd.org/changeset/base/309710
Log:
Add a new populate() pager method and extend device pager ops vector
with cdev_pg_populate() to provide device drivers access to it. It
gives drivers fine control of th
Author: kib
Date: Thu Dec 8 11:35:53 2016
New Revision: 309711
URL: https://svnweb.freebsd.org/changeset/base/309711
Log:
Implement the populate() pager method for phys pager.
It allows to provide configurable agressive prefaulting and useful
hints to page daemon about memory allocations
Author: kib
Date: Thu Dec 8 11:39:08 2016
New Revision: 309712
URL: https://svnweb.freebsd.org/changeset/base/309712
Log:
Use the populate() driver paging method for i915 driver.
In particular, the fault access type is accounted for when the
aperture page is moved to GTT domain. On the
On Thu, Dec 08, 2016 at 04:29:29AM +, Alan Cox wrote:
> Author: alc
> Date: Thu Dec 8 04:29:29 2016
> New Revision: 309703
> URL: https://svnweb.freebsd.org/changeset/base/309703
>
> Log:
> Previously, vm_radix_remove() would panic if the radix trie didn't
> contain a vm_page_t at the sp
On Wednesday, December 07, 2016 02:15:49 PM Mark Johnston wrote:
> On Wed, Dec 07, 2016 at 01:26:47PM -0800, Gleb Smirnoff wrote:
> > On Tue, Dec 06, 2016 at 10:52:45PM +, Mark Johnston wrote:
> > M> Author: markj
> > M> Date: Tue Dec 6 22:52:45 2016
> > M> New Revision: 309658
> > M> URL: htt
Author: mav
Date: Thu Dec 8 15:58:03 2016
New Revision: 309714
URL: https://svnweb.freebsd.org/changeset/base/309714
Log:
Fix spa_alloc_tree sorting by offset in r305331.
Original commit "7090 zfs should improve allocation order" declares alloc
queue sorted by time and offset. But in pr
Author: br
Date: Thu Dec 8 16:28:34 2016
New Revision: 309715
URL: https://svnweb.freebsd.org/changeset/base/309715
Log:
Add jz4780 internal codec initialization driver.
Sponsored by: DARPA, AFRL
Added:
head/sys/mips/ingenic/jz4780_codec.c (contents, props changed)
head/sys/mips/ing
On 12/08/2016 07:01, Slawa Olhovchenkov wrote:
> On Thu, Dec 08, 2016 at 04:29:29AM +, Alan Cox wrote:
>
>> Author: alc
>> Date: Thu Dec 8 04:29:29 2016
>> New Revision: 309703
>> URL: https://svnweb.freebsd.org/changeset/base/309703
>>
>> Log:
>> Previously, vm_radix_remove() would panic if
Author: dteske
Date: Thu Dec 8 16:41:18 2016
New Revision: 309716
URL: https://svnweb.freebsd.org/changeset/base/309716
Log:
Add support for "hidden" Wi-Fi networks
PR: bin/214933
Submitted by: Maxim Filimonov
Reviewed by: dteske, allanjude, adrian
MFC after:6 days
Author: loos
Date: Thu Dec 8 18:18:48 2016
New Revision: 309717
URL: https://svnweb.freebsd.org/changeset/base/309717
Log:
Fix the typos and style(9) in comment.
MFC after:2 weeks
Sponsored by: Rubicon Communications, LLC (Netgate)
Modified:
head/sys/net/route.c
Modified: head/sy
Author: markj
Date: Thu Dec 8 18:56:35 2016
New Revision: 309718
URL: https://svnweb.freebsd.org/changeset/base/309718
Log:
err.D_PROC_CREATEFAIL.many.d passes, so remove the EFAIL annotation.
MFC after:1 week
Sponsored by: Dell EMC Isilon
Modified:
head/cddl/usr.sbin/dtrace/tests
Author: dteske
Date: Thu Dec 8 19:26:22 2016
New Revision: 309719
URL: https://svnweb.freebsd.org/changeset/base/309719
Log:
Remove unnecessary trailing backslashes
Modified:
head/usr.sbin/bsdinstall/scripts/wlanconfig
Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig
==
Author: dteske
Date: Thu Dec 8 19:28:12 2016
New Revision: 309720
URL: https://svnweb.freebsd.org/changeset/base/309720
Log:
Functions in their own section
Modified:
head/usr.sbin/bsdinstall/scripts/wlanconfig
Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig
===
Author: avos
Date: Thu Dec 8 20:54:54 2016
New Revision: 309721
URL: https://svnweb.freebsd.org/changeset/base/309721
Log:
rsu: fix incorrect register addresses.
Modified:
head/sys/dev/usb/wlan/if_rsureg.h
Modified: head/sys/dev/usb/wlan/if_rsureg.h
=
Author: dim
Date: Thu Dec 8 21:02:34 2016
New Revision: 309722
URL: https://svnweb.freebsd.org/changeset/base/309722
Log:
Pull in r281586 from upstream llvm trunk (by Wei Mi):
Add some shortcuts in LazyValueInfo to reduce compile time of
Correlated Value Propagation.
The patch
Marcel,
On Wed, Dec 07, 2016 at 05:06:08PM -0800, Marcel Moolenaar wrote:
M> > thanks for the fixes. While the problem with the first chunk
M> > in pfsync_sendout() is obvious, the problem you are fixing in th
M> > second chunk in the pfsync_delete_state() is not clear to me.
M> > Can you pleas
On Thu, Dec 08, 2016 at 07:50:17AM -0800, John Baldwin wrote:
> On Wednesday, December 07, 2016 02:15:49 PM Mark Johnston wrote:
> > On Wed, Dec 07, 2016 at 01:26:47PM -0800, Gleb Smirnoff wrote:
> > > On Tue, Dec 06, 2016 at 10:52:45PM +, Mark Johnston wrote:
> > > M> Author: markj
> > > M> Da
Author: rmacklem
Date: Thu Dec 8 23:29:56 2016
New Revision: 309723
URL: https://svnweb.freebsd.org/changeset/base/309723
Log:
Patch the nfsd so that it doesn't register with rpcbind for an NFSv4 only
server.
This patch uses the sysctl vfs.nfsd.server_min_nfsvers to determine
if/what v
Author: np
Date: Fri Dec 9 02:21:27 2016
New Revision: 309725
URL: https://svnweb.freebsd.org/changeset/base/309725
Log:
cxgbe(4): netmap does not set IFCAP_NETMAP in an ifnet's if_capabilities
any more (since r307394). Do it in the driver instead.
MFC after:1 week
Modified:
head
Author: sephe
Date: Fri Dec 9 03:16:36 2016
New Revision: 309726
URL: https://svnweb.freebsd.org/changeset/base/309726
Log:
hyperv/storvsc: Fix the SCSI disk attachment issue.
On pre-WS2016 Hyper-V, if the only LUNs > 7 are used, then all disks
fails to attach. Mainly because those vers
Author: sephe
Date: Fri Dec 9 06:18:12 2016
New Revision: 309728
URL: https://svnweb.freebsd.org/changeset/base/309728
Log:
hyperv/storvsc: Minor style changes; no functional changes.
Reported by: rpokala
MFC after:1 week
Sponsored by: Microsoft
Modified:
head/sys/dev/hyperv/st
23 matches
Mail list logo