svn commit: r365024 - head/stand/man

2020-09-01 Thread Warner Losh
Author: imp Date: Tue Sep 1 07:46:27 2020 New Revision: 365024 URL: https://svnweb.freebsd.org/changeset/base/365024 Log: Document boot1.efi Crude man page for boo1.efi. Added: head/stand/man/boot1.efi.8 (contents, props changed) Modified: head/stand/man/Makefile Modified: head/sta

svn commit: r365025 - head/stand/man

2020-09-01 Thread Warner Losh
Author: imp Date: Tue Sep 1 07:54:09 2020 New Revision: 365025 URL: https://svnweb.freebsd.org/changeset/base/365025 Log: Very preliminary loader.efi(8) man page Added: head/stand/man/loader.efi.8 (contents, props changed) Modified: head/stand/man/Makefile Modified: head/stand/man/Makef

svn commit: r365026 - head/stand

2020-09-01 Thread Warner Losh
Author: imp Date: Tue Sep 1 07:54:14 2020 New Revision: 365026 URL: https://svnweb.freebsd.org/changeset/base/365026 Log: Add defines for OpenZFS variables OZFS is the top of the OpenZFS tree (aka src/sys/contrib/openzfs). ZFSOSSRC is the path to the OepnZFS sources ZFSOSINC is the pat

svn commit: r365027 - head/stand/man

2020-09-01 Thread Warner Losh
Author: imp Date: Tue Sep 1 07:56:28 2020 New Revision: 365027 URL: https://svnweb.freebsd.org/changeset/base/365027 Log: Update to today's date Also, fix a whitespace botch Modified: head/stand/man/loader.efi.8 Modified: head/stand/man/loader.efi.8

svn commit: r365028 - head

2020-09-01 Thread Mark Murray
Author: markm Date: Tue Sep 1 08:02:12 2020 New Revision: 365028 URL: https://svnweb.freebsd.org/changeset/base/365028 Log: Add a pointer to csprng@ for the CSPRNG driver. This is enforced anyway by subversion. Modified: head/MAINTAINERS Modified: head/MAINTAINERS

svn commit: r365029 - head/sys/dev/usb/controller

2020-09-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Sep 1 08:14:46 2020 New Revision: 365029 URL: https://svnweb.freebsd.org/changeset/base/365029 Log: Fully revert r364379. The "Intel Sunrise Point-LP USB 3.0 controller" doesn't update the wMaxPacket field in the control endpoint context automatically causing a

svn commit: r365030 - head/sbin/ipfw

2020-09-01 Thread Stefan Eßer
Author: se Date: Tue Sep 1 09:02:43 2020 New Revision: 365030 URL: https://svnweb.freebsd.org/changeset/base/365030 Log: Change printf format string to include the extra blank This is a follow up change to r364321 after a discussion about the style. All near by places use extra blanks in

svn commit: r365031 - head/sys/arm64/arm64

2020-09-01 Thread Andrew Turner
Author: andrew Date: Tue Sep 1 11:02:43 2020 New Revision: 365031 URL: https://svnweb.freebsd.org/changeset/base/365031 Log: Support stage 2 arm64 pmap in more places Add support for stage 2 pmap to pmap_pte_dirty, pmap_release, and more of pmap_enter. This adds support in all placess I

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

2020-09-01 Thread Leandro Lupori
Author: luporl Date: Tue Sep 1 11:30:39 2020 New Revision: 365032 URL: https://svnweb.freebsd.org/changeset/base/365032 Log: [PowerPC] Move pmc_hook out of critical section Calling pmc_hook inside a critical section may result in a panic. This happens when the user callchain is fetche

svn commit: r365033 - head/sys/powerpc/include

2020-09-01 Thread Leandro Lupori
Author: luporl Date: Tue Sep 1 11:34:05 2020 New Revision: 365033 URL: https://svnweb.freebsd.org/changeset/base/365033 Log: [PowerPC] Fix PMCLOG address width PMCLOG macros were always using 32-bit addresses, even on PPC64. This resulted in truncated addresses in logs, when running on 6

svn commit: r365036 - head/sys/dev/mlx5/mlx5_en

2020-09-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Sep 1 12:21:17 2020 New Revision: 365036 URL: https://svnweb.freebsd.org/changeset/base/365036 Log: Make hardware TLS send tag allocation synchronous in mlx5en(4). Previously the send tag was setup in the background, and all packets for the given send tag were

Re: svn commit: r364737 - head/sys/dev/drm2

2020-09-01 Thread Michal Meloun
On 25.08.2020 0:53, Niclas Zeising wrote: > Author: zeising (doc,ports committer) > Date: Mon Aug 24 22:53:23 2020 > New Revision: 364737 > URL: https://svnweb.freebsd.org/changeset/base/364737 > > Log: > drm2: Update deprecation message > > Update the deprecation message in the drm2 (ak

Re: svn commit: r364737 - head/sys/dev/drm2

2020-09-01 Thread Emmanuel Vadot
On Tue, 1 Sep 2020 15:13:53 +0200 Michal Meloun wrote: > > > On 25.08.2020 0:53, Niclas Zeising wrote: > > Author: zeising (doc,ports committer) > > Date: Mon Aug 24 22:53:23 2020 > > New Revision: 364737 > > URL: https://svnweb.freebsd.org/changeset/base/364737 > > > > Log: > > drm2: Update

svn commit: r365037 - in head/bin/sh: . tests/builtins

