svn commit: r346266 - head/sys/arm/conf

2019-09-03 Thread Peter Jeremy
Author: peterj Date: Tue Apr 16 09:44:46 2019 New Revision: 346266 URL: https://svnweb.freebsd.org/changeset/base/346266 Log: Specify correct Ethernet phy for RPI-B Correct a typo in the RPI-B ethernet config - the RPi-B includes a SMC LAN9512 USB bridge and Ethernet 10/100 NIC/phy. The

Re: svn commit: r346341 - head/tools/build

2019-09-03 Thread Ian Lepore
On Wed, 2019-04-17 at 20:32 -0700, Cy Schubert wrote: > In message <201904180107.x3i17qdc002...@gndrsh.dnsmgr.net>, "Rodney > W. > Grimes" > writes: > > > Author: cy > > > Date: Thu Apr 18 01:02:00 2019 > > > New Revision: 346341 > > > URL: https://svnweb.freebsd.org/changeset/base/346341 > > > >

svn commit: r346262 - stable/10/sys/rpc/rpcsec_gss

2019-09-03 Thread Rick Macklem
Author: rmacklem Date: Tue Apr 16 02:48:04 2019 New Revision: 346262 URL: https://svnweb.freebsd.org/changeset/base/346262 Log: MFC: r345818, r345828 Fix a race in the RPCSEC_GSS server code that caused crashes. When a new client structure was allocated, it was added to the list so that

Re: svn commit: r346319 - head/sys/netpfil/pf

2019-09-03 Thread Kristof Provost
On 17 Apr 2019, at 22:17, Gleb Smirnoff wrote: Kristof, On Wed, Apr 17, 2019 at 04:42:54PM +, Kristof Provost wrote: K> Modified: head/sys/netpfil/pf/pf_ioctl.c K> == K> --- head/sys/netpfil/pf/pf_ioctl.c Wed Apr

svn commit: r346334 - head/sys/arm/allwinner

2019-09-03 Thread Emmanuel Vadot
Author: manu Date: Wed Apr 17 21:45:19 2019 New Revision: 346334 URL: https://svnweb.freebsd.org/changeset/base/346334 Log: arm: allwinner: Fix audio for Allwinner H3/H5 Due to three conditions the codec driver for Allwinner A10/A20 and H3/H5 did not work properly here: Wrong bit

Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

2019-09-03 Thread Conrad Meyer
On Mon, Apr 15, 2019 at 5:53 PM Conrad Meyer wrote: > E.g., the CI infrastructure for > Riscv/Arm is/was generating minimal filesystem images and not > populating /boot/entropy. I should add, I say "is/was" because I have a PR out which may address the problem: https://github.com/freebsd/freebsd-

Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

2019-09-03 Thread Conrad Meyer
On Tue, Apr 16, 2019 at 9:33 AM Warner Losh wrote: > In that case, we're better off having a MD routine that gets called if > there's no loader-provided entropy pool. Yes, this is more or less the same plan I had. There's no need to add anything MD specific; we already abstract MD random source

svn commit: r346289 - stable/11/sys/fs/msdosfs

2019-09-03 Thread Konstantin Belousov
Author: kib Date: Tue Apr 16 17:56:53 2019 New Revision: 346289 URL: https://svnweb.freebsd.org/changeset/base/346289 Log: MFC r346064: Fix dirty buf exhaustion easily triggered with msdosfs. Modified: stable/11/sys/fs/msdosfs/msdosfs_fat.c Directory Properties: stable/11/ (props change

svn commit: r346281 - head/sys/sys

2019-09-03 Thread Andrew Gallatin
Author: gallatin Date: Tue Apr 16 16:49:34 2019 New Revision: 346281 URL: https://svnweb.freebsd.org/changeset/base/346281 Log: Replace cosqos with numa_domain in mbuf pkthdr The cosqos field was added nearly 6 years ago in r254804, and it is still unused by any in-tree consumers. I have

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

2019-09-03 Thread Tom Jones
Author: thj Date: Thu Apr 18 11:06:45 2019 New Revision: 346348 URL: https://svnweb.freebsd.org/changeset/base/346348 Log: Add a bugs section to pflog man page FreeBSD does not set the pid field in the pfloghdr struct. This field is populated on other platforms, document this to save peop

svn commit: r346292 - in head: . sys/kern

2019-09-03 Thread Conrad Meyer
Author: cem Date: Tue Apr 16 18:47:20 2019 New Revision: 346292 URL: https://svnweb.freebsd.org/changeset/base/346292 Log: stack_protector: Add tunable to bypass random cookies This is a stopgap measure to unbreak installer/VM/embedded boot issues introduced (or at least exposed by) in r3

svn commit: r346352 - head/sys/x86/iommu

2019-09-03 Thread Konstantin Belousov
Author: kib Date: Thu Apr 18 14:18:06 2019 New Revision: 346352 URL: https://svnweb.freebsd.org/changeset/base/346352 Log: Correct handling of RMRR during early enumeration stages. On some machines, DMAR contexts must be created before all devices under the scope of the corresponding DMAR

svn commit: r346382 - stable/11/sys/dev/pci

2019-09-03 Thread Konstantin Belousov
Author: kib Date: Fri Apr 19 13:04:48 2019 New Revision: 346382 URL: https://svnweb.freebsd.org/changeset/base/346382 Log: MFC r345963, r345997: Implement resets for PCI buses and PCIe bridges. Modified: stable/11/sys/dev/pci/pci.c stable/11/sys/dev/pci/pci_pci.c stable/11/sys/dev/pci/p

svn commit: r346300 - in stable: 11/sys/net 12/sys/net

