Author: bapt
Date: Tue Feb 26 08:18:34 2019
New Revision: 344569
URL: https://svnweb.freebsd.org/changeset/base/344569
Log:
Implement parallel mounting for ZFS filesystem
It was first implemented on Illumos and then ported to ZoL.
This patch is a port to FreeBSD of the ZoL version.
This
On Tue, Feb 26, 2019 at 08:18:35AM +, Baptiste Daroussin wrote:
> Author: bapt
> Date: Tue Feb 26 08:18:34 2019
> New Revision: 344569
> URL: https://svnweb.freebsd.org/changeset/base/344569
>
> Log:
> Implement parallel mounting for ZFS filesystem
>
> It was first implemented on Illumo
Author: 0mp (ports committer)
Date: Tue Feb 26 09:28:10 2019
New Revision: 344570
URL: https://svnweb.freebsd.org/changeset/base/344570
Log:
sysrc.8: Pet igor and mandoc
Reviewed by: bcr
Approved by: bcr (doc)
Approved by: krion (mentor, implicit), mat (mentor, implicit)
Differenti
Author: bde
Date: Tue Feb 26 09:44:10 2019
New Revision: 344571
URL: https://svnweb.freebsd.org/changeset/base/344571
Log:
Attempt to fix build breakage in r344458.
Non-x86 arches use an inconsistently named header for the file containing
"pc" attributes, and the ifdef messes to include t
Author: kib
Date: Tue Feb 26 09:45:44 2019
New Revision: 344572
URL: https://svnweb.freebsd.org/changeset/base/344572
Log:
i386 PAE: avoid atomic for pte_store() where possible.
Instead carefully write upper word, and only than the lower word with
PG_V, for previously invalid ptes. It pr
On Tue, 26 Feb 2019, Bruce Evans wrote:
...
Log:
Attempt to fix build breakage in r344458.
...
... Test
coverage for of syscons in arm is broken (turned off) in NOTES, but
syscons is in some other arm config files which universe detects as broken.
Oops. I forgot to say that this was repo
[ Charset UTF-8 unsupported, converting... ]
> Author: 0mp (ports committer)
> Date: Tue Feb 26 09:28:10 2019
> New Revision: 344570
> URL: https://svnweb.freebsd.org/changeset/base/344570
>
> Log:
> sysrc.8: Pet igor and mandoc
This only tells the source of why you changed some,
a good commit
...
>
> We intend to update our license policy to require core sign off for
> new GPL code to ensure we're not adding new, tightly integrated
> dependencies, to document that we're doing so knowingly, and
> to make sure steps aren't missed. The current document is at:
> https://www.freebsd.org/in
Author: manu
Date: Tue Feb 26 13:15:31 2019
New Revision: 344577
URL: https://svnweb.freebsd.org/changeset/base/344577
Log:
arm64: rockchip: clk: ARM CLK improvement
RockChip clocks register have a write mask in the upper 16 bits, if a 1
is present the corresponding bit in the lower 16 on
Author: manu
Date: Tue Feb 26 13:14:49 2019
New Revision: 344576
URL: https://svnweb.freebsd.org/changeset/base/344576
Log:
arm64: rockchip: clk: rk_clk_composite: Properly use the mask bits
RockChip clocks register have a write mask in the upper 16 bits, if a 1
is present the correspondi
Author: manu
Date: Tue Feb 26 13:16:05 2019
New Revision: 344578
URL: https://svnweb.freebsd.org/changeset/base/344578
Log:
arm64: rockchip: rk3328_pll: Multiple improvement
RockChip clocks register have a write mask in the upper 16 bits, if a 1
is present the corresponding bit in the low
Author: manu
Date: Tue Feb 26 13:17:09 2019
New Revision: 344579
URL: https://svnweb.freebsd.org/changeset/base/344579
Log:
arm64: rockchip: rk805: Add LDO regulators
Add the 3 LDO regulator found in the RK805 Power Management IC.
MFC after:1 week
Modified:
head/sys/arm64/rockch
Author: manu
Date: Tue Feb 26 13:18:14 2019
New Revision: 344580
URL: https://svnweb.freebsd.org/changeset/base/344580
Log:
arm64: rockchip: rk805: Map the regulator
No map function was provided before so every regulator lookup resolved
the regulator with id 1, as it uses the default map
On Mon, Feb 25, 2019 at 10:19:45PM -0800, Rodney W. Grimes wrote:
> > Author: sjg
> > Date: Tue Feb 26 06:17:23 2019
> > New Revision: 344567
> > URL: https://svnweb.freebsd.org/changeset/base/344567
> >
> > Log:
> > Add verifying manifest loader for mac_veriexec
> >
> > This tool will veri
Author: manu
Date: Tue Feb 26 15:29:16 2019
New Revision: 344585
URL: https://svnweb.freebsd.org/changeset/base/344585
Log:
arm64: rockchip: rk_pinctrl: Fix two banks in RK3328
The last two banks don't have 3 bits for the pin function but only 2.
This fixes eMMC on the Rock64.
MFC af
On Mon, Feb 25, 2019 at 06:18:42PM -0800, Rodney W. Grimes wrote:
> > > The modest increase in activation energy for that task seems worth it
> > > for the short-term gains of reduced integration cost (this code will
> > > greatly improve our ZFS-on-Linux test coverage.)
> > >
> > > Rod rightly poi
On February 26, 2019 12:18:35 AM PST, Baptiste Daroussin
wrote:
>Author: bapt
>Date: Tue Feb 26 08:18:34 2019
>New Revision: 344569
>URL: https://svnweb.freebsd.org/changeset/base/344569
>
>Log:
> Implement parallel mounting for ZFS filesystem
>
> It was first implemented on Illumos and then
On Tue, Feb 26, 2019 at 07:48:27AM -0800, Cy Schubert wrote:
> On February 26, 2019 12:18:35 AM PST, Baptiste Daroussin
> wrote:
> >Author: bapt
> >Date: Tue Feb 26 08:18:34 2019
> >New Revision: 344569
> >URL: https://svnweb.freebsd.org/changeset/base/344569
> >
> >Log:
> > Implement parallel m
Author: mav
Date: Tue Feb 26 16:05:33 2019
New Revision: 344586
URL: https://svnweb.freebsd.org/changeset/base/344586
Log:
Scrap some debug printf's, unused for years.
MFC after:2 weeks
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
===
On Tue, Feb 26, 2019 at 05:04:11PM +0100, Baptiste Daroussin wrote:
> On Tue, Feb 26, 2019 at 07:48:27AM -0800, Cy Schubert wrote:
> > On February 26, 2019 12:18:35 AM PST, Baptiste Daroussin
> > wrote:
> > >Author: bapt
> > >Date: Tue Feb 26 08:18:34 2019
> > >New Revision: 344569
> > >URL: http
On February 26, 2019 7:48:27 AM PST, Cy Schubert
wrote:
>On February 26, 2019 12:18:35 AM PST, Baptiste Daroussin
> wrote:
>>Author: bapt
>>Date: Tue Feb 26 08:18:34 2019
>>New Revision: 344569
>>URL: https://svnweb.freebsd.org/changeset/base/344569
>>
>>Log:
>> Implement parallel mounting for Z
On Tue, Feb 26, 2019 at 10:14 AM Cy Schubert
wrote:
> On February 26, 2019 7:48:27 AM PST, Cy Schubert <
> cy.schub...@cschubert.com> wrote:
> >On February 26, 2019 12:18:35 AM PST, Baptiste Daroussin
> > wrote:
>
[trimming the unneeded pile of commit body]
> >This broke my systems, many files
> On Mon, Feb 25, 2019 at 06:18:42PM -0800, Rodney W. Grimes wrote:
> > > > The modest increase in activation energy for that task seems worth it
> > > > for the short-term gains of reduced integration cost (this code will
> > > > greatly improve our ZFS-on-Linux test coverage.)
> > > >
> > > > Rod
Author: markj
Date: Tue Feb 26 16:31:47 2019
New Revision: 344587
URL: https://svnweb.freebsd.org/changeset/base/344587
Log:
Remove stub fasttrap implementations.
No platforms except i386, amd64 and powerpc implement fasttrap; the
fasttrap files for other arches do not contain any code an
Author: markj
Date: Tue Feb 26 16:34:43 2019
New Revision: 344588
URL: https://svnweb.freebsd.org/changeset/base/344588
Log:
Remove illumos-specific code from the x86 fasttrap_isa.c.
The file has not been touched upstream in over a decade, and the nature
of the code means that a lot of Fr
On February 26, 2019 8:11:31 AM PST, Baptiste Daroussin
wrote:
>On Tue, Feb 26, 2019 at 05:04:11PM +0100, Baptiste Daroussin wrote:
>> On Tue, Feb 26, 2019 at 07:48:27AM -0800, Cy Schubert wrote:
>> > On February 26, 2019 12:18:35 AM PST, Baptiste Daroussin
> wrote:
>> > >Author: bapt
>> > >Date:
> Nested zfs filesystems seem not to be handled properly or possibly not
> supported any more. This explains my mail gateway also not mounting all
> filesystems in /home. It was odd that dovecot stopped working.
>
> The symptom of the problem is zfs mount -a no longer mounts all filesystems.
>
> On Feb 26, 2019, at 8:27 AM, Rodney W. Grimes
> wrote:
…
> Didnt we just remove an inbase, compiling BSD licensed chunk of
> code called DRM and move it to ports. So if that was possible
> this should be very rapidly applied here and this issue goes away.
>
> I am still shaking my head ove
> On Tue, Feb 26, 2019 at 10:14 AM Cy Schubert
> wrote:
>
> > On February 26, 2019 7:48:27 AM PST, Cy Schubert <
> > cy.schub...@cschubert.com> wrote:
> > >On February 26, 2019 12:18:35 AM PST, Baptiste Daroussin
> > > wrote:
> >
>
> [trimming the unneeded pile of commit body]
>
>
> > >This br
This has zero impact on the licensing disposition of the kernel as
distributed as it is only used for test kernels. Tests compiled with
coverage instrumentation run much slower than even debug, one would never
ship this.
You are very much in the minority being more concerned with ideological
purit
Author: manu
Date: Tue Feb 26 17:08:51 2019
New Revision: 344589
URL: https://svnweb.freebsd.org/changeset/base/344589
Log:
arm64: rockchip: rk3399_pll: Switch to slow mode when changing the freq
Like r344578 but for RK3399.
This solve some hangs when switching between frequency.
MFC
On 2/26/19 5:49 AM, Alexey Dokuchaev wrote:
> On Mon, Feb 25, 2019 at 10:19:45PM -0800, Rodney W. Grimes wrote:
>>> Author: sjg
>>> Date: Tue Feb 26 06:17:23 2019
>>> New Revision: 344567
>>> URL: https://svnweb.freebsd.org/changeset/base/344567
>>>
>>> Log:
>>> Add verifying manifest loader for
On Tue, Feb 26, 2019 at 8:46 AM Shawn Webb
wrote:
> On Mon, Feb 25, 2019 at 06:18:42PM -0800, Rodney W. Grimes wrote:
> > > > The modest increase in activation energy for that task seems worth it
> > > > for the short-term gains of reduced integration cost (this code will
> > > > greatly improve
On 2/26/19 8:59 AM, Rodney W. Grimes wrote:
>> On Tue, Feb 26, 2019 at 10:14 AM Cy Schubert
>> wrote:
>>
>>> On February 26, 2019 7:48:27 AM PST, Cy Schubert <
>>> cy.schub...@cschubert.com> wrote:
On February 26, 2019 12:18:35 AM PST, Baptiste Daroussin
wrote:
>>>
>>
>> [trimming the u
Author: manu
Date: Tue Feb 26 17:20:03 2019
New Revision: 344590
URL: https://svnweb.freebsd.org/changeset/base/344590
Log:
arm64: rockchip: rk3399_pll: Fix copy paste
RK3399 PLLs don't have mode_reg, use the correct register.
MFC after:1 week
Modified:
head/sys/arm64/rockchip/c
> This has zero impact on the licensing disposition of the kernel as
> distributed as it is only used for test kernels. Tests compiled with
> coverage instrumentation run much slower than even debug, one would never
> ship this.
Shit happens, mistakes get made, and sadly the consequences for someo
On Tue, Feb 26, 2019 at 09:20 Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> > This has zero impact on the licensing disposition of the kernel as
> > distributed as it is only used for test kernels. Tests compiled with
> > coverage instrumentation run much slower than even debug, one
On Tue, Feb 26, 2019 at 09:12:11AM -0800, John Baldwin wrote:
> On 2/26/19 5:49 AM, Alexey Dokuchaev wrote:
> > On Mon, Feb 25, 2019 at 10:19:45PM -0800, Rodney W. Grimes wrote:
> >> ...
> >> Just a small nit, for future reference, from the template:
> >>> Differential Revision:https://reviews.
On 2/25/19 5:11 PM, K. Macy wrote:
>> This commit needed more through review.
>
> How would this be achieved:? I had several people on the review and no
> one had substantive feedback.
As a developer it is your responsibility to be aware of the policies that
we do document. One of the things in
On Tue, Feb 26, 2019 at 11:19 AM John Baldwin wrote:
> On 2/26/19 8:59 AM, Rodney W. Grimes wrote:
> >> On Tue, Feb 26, 2019 at 10:14 AM Cy Schubert >
> >> wrote:
> >>
> >>> On February 26, 2019 7:48:27 AM PST, Cy Schubert <
> >>> cy.schub...@cschubert.com> wrote:
> On February 26, 2019 12:
> On 2/25/19 5:11 PM, K. Macy wrote:
> >> This commit needed more through review.
> >
> > How would this be achieved:? I had several people on the review and no
> > one had substantive feedback.
>
> As a developer it is your responsibility to be aware of the policies that
> we do document. One o
On Tue, 26 Feb 2019 17:23:58 +
Alexey Dokuchaev wrote:
> On Tue, Feb 26, 2019 at 09:12:11AM -0800, John Baldwin wrote:
> > It makes the review clickable in many mail clients which is very
> > handy.
>
> I understand that, but then again, we don't do that for PRs and people
> don't seem to
Author: markj
Date: Tue Feb 26 17:33:56 2019
New Revision: 344591
URL: https://svnweb.freebsd.org/changeset/base/344591
Log:
Revert r344587.
The fasttrap_isa.h header is needed by libdtrace, not just the kernel.
Added:
head/sys/cddl/contrib/opensolaris/uts/aarch64/
- copied from r34
Author: kib
Date: Tue Feb 26 17:35:06 2019
New Revision: 344592
URL: https://svnweb.freebsd.org/changeset/base/344592
Log:
procctl(2): fix -width parameter to .Bl.
According to 0mp, macros are not expanded in the argument provided to
-width. Use plain identifiers for width specification.
On 2/26/19 5:36 PM, Cy Schubert wrote:
> On February 26, 2019 8:11:31 AM PST, Baptiste Daroussin
> wrote:
>> On Tue, Feb 26, 2019 at 05:04:11PM +0100, Baptiste Daroussin wrote:
>>> On Tue, Feb 26, 2019 at 07:48:27AM -0800, Cy Schubert wrote:
On February 26, 2019 12:18:35 AM PST, Baptiste Dar
Author: kib
Date: Tue Feb 26 17:41:41 2019
New Revision: 344593
URL: https://svnweb.freebsd.org/changeset/base/344593
Log:
procctl(2): document ASLR knobs.
Reviewed by: 0mp
Sponsored by: The FreeBSD Foundation
Differential revision:https://reviews.freebsd.org/D19308
Modified:
> On Tue, 26 Feb 2019 17:23:58 +
> Alexey Dokuchaev wrote:
>
> > On Tue, Feb 26, 2019 at 09:12:11AM -0800, John Baldwin wrote:
>
> > > It makes the review clickable in many mail clients which is very
> > > handy.
> >
> > I understand that, but then again, we don't do that for PRs and peop
Author: kib
Date: Tue Feb 26 17:46:19 2019
New Revision: 344594
URL: https://svnweb.freebsd.org/changeset/base/344594
Log:
proccontrol(1) man page.
Reviewed by: 0mp
Sponsored by: The FreeBSD Foundation
Differential revision:https://reviews.freebsd.org/D19308
Added:
head/usr.
On 2/26/19 9:33 AM, Rodney W. Grimes wrote:
>> On 2/25/19 5:11 PM, K. Macy wrote:
This commit needed more through review.
>>>
>>> How would this be achieved:? I had several people on the review and no
>>> one had substantive feedback.
>>
>> As a developer it is your responsibility to be aware
On Mon, Feb 25, 2019 at 05:11:26PM -0800, K. Macy wrote:
> > We had a brief discussion of this commit within a subset of core. This
> > addition of GPLv2 code is fine as the code is easily removal to a module
> > (per kmoore@) should the day come that we're read to evict all GPL code.
>
> I don't
> Author: kib
> Date: Tue Feb 26 17:46:19 2019
> New Revision: 344594
> URL: https://svnweb.freebsd.org/changeset/base/344594
>
> Log:
> proccontrol(1) man page.
>
> Reviewed by:0mp
> Sponsored by: The FreeBSD Foundation
> Differential revision: https://reviews.freebs
> On 2/26/19 9:33 AM, Rodney W. Grimes wrote:
> >> On 2/25/19 5:11 PM, K. Macy wrote:
> This commit needed more through review.
> >>>
> >>> How would this be achieved:? I had several people on the review and no
> >>> one had substantive feedback.
> >>
> >> As a developer it is your responsibil
On 2/26/19 9:23 AM, Alexey Dokuchaev wrote:
> On Tue, Feb 26, 2019 at 09:12:11AM -0800, John Baldwin wrote:
>> On 2/26/19 5:49 AM, Alexey Dokuchaev wrote:
>>> On Mon, Feb 25, 2019 at 10:19:45PM -0800, Rodney W. Grimes wrote:
...
Just a small nit, for future reference, from the template:
>
> On Mon, Feb 25, 2019 at 05:11:26PM -0800, K. Macy wrote:
> > > We had a brief discussion of this commit within a subset of core. This
> > > addition of GPLv2 code is fine as the code is easily removal to a module
> > > (per kmoore@) should the day come that we're read to evict all GPL code.
> >
Author: markj
Date: Tue Feb 26 18:20:41 2019
New Revision: 344599
URL: https://svnweb.freebsd.org/changeset/base/344599
Log:
Fix fasttrap_sig{trap,segv}().
- Don't leak the ksiginfo structure.
- Hold the proc lock when sending a signal in fasttrap_sigsegv().
MFC after:1 week
Sp
Author: markj
Date: Tue Feb 26 18:30:51 2019
New Revision: 344600
URL: https://svnweb.freebsd.org/changeset/base/344600
Log:
Add a missing return statement to g_concat_kernel_dump().
The error occurs when upper layers attempt an out-of-bounds write.
Submitted by: Noah Bergbauer
MFC
On 26/02/2019 13:15, Rodney W. Grimes wrote:
On Mon, Feb 25, 2019 at 05:11:26PM -0800, K. Macy wrote:
We had a brief discussion of this commit within a subset of core. This
addition of GPLv2 code is fine as the code is easily removal to a module
(per kmoore@) should the day come that we're re
Author: sef
Date: Tue Feb 26 19:23:22 2019
New Revision: 344601
URL: https://svnweb.freebsd.org/changeset/base/344601
Log:
Set process title during zfs send.
This adds a '-V' option to 'zfs send', which sets the process title once a
second to the progress information.
This code has b
Author: jkim
Date: Tue Feb 26 19:31:33 2019
New Revision: 344602
URL: https://svnweb.freebsd.org/changeset/base/344602
Log:
Merge OpenSSL 1.1.1b.
Modified:
head/crypto/openssl/CHANGES
head/crypto/openssl/CONTRIBUTING
head/crypto/openssl/Configure
head/crypto/openssl/INSTALL
head/crypt
Author: kib
Date: Tue Feb 26 19:55:03 2019
New Revision: 344605
URL: https://svnweb.freebsd.org/changeset/base/344605
Log:
Modularize xz.
Embedded lzma decompression library becomes a module usable by other
consumers, in addition to geom_uzip.
Most important code changes are
- remo
Author: ian
Date: Tue Feb 26 20:50:49 2019
New Revision: 344606
URL: https://svnweb.freebsd.org/changeset/base/344606
Log:
Add support for geom_flashmap by providing a getattr() for "SPI:device".
Modified:
head/sys/dev/flash/at45d.c
Modified: head/sys/dev/flash/at45d.c
==
In message <20a4a5ab-f088-537b-8666-e6c6f4317...@freebsd.org>, John
Baldwin wri
tes:
> On 2/26/19 8:59 AM, Rodney W. Grimes wrote:
> >> On Tue, Feb 26, 2019 at 10:14 AM Cy Schubert
> >> wrote:
> >>
> >>> On February 26, 2019 7:48:27 AM PST, Cy Schubert <
> >>> cy.schub...@cschubert.com> wrote:
>
In message , Fatih Acar
writes:
> This is a multi-part message in MIME format.
> --6A54CE5B28D823DCB8C41577
> Content-Type: text/plain; charset=utf-8
> Content-Transfer-Encoding: 8bit
>
> On 2/26/19 5:36 PM, Cy Schubert wrote:
> > On February 26, 2019 8:11:31 AM PST, Baptiste Daroussin
> On 26 Feb 2019, at 23:02, Cy Schubert wrote:
>
> In message , Fatih Acar
> writes:
>> This is a multi-part message in MIME format.
>> --6A54CE5B28D823DCB8C41577
>> Content-Type: text/plain; charset=utf-8
>> Content-Transfer-Encoding: 8bit
>>
>> On 2/26/19 5:36 PM, Cy Schubert w
In message <201902261659.x1qgxkl0046...@pdx.rh.cn85.dnsmgr.net>,
"Rodney W. Gri
mes" writes:
> > On Tue, Feb 26, 2019 at 10:14 AM Cy Schubert
> > wrote:
> >
> > > On February 26, 2019 7:48:27 AM PST, Cy Schubert <
> > > cy.schub...@cschubert.com> wrote:
> > > >On February 26, 2019 12:18:35 AM PS
Author: ian
Date: Tue Feb 26 22:06:25 2019
New Revision: 344607
URL: https://svnweb.freebsd.org/changeset/base/344607
Log:
Compile fdt_slicer and geom_flashmap when the at45d device is included.
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
=
Author: ian
Date: Tue Feb 26 22:07:59 2019
New Revision: 344608
URL: https://svnweb.freebsd.org/changeset/base/344608
Log:
Update a comment to reflect reality; no functional changes.
Modified:
head/sys/sys/slicer.h
Modified: head/sys/sys/slicer.h
=
On Tue, Feb 26, 2019 at 08:27:40AM -0800, Rodney W. Grimes wrote:
> > On Mon, Feb 25, 2019 at 06:18:42PM -0800, Rodney W. Grimes wrote:
> > > > > The modest increase in activation energy for that task seems worth it
> > > > > for the short-term gains of reduced integration cost (this code will
> >
On Tue, Feb 26, 2019 at 10:18:45AM -0700, Warner Losh wrote:
> On Tue, Feb 26, 2019 at 8:46 AM Shawn Webb
> wrote:
>
> > On Mon, Feb 25, 2019 at 06:18:42PM -0800, Rodney W. Grimes wrote:
> > > > > The modest increase in activation energy for that task seems worth it
> > > > > for the short-term g
Author: ian
Date: Tue Feb 26 22:34:29 2019
New Revision: 344609
URL: https://svnweb.freebsd.org/changeset/base/344609
Log:
Make it possible to load fdt_slicer as a module (unloading works too fwiw).
Added:
head/sys/modules/fdt/
head/sys/modules/fdt/Makefile (contents, props changed)
hea
Author: ian
Date: Tue Feb 26 22:50:01 2019
New Revision: 344610
URL: https://svnweb.freebsd.org/changeset/base/344610
Log:
Add manpages for at45d(4) and mx25l(4).
Added:
head/share/man/man4/at45d.4 (contents, props changed)
head/share/man/man4/mx25l.4 (contents, props changed)
Modified:
Author: ian
Date: Tue Feb 26 22:52:08 2019
New Revision: 344611
URL: https://svnweb.freebsd.org/changeset/base/344611
Log:
Add a module dependency on fdt_slicer.
Modified:
head/sys/dev/flash/mx25l.c
Modified: head/sys/dev/flash/mx25l.c
On Tue, Feb 26, 2019 at 04:47:59AM -0800, Rodney W. Grimes wrote:
> [ Charset UTF-8 unsupported, converting... ]
> > Author: 0mp (ports committer)
> > Date: Tue Feb 26 09:28:10 2019
> > New Revision: 344570
> > URL: https://svnweb.freebsd.org/changeset/base/344570
> > Log:
> > sysrc.8: Pet igor
Author: ian
Date: Tue Feb 26 22:52:41 2019
New Revision: 344612
URL: https://svnweb.freebsd.org/changeset/base/344612
Log:
Add a module dependency on fdt_slicer. Also, move the PNP_INFO to its more
usual location, down near the DRIVER_MODULE() stuff.
Modified:
head/sys/dev/flash/at45d.c
M
> On Feb 25, 2019, at 7:18 PM, Rodney W. Grimes
> wrote:
>
>
> I think for a few reasons, I doubt you copied the whole distribution
> that this file came from, as I am sure that distribution included
> a LICENSE file. Second if you actually read the GPL v2 documentation
> and follow what it
On Tue, Feb 26, 2019 at 05:52:48PM +, Brooks Davis wrote:
> On Mon, Feb 25, 2019 at 05:11:26PM -0800, K. Macy wrote:
> > > An additional issue is that the a warning tag was not added to
> > > sys/conf/files. A warning along the lines of:
> > >
> > > warning "kernel contains GPLv2 licen
> On Tue, Feb 26, 2019 at 05:52:48PM +, Brooks Davis wrote:
> > On Mon, Feb 25, 2019 at 05:11:26PM -0800, K. Macy wrote:
> > > > An additional issue is that the a warning tag was not added to
> > > > sys/conf/files. A warning along the lines of:
> > > >
> > > > warning "kernel contains
In message <201902262102.x1ql2rio032...@slippy.cwsent.com>, Cy Schubert
writes:
> In message , Fatih Acar
> writes:
> > This is a multi-part message in MIME format.
> > --6A54CE5B28D823DCB8C41577
> > Content-Type: text/plain; charset=utf-8
> > Content-Transfer-Encoding: 8bit
> >
> > O
Author: jhibbits
Date: Wed Feb 27 03:30:49 2019
New Revision: 344613
URL: https://svnweb.freebsd.org/changeset/base/344613
Log:
powerpc/mpc85xx: Synchronize timebase the platform correct way
Summary:
To safely synchronize timebase we need to disable the timebase on all
cores, set timeba
On Tue, Feb 26, 2019, 12:49 AM Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> > On Mon, 25 Feb 2019, Jason Harmening wrote:
> >
> > > On 2/25/19 9:46 PM, Bruce Evans wrote:
> > >>
> > >> block_size <= PAGE_SIZE is very uncommon for ffs, even on systems
> with
> > >> large
> > >> pages
Author: ian
Date: Wed Feb 27 04:16:32 2019
New Revision: 344614
URL: https://svnweb.freebsd.org/changeset/base/344614
Log:
Rename some functions and variables to have shorter names, which allows
unwrapping multiple lines of code. Also, convert some short multiline
comments into single-line
On Tue, Feb 26, 2019, 6:50 AM Alexey Dokuchaev wrote:
> On Mon, Feb 25, 2019 at 10:19:45PM -0800, Rodney W. Grimes wrote:
> > > Author: sjg
> > > Date: Tue Feb 26 06:17:23 2019
> > > New Revision: 344567
> > > URL: https://svnweb.freebsd.org/changeset/base/344567
> > >
> > > Log:
> > > Add veri
Author: ian
Date: Wed Feb 27 04:19:29 2019
New Revision: 344615
URL: https://svnweb.freebsd.org/changeset/base/344615
Log:
Child nodes with a compatible property are not slices, according to the
devicetree/bindings/mtd/partitions.txt document, so just ignore them.
Modified:
head/sys/dev/fdt
Author: ian
Date: Wed Feb 27 04:58:18 2019
New Revision: 344616
URL: https://svnweb.freebsd.org/changeset/base/344616
Log:
Add support to fdt_slicer for the new style partition data documented in
devicetree/bindings/mtd/partition.txt.
In the old style, all the children of the device node
Author: np
Date: Wed Feb 27 06:50:24 2019
New Revision: 344617
URL: https://svnweb.freebsd.org/changeset/base/344617
Log:
libcxgb4: Don't spam stderr. Write combining is not enabled by default
by the FreeBSD driver.
Modified:
head/contrib/ofed/libcxgb4/dev.c
Modified: head/contrib/ofed/li
On 26/02/2019 22:58, Cy Schubert wrote:
> I was talking about nested datasets, i.e. tank/freebsd/git/current and
> tank/freebsd/git/ports are four levels deep.
We usually don't call them "nested". In fact, I don't think that we call them
anything special because having N levels deep datasets (N
Author: bapt
Date: Wed Feb 27 07:55:53 2019
New Revision: 344618
URL: https://svnweb.freebsd.org/changeset/base/344618
Log:
Fix regression introduced in r344569
Reported by: cy
Tested by:cy
Submitted by: Fatih Acar
Modified:
head/cddl/contrib/opensolaris/lib/libzfs/common/libzf
87 matches
Mail list logo