Re: svn commit: r341586 - head/sys/dev/mlx5/mlx5_en

2019-04-29 Thread Andrey V. Elsukov
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

Re: svn commit: r346932 - head/sys/ufs/ufs

2019-04-29 Thread Alexey Dokuchaev
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 +

svn commit: r346942 - in stable/11/sys/dev/cxgbe: . common

2019-04-29 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 06:04:29 2019 New Revision: 346942 URL: https://svnweb.freebsd.org/changeset/base/346942 Log: MFC r341620: cxgbe(4): Fall back to a basic configuration in case of any error during card initialization. This is an expanded version of r333682. Break up prep_

svn commit: r346941 - head/sys/powerpc/booke

2019-04-29 Thread Justin Hibbits
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

svn commit: r346940 - in stable/11/sys: conf dev/cxgbe dev/cxgbe/firmware modules/cxgbe/t4_firmware modules/cxgbe/t5_firmware modules/cxgbe/t6_firmware

2019-04-29 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 01:25:02 2019 New Revision: 346940 URL: https://svnweb.freebsd.org/changeset/base/346940 Log: MFC r338954, r340651, r344524, r345083. r338954: cxgbe(4): Enable support for per-connection rate limiting in the default firmware configuration files. Approved

svn commit: r346939 - stable/12/lib/libc/gen

2019-04-29 Thread Ian Lepore
Author: ian Date: Tue Apr 30 00:59:59 2019 New Revision: 346939 URL: https://svnweb.freebsd.org/changeset/base/346939 Log: MFC r346751: Add a manpage for elf_aux_info(3) Added: stable/12/lib/libc/gen/auxv.3 - copied unchanged from r346751, head/lib/libc/gen/auxv.3 Modified: stable

svn commit: r346938 - stable/12/sys/dev/gpio

2019-04-29 Thread Ian Lepore
Author: ian Date: Tue Apr 30 00:58:43 2019 New Revision: 346938 URL: https://svnweb.freebsd.org/changeset/base/346938 Log: MFC r346713: Fix typo: the 4th argument to GPIO_PIN_ACCESS_32 is the set of pins to change, not the variable used to return the original pin state. PR:

svn commit: r346937 - stable/12/sys/arm/broadcom/bcm2835

2019-04-29 Thread Ian Lepore
Author: ian Date: Tue Apr 30 00:54:31 2019 New Revision: 346937 URL: https://svnweb.freebsd.org/changeset/base/346937 Log: MFC r346489: Move the reporting of spurious interrupts under bootverbose control, because occasional spurious interrupts are a normal thing on this hardware. Also,

svn commit: r346936 - stable/12/sys/conf

2019-04-29 Thread Enji Cooper
Author: ngie Date: Mon Apr 29 23:07:19 2019 New Revision: 346936 URL: https://svnweb.freebsd.org/changeset/base/346936 Log: MFC r345351: r345351 (by bdrewery): Build common kernel dependencies before modules. This ensures files like genassym.o and awk/mfiles are generated before de

svn commit: r346935 - head/sys/powerpc/powerpc

2019-04-29 Thread Justin Hibbits
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

svn commit: r346934 - in stable/11/sys: conf dev/cxgbe dev/cxgbe/tom modules/cxgbe/if_cxgbe

2019-04-29 Thread Navdeep Parhar
Author: np Date: Mon Apr 29 22:16:33 2019 New Revision: 346934 URL: https://svnweb.freebsd.org/changeset/base/346934 Log: MFC r341172, r341270. t4_clip.c had to be manually adjusted because Concurrency Kit is not available in stable/11. r341172: Move CLIP table handling out of TOM and

svn commit: r346933 - head/share/man/man4

2019-04-29 Thread John Baldwin
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

Re: svn commit: r346931 - head/share/man/man4

2019-04-29 Thread John Baldwin
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, >

svn commit: r346932 - head/sys/ufs/ufs

2019-04-29 Thread Mark Johnston
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

Re: svn commit: r346931 - head/share/man/man4

2019-04-29 Thread Enji Cooper
> 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

svn commit: r346931 - head/share/man/man4

2019-04-29 Thread John Baldwin
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 ==

svn commit: r346930 - stable/11/sys/dev/cxgbe