2019-09-03 Thread Kyle Evans
Author: kevans Date: Tue Apr 16 20:56:51 2019 New Revision: 346300 URL: https://svnweb.freebsd.org/changeset/base/346300 Log: MFC r345180, r345187: if_bridge(4): Fix module teardown r345180: if_bridge(4): Fix module teardown bridge_rtnode_zone still has outstanding allocations at the t

svn commit: r346332 - in head: share/man/man9 sys/conf sys/dev/ofw

2019-09-03 Thread Emmanuel Vadot
Author: manu Date: Wed Apr 17 20:09:01 2019 New Revision: 346332 URL: https://svnweb.freebsd.org/changeset/base/346332 Log: ofw_graph: Add functions for graph bindings Those functions are helpers to work on graph bindings. graphs are mostly use with video related devices. See https://g

svn commit: r346271 - in head/sys/arm/allwinner: . clkng

2019-09-03 Thread Emmanuel Vadot
Author: manu Date: Tue Apr 16 12:39:31 2019 New Revision: 346271 URL: https://svnweb.freebsd.org/changeset/base/346271 Log: aw_rtc: Register the clocks Since latest DTS update the rtc is supposed to register two clocks : - osc32k (the 32k oscillator on the board that the RTC uses direc

Re: svn commit: r345562 - in head/sys: amd64/amd64 i386/i386

2019-09-03 Thread Ed Maste
On Tue, 26 Mar 2019 at 18:45, Conrad Meyer wrote: > > Author: cem > Date: Tue Mar 26 22:45:41 2019 > New Revision: 345562 > URL: https://svnweb.freebsd.org/changeset/base/345562 > > Log: > x86: Use XSAVEOPT for fpusave(), when available > > Remove redundant npxsave_core definition while here.

Re: svn commit: r346341 - head/tools/build

2019-09-03 Thread John Baldwin
On 4/18/19 9:26 AM, Cy Schubert wrote: > On April 18, 2019 8:11:49 AM PDT, Warner Losh wrote: >> On Thu, Apr 18, 2019 at 8:44 AM Cy Schubert >> wrote: >> >>> On April 18, 2019 7:22:53 AM PDT, "Rodney W. Grimes" < >>> free...@gndrsh.dnsmgr.net> wrote: > On Thu, Apr 18, 2019 at 8:46 AM Rodney W

svn commit: r346311 - head/share/misc

2019-09-03 Thread Pedro F. Giffuni
Author: pfg Date: Wed Apr 17 14:20:55 2019 New Revision: 346311 URL: https://svnweb.freebsd.org/changeset/base/346311 Log: Add orphan mentee. Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot

Re: svn commit: r346341 - head/tools/build

2019-09-03 Thread Warner Losh
On Thu, Apr 18, 2019 at 10:26 AM Cy Schubert wrote: > On April 18, 2019 8:11:49 AM PDT, Warner Losh wrote: >> >> >> >> On Thu, Apr 18, 2019 at 8:44 AM Cy Schubert >> wrote: >> >>> On April 18, 2019 7:22:53 AM PDT, "Rodney W. Grimes" < >>> free...@gndrsh.dnsmgr.net> wrote: >>> >> On Thu, Apr 18,

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

2019-09-03 Thread Slava Shwartsman
On 16-Apr-19 17:39, Andrey V. Elsukov wrote: On 05.12.2018 17:25, Slava Shwartsman wrote: Author: slavash Date: Wed Dec 5 14:25:03 2018 New Revision: 341586 URL: https://svnweb.freebsd.org/changeset/base/341586 Log: mlx5en: Implement backpressure indication. The backpressure indic

svn commit: r346349 - head/sys/netpfil/pf

2019-09-03 Thread Kristof Provost
Author: kp Date: Thu Apr 18 11:37:44 2019 New Revision: 346349 URL: https://svnweb.freebsd.org/changeset/base/346349 Log: pf: No need to M_NOWAIT in DIOCRSETTFLAGS Now that we don't hold a lock during DIOCRSETTFLAGS memory allocation we can use M_WAITOK. MFC after:1 week Event:

Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

2019-09-03 Thread Warner Losh
On Tue, Apr 16, 2019 at 9:16 AM Ian Lepore wrote: > On Tue, 2019-04-16 at 07:18 -0600, Warner Losh wrote: > > On Tue, Apr 16, 2019, 7:04 AM Emmanuel Vadot > > wrote: > > > > > On Mon, 15 Apr 2019 17:54:56 -0700 > > > Conrad Meyer wrote: > > > > > > > On Mon, Apr 15, 2019 at 5:53 PM Conrad Meyer

Re: svn commit: r346295 - in head/sys: arm/allwinner arm/altera/socfpga arm/amlogic/aml8726 arm/annapurna/alpine arm/broadcom/bcm2835 arm/freescale/imx arm/freescale/vybrid arm/mv arm/nvidia/tegra124

2019-09-03 Thread Warner Losh
On Wed, Apr 17, 2019 at 12:06 PM Andrew Turner wrote: > > > On 17 Apr 2019, at 17:52, Ian Lepore wrote: > > On Wed, 2019-04-17 at 11:23 +0200, Andrew Turner wrote: > > On 16 Apr 2019, at 22:04, Emmanuel Vadot wrote: > > Author: manu > Date: Tue Apr 16 20:04:22 2019 > New Revision: 346295 > URL:

svn commit: r346475 - in stable/11/stand: common i386/libi386 i386/loader

2019-09-03 Thread Kyle Evans
Author: kevans Date: Sun Apr 21 03:30:47 2019 New Revision: 346475 URL: https://svnweb.freebsd.org/changeset/base/346475 Log: MFC r339658, r339959, r340047, r340049, r340215 r339658: loader: biosdisk interface should be able to cope with 4k sectors The 4kn support in current bios spe

svn commit: r346437 - stable/11/usr.sbin/bhyve