2020-09-01 Thread Jilles Tjoelker
Author: jilles Date: Tue Sep 1 13:19:15 2020 New Revision: 365037 URL: https://svnweb.freebsd.org/changeset/base/365037 Log: sh: Write absolute path in command -vV and type POSIX is pretty clear that command -v, command -V and type shall write absolute pathnames. Therefore, we need to pr

Re: svn commit: r364737 - head/sys/dev/drm2

2020-09-01 Thread Niclas Zeising
On 2020-09-01 15:16, Emmanuel Vadot wrote: On Tue, 1 Sep 2020 15:13:53 +0200 Michal Meloun wrote: On 25.08.2020 0:53, Niclas Zeising wrote: Author: zeising (doc,ports committer) Date: Mon Aug 24 22:53:23 2020 New Revision: 364737 URL: https://svnweb.freebsd.org/changeset/base/364737 Log:

Re: svn commit: r364737 - head/sys/dev/drm2

2020-09-01 Thread Michal Meloun
On 01.09.2020 15:16, Emmanuel Vadot wrote: > On Tue, 1 Sep 2020 15:13:53 +0200 > Michal Meloun wrote: > >> >> >> On 25.08.2020 0:53, Niclas Zeising wrote: >>> Author: zeising (doc,ports committer) >>> Date: Mon Aug 24 22:53:23 2020 >>> New Revision: 364737 >>> URL: https://svnweb.freebsd.org/c

Re: svn commit: r364989 - head/sys/dev/jedec_dimm

2020-09-01 Thread Rodney W. Grimes
> On 31/08/2020 18:03, Eric van Gyzen wrote: > > Author: vangyzen > > Date: Mon Aug 31 15:03:23 2020 > > New Revision: 364989 > > URL: https://svnweb.freebsd.org/changeset/base/364989 > > > > Log: > > jedec_dimm: fix array overrun > > > > Coverity detected the overrunning of sc->part_str. >

Re: svn commit: r364737 - head/sys/dev/drm2

2020-09-01 Thread Michal Meloun
On 01.09.2020 15:32, Niclas Zeising wrote: > On 2020-09-01 15:16, Emmanuel Vadot wrote: >> On Tue, 1 Sep 2020 15:13:53 +0200 >> Michal Meloun wrote: >> >>> >>> >>> On 25.08.2020 0:53, Niclas Zeising wrote: Author: zeising (doc,ports committer) Date: Mon Aug 24 22:53:23 2020 New Re

Re: svn commit: r364737 - head/sys/dev/drm2

2020-09-01 Thread Emmanuel Vadot
On Tue, 1 Sep 2020 15:32:18 +0200 Niclas Zeising wrote: > On 2020-09-01 15:16, Emmanuel Vadot wrote: > > On Tue, 1 Sep 2020 15:13:53 +0200 > > Michal Meloun wrote: > > > >> > >> > >> On 25.08.2020 0:53, Niclas Zeising wrote: > >>> Author: zeising (doc,ports committer) > >>> Date: Mon Aug 24 22:

Re: svn commit: r364737 - head/sys/dev/drm2

2020-09-01 Thread Niclas Zeising
On 2020-09-01 16:10, Michal Meloun wrote: On 01.09.2020 15:32, Niclas Zeising wrote: On 2020-09-01 15:16, Emmanuel Vadot wrote: On Tue, 1 Sep 2020 15:13:53 +0200 Michal Meloun wrote: On 25.08.2020 0:53, Niclas Zeising wrote: Author: zeising (doc,ports committer) Date: Mon Aug 24 22:53:2

Re: svn commit: r364737 - head/sys/dev/drm2

2020-09-01 Thread Niclas Zeising
On 2020-09-01 16:19, Emmanuel Vadot wrote: On Tue, 1 Sep 2020 15:32:18 +0200 Niclas Zeising wrote: On 2020-09-01 15:16, Emmanuel Vadot wrote: On Tue, 1 Sep 2020 15:13:53 +0200 Michal Meloun wrote: On 25.08.2020 0:53, Niclas Zeising wrote: Author: zeising (doc,ports committer) Date: Mon

Re: svn commit: r364737 - head/sys/dev/drm2

2020-09-01 Thread Emmanuel Vadot
On Tue, 1 Sep 2020 16:31:58 +0200 Niclas Zeising wrote: > On 2020-09-01 16:19, Emmanuel Vadot wrote: > > On Tue, 1 Sep 2020 15:32:18 +0200 > > Niclas Zeising wrote: > > > >> On 2020-09-01 15:16, Emmanuel Vadot wrote: > >>> On Tue, 1 Sep 2020 15:13:53 +0200 > >>> Michal Meloun wrote: > >>> > >>

svn commit: r365039 - head/sys/arm64/arm64

2020-09-01 Thread Andrew Turner
Author: andrew Date: Tue Sep 1 14:50:43 2020 New Revision: 365039 URL: https://svnweb.freebsd.org/changeset/base/365039 Log: Ensure the tlbi has completed before setting SCTLR When enabling the MMU on arm64 we need to ensure the tlb invalidation has completed before setting the enable bi

svn commit: r365040 - head/usr.sbin/iscsid

2020-09-01 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Sep 1 14:52:35 2020 New Revision: 365040 URL: https://svnweb.freebsd.org/changeset/base/365040 Log: Fix string overflow that could occur during redirection due to passing the wrong length to strlcpy(3). It looks like it could overflow into the next field, isc_user, w

svn commit: r365041 - head/usr.bin/diff