2019-04-29 Thread Navdeep Parhar
Author: np Date: Mon Apr 29 21:55:39 2019 New Revision: 346930 URL: https://svnweb.freebsd.org/changeset/base/346930 Log: MFC r339700: cxgbe(4): new sysctl to display the start of the RSS region for a VI. dev...rss_base For example: dev.cc.0.rss_base: 0 dev.cc.1.rss_base: 128

svn commit: r346929 - stable/12/share/man/man4

2019-04-29 Thread John Baldwin
Author: jhb Date: Mon Apr 29 21:39:09 2019 New Revision: 346929 URL: https://svnweb.freebsd.org/changeset/base/346929 Log: MFC 345041: Update ccr(4) to note recent support for SHA2-224 and plain SHA hashes. Modified: stable/12/share/man/man4/ccr.4 Directory Properties: stable/12/ (props

svn commit: r346928 - stable/11/sys/dev/cxgbe

2019-04-29 Thread Navdeep Parhar
Author: np Date: Mon Apr 29 21:34:24 2019 New Revision: 346928 URL: https://svnweb.freebsd.org/changeset/base/346928 Log: MFC r339628, r339965 r339628: cxgbe(4): improve the accuracy of various TSO limits reported to the kernel. Sponsored by: Chelsio Communications r339965: cx

Re: svn commit: r341586 - head/sys/dev/mlx5/mlx5_en

2019-04-29 Thread John Baldwin
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

svn commit: r346927 - stable/11/sys/conf

2019-04-29 Thread Enji Cooper
Author: ngie Date: Mon Apr 29 20:53:20 2019 New Revision: 346927 URL: https://svnweb.freebsd.org/changeset/base/346927 Log: MFC r345351: r345351 (by bdrewery): Build common kernel dependencies before modules. This ensures files like genassym.o and awk/mfiles are generated before de

svn commit: r346923 - in stable/11/sys/dev/cxgbe: . iw_cxgbe

2019-04-29 Thread Navdeep Parhar
Author: np Date: Mon Apr 29 20:10:28 2019 New Revision: 346923 URL: https://svnweb.freebsd.org/changeset/base/346923 Log: MFC r339891, r340063, r342266, r342270, r342272, r342288-r342289 r339891: cxgbe/iw_cxgbe: Install the socket upcall before calling soconnect to ensure that it always

svn commit: r346922 - stable/11/sys/dev/cxgbe/iw_cxgbe

2019-04-29 Thread Navdeep Parhar
Author: np Date: Mon Apr 29 19:47:21 2019 New Revision: 346922 URL: https://svnweb.freebsd.org/changeset/base/346922 Log: MFC r339667: cxgbe/iw_cxgbe: save the ep in the driver-private provider_data field. Submitted By: Lily Wang @ Netapp Modified: stable/11/sys/dev/cxgbe/iw_cxgbe/c

svn commit: r346921 - stable/11/sys/dev/cxgbe

2019-04-29 Thread Navdeep Parhar
Author: np Date: Mon Apr 29 19:37:16 2019 New Revision: 346921 URL: https://svnweb.freebsd.org/changeset/base/346921 Log: MFC r339626: cxgbe(4): Use automatic cidx updates with ofld and ctrl queues. The bits that explicitly request cidx updates do not work reliably with all possible

svn commit: r346920 - in stable/11: lib/libcam/tests lib/libkvm/tests lib/libsbuf/tests share/examples/tests/tests/tap share/man/man4 share/man/man5 share/zoneinfo/tests usr.bin/calendar/calendars ...

2019-04-29 Thread Enji Cooper
Author: ngie Date: Mon Apr 29 19:36:46 2019 New Revision: 346920 URL: https://svnweb.freebsd.org/changeset/base/346920 Log: MFC r346571,r346572: Update the spelling of my name Previous spellings of my name (NGie, Ngie) weren't my legal spelling. Use Enji instead for clarity. Whi

svn commit: r346919 - stable/11/share/mk

2019-04-29 Thread Enji Cooper
Author: ngie Date: Mon Apr 29 19:35:34 2019 New Revision: 346919 URL: https://svnweb.freebsd.org/changeset/base/346919 Log: MFC r345723: PROG_OVERRIDE_VARS should override default values if specified The behavior prior to this change would not override default values if set in `bsd.o