2019-09-03 Thread Mark Johnston
Author: markj Date: Sat Apr 20 11:03:46 2019 New Revision: 346437 URL: https://svnweb.freebsd.org/changeset/base/346437 Log: MFC r346010: Fix indentation. Modified: stable/11/usr.sbin/bhyve/uart_emul.c Directory Properties: stable/11/ (props changed) Modified: stable/11/usr.sbin/bhyve/

Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

2019-09-03 Thread Conrad Meyer
Hi John, On Wed, Apr 17, 2019 at 9:01 AM John Baldwin wrote: > You're missing the point which is that you've added potential blocking in a > lot of > places by changing the semantics of arc4random. I get it. The thing is, it's a weird blocking semantic. It's not the same as any other blocking

svn commit: r346409 - in head/stand/efi: include libefi

2019-09-03 Thread Warner Losh
Author: imp Date: Fri Apr 19 19:45:19 2019 New Revision: 346409 URL: https://svnweb.freebsd.org/changeset/base/346409 Log: Add wrapper functions to convert strings to EFI_DEVICE_PATH In anticipation of new functionality, create routines to convert char * and a CHAR16 * to a EFI_DEVICE_PAT

svn commit: r346383 - in stable/11/sys: kern sys

2019-09-03 Thread Konstantin Belousov
Author: kib Date: Fri Apr 19 13:09:16 2019 New Revision: 346383 URL: https://svnweb.freebsd.org/changeset/base/346383 Log: MFC r345965: Add DEV_RESET /dev/devctl2 ioctl. Modified: stable/11/sys/kern/subr_bus.c stable/11/sys/sys/bus.h Directory Properties: stable/11/ (props changed) M

Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

2019-09-03 Thread Justin Hibbits
On Mon, Apr 15, 2019, 18:34 Ed Maste wrote: > On Mon, 15 Apr 2019 at 14:40, Conrad Meyer wrote: > > > > Author: cem > > Date: Mon Apr 15 18:40:36 2019 > > New Revision: 346250 > > URL: https://svnweb.freebsd.org/changeset/base/346250 > > > > Log: > > random(4): Block read_random(9) on initial

Re: svn commit: r346310 - head/share/misc

2019-09-03 Thread Pedro Giffuni
On 2019-04-17 09:12, Pedro F. Giffuni wrote: Author: pfg Date: Wed Apr 17 14:12:11 2019 New Revision: 346310 URL: https://svnweb.freebsd.org/changeset/base/346310 Log: Add myself to ports committers. Approved by: pfg (mentor) Oops:  I meant thierry (mentor) yikes! Pedro.

Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

2019-09-03 Thread John Baldwin
On 4/15/19 11:40 AM, Conrad Meyer wrote: > Author: cem > Date: Mon Apr 15 18:40:36 2019 > New Revision: 346250 > URL: https://svnweb.freebsd.org/changeset/base/346250 > > Log: > random(4): Block read_random(9) on initial seeding > > read_random() is/was used, mostly without error checking,

svn commit: r346318 - head/lib/libcasper/services/cap_fileargs

2019-09-03 Thread Ed Maste
Author: emaste Date: Wed Apr 17 16:31:30 2019 New Revision: 346318 URL: https://svnweb.freebsd.org/changeset/base/346318 Log: cap_fileargs: fix GCC build, don't shadow 'stat' Reported by: ci.freebsd.org MFC after:3 weeks MFC with: r346315 Sponsored by: The FreeBSD Foundation

Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

2019-09-03 Thread Conrad Meyer
On Tue, Apr 16, 2019 at 4:31 PM John Baldwin wrote: > bhyveload is effectively the loader in this case. It runs the normal loader > scripts and logic and so would load the guests's /boot/entropy and pass it > to the guest kernel as metadata just like the regular loader. Right, except it doesn't

Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

2019-09-03 Thread Warner Losh
On Tue, Apr 16, 2019 at 9:27 AM Conrad Meyer wrote: > On Tue, Apr 16, 2019 at 7:24 AM Justin Hibbits > wrote: > > > > Hi Conrad, > > ... > > [Power] does use bsdinstall to install. How is entropy loaded at > startup, > > which causes the problem noted in github? > > There are a couple very earl

svn commit: r346380 - in stable/12: lib/libdevctl usr.sbin/devctl

2019-09-03 Thread Konstantin Belousov
Author: kib Date: Fri Apr 19 12:54:05 2019 New Revision: 346380 URL: https://svnweb.freebsd.org/changeset/base/346380 Log: MFC r345966, r345968: Implement devctl(8) command 'reset', using DEV_RESET /dev/devctl2 ioctl. Modified: stable/12/lib/libdevctl/devctl.3 stable/12/lib/libdevctl/devc

svn commit: r346288 - in stable/12/sys: fs/fuse fs/msdosfs kern sys

2019-09-03 Thread Konstantin Belousov
Author: kib Date: Tue Apr 16 17:55:54 2019 New Revision: 346288 URL: https://svnweb.freebsd.org/changeset/base/346288 Log: MFC r346065: Add vn_fsync_buf(). Modified: stable/12/sys/fs/fuse/fuse_io.c stable/12/sys/fs/msdosfs/msdosfs_fat.c stable/12/sys/kern/vfs_default.c stable/12/sys/k

svn commit: r346284 - in stable/12/sys: amd64/pci i386/pci x86/include x86/x86

2019-09-03 Thread Konstantin Belousov
Author: kib Date: Tue Apr 16 17:16:18 2019 New Revision: 346284 URL: https://svnweb.freebsd.org/changeset/base/346284 Log: MFC r346062: pci_cfgreg.c: Use io port config access for early boot time. PR: 236838 Modified: stable/12/sys/amd64/pci/pci_cfgreg.c stable/12/sys/i386/pci/pci_

svn commit: r346303 - in stable: 11/sys/net 12/sys/net

