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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
> 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.
>
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
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:
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
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
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:
> >>>
> >>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
=
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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/
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
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
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
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
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/
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
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
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_
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
===
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
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
==
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
=
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
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
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
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
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
=
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
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/
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
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
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
===
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 - 100 of 220 matches
Mail list logo