svn commit: r346918 - in stable/12: lib/libcam/tests lib/libkvm/tests lib/libsbuf/tests share/examples/tests/tests/tap share/man/man4 share/man/man5 share/zoneinfo/tests usr.bin/calendar/calendars ...

2019-04-29 Thread Enji Cooper
Author: ngie Date: Mon Apr 29 19:34:09 2019 New Revision: 346918 URL: https://svnweb.freebsd.org/changeset/base/346918 Log: MFC r346571,r346572: Update the spelling of my name Previous spellings of my name (NGie, Ngie) weren't my legal spelling. Use Enji instead for clarity. Whi

svn commit: r346917 - stable/12/share/mk

2019-04-29 Thread Enji Cooper
Author: ngie Date: Mon Apr 29 19:32:11 2019 New Revision: 346917 URL: https://svnweb.freebsd.org/changeset/base/346917 Log: MFC r345723: PROG_OVERRIDE_VARS should override default values if specified The behavior prior to this change would not override default values if set in `bsd.o

svn commit: r346916 - stable/11/sys/dev/cxgbe

2019-04-29 Thread Navdeep Parhar
Author: np Date: Mon Apr 29 19:25:06 2019 New Revision: 346916 URL: https://svnweb.freebsd.org/changeset/base/346916 Log: MFC r338940: cxgbe(4): Treat base/end of firmware parameters as signed integers when figuring out whether the range is valid or not. Modified: stable/11/sys/dev/cxg

svn commit: r346915 - stable/11/sys/dev/cxgbe

2019-04-29 Thread Navdeep Parhar
Author: np Date: Mon Apr 29 19:23:27 2019 New Revision: 346915 URL: https://svnweb.freebsd.org/changeset/base/346915 Log: MFC r338874: cxgbe(4): Reuse existing "switching" L2T entries when possible. Modified: stable/11/sys/dev/cxgbe/t4_filter.c stable/11/sys/dev/cxgbe/t4_l2t.c stable

svn commit: r346914 - stable/11/sys/dev/cxgbe

2019-04-29 Thread Navdeep Parhar
Author: np Date: Mon Apr 29 19:16:29 2019 New Revision: 346914 URL: https://svnweb.freebsd.org/changeset/base/346914 Log: MFC r338669: cxgbe(4): Use the correct number of parameters when querying the tid range for hashfilters. Modified: stable/11/sys/dev/cxgbe/t4_main.c Directory Prope

svn commit: r346913 - stable/11/sys/dev/cxgbe/tom

2019-04-29 Thread Navdeep Parhar
Author: np Date: Mon Apr 29 19:15:50 2019 New Revision: 346913 URL: https://svnweb.freebsd.org/changeset/base/346913 Log: MFC r338355: cxgbe/tom: Unregister shared CPL handlers on module unload. This fixes a panic with INVARIANTS that occurs when t4_tom is unloaded and reloaded. Modifie

svn commit: r346912 - stable/12/lib/libc/tests/sys

2019-04-29 Thread Enji Cooper
Author: ngie Date: Mon Apr 29 19:12:47 2019 New Revision: 346912 URL: https://svnweb.freebsd.org/changeset/base/346912 Log: MFC r346539: Fix `get_int_via_sysctlbyname(..)` on Jenkins Initialize `oldlen` to the size of the value, instead of leaving the value unitialized. Leaving it un

svn commit: r346911 - stable/11/lib/libc/tests/sys

2019-04-29 Thread Enji Cooper
Author: ngie Date: Mon Apr 29 19:11:56 2019 New Revision: 346911 URL: https://svnweb.freebsd.org/changeset/base/346911 Log: MFC r346539: Fix `get_int_via_sysctlbyname(..)` on Jenkins Initialize `oldlen` to the size of the value, instead of leaving the value unitialized. Leaving it un

svn commit: r346910 - in stable/12: libexec/rc/rc.d usr.sbin/nfsd

2019-04-29 Thread Alexander Motin
Author: mav Date: Mon Apr 29 19:10:24 2019 New Revision: 346910 URL: https://svnweb.freebsd.org/changeset/base/346910 Log: MFC r344192 (by sef): Add support for a virtual hostname to nfsd Specifically, this allows (via "-V vhostname") telling nfsd what principal to use, instead of the hos

svn commit: r346909 - stable/12/tests/sys/kern