2020-09-01 Thread Baptiste Daroussin
Author: bapt Date: Tue Sep 1 14:52:39 2020 New Revision: 365041 URL: https://svnweb.freebsd.org/changeset/base/365041 Log: diff: always properly kill pr(1) When diff is invoked with -l it will spawn the pr(1) program. In some circumpstances the pr(1) was not properly killed when diff pro

svn commit: r365042 - head/usr.sbin/ctld

2020-09-01 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Sep 1 14:58:57 2020 New Revision: 365042 URL: https://svnweb.freebsd.org/changeset/base/365042 Log: Make sure not to pass NULL to strtoul(3). The values come from the kernel, but let's try to be on the safe side. Reviewed by: mav MFC after:2 weeks Sponso

svn commit: r365043 - head/usr.sbin/pw

2020-09-01 Thread Mark Johnston
Author: markj Date: Tue Sep 1 15:14:13 2020 New Revision: 365043 URL: https://svnweb.freebsd.org/changeset/base/365043 Log: pw: Fix terminal handling when setting a group password. Reported by: Coverity MFC after:1 week Sponsored by: NetApp, Inc. Sponsored by: Klara, Inc. Modif

svn commit: r365045 - head/usr.sbin/pw

2020-09-01 Thread Mark Johnston
Author: markj Date: Tue Sep 1 15:14:51 2020 New Revision: 365045 URL: https://svnweb.freebsd.org/changeset/base/365045 Log: pw: Fix a resource leak. Reported by: Coverity MFC after:1 week Sponsored by: NetApp, Inc. Sponsored by: Klara, Inc. Modified: head/usr.sbin/pw/rm_r.c

svn commit: r365044 - head/usr.sbin/pw

2020-09-01 Thread Mark Johnston
Author: markj Date: Tue Sep 1 15:14:26 2020 New Revision: 365044 URL: https://svnweb.freebsd.org/changeset/base/365044 Log: pw: Remove unnecessary errp checks. The caller-supplied pointer is unconditionally dereferenced at the beginning of the function, so there is no point in comparing

svn commit: r365046 - head/usr.sbin/pw

2020-09-01 Thread Mark Johnston
Author: markj Date: Tue Sep 1 15:15:09 2020 New Revision: 365046 URL: https://svnweb.freebsd.org/changeset/base/365046 Log: pw: Handle errors from ftell() when removing records from /etc/opiekeys. Reported by: Coverity MFC after:1 week Sponsored by: NetApp, Inc. Sponsored by: Kl

svn commit: r365048 - head/sys/cddl/dev/dtrace/amd64

2020-09-01 Thread Mark Johnston
Author: markj Date: Tue Sep 1 15:15:44 2020 New Revision: 365048 URL: https://svnweb.freebsd.org/changeset/base/365048 Log: Tighten frame pointer checking in DTrace's amd64 stack unwinder. Avoid assuming that the kernel was compiled with -fno-omit-frame-pointer. MFC after:1 week

svn commit: r365047 - head/cddl/lib/libdtrace

2020-09-01 Thread Mark Johnston
Author: markj Date: Tue Sep 1 15:15:22 2020 New Revision: 365047 URL: https://svnweb.freebsd.org/changeset/base/365047 Log: Correct the D definition for EINTEGRITY. MFC after:1 week Sponsored by: NetApp, Inc. Sponsored by: Klara, Inc. Modified: head/cddl/lib/libdtrace/errno.d M

svn commit: r365049 - head/share/man/man7

2020-09-01 Thread Ed Maste
Author: emaste Date: Tue Sep 1 15:30:40 2020 New Revision: 365049 URL: https://svnweb.freebsd.org/changeset/base/365049 Log: release.7: update for current context It's no longer unusual to be able to build a release with a single command, so drop "actually" that hints at a surprise. Als

svn commit: r365050 - head/sys/dev/intel

2020-09-01 Thread Takanori Watanabe
Author: takawata Date: Tue Sep 1 15:33:57 2020 New Revision: 365050 URL: https://svnweb.freebsd.org/changeset/base/365050 Log: Add Cannon Point PCH Thermal Controller Device ID. PR: 249047 Reported by: Dries Michiels --This line, and those below, will be ignored-- > Description of

svn commit: r365051 - head/usr.sbin/pmc

2020-09-01 Thread Eric van Gyzen
Author: vangyzen Date: Tue Sep 1 15:52:18 2020 New Revision: 365051 URL: https://svnweb.freebsd.org/changeset/base/365051 Log: pmc: Fix freed internal location read Coverity detected this error. The fix duplicates the assignment on line 171. Submitted by: bret_ketc...@dell.com Repo

svn commit: r365052 - head/usr.bin/script

2020-09-01 Thread Warner Losh
Author: imp Date: Tue Sep 1 16:11:23 2020 New Revision: 365052 URL: https://svnweb.freebsd.org/changeset/base/365052 Log: Have script accept and ignore -e for Linux compat In the util-linux version of script, it will always exit with succes. Except when run with -e, in which case it will

svn commit: r365053 - head/usr.bin/script

2020-09-01 Thread Warner Losh
Author: imp Date: Tue Sep 1 16:13:09 2020 New Revision: 365053 URL: https://svnweb.freebsd.org/changeset/base/365053 Log: Bump date for r365052 Modified: head/usr.bin/script/script.1 Modified: head/usr.bin/script/script.1 =

svn commit: r365054 - in head/sys: conf dev/sdhci

2020-09-01 Thread Marcin Wojtas
Author: mw Date: Tue Sep 1 16:17:21 2020 New Revision: 365054 URL: https://svnweb.freebsd.org/changeset/base/365054 Log: Introduce the SDHCI driver for NXP QorIQ Layerscape SoCs Implement support for an eSDHC controller found in NXP QorIQ Layerscape SoCs. This driver has been tested w

