Author: mav
Date: Sun Oct 1 09:48:31 2017
New Revision: 324155
URL: https://svnweb.freebsd.org/changeset/base/324155
Log:
Add initial support for Address Lookup Table (A-LUT).
When enabled by EEPROM, use it to relax translation address/size alignment
requirements for BAR2 window by 128 o
Author: kib
Date: Sun Oct 1 11:17:30 2017
New Revision: 324156
URL: https://svnweb.freebsd.org/changeset/base/324156
Log:
Improve smb(4) devfs interactions.
Use make_dev_s(9) to create device, since the device ioctl interface
needs to access si_drv1 to get softc pointer.
Remove the
Author: avos
Date: Sun Oct 1 12:54:40 2017
New Revision: 324157
URL: https://svnweb.freebsd.org/changeset/base/324157
Log:
Mark libifconfig as private library in src.libnames.mk (completes r305700)
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
=
Author: scottl
Date: Sun Oct 1 15:35:21 2017
New Revision: 324162
URL: https://svnweb.freebsd.org/changeset/base/324162
Log:
Improve the debug parsing to allow flags to be added and subtracted
from the existing set.
Submitted by: r...@freebsd.org
Modified:
head/share/man/man4/mpr.4
Author: avg
Date: Sun Oct 1 16:11:07 2017
New Revision: 324163
URL: https://svnweb.freebsd.org/changeset/base/324163
Log:
MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, and followups
7431 ZFS Channel Programs
illumos/illumos-gate@dfc115332c94a2f62058ac7f2bce7631fbd20b3d
ht
Author: avg
Date: Sun Oct 1 16:25:14 2017
New Revision: 324164
URL: https://svnweb.freebsd.org/changeset/base/324164
Log:
fix up r324163, MFV of r323530,r323533,r323534, 7431 ZFS Channel Programs
Add several new files to the files enabled by ZFS kernel option.
MFC after:5 weeks
Author: avg
Date: Sun Oct 1 16:34:16 2017
New Revision: 324166
URL: https://svnweb.freebsd.org/changeset/base/324166
Log:
MFV r323531: 8521 nvlist memory leak in get_clones_stat() and spa_load_best()
illumos/illumos-gate@7d3000f774e20097a1ee45cbd06d0e38065ddd5a
https://github.com/illumo
Author: avg
Date: Sun Oct 1 16:37:54 2017
New Revision: 324167
URL: https://svnweb.freebsd.org/changeset/base/324167
Log:
revert r324166, it has an unrelated change in it
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c
head/sys/cddl/contrib/opensolaris/uts/commo
Author: avg
Date: Sun Oct 1 16:41:05 2017
New Revision: 324168
URL: https://svnweb.freebsd.org/changeset/base/324168
Log:
MFV r323531: 8521 nvlist memory leak in get_clones_stat() and spa_load_best()
illumos/illumos-gate@7d3000f774e20097a1ee45cbd06d0e38065ddd5a
https://github.com/illumo
Author: ian
Date: Sun Oct 1 16:48:36 2017
New Revision: 324169
URL: https://svnweb.freebsd.org/changeset/base/324169
Log:
Work around bcm283x silicon bugs to make i2c repeat-start work for the most
common case where it's needed -- a write followed by a read to the same slave.
The i2c con
Author: avg
Date: Sun Oct 1 16:51:05 2017
New Revision: 324170
URL: https://svnweb.freebsd.org/changeset/base/324170
Log:
MFV r323794: 8605 zfs channel programs: zfs.exists undocumented and
non-working
illumos/illumos-gate@5f39f884e2035d671ec02148fc4d8420c670bcb4
https://github.com/ill
Author: mav
Date: Sun Oct 1 16:59:02 2017
New Revision: 324172
URL: https://svnweb.freebsd.org/changeset/base/324172
Log:
Align test I/O buffer to page boundary.
This is more alike to typical kernel behavior, that can be useful from
benchmarking point of view.
MFC after:1 week
Author: alc
Date: Sun Oct 1 17:04:26 2017
New Revision: 324173
URL: https://svnweb.freebsd.org/changeset/base/324173
Log:
When an I/O error occurs on page out, there is no need to dirty the page,
because it is already dirty. Instead, assert that the page is dirty.
Reviewed by: kib, mar
On Sun, 2017-10-01 at 16:11 +, Andriy Gapon wrote:
> Author: avg
> Date: Sun Oct 1 16:11:07 2017
> New Revision: 324163
> URL: https://svnweb.freebsd.org/changeset/base/324163
>
> Log:
> MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, and
> followups
>
Powerpc and sparc builds a
On 1 Oct 2017, at 19:11, Ian Lepore wrote:
>
> On Sun, 2017-10-01 at 16:11 +, Andriy Gapon wrote:
>> Author: avg
>> Date: Sun Oct 1 16:11:07 2017
>> New Revision: 324163
>> URL: https://svnweb.freebsd.org/changeset/base/324163
>>
>> Log:
>> MFV r323530,r323533,r323534: 7431 ZFS Channel Pr
Author: kib
Date: Sun Oct 1 19:03:21 2017
New Revision: 324174
URL: https://svnweb.freebsd.org/changeset/base/324174
Log:
Fix supposed typo in the include guard symbol name, use full path for
the name.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/dev/
Author: andrew
Date: Sun Oct 1 19:52:47 2017
New Revision: 324177
URL: https://svnweb.freebsd.org/changeset/base/324177
Log:
To prepare for adding EFI runtime services support on arm64 move the
machine independent parts of the existing code to a new file that can be
shared between amd64 and
Author: avg
Date: Sun Oct 1 20:12:30 2017
New Revision: 324178
URL: https://svnweb.freebsd.org/changeset/base/324178
Log:
unbreak kernel builds on sparc64 and powerpc after r324163, ZFS Channel
Programs
The custom iscntrl() in ZFS Lua code expects a signed argumnet, so
remove the harmfu
On 01/10/2017 20:11, Ian Lepore wrote:
> On Sun, 2017-10-01 at 16:11 +, Andriy Gapon wrote:
>> Author: avg
>> Date: Sun Oct 1 16:11:07 2017
>> New Revision: 324163
>> URL: https://svnweb.freebsd.org/changeset/base/324163
>>
>> Log:
>> MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, a
Am Sun, 1 Oct 2017 20:12:30 + (UTC)
Andriy Gapon schrieb:
> Author: avg
> Date: Sun Oct 1 20:12:30 2017
> New Revision: 324178
> URL: https://svnweb.freebsd.org/changeset/base/324178
>
> Log:
> unbreak kernel builds on sparc64 and powerpc after r324163, ZFS Channel
> Programs
>
> Th
On Sun, 2017-10-01 at 22:37 +0200, O. Hartmann wrote:
> Am Sun, 1 Oct 2017 20:12:30 + (UTC)
> Andriy Gapon schrieb:
>
> >
> > Author: avg
> > Date: Sun Oct 1 20:12:30 2017
> > New Revision: 324178
> > URL: https://svnweb.freebsd.org/changeset/base/324178
> >
> > Log:
> > unbreak kernel b
On Oct 1, 2017 15:48, "Ian Lepore" wrote:
On Sun, 2017-10-01 at 22:37 +0200, O. Hartmann wrote:
> Am Sun, 1 Oct 2017 20:12:30 + (UTC)
> Andriy Gapon schrieb:
>
> >
> > Author: avg
> > Date: Sun Oct 1 20:12:30 2017
> > New Revision: 324178
> > URL: https://svnweb.freebsd.org/changeset/base/3
On 01/10/2017 23:37, O. Hartmann wrote:
> The build of world fails for me with the error shown below:
>
>
> [...]
> Building /usr/obj/usr/src/cddl/lib/libzpool/lapi.o
> --- lstrlib.o ---
> /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/lstrlib.c:114:12:
> warning:
> implicitly decla
On 02/10/2017 00:02, Justin Hibbits wrote:
> PowerPC uses unsigned char by default.
PowerPC kernel build worked for me.
--
Andriy Gapon
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, se
Author: jch
Date: Sun Oct 1 21:20:28 2017
New Revision: 324179
URL: https://svnweb.freebsd.org/changeset/base/324179
Log:
Fix an infinite loop in tcp_tw_2msl_scan() when an INP_TIMEWAIT inp has
been destroyed before its tcptw with INVARIANTS undefined.
This is a symmetric change of r3075
Am Mon, 2 Oct 2017 00:03:35 +0300
Andriy Gapon schrieb:
> On 01/10/2017 23:37, O. Hartmann wrote:
> > The build of world fails for me with the error shown below:
> >
> >
> > [...]
> > Building /usr/obj/usr/src/cddl/lib/libzpool/lapi.o
> > --- lstrlib.o ---
> > /usr/src/sys/cddl/contrib/opensola
Author: pkelsey
Date: Sun Oct 1 23:37:17 2017
New Revision: 324181
URL: https://svnweb.freebsd.org/changeset/base/324181
Log:
The soisconnected() call removed from syncache_socket() in r307966 was
not extraneous in the TCP Fast Open (TFO) passive-open case. In the
TFO passive-open case, sy
Author: ian
Date: Mon Oct 2 00:49:33 2017
New Revision: 324184
URL: https://svnweb.freebsd.org/changeset/base/324184
Log:
Allow Raspberry Pi platform and drivers to be configured with upstream DTBs.
- Added more compatibility strings to drivers not yet converted
- Added new RPI platfor
Author: ian
Date: Mon Oct 2 01:03:18 2017
New Revision: 324185
URL: https://svnweb.freebsd.org/changeset/base/324185
Log:
Enhance the interrupt capabilities of ti_pruss driver.
The existing ti_pruss driver for the PRUSS Hardware provided by the AM335x
ARM CPU has basic interrupt capabili
Author: ian
Date: Mon Oct 2 02:58:28 2017
New Revision: 324186
URL: https://svnweb.freebsd.org/changeset/base/324186
Log:
Define a single instance of ahci_devclass and reference it from all the
attachment code for various SOCs and busses. Remove all the static and
should-have-been-static a
On Sun, Oct 01, 2017 at 19:52:48 +, Andrew Turner wrote:
> Author: andrew
> Date: Sun Oct 1 19:52:47 2017
> New Revision: 324177
> URL: https://svnweb.freebsd.org/changeset/base/324177
>
> Log:
> To prepare for adding EFI runtime services support on arm64 move the
> machine independent pa
On Sun, 1 Oct 2017, Ian Lepore wrote:
On Sun, 2017-10-01 at 22:37 +0200, O. Hartmann wrote:
Author: avg
Log:
\xa0 unbreak kernel builds on sparc64 and powerpc after r324163, ZFS
Channel Programs
\xa0\xa0
\xa0 The custom iscntrl() in ZFS Lua code expects a signed argumnet,
so
\xa0 remove th
Author: wma
Date: Mon Oct 2 06:05:19 2017
New Revision: 324187
URL: https://svnweb.freebsd.org/changeset/base/324187
Log:
PPC: increase MAX_PICS to 32
Previous value was too low on dual-socket POWER8 system.
Submitted by: Wojciech Macek
Reviewed by: nwhitehorn
33 matches
Mail list logo