2019-04-29 Thread Enji Cooper
Author: ngie Date: Mon Apr 29 19:09:44 2019 New Revision: 346909 URL: https://svnweb.freebsd.org/changeset/base/346909 Log: MFC r346542: Fix sys.kern.coredump_phnum_test.coredump_phnum on i386 The zero-padding when printing out the Size field is on 32-bit architectures is 5, not 15.

svn commit: r346908 - stable/12/sys/contrib/libnv

2019-04-29 Thread Mariusz Zaborski
Author: oshogbo Date: Mon Apr 29 18:56:39 2019 New Revision: 346908 URL: https://svnweb.freebsd.org/changeset/base/346908 Log: MFC r346113: libnv: fix compilation warnings When building libnv without a debug those arguments are no longer used because assertions will be changed to NOP

svn commit: r346907 - stable/11/sys/contrib/libnv

2019-04-29 Thread Mariusz Zaborski
Author: oshogbo Date: Mon Apr 29 18:55:49 2019 New Revision: 346907 URL: https://svnweb.freebsd.org/changeset/base/346907 Log: MFC r346113: libnv: fix compilation warnings When building libnv without a debug those arguments are no longer used because assertions will be changed to NOP

Re: svn commit: r346904 - head

2019-04-29 Thread Enji Cooper
> 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

svn commit: r346906 - stable/12/sys/contrib/libnv

2019-04-29 Thread Mariusz Zaborski
Author: oshogbo Date: Mon Apr 29 18:54:39 2019 New Revision: 346906 URL: https://svnweb.freebsd.org/changeset/base/346906 Log: MFC r346112: libnv: fix compilation warnings When building libnv without a debug those arguments are no longer used because assertions will be changed to

svn commit: r346905 - stable/11/sys/contrib/libnv

2019-04-29 Thread Mariusz Zaborski
Author: oshogbo Date: Mon Apr 29 18:52:04 2019 New Revision: 346905 URL: https://svnweb.freebsd.org/changeset/base/346905 Log: MFC r346112: libnv: fix compilation warnings When building libnv without a debug those arguments are no longer used because assertions will be changed to

svn commit: r346904 - head

2019-04-29 Thread Enji Cooper
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

svn commit: r346903 - stable/11/usr.bin/ar

2019-04-29 Thread Ed Maste
Author: emaste Date: Mon Apr 29 18:37:39 2019 New Revision: 346903 URL: https://svnweb.freebsd.org/changeset/base/346903 Log: MFC ar: implement support for /SYM64/ 64-bit archives r346079: ar: implement support for /SYM64/ 64-bit archives Submitted by: Gerald Aryeetey Reviewed by:

svn commit: r346902 - stable/12/usr.bin/ar

2019-04-29 Thread Ed Maste
Author: emaste Date: Mon Apr 29 18:34:11 2019 New Revision: 346902 URL: https://svnweb.freebsd.org/changeset/base/346902 Log: MFC ar: implement support for /SYM64/ 64-bit archives r346079: ar: implement support for /SYM64/ 64-bit archives Submitted by: Gerald Aryeetey Reviewed by:

svn commit: r346901 - stable/11/usr.bin/ar

2019-04-29 Thread Ed Maste
Author: emaste Date: Mon Apr 29 18:28:34 2019 New Revision: 346901 URL: https://svnweb.freebsd.org/changeset/base/346901 Log: MFC r339648: ar: report errno on warning/error Previously ar would report an error like "ar: fatal: Write error" without including additional errno information

svn commit: r346900 - stable/12/usr.bin/ar

2019-04-29 Thread Ed Maste
Author: emaste Date: Mon Apr 29 18:25:39 2019 New Revision: 346900 URL: https://svnweb.freebsd.org/changeset/base/346900 Log: MFC r339648: ar: report errno on warning/error Previously ar would report an error like "ar: fatal: Write error" without including additional errno information. C

svn commit: r346899 - head

2019-04-29 Thread Niclas Zeising
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

svn commit: r346898 - head/sys/netinet

2019-04-29 Thread Alexander Motin
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

svn commit: r346897 - in head/sys: conf powerpc/conf

2019-04-29 Thread Leandro Lupori
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

svn commit: r346896 - in head/sys/dev: altera/atse altera/softdma xdma

2019-04-29 Thread Ruslan Bukin
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