2019-09-03 Thread Kyle Evans
Author: kevans Date: Tue Apr 16 21:02:41 2019 New Revision: 346303 URL: https://svnweb.freebsd.org/changeset/base/346303 Log: MFC r345192-r345194: if_bridge(4): Drop pointless rtflush r345192: if_bridge(4): Drop pointless rtflush At this point, all routes should've already been dropp

Re: svn commit: r346443 - head/tests/sys/opencrypto

2019-09-03 Thread Enji Cooper
> On Apr 20, 2019, at 9:31 AM, Enji Cooper wrote: > > >> On Apr 20, 2019, at 9:30 AM, John Baldwin > > wrote: >> >> On 4/20/19 8:43 AM, Enji Cooper wrote: >>> Author: ngie >>> Date: Sat Apr 20 15:43:28 2019 >>> New Revision: 346443 >>> URL: https://svnweb.freebsd.org/c

Re: svn commit: r346554 - head/sys/netinet

2019-09-03 Thread Bruce Evans
On Mon, 22 Apr 2019, Bjoern A. Zeeb wrote: On 22 Apr 2019, at 14:20, Bjoern A. Zeeb wrote: Log: Remove some excessive brackets. No functional change. But it includes a stye bug; sorry; I had re-indented the lines to validate the change. Ill remedy this with the follow-up commit which w

svn commit: r346484 - stable/12/libexec/rtld-elf

2019-09-03 Thread Konstantin Belousov
Author: kib Date: Sun Apr 21 09:11:22 2019 New Revision: 346484 URL: https://svnweb.freebsd.org/changeset/base/346484 Log: MFC r346216: ld-elf.so: make LD_DEBUG always functional. Modified: stable/12/libexec/rtld-elf/Makefile stable/12/libexec/rtld-elf/debug.h Directory Properties: stab

svn commit: r346361 - in vendor/zstd/dist: . contrib/adaptive-compression contrib/docker contrib/experimental_dict_builders contrib/experimental_dict_builders/benchmarkDictBuilder contrib/experimen...

2019-09-03 Thread Conrad Meyer
Author: cem Date: Fri Apr 19 00:31:04 2019 New Revision: 346361 URL: https://svnweb.freebsd.org/changeset/base/346361 Log: import zstd 1.4.0 Added: vendor/zstd/dist/CHANGELOG vendor/zstd/dist/contrib/docker/ vendor/zstd/dist/contrib/docker/Dockerfile vendor/zstd/dist/contrib/docker/READ

svn commit: r346445 - in head/sys/compat/linuxkpi/common: include/linux src

2019-09-03 Thread Ed Maste
Author: emaste Date: Sat Apr 20 15:57:05 2019 New Revision: 346445 URL: https://svnweb.freebsd.org/changeset/base/346445 Log: Enable ioremap for aarch64 in the LinuxKPI Required for Mellanox drivers (e.g. on Ampere eMAG at Packet.com). PR: 237055 Submitted by: Greg V Rev

Re: svn commit: r346341 - head/tools/build

2019-09-03 Thread Rodney W. Grimes
> Author: cy > Date: Thu Apr 18 01:02:00 2019 > New Revision: 346341 > URL: https://svnweb.freebsd.org/changeset/base/346341 > > Log: > As an interim measure until a more permanent solution is implemented > workaround the following error: > > /usr/src/contrib/elftoolchain/strings/strings.

svn commit: r346270 - head/cddl/usr.sbin/zfsd

2019-09-03 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Apr 16 12:25:15 2019 New Revision: 346270 URL: https://svnweb.freebsd.org/changeset/base/346270 Log: Drop -g from CFLAGS for zfsd(8). No idea why it was ever there. Reviewed by: kib, ngie, asomers MFC after:2 weeks Sponsored by: DARPA, AFRL Differential R

Re: svn commit: r346259 - head/sys/dev/tpm

2019-09-03 Thread Conrad Meyer
Hi Marcin, Isn't this check racy? Thread TIDs are allocated from a fixed range and can be recycled. Best, Conrad On Mon, Apr 15, 2019 at 7:28 PM Marcin Wojtas wrote: > > Author: mw > Date: Tue Apr 16 02:28:35 2019 > New Revision: 346259 > URL: https://svnweb.freebsd.org/changeset/base/346259 >

svn commit: r346293 - in head/sys/arm/allwinner: . clk

2019-09-03 Thread Emmanuel Vadot
Author: manu Date: Tue Apr 16 19:38:16 2019 New Revision: 346293 URL: https://svnweb.freebsd.org/changeset/base/346293 Log: allwinner: clk: Garbage collect old clock implementation The old clocks are disconneted from the build since r337344. Remove all those pseudo drivers. The only one r

svn commit: r346381 - in stable/11/sys: kern sys

2019-09-03 Thread Konstantin Belousov
Author: kib Date: Fri Apr 19 12:57:37 2019 New Revision: 346381 URL: https://svnweb.freebsd.org/changeset/base/346381 Log: MFC r345960: Provide newbus infrastructure for initiating device reset. Modified: stable/11/sys/kern/bus_if.m stable/11/sys/kern/subr_bus.c stable/11/sys/sys/bus.h

svn commit: r346362 - in vendor/zstd/1.4.0: . contrib/adaptive-compression contrib/docker contrib/experimental_dict_builders contrib/largeNbDicts contrib/premake contrib/pzstd contrib/pzstd/utils c...

2019-09-03 Thread Conrad Meyer
Author: cem Date: Fri Apr 19 00:32:13 2019 New Revision: 346362 URL: https://svnweb.freebsd.org/changeset/base/346362 Log: tag zstd 1.4.0 Added: vendor/zstd/1.4.0/ - copied from r346360, vendor/zstd/dist/ vendor/zstd/1.4.0/CHANGELOG - copied unchanged from r346361, vendor/zstd/dis