Re: svn commit: r365052 - head/usr.bin/script

2020-09-01 Thread Benjamin Kaduk
On Tue, Sep 1, 2020 at 9:11 AM Warner Losh wrote: > Author: imp > Date: Tue Sep 1 16:11:23 2020 > New Revision: 365052 > URL: https://svnweb.freebsd.org/changeset/base/365052 > > Log: > Have script accept and ignore -e for Linux compat > > In the util-linux version of script, it will always

svn commit: r365055 - head/lib/libc/tests/resolv

2020-09-01 Thread John Baldwin
Author: jhb Date: Tue Sep 1 16:20:42 2020 New Revision: 365055 URL: https://svnweb.freebsd.org/changeset/base/365055 Log: Fix a buffer overrun. getln() returns 'len' valid characters. line[len] is out of bounds. Reported by: CHERI Reviewed by: brooks Obtained from:Cheri

Re: svn commit: r365052 - head/usr.bin/script

2020-09-01 Thread Baptiste Daroussin
On Tue, Sep 01, 2020 at 04:11:23PM +, Warner Losh wrote: > Author: imp > Date: Tue Sep 1 16:11:23 2020 > New Revision: 365052 > URL: https://svnweb.freebsd.org/changeset/base/365052 > > Log: > Have script accept and ignore -e for Linux compat > > In the util-linux version of script, it

Re: svn commit: r365054 - in head/sys: conf dev/sdhci

2020-09-01 Thread Andrew Turner
> On 1 Sep 2020, at 17:17, Marcin Wojtas wrote: > > Author: mw > Date: Tue Sep 1 16:17:21 2020 > New Revision: 365054 > URL: https://svnweb.freebsd.org/changeset/base/365054 > > Log: > Introduce the SDHCI driver for NXP QorIQ Layerscape SoCs > > Implement support for an eSDHC controller f

Re: svn commit: r365054 - in head/sys: conf dev/sdhci

2020-09-01 Thread Ian Lepore
On Tue, 2020-09-01 at 17:27 +0100, Andrew Turner wrote: > > On 1 Sep 2020, at 17:17, Marcin Wojtas wrote: > > > > Author: mw > > Date: Tue Sep 1 16:17:21 2020 > > New Revision: 365054 > > URL: https://svnweb.freebsd.org/changeset/base/365054 > > > > Log: > > Introduce the SDHCI driver for NXP

svn commit: r365056 - head/sbin/fsck_ffs

2020-09-01 Thread Chuck Silvers
Author: chs Date: Tue Sep 1 18:50:26 2020 New Revision: 365056 URL: https://svnweb.freebsd.org/changeset/base/365056 Log: Move all of the error prints in readsb() from stderr to stdout. The only output from fsck that should go to stderr is the usage message. if setup() fails then exit with

svn commit: r365057 - head/cddl/usr.bin

2020-09-01 Thread Ryan Moeller
Author: freqlabs Date: Tue Sep 1 19:02:07 2020 New Revision: 365057 URL: https://svnweb.freebsd.org/changeset/base/365057 Log: Ensure zstreamdump subdir can be visited Reported by: Thomas Laus Sponsored by: iXsystems, Inc. Modified: head/cddl/usr.bin/Makefile Modified: head/cddl/usr

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

2020-09-01 Thread Ian Lepore
Author: ian Date: Tue Sep 1 19:06:08 2020 New Revision: 365058 URL: https://svnweb.freebsd.org/changeset/base/365058 Log: Document the fact that you must set an i2c slave address as well as the upstream iicbus to configure this device using hints. Modified: head/share/man/man4/ltc430x.4 M

svn commit: r365060 - head/sys/dev/qlxgb

2020-09-01 Thread Mark Johnston
Author: markj Date: Tue Sep 1 20:13:50 2020 New Revision: 365060 URL: https://svnweb.freebsd.org/changeset/base/365060 Log: qlxgb: Initialize if_mtu before setting max_frame_size. Previously we were relying on ether_ifattach() to set if_mtu, but max_frame_size is initialized earlier. Th

Re: svn commit: r365054 - in head/sys: conf dev/sdhci

2020-09-01 Thread Mateusz Guzik
This commit breaks numerous kernels, e.g. _.arm.RPI-B: In file included from /usr/src/sys/dev/sdhci/sdhci_fsl_fdt.c:45: /usr/src/sys/dev/extres/clk/clk.h:37:10: fatal error: 'clknode_if.h' file not found #include "clknode_if.h" On 9/1/20, Marcin Wojtas wrote: > Author: mw > Date: Tue Sep 1 16:1

Re: svn commit: r365052 - head/usr.bin/script

2020-09-01 Thread Warner Losh
On Tue, Sep 1, 2020, 10:18 AM Benjamin Kaduk wrote: > On Tue, Sep 1, 2020 at 9:11 AM Warner Losh wrote: > >> Author: imp >> Date: Tue Sep 1 16:11:23 2020 >> New Revision: 365052 >> URL: https://svnweb.freebsd.org/changeset/base/365052 >> >> Log: >> Have script accept and ignore -e for Linux c

svn commit: r365061 - in head/sys: dev/bnxt dev/mgb dev/vmware/vmxnet3 net

2020-09-01 Thread Vincenzo Maffione
Author: vmaffione Date: Tue Sep 1 20:41:47 2020 New Revision: 365061 URL: https://svnweb.freebsd.org/changeset/base/365061 Log: iflib: leave only 1 receive descriptor unused The pidx argument of isc_rxd_flush() indicates which is the last valid receive descriptor to be used by the NIC. H