svn commit: r346895 - head/lib/libvgl

2019-04-29 Thread Bruce Evans
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

svn commit: r346892 - in stable/12: lib/clang lib/clang/include/llvm/Config lib/clang/libllvm share/man/man5 share/mk tools/build/options

2019-04-29 Thread Mitchell Horne
Author: mhorne Date: Mon Apr 29 16:16:00 2019 New Revision: 346892 URL: https://svnweb.freebsd.org/changeset/base/346892 Log: MFC r346016: Add option to build LLVM RISC-V target Approved by: markj (mentor) Added: stable/12/tools/build/options/WITHOUT_LLVM_TARGET_RISCV - copied un

svn commit: r346891 - in stable/11: lib/clang lib/clang/include/llvm/Config lib/clang/libllvm share/man/man5 share/mk tools/build/options

2019-04-29 Thread Mitchell Horne
Author: mhorne Date: Mon Apr 29 16:14:24 2019 New Revision: 346891 URL: https://svnweb.freebsd.org/changeset/base/346891 Log: MFC r346016: Add option to build LLVM RISC-V target Approved by: markj (mentor) Added: stable/11/tools/build/options/WITHOUT_LLVM_TARGET_RISCV - copied un

svn commit: r346890 - head/lib/libvgl

2019-04-29 Thread Bruce Evans
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

Re: svn commit: r346598 - head/sys/modules

2019-04-29 Thread Greg V
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

Re: svn commit: r346598 - head/sys/modules

2019-04-29 Thread Ganbold Tsagaankhuu
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: >

Re: svn commit: r346598 - head/sys/modules

2019-04-29 Thread Andrew Gallatin
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

Re: svn commit: r346598 - head/sys/modules

2019-04-29 Thread Emmanuel Vadot
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

Re: svn commit: r346598 - head/sys/modules

2019-04-29 Thread Andrew Gallatin
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

Re: svn commit: r346598 - head/sys/modules

2019-04-29 Thread Rodney W. Grimes
> 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

svn commit: r346889 - head/lib/libvgl

2019-04-29 Thread Bruce Evans
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

Re: svn commit: r346598 - head/sys/modules

2019-04-29 Thread Ed Maste
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

Re: svn commit: r346775 - stable/11/usr.sbin/nfsdumpstate

2019-04-29 Thread Rick Macklem
Yes. Someone pointed out that was needed for some builds to avoid an "unused variable" warning. (I don't get the warning when I do a build.) The change was committed to head as r346856 yesterday with a 1 week MFC. rick From: Andre Albsmeier Sent: Monday,

svn commit: r346888 - head/sys/kern

2019-04-29 Thread Mark Johnston
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

svn commit: r346887 - stable/11/sys/conf

2019-04-29 Thread Mark Johnston
Author: markj Date: Mon Apr 29 13:20:55 2019 New Revision: 346887 URL: https://svnweb.freebsd.org/changeset/base/346887 Log: MFC r346544: Clarify the relationship between INVARIANTS and DIAGNOSTIC a bit. Modified: stable/11/sys/conf/NOTES Directory Properties: stable/11/ (props changed)

svn commit: r346886 - stable/12/sys/conf

2019-04-29 Thread Mark Johnston
Author: markj Date: Mon Apr 29 13:20:24 2019 New Revision: 346886 URL: https://svnweb.freebsd.org/changeset/base/346886 Log: MFC r346544: Clarify the relationship between INVARIANTS and DIAGNOSTIC a bit. Modified: stable/12/sys/conf/NOTES Directory Properties: stable/12/ (props changed)

svn commit: r346885 - head/sbin/ipfw

2019-04-29 Thread Andrey V. Elsukov
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

svn commit: r346884 - head/sys/netpfil/ipfw

2019-04-29 Thread Andrey V. Elsukov
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

Re: svn commit: r346775 - stable/11/usr.sbin/nfsdumpstate

2019-04-29 Thread Andre Albsmeier
On Sat, 27-Apr-2019 at 02:13:15 +, Rick Macklem wrote: > Author: rmacklem > Date: Sat Apr 27 02:13:15 2019 > New Revision: 346775 > URL: https://svnweb.freebsd.org/changeset/base/346775 > > Log: > MFC: r346190 > Fix nfsdumpstate(8) so that it can print out INET6 callback addresses. > >