svn commit: r346337 - in stable/12/sys: dev/e1000 dev/ixgbe dev/ixl net sys

2019-09-03 Thread Eric Joyner
Author: erj Date: Wed Apr 17 23:02:37 2019 New Revision: 346337 URL: https://svnweb.freebsd.org/changeset/base/346337 Log: MFC r345303, r345305, r345657, r345658 Includes: - iflib: prevent possible infinite loop in iflib_encap - iflib: expose the Rx mbuf buffer size to drivers - iflib

svn commit: r346347 - head/tests/sys/netpfil/pf

2019-09-03 Thread Kristof Provost
Author: kp Date: Thu Apr 18 10:54:08 2019 New Revision: 346347 URL: https://svnweb.freebsd.org/changeset/base/346347 Log: pf tests: Fail the test if we can't set the rules The test should fail if pf rules can't be set. This is helpful both while writing tests and to verify that pfctl work

Re: svn commit: r346441 - in head/sys/modules: em fusefs iavf

2019-09-03 Thread Enji Cooper
> On Apr 20, 2019, at 9:44 AM, John Baldwin wrote: > > On 4/20/19 6:23 AM, Justin Hibbits wrote: >> On Sat, Apr 20, 2019, 08:21 Alan Somers wrote: >> >>> On Sat, Apr 20, 2019 at 6:58 AM Justin Hibbits >>> wrote: On Sat, Apr 20, 2019, 07:51 Alan Somers wrote: > >

svn commit: r346404 - in stable/11: usr.bin/netstat usr.sbin/syslogd

2019-09-03 Thread Bjoern A. Zeeb
Author: bz Date: Fri Apr 19 17:29:20 2019 New Revision: 346404 URL: https://svnweb.freebsd.org/changeset/base/346404 Log: MFC 344740: Fix compilation of world with WITHOUT_{INET,INET6}_SUPPORT or both set. Buildworld failed when both WITHOUT_INET6_SUPPORT and INET equivalent were

svn commit: r346355 - head/sys/x86/iommu

2019-09-03 Thread Konstantin Belousov
Author: kib Date: Thu Apr 18 15:31:03 2019 New Revision: 346355 URL: https://svnweb.freebsd.org/changeset/base/346355 Log: Use correct type name. Sponsored by: Mellanox Technologies MFC after:1 week Modified: head/sys/x86/iommu/intel_drv.c Modified: head/sys/x86/iommu/intel_drv.c

svn commit: r346273 - in head/sys: compat/freebsd32 kern

2019-09-03 Thread Ed Maste
Author: emaste Date: Tue Apr 16 13:26:31 2019 New Revision: 346273 URL: https://svnweb.freebsd.org/changeset/base/346273 Log: correct readlinkat(2) return type r176215 corrected readlink(2)'s return type and the type of the last argument. readlink(2) was introduced in r177788 after being

Re: svn commit: r346441 - in head/sys/modules: em fusefs iavf

2019-09-03 Thread Warner Losh
On Sat, Apr 20, 2019, 10:44 AM John Baldwin wrote: > On 4/20/19 6:23 AM, Justin Hibbits wrote: > > On Sat, Apr 20, 2019, 08:21 Alan Somers wrote: > > > >> On Sat, Apr 20, 2019 at 6:58 AM Justin Hibbits > >> wrote: > >>> > >>> > >>> > >>> On Sat, Apr 20, 2019, 07:51 Alan Somers wrote: > >

svn commit: r346575 - in head/stand/efi: include libefi loader

2019-09-03 Thread Warner Losh
Author: imp Date: Mon Apr 22 18:40:24 2019 New Revision: 346575 URL: https://svnweb.freebsd.org/changeset/base/346575 Log: Create boot_img as a global variable Get the information from the image that we're booting and store it in a global variable. Prefer using this to passing it around.

svn commit: r346454 - head/lib/libvgl

2019-09-03 Thread Bruce Evans
Author: bde Date: Sat Apr 20 20:29:03 2019 New Revision: 346454 URL: https://svnweb.freebsd.org/changeset/base/346454 Log: Make libvgl mostly work without superuser privilege in direct modes by not doing any unnecessary PIO instructions or refusing to start when the i/o privilege needed for

svn commit: r346552 - stable/11/sys/arm/freescale/imx

2019-09-03 Thread Ian Lepore
Author: ian Date: Mon Apr 22 13:59:21 2019 New Revision: 346552 URL: https://svnweb.freebsd.org/changeset/base/346552 Log: MFC r344267: Add a compatible string to match recent changes in the upstream dts. Modified: stable/11/sys/arm/freescale/imx/imx6_snvs.c Directory Properties: stabl

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

2019-09-03 Thread Mark Johnston
Author: markj Date: Sat Apr 20 11:05:56 2019 New Revision: 346439 URL: https://svnweb.freebsd.org/changeset/base/346439 Log: MFC r345348, r345594: Use -fdebug-prefix-map to map auto-generated kernel build paths. Modified: stable/12/sys/conf/kern.post.mk stable/12/sys/conf/kmod.mk Director

svn commit: r346489 - head/sys/arm/broadcom/bcm2835

2019-09-03 Thread Ian Lepore
Author: ian Date: Sun Apr 21 17:39:01 2019 New Revision: 346489 URL: https://svnweb.freebsd.org/changeset/base/346489 Log: Move the reporting of spurious interrupts under bootverbose control, because occasional spurious interrupts are a normal thing on this hardware. Also, change the name o

svn commit: r346377 - in stable/12/sys: kern sys