svn commit: r365062 - head/share/man/man9

2020-09-01 Thread John-Mark Gurney
Author: jmg Date: Tue Sep 1 20:42:48 2020 New Revision: 365062 URL: https://svnweb.freebsd.org/changeset/base/365062 Log: add Xr to device_get_sysctl(9) to make this easier to find Modified: head/share/man/man9/sysctl.9 Modified: head/share/man/man9/sysctl.9

svn commit: r365067 - in head/sys/amd64: acpica amd64 cloudabi64 ia32 include include/pc linux linux32 sgx vmm vmm/amd vmm/intel vmm/io

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:16:54 2020 New Revision: 365067 URL: https://svnweb.freebsd.org/changeset/base/365067 Log: amd64: clean up empty lines in .c and .h files Modified: head/sys/amd64/acpica/acpi_machdep.c head/sys/amd64/amd64/bios.c head/sys/amd64/amd64/copyout.c head/sys/am

svn commit: r365068 - in head/sys/arm: allwinner allwinner/a10 allwinner/a20 allwinner/clkng altera/socfpga amlogic/aml8726 annapurna/alpine arm broadcom/bcm2835 freescale freescale/imx freescale/v...

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:17:24 2020 New Revision: 365068 URL: https://svnweb.freebsd.org/changeset/base/365068 Log: arm: clean up empty lines in .c and .h files Modified: head/sys/arm/allwinner/a10/a10_intc.c head/sys/arm/allwinner/a10_ahci.c head/sys/arm/allwinner/a10_codec.c he

svn commit: r365069 - in head/sys/arm64: arm64 broadcom/genet cavium coresight freescale/imx freescale/imx/clk include linux qoriq qoriq/clk rockchip rockchip/clk

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:18:06 2020 New Revision: 365069 URL: https://svnweb.freebsd.org/changeset/base/365069 Log: arm64: clean up empty lines in .c and .h files Modified: head/sys/arm64/arm64/busdma_bounce.c head/sys/arm64/arm64/freebsd32_machdep.c head/sys/arm64/arm64/gic_v3_acp

svn commit: r365070 - in head/sys/fs: autofs cd9660 cuse devfs ext2fs fdescfs fifofs fuse msdosfs nfs nfsclient nfsserver nullfs procfs smbfs tmpfs udf unionfs

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:18:40 2020 New Revision: 365070 URL: https://svnweb.freebsd.org/changeset/base/365070 Log: fs: clean up empty lines in .c and .h files Modified: head/sys/fs/autofs/autofs.c head/sys/fs/autofs/autofs_vnops.c head/sys/fs/cd9660/cd9660_node.h head/sys/fs/cd9

svn commit: r365071 - in head/sys: net net/altq net/route net80211 netgraph netgraph/atm netgraph/atm/ccatm netgraph/atm/sscfu netgraph/atm/sscop netgraph/atm/uni netgraph/bluetooth/common netgraph...

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:19:14 2020 New Revision: 365071 URL: https://svnweb.freebsd.org/changeset/base/365071 Log: net: clean up empty lines in .c and .h files Modified: head/sys/net/altq/altq.h head/sys/net/altq/altq_cbq.c head/sys/net/altq/altq_cbq.h head/sys/net/altq/altq_cod

svn commit: r365073 - in head/sys/powerpc: aim amigaone booke cpufreq fpu include mambo mikrotik mpc85xx ofw powermac powernv powerpc ps3 pseries psim

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:20:08 2020 New Revision: 365073 URL: https://svnweb.freebsd.org/changeset/base/365073 Log: powerpc: clean up empty lines in .c and .h files Modified: head/sys/powerpc/aim/aim_machdep.c head/sys/powerpc/aim/mmu_oea.c head/sys/powerpc/aim/mmu_oea64.c head/s

svn commit: r365072 - in head/sys/i386: acpica bios i386 include include/xen linux pci

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:19:39 2020 New Revision: 365072 URL: https://svnweb.freebsd.org/changeset/base/365072 Log: i386: clean up empty lines in .c and .h files Modified: head/sys/i386/acpica/acpi_machdep.c head/sys/i386/bios/apm.c head/sys/i386/i386/bios.c head/sys/i386/i386/db

svn commit: r365074 - head/sys/vm

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:20:45 2020 New Revision: 365074 URL: https://svnweb.freebsd.org/changeset/base/365074 Log: vm: clean up empty lines in .c and .h files Modified: head/sys/vm/default_pager.c head/sys/vm/memguard.c head/sys/vm/redzone.c head/sys/vm/sg_pager.c head/sys/vm/

svn commit: r365076 - in head/sys/mips: atheros atheros/ar531x beri broadcom cavium cavium/cryptocteon cavium/octe cavium/usb include ingenic malta mediatek mips nlm nlm/dev/net nlm/dev/net/ucore n...

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:21:19 2020 New Revision: 365076 URL: https://svnweb.freebsd.org/changeset/base/365076 Log: mips: clean up empty lines in .c and .h files Modified: head/sys/mips/atheros/apb.c head/sys/mips/atheros/ar531x/apb.c head/sys/mips/atheros/ar531x/ar5312_chip.c he

svn commit: r365075 - in head/sys/riscv: include riscv

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:21:03 2020 New Revision: 365075 URL: https://svnweb.freebsd.org/changeset/base/365075 Log: riscv: clean up empty lines in .c and .h files Modified: head/sys/riscv/include/atomic.h head/sys/riscv/include/bus.h head/sys/riscv/riscv/busdma_bounce.c head/sys/

