Author: ae
Date: Mon Apr 29 09:33:16 2019
New Revision: 346884
URL: https://svnweb.freebsd.org/changeset/base/346884
Log:
Add IPv6 support for O_IPLEN opcode.
Obtained from:Yandex LLC
MFC after:1 week
Sponsored by: Yandex LLC
Modified:
head/sys/netpfil/ipfw/ip_fw2.c
Modi
Author: ae
Date: Mon Apr 29 09:52:53 2019
New Revision: 346885
URL: https://svnweb.freebsd.org/changeset/base/346885
Log:
Handle HAVE_PROTO flag and print "proto" keyword for O_IP4 and O_IP6
opcodes when it is needed.
This should fix the problem, when printed by `ipfw show` rule could not
Author: markj
Date: Mon Apr 29 13:23:32 2019
New Revision: 346888
URL: https://svnweb.freebsd.org/changeset/base/346888
Log:
Stop checking TD_IDLETHREAD() in buffer cache routines.
These predicates are vestigal and cannot be true today. For example,
idle threads are not allowed to acquir
On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
wrote:
>
> Very cool, now how do I get a PCIe slot into a RPI3!!! lol :-)
I know you're joking but the comment does highlight an issue in the
AArch64 world - there's a lack of good mid-range developer platforms.
FreeBSD runs on Cavium/Marvell Thunde
Author: bde
Date: Mon Apr 29 14:13:53 2019
New Revision: 346889
URL: https://svnweb.freebsd.org/changeset/base/346889
Log:
Refactor and simplify hiding the mouse cursor and fix bugs caused by
complications in the previous methods.
r346761 broke showing the mouse cursor after changing its
> On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
> wrote:
> >
> > Very cool, now how do I get a PCIe slot into a RPI3!!! lol :-)
>
> I know you're joking but the comment does highlight an issue in the
> AArch64 world - there's a lack of good mid-range developer platforms.
I may of been joking w
On 2019-04-29 10:21, Rodney W. Grimes wrote:
On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
wrote:
Very cool, now how do I get a PCIe slot into a RPI3!!! lol :-)
I know you're joking but the comment does highlight an issue in the
AArch64 world - there's a lack of good mid-range developer pl
On Mon, 29 Apr 2019 10:49:01 -0400
Andrew Gallatin wrote:
> On 2019-04-29 10:21, Rodney W. Grimes wrote:
> >> On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
> >> wrote:
> >>>
> >>> Very cool, now how do I get a PCIe slot into a RPI3!!! lol :-)
> >>
> >> I know you're joking but the comment does
On 2019-04-29 10:54, Emmanuel Vadot wrote:
On Mon, 29 Apr 2019 10:49:01 -0400
Andrew Gallatin wrote:
On 2019-04-29 10:21, Rodney W. Grimes wrote:
On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
wrote:
Very cool, now how do I get a PCIe slot into a RPI3!!! lol :-)
I know you're joking but
On Mon, Apr 29, 2019 at 11:16 PM Andrew Gallatin
wrote:
> On 2019-04-29 10:54, Emmanuel Vadot wrote:
> > On Mon, 29 Apr 2019 10:49:01 -0400
> > Andrew Gallatin wrote:
> >
> >> On 2019-04-29 10:21, Rodney W. Grimes wrote:
> On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
> wrote:
>
On Mon, Apr 29, 2019 at 10:08, Ed Maste wrote:
On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
wrote:
Very cool, now how do I get a PCIe slot into a RPI3!!! lol :-)
I know you're joking but the comment does highlight an issue in the
AArch64 world - there's a lack of good mid-range develo
Author: bde
Date: Mon Apr 29 15:58:05 2019
New Revision: 346890
URL: https://svnweb.freebsd.org/changeset/base/346890
Log:
Oops, r346889 broke showing of the mouse cursor after clearing, by
forgetting to tell the bitmap-copying clearing method to preserve the
cursor.
Modified:
head/lib/li
Author: br
Date: Mon Apr 29 16:27:15 2019
New Revision: 346896
URL: https://svnweb.freebsd.org/changeset/base/346896
Log:
o Rewrite softdma_process_tx() of Altera SoftDMA engine driver
so it does not require a bounce buffer. The only need for this was
to align the buffer address. Impleme
Author: bde
Date: Mon Apr 29 16:26:29 2019
New Revision: 346895
URL: https://svnweb.freebsd.org/changeset/base/346895
Log:
Support all reasonable cursor sizes. Reduce the size of the standard
cursor from 16x16 (with 6 columns unused) to 10x16 and rename it to
the "small" cursor. Add a "lar
Author: luporl
Date: Mon Apr 29 16:50:33 2019
New Revision: 346897
URL: https://svnweb.freebsd.org/changeset/base/346897
Log:
[PPC64] Turn opal_flash.c into a device
This change makes it easier to enable/disable the inclusion of
OPAL flash in the kernel.
Reviewed by: jhibbits
Diff
Author: mav
Date: Mon Apr 29 18:09:55 2019
New Revision: 346898
URL: https://svnweb.freebsd.org/changeset/base/346898
Log:
ip multicast debug: fix strings vs defines
Turning on multicast debug made multicast failure worse
because the strings and #define values no longer matched
up. Fix
Author: zeising (doc,ports committer)
Date: Mon Apr 29 18:20:51 2019
New Revision: 346899
URL: https://svnweb.freebsd.org/changeset/base/346899
Log:
Add a note to MAINTAINERS for lkpi for graphics
Add a note to MAINTAINERS requesting pre-commit review from the graphics
team, using phabric
Author: ngie
Date: Mon Apr 29 18:48:43 2019
New Revision: 346904
URL: https://svnweb.freebsd.org/changeset/base/346904
Log:
Update/reformat maintainer entries that I am a part of
* Replace all instances of freebsd-testing with `#test`. `#test` is the
Phabricator group that focuses on te
> On Apr 29, 2019, at 11:48 AM, Enji Cooper wrote:
>
> Author: ngie
> Date: Mon Apr 29 18:48:43 2019
> New Revision: 346904
> URL: https://svnweb.freebsd.org/changeset/base/346904
>
> Log:
> Update/reformat maintainer entries that I am a part of
>
> * Replace all instances of freebsd-testin
On 4/25/19 12:10 AM, Slava Shwartsman wrote:
>
>
> On 17-Apr-19 00:28, John Baldwin wrote:
>> On 4/16/19 8:32 AM, Hans Petter Selasky wrote:
>>> On 4/16/19 4:39 PM, Andrey V. Elsukov wrote:
On 05.12.2018 17:25, Slava Shwartsman wrote:
> Author: slavash
> Date: Wed Dec 5 14:25:03 201
Author: jhb
Date: Mon Apr 29 22:00:45 2019
New Revision: 346931
URL: https://svnweb.freebsd.org/changeset/base/346931
Log:
Note that ccr(4) now supports AES-CCM.
Modified:
head/share/man/man4/ccr.4
Modified: head/share/man/man4/ccr.4
==
> On Apr 29, 2019, at 15:00, John Baldwin wrote:
>
> Author: jhb
> Date: Mon Apr 29 22:00:45 2019
> New Revision: 346931
> URL: https://svnweb.freebsd.org/changeset/base/346931
>
> Log:
> Note that ccr(4) now supports AES-CCM.
Hi John,
Should this change be MFCed (including, just maybe t
Author: markj
Date: Mon Apr 29 22:05:26 2019
New Revision: 346932
URL: https://svnweb.freebsd.org/changeset/base/346932
Log:
Optimize lseek(SEEK_DATA) on UFS.
This version fixes the problems identified in r345244.
Reviewed by: kib
MFC after:1 month
Sponsored by: The FreeBSD Fo
On 4/29/19 3:04 PM, Enji Cooper wrote:
>
>> On Apr 29, 2019, at 15:00, John Baldwin wrote:
>>
>> Author: jhb
>> Date: Mon Apr 29 22:00:45 2019
>> New Revision: 346931
>> URL: https://svnweb.freebsd.org/changeset/base/346931
>>
>> Log:
>> Note that ccr(4) now supports AES-CCM.
>
> Hi John,
>
Author: jhb
Date: Mon Apr 29 22:15:51 2019
New Revision: 346933
URL: https://svnweb.freebsd.org/changeset/base/346933
Log:
Rewrap some long lines.
Whitespace only change.
Modified:
head/share/man/man4/ccr.4
Modified: head/share/man/man4/ccr.4
Author: jhibbits
Date: Mon Apr 29 22:37:35 2019
New Revision: 346935
URL: https://svnweb.freebsd.org/changeset/base/346935
Log:
powerpc64: Fix switch panic from cpu_throw()
r18 is used to hold the old PCB flags, but cpu_throw doesn't populate r18
with PCB flags, since the old thread is go
Author: jhibbits
Date: Tue Apr 30 03:45:46 2019
New Revision: 346941
URL: https://svnweb.freebsd.org/changeset/base/346941
Log:
powerpc: Stop pretending we run on e500v1 cores
Unconditional writing to MAS7, which doesn't exist on the e500v1 core, in a
TLB miss handler has been in the code
On Mon, Apr 29, 2019 at 10:05:26PM +, Mark Johnston wrote:
> New Revision: 346932
> URL: https://svnweb.freebsd.org/changeset/base/346932
>
> Log:
> Optimize lseek(SEEK_DATA) on UFS.
>
> This version fixes the problems identified in r345244.
>
> Reviewed by:kib
> @@ -56,6 +
On 30.04.2019 00:14, John Baldwin wrote:
>> Yes, we were able to reproduce this issue in house. If you don't mind, I
>> prefer to wait for John's update - where he eliminates the EAGAIN
>> handling in the network drivers.
>
> I have rebased the branch for this, but for now it will just panic soo
29 matches
Mail list logo