2019-09-03 Thread Konstantin Belousov
Author: kib Date: Fri Apr 19 12:45:45 2019 New Revision: 346377 URL: https://svnweb.freebsd.org/changeset/base/346377 Log: MFC r345960: Provide newbus infrastructure for initiating device reset. Modified: stable/12/sys/kern/bus_if.m stable/12/sys/kern/subr_bus.c stable/12/sys/sys/bus.h

svn commit: r346480 - in stable/11/stand: common efi/libefi efi/loader fdt i386/pxeldr

2019-09-03 Thread Kyle Evans
Author: kevans Date: Sun Apr 21 04:15:57 2019 New Revision: 346480 URL: https://svnweb.freebsd.org/changeset/base/346480 Log: MFC r338262, r339334, r339796, r340240, r340857, r340917, r341007 r338262: stand: fdt: Drop some write-only assignments/variables and leaked bits Generally st

Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

2019-09-03 Thread Conrad Meyer
On Tue, Apr 16, 2019 at 6:19 AM Warner Losh wrote: > On Tue, Apr 16, 2019, 7:04 AM Emmanuel Vadot wrote: >> It's not only CI, all release images (memstick, iso) don't have >> a /boot/entropy. >> Also all arm/arm64 image don't have this file too. >> If /boot/entropy is needed and isn't present

Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

2019-09-03 Thread Conrad Meyer
Hey Adrian, As discussed with John and Warner upthread, I hope to have a patch out for review later today to give folks a knob to disable this. It may even make sense to default it on, at least for !x86. I am happy to CC you on review if you like. Take care, Conrad On Wed, Apr 17, 2019 at 11:2

svn commit: r346438 - stable/12/usr.sbin/bhyve

2019-09-03 Thread Mark Johnston
Author: markj Date: Sat Apr 20 11:04:13 2019 New Revision: 346438 URL: https://svnweb.freebsd.org/changeset/base/346438 Log: MFC r346010: Fix indentation. Modified: stable/12/usr.sbin/bhyve/uart_emul.c Directory Properties: stable/12/ (props changed) Modified: stable/12/usr.sbin/bhyve/

svn commit: r346342 - stable/12/sys/rpc/rpcsec_gss

2019-09-03 Thread Rick Macklem
Author: rmacklem Date: Thu Apr 18 02:32:04 2019 New Revision: 346342 URL: https://svnweb.freebsd.org/changeset/base/346342 Log: MFC: r345866 Fix malloc stats for the RPCSEC_GSS server code when DEBUG is enabled. The code enabled when "DEBUG" is defined uses mem_alloc(), which is a mallo

Re: svn commit: r346273 - in head/sys: compat/freebsd32 kern

2019-09-03 Thread Dmitry Chagin
вт, 16 апр. 2019 г. в 16:26, Ed Maste : > Author: emaste > Date: Tue Apr 16 13:26:31 2019 > New Revision: 346273 > URL: https://svnweb.freebsd.org/changeset/base/346273 > > Log: > correct readlinkat(2) return type > > Hi, Ed make sysent? > r176215 corrected readlink(2)'s return type and the

Re: svn commit: r346341 - head/tools/build

2019-09-03 Thread Ed Maste
On Wed, 17 Apr 2019 at 21:07, Rodney W. Grimes wrote: > > Also a pathname rooted at / without ${DESTDIR} is almost certainly a mistake. It's not in fact; strings is being built for the host here, and the headers in /usr/include are the appropriate ones. In this specific case the Capsicum change

svn commit: r346386 - in head/sys: dev/bge dev/pci dev/twa x86/iommu

2019-09-03 Thread Tycho Nightingale
Author: tychon Date: Fri Apr 19 13:43:33 2019 New Revision: 346386 URL: https://svnweb.freebsd.org/changeset/base/346386 Log: remove the 4GB boundary requirement on PCI DMA segments Reviewed by: kib Discussed with: jhb Sponsored by: Dell EMC Isilon Differential Revision:

svn commit: r346536 - in stable/12: contrib/elftoolchain contrib/elftoolchain/addr2line contrib/elftoolchain/ar contrib/elftoolchain/common contrib/elftoolchain/cxxfilt contrib/elftoolchain/elfcopy...

2019-09-03 Thread Enji Cooper
Author: ngie Date: Mon Apr 22 08:58:33 2019 New Revision: 346536 URL: https://svnweb.freebsd.org/changeset/base/346536 Log: MFC r339473,r340075,r342918,r343592,r343593,r343614,r343665,r343669: MFC a number of changes to elftoolchain/readelf(1). This brings the copy of elftoolchain more in

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

2019-09-03 Thread Kyle Evans
Author: kevans Date: Tue Apr 16 21:09:57 2019 New Revision: 346304 URL: https://svnweb.freebsd.org/changeset/base/346304 Log: MFC r345519: DTS/DTSO makeoptions Allow kernel config to specify DTS/DTSO to build, and out-of-tree support This allows for directives such as makeoptions

svn commit: r346279 - head/lib/libvgl

2019-09-03 Thread Bruce Evans
Author: bde Date: Tue Apr 16 15:41:45 2019 New Revision: 346279 URL: https://svnweb.freebsd.org/changeset/base/346279 Log: Oops, r346278 committed a test version with the change annulled. Modified: head/lib/libvgl/main.c Modified: head/lib/libvgl/main.c ==

Re: svn commit: r346316 - in head: contrib/elftoolchain/strings sbin/savecore usr.bin/brandelf usr.bin/head usr.bin/wc

2019-09-03 Thread Ed Maste
On Wed, 17 Apr 2019 at 21:17, Cy Schubert wrote: > > This only tests for the FA_OPEN. It will miss any new macro definitions > should there be any at some point in the future. Yes, this should be replaced with a more holistic approach to addressing includes.

svn commit: r346509 - in stable/12/sys: conf geom geom/label modules/geom/geom_label