svn commit: r365077 - in head/sys/xen: . interface interface/arch-x86 interface/arch-x86/hvm interface/hvm interface/io xenbus xenstore

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:21:55 2020 New Revision: 365077 URL: https://svnweb.freebsd.org/changeset/base/365077 Log: xen: clean up empty lines in .c and .h files Modified: head/sys/xen/hypervisor.h head/sys/xen/interface/arch-x86/hvm/save.h head/sys/xen/interface/arch-x86/pmu.h he

svn commit: r365078 - in head/sys/ufs: ffs ufs

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:23:00 2020 New Revision: 365078 URL: https://svnweb.freebsd.org/changeset/base/365078 Log: ufs: clean up empty lines in .c and .h files Modified: head/sys/ufs/ffs/ffs_alloc.c head/sys/ufs/ffs/ffs_balloc.c head/sys/ufs/ffs/ffs_extern.h head/sys/ufs/ffs/ffs

svn commit: r365079 - in head/sys/x86: acpica cpufreq include iommu isa pci x86 xen

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:23:59 2020 New Revision: 365079 URL: https://svnweb.freebsd.org/changeset/base/365079 Log: x86: clean up empty lines in .c and .h files Modified: head/sys/x86/acpica/madt.c head/sys/x86/cpufreq/est.c head/sys/x86/cpufreq/hwpstate_amd.c head/sys/x86/cpufre

svn commit: r365082 - in head/sys: nfs nfsclient nfsserver

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:25:39 2020 New Revision: 365082 URL: https://svnweb.freebsd.org/changeset/base/365082 Log: nfs: clean up empty lines in .c and .h files Modified: head/sys/nfs/bootp_subr.c head/sys/nfs/nfs_diskless.c head/sys/nfs/nfs_kdtrace.h head/sys/nfs/nfs_nfssvc.c

svn commit: r365080 - in head/sys/compat: cloudabi32 cloudabi64 freebsd32 ia32 lindebugfs linprocfs linux linuxkpi/common/include/asm linuxkpi/common/include/linux linuxkpi/common/include/net linux...

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:24:33 2020 New Revision: 365080 URL: https://svnweb.freebsd.org/changeset/base/365080 Log: compat: clean up empty lines in .c and .h files Modified: head/sys/compat/cloudabi32/cloudabi32_proto.h head/sys/compat/cloudabi64/cloudabi64_proto.h head/sys/compat/

svn commit: r365081 - head/sys/libkern

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:25:23 2020 New Revision: 365081 URL: https://svnweb.freebsd.org/changeset/base/365081 Log: libkern: clean up empty lines in .c and .h files Modified: head/sys/libkern/bcopy.c head/sys/libkern/gsb_crc32.c head/sys/libkern/iconv_ucs.c head/sys/libkern/iconv

svn commit: r365083 - in head/sys/security: audit mac mac_biba mac_lomac mac_mls mac_stub mac_veriexec mac_veriexec_parser

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:26:00 2020 New Revision: 365083 URL: https://svnweb.freebsd.org/changeset/base/365083 Log: security: clean up empty lines in .c and .h files Modified: head/sys/security/audit/audit_bsm.c head/sys/security/audit/audit_dtrace.c head/sys/security/audit/audit_s

svn commit: r365084 - in head/sys/dev/usb: . controller gadget input misc net quirk serial storage template video wlan

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:26:44 2020 New Revision: 365084 URL: https://svnweb.freebsd.org/changeset/base/365084 Log: usb: clean up empty lines in .c and .h files Modified: head/sys/dev/usb/controller/atmegadci.c head/sys/dev/usb/controller/avr32dci.c head/sys/dev/usb/controller/dwc_

svn commit: r365085 - in head/sys/dev/sound: . isa macio midi pci pci/hda pcm usb

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:27:34 2020 New Revision: 365085 URL: https://svnweb.freebsd.org/changeset/base/365085 Log: sound: clean up empty lines in .c and .h files Modified: head/sys/dev/sound/clone.h head/sys/dev/sound/isa/ad1816.c head/sys/dev/sound/isa/ad1816.h head/sys/dev/sou

svn commit: r365086 - in head/sys/dev/sfxge: . common

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:29:01 2020 New Revision: 365086 URL: https://svnweb.freebsd.org/changeset/base/365086 Log: sfxge: clean up empty lines in .c and .h files Modified: head/sys/dev/sfxge/common/ef10_ev.c head/sys/dev/sfxge/common/ef10_filter.c head/sys/dev/sfxge/common/ef10_im

svn commit: r365087 - head/sys/dev/twa

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:29:23 2020 New Revision: 365087 URL: https://svnweb.freebsd.org/changeset/base/365087 Log: twa: clean up empty lines in .c and .h files Modified: head/sys/dev/twa/tw_cl.h head/sys/dev/twa/tw_cl_externs.h head/sys/dev/twa/tw_cl_fwif.h head/sys/dev/twa/tw_c

svn commit: r365090 - in head/sys/dev: iscsi iscsi_initiator

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:30:22 2020 New Revision: 365090 URL: https://svnweb.freebsd.org/changeset/base/365090 Log: iscsi: clean up empty lines in .c and .h files Modified: head/sys/dev/iscsi/icl_soft.c head/sys/dev/iscsi/icl_soft_proxy.c head/sys/dev/iscsi/iscsi.c head/sys/dev/i

svn commit: r365089 - in head/sys/dev/vmware: pvscsi vmci vmxnet3

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:30:01 2020 New Revision: 365089 URL: https://svnweb.freebsd.org/changeset/base/365089 Log: vmware: clean up empty lines in .c and .h files Modified: head/sys/dev/vmware/pvscsi/pvscsi.c head/sys/dev/vmware/vmci/vmci_defs.h head/sys/dev/vmware/vmci/vmci_doorb

svn commit: r365088 - in head/sys/dev/syscons: . daemon logo rain warp

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:29:44 2020 New Revision: 365088 URL: https://svnweb.freebsd.org/changeset/base/365088 Log: syscons: clean up empty lines in .c and .h files Modified: head/sys/dev/syscons/daemon/daemon_saver.c head/sys/dev/syscons/logo/logo_saver.c head/sys/dev/syscons/rain

Re: svn commit: r365054 - in head/sys: conf dev/sdhci

2020-09-01 Thread Justin Hibbits
Sep 1, 2020 11:17:35 Marcin Wojtas : > Author: mw > Date: Tue Sep  1 16:17:21 2020 > New Revision: 365054 > URL: https://svnweb.freebsd.org/changeset/base/365054 > > Log: > Introduce the SDHCI driver for NXP QorIQ Layerscape SoCs > > Implement support for an eSDHC controller found in NXP QorIQ Lay

svn commit: r365091 - in head/sys/dev/virtio: . balloon block console network scsi

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:31:26 2020 New Revision: 365091 URL: https://svnweb.freebsd.org/changeset/base/365091 Log: virtio: clean up empty lines in .c and .h files Modified: head/sys/dev/virtio/balloon/virtio_balloon.c head/sys/dev/virtio/block/virtio_blk.c head/sys/dev/virtio/cons

svn commit: r365092 - head/sys/dev/tws

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:31:38 2020 New Revision: 365092 URL: https://svnweb.freebsd.org/changeset/base/365092 Log: tws: clean up empty lines in .c and .h files Modified: head/sys/dev/tws/tws.c head/sys/dev/tws/tws.h head/sys/dev/tws/tws_cam.c head/sys/dev/tws/tws_hdm.c head/sy

svn commit: r365094 - head/sys/dev/aac

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:32:07 2020 New Revision: 365094 URL: https://svnweb.freebsd.org/changeset/base/365094 Log: aac: clean up empty lines in .c and .h files Modified: head/sys/dev/aac/aac.c head/sys/dev/aac/aac_cam.c head/sys/dev/aac/aac_debug.c head/sys/dev/aac/aac_disk.c

svn commit: r365093 - head/sys/dev/twe

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:31:50 2020 New Revision: 365093 URL: https://svnweb.freebsd.org/changeset/base/365093 Log: twe: clean up empty lines in .c and .h files Modified: head/sys/dev/twe/twe.c head/sys/dev/twe/twe_freebsd.c head/sys/dev/twe/tweio.h head/sys/dev/twe/twereg.h he

svn commit: r365095 - head/sys/dev/aacraid

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:32:25 2020 New Revision: 365095 URL: https://svnweb.freebsd.org/changeset/base/365095 Log: aacraid: clean up empty lines in .c and .h files Modified: head/sys/dev/aacraid/aacraid.c head/sys/dev/aacraid/aacraid_debug.c head/sys/dev/aacraid/aacraid_endian.h

svn commit: r365096 - in head/sys/dev/acpica: . Osd

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:32:41 2020 New Revision: 365096 URL: https://svnweb.freebsd.org/changeset/base/365096 Log: acpica: clean up empty lines in .c and .h files Modified: head/sys/dev/acpica/Osd/OsdHardware.c head/sys/dev/acpica/acpi.c head/sys/dev/acpica/acpi_acad.c head/sys/

svn commit: r365098 - head/sys/dev/acpi_support

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:34:04 2020 New Revision: 365098 URL: https://svnweb.freebsd.org/changeset/base/365098 Log: acpi_support: clean up empty lines in .c and .h files Modified: head/sys/dev/acpi_support/acpi_asus.c head/sys/dev/acpi_support/acpi_asus_wmi.c head/sys/dev/acpi_supp

svn commit: r365097 - in head/sys/dev/rtwn: . pci rtl8188e rtl8188e/pci rtl8188e/usb rtl8192c rtl8192c/pci rtl8192c/usb rtl8192e rtl8192e/usb rtl8812a rtl8812a/usb rtl8821a rtl8821a/usb usb

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:33:31 2020 New Revision: 365097 URL: https://svnweb.freebsd.org/changeset/base/365097 Log: rtwn: clean up empty lines in .c and .h files Modified: head/sys/dev/rtwn/if_rtwn.c head/sys/dev/rtwn/if_rtwn_beacon.c head/sys/dev/rtwn/if_rtwn_calib.c head/sys/de

svn commit: r365099 - head/sys/dev/adb

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:34:24 2020 New Revision: 365099 URL: https://svnweb.freebsd.org/changeset/base/365099 Log: adb: clean up empty lines in .c and .h files Modified: head/sys/dev/adb/adb.h head/sys/dev/adb/adb_bus.c head/sys/dev/adb/adb_buttons.c head/sys/dev/adb/adb_kbd.c

svn commit: r365100 - head/sys/dev/adlink

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:34:41 2020 New Revision: 365100 URL: https://svnweb.freebsd.org/changeset/base/365100 Log: adlink: clean up empty lines in .c and .h files Modified: head/sys/dev/adlink/adlink.c Modified: head/sys/dev/adlink/adlink.c ===