2019-09-03 Thread Ian Lepore
Author: ian Date: Mon Apr 22 00:45:09 2019 New Revision: 346509 URL: https://svnweb.freebsd.org/changeset/base/346509 Log: MFC r345480, r346013 r345480: Support device-independent labels for geom_flashmap slices. While geom_flashmap has always supported label names for its slices, it

svn commit: r346328 - head/sys/conf

2019-09-03 Thread Kyle Evans
Author: kevans Date: Wed Apr 17 18:08:28 2019 New Revision: 346328 URL: https://svnweb.freebsd.org/changeset/base/346328 Log: Compile sha1.c when ether support is included sha1 is used by ether_gen_addr after r346324. Perhaps in an ideal world we could detect that the kernel's been compil

svn commit: r346442 - in stable: 11/contrib/sqlite3 11/contrib/sqlite3/tea 11/contrib/sqlite3/tea/generic 12/contrib/sqlite3 12/contrib/sqlite3/tea 12/contrib/sqlite3/tea/generic

2019-09-03 Thread Cy Schubert
Author: cy Date: Sat Apr 20 15:06:58 2019 New Revision: 346442 URL: https://svnweb.freebsd.org/changeset/base/346442 Log: MFC r345996: Update sqlite3-3.26.0 (326) --> sqlite3-3.27.1 (3270100) Modified: stable/11/contrib/sqlite3/Makefile.in stable/11/contrib/sqlite3/Makefile.msc s

Re: svn commit: r346315 - head/lib/libcasper/services/cap_fileargs

2019-09-03 Thread Ed Maste
On Tue, 23 Apr 2019 at 00:07, Yoshihiro Ota wrote: > > It looks this change is causing 'make xdev TARGET=mips TARGET_ARCH=mips' to > fail as the following with HEAD checked out under "/usr/obj/freebsd": Hello Hiro-san, sorry about that. I tried `make xdev TARGET=mips TARGET_ARCH=mips` on HEAD j

svn commit: r346301 - stable/12/lib/libbe

2019-09-03 Thread Kyle Evans
Author: kevans Date: Tue Apr 16 20:59:57 2019 New Revision: 346301 URL: https://svnweb.freebsd.org/changeset/base/346301 Log: MFC r346082: libbe(3): use libzfs name validation for datasets/snapshot names Our home-rolled solution didn't quite capture all of the details, and we didn't actua

svn commit: r346481 - stable/11/sbin/init

2019-09-03 Thread Kyle Evans
Author: kevans Date: Sun Apr 21 04:18:57 2019 New Revision: 346481 URL: https://svnweb.freebsd.org/changeset/base/346481 Log: MFC r337534-r337535 r337534: Refactor common code into execute_script(). r337535: Use NULLs instead of casted zeroes, for consistency. Modified: stable/1

Re: svn commit: r346322 - head/lib/libcasper/services/cap_fileargs

2019-09-03 Thread Mariusz Zaborski
On Wed, Apr 17, 2019 at 04:58:38PM +, Adrian Chadd wrote: > Author: adrian > Date: Wed Apr 17 16:58:38 2019 > New Revision: 346322 > URL: https://svnweb.freebsd.org/changeset/base/346322 > > Log: > [casper] fix compilation when casper is disabled. > > This triggers an error in gcc-mips

svn commit: r346455 - head/sys/dev/atkbdc

2019-09-03 Thread Vladimir Kondratyev
Author: wulf Date: Sat Apr 20 21:00:44 2019 New Revision: 346455 URL: https://svnweb.freebsd.org/changeset/base/346455 Log: psm(4): Add support for 4 and 5 finger touches in synaptics driver While 4-th and 5-th finger positions are not exported through PS/2 interface, total number of touc

svn commit: r346308 - in stable/12/release: . tools

2019-09-03 Thread Colin Percival
Author: cperciva Date: Wed Apr 17 07:47:03 2019 New Revision: 346308 URL: https://svnweb.freebsd.org/changeset/base/346308 Log: MFC r345316, r345317, r345858: r345316: Register ARM64 EC2 AMIs as being for the ARM64 architecture. r345317: Don't install amazon-ssm-agent package into ARM6

svn commit: r346322 - head/lib/libcasper/services/cap_fileargs

2019-09-03 Thread Adrian Chadd
Author: adrian Date: Wed Apr 17 16:58:38 2019 New Revision: 346322 URL: https://svnweb.freebsd.org/changeset/base/346322 Log: [casper] fix compilation when casper is disabled. This triggers an error in gcc-mips 6.4.0 complaining about unused arguments. Tested: * compiled/run on mi

svn commit: r346263 - head/contrib/tcpdump

2019-09-03 Thread Mariusz Zaborski
Author: oshogbo Date: Tue Apr 16 04:12:41 2019 New Revision: 346263 URL: https://svnweb.freebsd.org/changeset/base/346263 Log: tcpdump: disable Capsicum if -E option is provided. The -E is used to provide a secret for decrypting IPsec. The secret may be provided through command line or as

svn commit: r346398 - in head: sys/netinet6 usr.bin/netstat usr.bin/systat

2019-09-03 Thread Tom Jones
Author: thj Date: Fri Apr 19 17:06:43 2019 New Revision: 346398 URL: https://svnweb.freebsd.org/changeset/base/346398 Log: Add stat counter for ipv6 atomic fragments Add a stat counter to track ipv6 atomic fragments. Atomic fragments can be generated in response to invalid path MTU values

svn commit: r346389 - stable/11/sys/netinet

2019-09-03 Thread Bjoern A. Zeeb
Author: bz Date: Fri Apr 19 15:34:21 2019 New Revision: 346389 URL: https://svnweb.freebsd.org/changeset/base/346389 Log: MFC r340494: Improve the comment for arpresolve_full() in if_ether.c. No functional changes. Modified: stable/11/sys/netinet/if_ether.c Directory Properties:

svn commit: r346313 - head/lib/libcasper/services/cap_fileargs

2019-09-03 Thread Ed Maste
Author: emaste Date: Wed Apr 17 15:48:33 2019 New Revision: 346313 URL: https://svnweb.freebsd.org/changeset/base/346313 Log: cap_fileargs.3: correct 'filerags' typo Submitted by: Bora Özarslan" MFC after:1 week Sponsored by: The FreeBSD Foundation Modified: head/lib/libcasper/s

Re: svn commit: r346341 - head/tools/build

2019-09-03 Thread Warner Losh
On Thu, Apr 18, 2019 at 12:03 PM Ed Maste wrote: > On Thu, 18 Apr 2019 at 10:03, Kyle Evans wrote: > > > > Keep in mind that this is bootstrap; it's being built for the host > > system, but it will link against a version of libcasper that's been > > built in an earlier stage with the proper feat

svn commit: r346424 - in head/sys/fs: nfs nfsserver

2019-09-03 Thread Rick Macklem
Author: rmacklem Date: Fri Apr 19 23:35:08 2019 New Revision: 346424 URL: https://svnweb.freebsd.org/changeset/base/346424 Log: Add support for the ModeSetMasked attribute to the NFSv4.1 server. I do not know of an extant NFSv4.1 client that currently does a Setattr operation for the Mode

Re: svn commit: r346295 - in head/sys: arm/allwinner arm/altera/socfpga arm/amlogic/aml8726 arm/annapurna/alpine arm/broadcom/bcm2835 arm/freescale/imx arm/freescale/vybrid arm/mv arm/nvidia/tegra124

2019-09-03 Thread Andrew Turner
> On 17 Apr 2019, at 17:52, Ian Lepore wrote: > > On Wed, 2019-04-17 at 11:23 +0200, Andrew Turner wrote: >>> On 16 Apr 2019, at 22:04, Emmanuel Vadot wrote: >>> >>> Author: manu >>> Date: Tue Apr 16 20:04:22 2019 >>> New Revision: 346295 >>> URL: https://svnweb.freebsd.org/changeset/base/346

svn commit: r346505 - stable/12/sys/arm/freescale/imx

2019-09-03 Thread Ian Lepore
Author: ian Date: Sun Apr 21 22:31:52 2019 New Revision: 346505 URL: https://svnweb.freebsd.org/changeset/base/346505 Log: MFC r344267: Add a compatible string to match recent changes in the upstream dts. Modified: stable/12/sys/arm/freescale/imx/imx6_snvs.c Directory Properties: stabl

Re: svn commit: r346263 - head/contrib/tcpdump

2019-09-03 Thread Conrad Meyer
On Tue, Apr 16, 2019 at 6:20 AM Shawn Webb wrote: > Is there any documentation anywhere telling users that Capsicum > support will be disabled under certain circumstances? Hi Shawn, I don't think documenting that makes much sense in general. It would be extremely burdensome to fully document an

svn commit: r346319 - head/sys/netpfil/pf

2019-09-03 Thread Kristof Provost
Author: kp Date: Wed Apr 17 16:42:54 2019 New Revision: 346319 URL: https://svnweb.freebsd.org/changeset/base/346319 Log: pf: Fix panic on invalid DIOCRSETTFLAGS If during DIOCRSETTFLAGS pfrio_buffer is NULL copyin() will fault, which we're not allowed to do with a lock held. We must co

svn commit: r346459 - in head/contrib/sqlite3: . tea

2019-09-03 Thread Cy Schubert
Author: cy Date: Sat Apr 20 23:18:19 2019 New Revision: 346459 URL: https://svnweb.freebsd.org/changeset/base/346459 Log: MFV r346450: Update sqlite3-3.27.1 (3270100) --> sqlite3-3.27.2 (3270200) MFC after:11 days Modified: head/contrib/sqlite3/configure head/contrib/sqlite3/c

Re: svn commit: r346319 - head/sys/netpfil/pf

2019-09-03 Thread Gleb Smirnoff
Kristof, On Wed, Apr 17, 2019 at 04:42:54PM +, Kristof Provost wrote: K> Modified: head/sys/netpfil/pf/pf_ioctl.c K> == K> --- head/sys/netpfil/pf/pf_ioctl.c Wed Apr 17 16:31:30 2019 (r346318) K> +++ head/

svn commit: r346457 - in head: share/man/man4 sys/dev/atkbdc

2019-09-03 Thread Vladimir Kondratyev
Author: wulf Date: Sat Apr 20 21:04:56 2019 New Revision: 346457 URL: https://svnweb.freebsd.org/changeset/base/346457 Log: psm(4): respect tap_disabled configuration with enabled Extended support This fixes a bug where, even when hw.psm.tap_enabled=0, touchpad taps were processed. tap_

Re: svn commit: r346341 - head/tools/build

2019-09-03 Thread Cy Schubert
In message <201904180107.x3i17qdc002...@gndrsh.dnsmgr.net>, "Rodney W. Grimes" writes: > > Author: cy > > Date: Thu Apr 18 01:02:00 2019 > > New Revision: 346341 > > URL: https://svnweb.freebsd.org/changeset/base/346341 > > > > Log: > > As an interim measure until a more permanent solution is i

svn commit: r346394 - stable/12/sys/dev/sdhci

2019-09-03 Thread Bjoern A. Zeeb
Author: bz Date: Fri Apr 19 15:50:51 2019 New Revision: 346394 URL: https://svnweb.freebsd.org/changeset/base/346394 Log: MFC r345370: Align struct sdhci_slot MMCCAM members. Whitespace only, no functional change. Modified: stable/12/sys/dev/sdhci/sdhci.h Directory Properties:

  1   2   3   4   5   6   7   8   9   10   >