svn commit: r365103 - head/sys/dev/agp

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:35:39 2020 New Revision: 365103 URL: https://svnweb.freebsd.org/changeset/base/365103 Log: agp: clean up empty lines in .c and .h files Modified: head/sys/dev/agp/agp.c head/sys/dev/agp/agp_ali.c head/sys/dev/agp/agp_amd.c head/sys/dev/agp/agp_amd64.c h

svn commit: r365102 - head/sys/dev/age

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:35:14 2020 New Revision: 365102 URL: https://svnweb.freebsd.org/changeset/base/365102 Log: if_age: clean up empty lines in .c and .h files Modified: head/sys/dev/age/if_age.c head/sys/dev/age/if_agevar.h Modified: head/sys/dev/age/if_age.c ==

svn commit: r365101 - head/sys/dev/ae

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:34:58 2020 New Revision: 365101 URL: https://svnweb.freebsd.org/changeset/base/365101 Log: if_ae: clean up empty lines in .c and .h files Modified: head/sys/dev/ae/if_ae.c head/sys/dev/ae/if_aevar.h Modified: head/sys/dev/ae/if_ae.c =

svn commit: r365104 - head/sys/dev/ahci

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:36:40 2020 New Revision: 365104 URL: https://svnweb.freebsd.org/changeset/base/365104 Log: ahci: clean up empty lines in .c and .h files Modified: head/sys/dev/ahci/ahci.c head/sys/dev/ahci/ahci.h head/sys/dev/ahci/ahci_pci.c Modified: head/sys/dev/ahci/ah

svn commit: r365106 - head/sys/dev/al_eth

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:37:35 2020 New Revision: 365106 URL: https://svnweb.freebsd.org/changeset/base/365106 Log: al_eth: clean up empty lines in .c and .h files Modified: head/sys/dev/al_eth/al_eth.c head/sys/dev/al_eth/al_init_eth_kr.c head/sys/dev/al_eth/al_init_eth_lm.c hea

svn commit: r365105 - in head/sys/dev/aic7xxx: . aicasm

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:37:14 2020 New Revision: 365105 URL: https://svnweb.freebsd.org/changeset/base/365105 Log: aic7xxx: clean up empty lines in .c and .h files Modified: head/sys/dev/aic7xxx/ahc_isa.c head/sys/dev/aic7xxx/ahc_pci.c head/sys/dev/aic7xxx/ahd_pci.c head/sys/dev

svn commit: r365109 - in head/sys/dev/altera: atse msgdma pio softdma

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:38:18 2020 New Revision: 365109 URL: https://svnweb.freebsd.org/changeset/base/365109 Log: altera: clean up empty lines in .c and .h files Modified: head/sys/dev/altera/atse/if_atse.c head/sys/dev/altera/atse/if_atsereg.h head/sys/dev/altera/msgdma/msgdma.c

svn commit: r365108 - head/sys/dev/alpm

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:38:06 2020 New Revision: 365108 URL: https://svnweb.freebsd.org/changeset/base/365108 Log: alpm: clean up empty lines in .c and .h files Modified: head/sys/dev/alpm/alpm.c Modified: head/sys/dev/alpm/alpm.c =

svn commit: r365107 - head/sys/dev/ale

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:37:53 2020 New Revision: 365107 URL: https://svnweb.freebsd.org/changeset/base/365107 Log: ale: clean up empty lines in .c and .h files Modified: head/sys/dev/ale/if_ale.c Modified: head/sys/dev/ale/if_ale.c

svn commit: r365110 - in head/sys/dev: amd_ecc_inject amdgpio amdpm amdsbwd amdsmb

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:39:19 2020 New Revision: 365110 URL: https://svnweb.freebsd.org/changeset/base/365110 Log: amd*: clean up empty lines in .c and .h files Modified: head/sys/dev/amd_ecc_inject/ecc_inject.c head/sys/dev/amdgpio/amdgpio.c head/sys/dev/amdpm/amdpm.c head/sys/

svn commit: r365111 - head/sys/dev/amr

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:39:37 2020 New Revision: 365111 URL: https://svnweb.freebsd.org/changeset/base/365111 Log: amr: clean up empty lines in .c and .h files Modified: head/sys/dev/amr/amr.c head/sys/dev/amr/amr_cam.c head/sys/dev/amr/amr_disk.c head/sys/dev/amr/amr_pci.c he

svn commit: r365113 - head/sys/dev/arcmsr

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:40:13 2020 New Revision: 365113 URL: https://svnweb.freebsd.org/changeset/base/365113 Log: arcmsr: clean up empty lines in .c and .h files Modified: head/sys/dev/arcmsr/arcmsr.c head/sys/dev/arcmsr/arcmsr.h Modified: head/sys/dev/arcmsr/arcmsr.c

svn commit: r365114 - head/sys/dev/asmc

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:40:30 2020 New Revision: 365114 URL: https://svnweb.freebsd.org/changeset/base/365114 Log: asmc: clean up empty lines in .c and .h files Modified: head/sys/dev/asmc/asmc.c head/sys/dev/asmc/asmcvar.h Modified: head/sys/dev/asmc/asmc.c ===

svn commit: r365112 - head/sys/dev/an

2020-09-01 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 1 21:39:56 2020 New Revision: 365112 URL: https://svnweb.freebsd.org/changeset/base/365112 Log: an: clean up empty lines in .c and .h files Modified: head/sys/dev/an/if_aironet_ieee.h head/sys/dev/an/if_an.c head/sys/dev/an/if_an_pccard.c head/sys/dev/an/if_an

  1   2   3   >