Module Name:src
Committed By: rillig
Date: Mon Feb 7 02:44:49 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_041.c msg_041.exp
src/usr.bin/xlint/lint1: decl.c err.c
Log Message:
lint: reword message about bit-field in a union
There is nothing illegal
Module Name:src
Committed By: rillig
Date: Mon Feb 7 02:44:49 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_041.c msg_041.exp
src/usr.bin/xlint/lint1: decl.c err.c
Log Message:
lint: reword message about bit-field in a union
There is nothing illegal
Module Name:src
Committed By: rillig
Date: Mon Feb 7 02:39:10 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_041.c msg_041.exp
Log Message:
tests/lint: add test for message 41 about bit-field in union
See PR toolchain/53219.
To generate a diff of this comm
Module Name:src
Committed By: rillig
Date: Mon Feb 7 02:39:10 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_041.c msg_041.exp
Log Message:
tests/lint: add test for message 41 about bit-field in union
See PR toolchain/53219.
To generate a diff of this comm
Module Name:src
Committed By: rillig
Date: Mon Feb 7 02:35:09 UTC 2022
Modified Files:
src/usr.sbin/ldpd: tlv.h
Log Message:
ldpd: remove unused bit-field member from anonymous union
The struct common_hello_tlv contained an anonymous union, which is a C11
feature. That
Module Name:src
Committed By: rillig
Date: Mon Feb 7 02:35:09 UTC 2022
Modified Files:
src/usr.sbin/ldpd: tlv.h
Log Message:
ldpd: remove unused bit-field member from anonymous union
The struct common_hello_tlv contained an anonymous union, which is a C11
feature. That
Module Name:src
Committed By: mrg
Date: Sun Feb 6 22:21:25 UTC 2022
Modified Files:
src/sys/arch/arm/arm32: bus_dma.c
Log Message:
if we have to bounce a buffer, clear our anything already setup in
the map before trying again.
riastradh@ noticed that a map had two types
Module Name:src
Committed By: mrg
Date: Sun Feb 6 22:21:25 UTC 2022
Modified Files:
src/sys/arch/arm/arm32: bus_dma.c
Log Message:
if we have to bounce a buffer, clear our anything already setup in
the map before trying again.
riastradh@ noticed that a map had two types
Module Name:src
Committed By: andvar
Date: Sun Feb 6 20:20:19 UTC 2022
Modified Files:
src/sbin/newfs_udf: udf_create.c
src/sys/arch/acorn32/doc: history
src/sys/arch/arm/nxp: imx_ahcisata.c
src/sys/arch/mips/cavium: octeon_misc.c
src/sys/ar
Module Name:src
Committed By: andvar
Date: Sun Feb 6 20:20:19 UTC 2022
Modified Files:
src/sbin/newfs_udf: udf_create.c
src/sys/arch/acorn32/doc: history
src/sys/arch/arm/nxp: imx_ahcisata.c
src/sys/arch/mips/cavium: octeon_misc.c
src/sys/ar
Module Name:src
Committed By: tnn
Date: Sun Feb 6 19:29:52 UTC 2022
Modified Files:
src/sys/kern: subr_autoconf.c
Log Message:
move attribute before function declarator
To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 src/sys/kern/subr_autoconf.c
Please
Module Name:src
Committed By: tnn
Date: Sun Feb 6 19:29:52 UTC 2022
Modified Files:
src/sys/kern: subr_autoconf.c
Log Message:
move attribute before function declarator
To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 src/sys/kern/subr_autoconf.c
Please
Module Name:src
Committed By: alnsn
Date: Sun Feb 6 16:23:12 UTC 2022
Modified Files:
src/etc: rc.subr
Log Message:
Small changes in mount_critical_filesystems_zfs
avoid unnecessary eval, switch to $() and -ne.
from kre@, thanks!
To generate a diff of this commit:
cvs
Module Name:src
Committed By: alnsn
Date: Sun Feb 6 16:23:12 UTC 2022
Modified Files:
src/etc: rc.subr
Log Message:
Small changes in mount_critical_filesystems_zfs
avoid unnecessary eval, switch to $() and -ne.
from kre@, thanks!
To generate a diff of this commit:
cvs
Module Name:src
Committed By: jmcneill
Date: Sun Feb 6 15:52:21 UTC 2022
Modified Files:
src/sys/arch/arm/broadcom: bcm2838_emmc2_acpi.c
src/sys/arch/arm/nvidia: tegra_sdhc.c
src/sys/arch/arm/nxp: imx_sdhc.c
src/sys/arch/arm/omap: omap3_sdhc.c
Module Name:src
Committed By: jmcneill
Date: Sun Feb 6 15:52:21 UTC 2022
Modified Files:
src/sys/arch/arm/broadcom: bcm2838_emmc2_acpi.c
src/sys/arch/arm/nvidia: tegra_sdhc.c
src/sys/arch/arm/nxp: imx_sdhc.c
src/sys/arch/arm/omap: omap3_sdhc.c
Module Name:src
Committed By: jmcneill
Date: Sun Feb 6 15:48:12 UTC 2022
Modified Files:
src/sys/dev/acpi: dwcmmc_acpi.c
Log Message:
acpi: dwcmmc: Honour broken-cd and non-removable DSD properties
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/
Module Name:src
Committed By: jmcneill
Date: Sun Feb 6 15:48:12 UTC 2022
Modified Files:
src/sys/dev/acpi: dwcmmc_acpi.c
Log Message:
acpi: dwcmmc: Honour broken-cd and non-removable DSD properties
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/
Module Name:src
Committed By: jmcneill
Date: Sun Feb 6 15:47:06 UTC 2022
Modified Files:
src/sys/dev/fdt: dwcmmc_fdt.c
Log Message:
fdt: dwcmmc: Honour broken-cd and non-removable DT properties
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/fd
Module Name:src
Committed By: jmcneill
Date: Sun Feb 6 15:47:06 UTC 2022
Modified Files:
src/sys/dev/fdt: dwcmmc_fdt.c
Log Message:
fdt: dwcmmc: Honour broken-cd and non-removable DT properties
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/fd
Module Name:src
Committed By: jmcneill
Date: Sun Feb 6 15:40:55 UTC 2022
Modified Files:
src/sys/arch/arm/nvidia: tegra_sdhc.c
Log Message:
sdhc: tegra: Set SDHC_FLAG_BROKEN_ADMA2_ZEROLEN quirk flag.
The Tegra SDHCI implementation apparently treats ADMA2 descriptors with
Module Name:src
Committed By: jmcneill
Date: Sun Feb 6 15:40:55 UTC 2022
Modified Files:
src/sys/arch/arm/nvidia: tegra_sdhc.c
Log Message:
sdhc: tegra: Set SDHC_FLAG_BROKEN_ADMA2_ZEROLEN quirk flag.
The Tegra SDHCI implementation apparently treats ADMA2 descriptors with
Taylor R Campbell wrote:
> > Date: Sat, 5 Feb 2022 21:21:53 +
> > From: Alexander Nasonov
> >
> > Since I plan to migrate my ZFS setup to a smaller cgd disk, I gave
> > legacy mountpoints a try to see how much complexity they add.
>
> I use legacy mountpoints for / and /var, but it's a littl
> Date: Sat, 5 Feb 2022 21:21:53 +
> From: Alexander Nasonov
>
> Since I plan to migrate my ZFS setup to a smaller cgd disk, I gave
> legacy mountpoints a try to see how much complexity they add.
I use legacy mountpoints for / and /var, but it's a little kludgey,
and from what I recall a leg
Module Name:src
Committed By: martin
Date: Sun Feb 6 12:12:08 UTC 2022
Modified Files:
src/sys/external/bsd/vchiq/dist/interface/compat: vchi_bsd.h
Log Message:
vchiq(4): Fix llvm build with only one loff_t definition.
Author: Taylor R Campbell
To generate a diff of th
Module Name:src
Committed By: martin
Date: Sun Feb 6 12:12:08 UTC 2022
Modified Files:
src/sys/external/bsd/vchiq/dist/interface/compat: vchi_bsd.h
Log Message:
vchiq(4): Fix llvm build with only one loff_t definition.
Author: Taylor R Campbell
To generate a diff of th
Module Name:src
Committed By: martin
Date: Sun Feb 6 11:56:01 UTC 2022
Modified Files:
src/sys/kern: subr_autoconf.c
Log Message:
Revert previous, mark cfdriver_iattr_count as __diagused instead.
To generate a diff of this commit:
cvs rdiff -u -r1.293 -r1.294 src/sys/ke
Module Name:src
Committed By: martin
Date: Sun Feb 6 11:56:01 UTC 2022
Modified Files:
src/sys/kern: subr_autoconf.c
Log Message:
Revert previous, mark cfdriver_iattr_count as __diagused instead.
To generate a diff of this commit:
cvs rdiff -u -r1.293 -r1.294 src/sys/ke
Module Name:src
Committed By: jandberg
Date: Sun Feb 6 10:05:56 UTC 2022
Modified Files:
src/sys/arch/amiga/dev: amidisplaycc.c
Log Message:
Refactor cursor drawing.
Fixes rare case where cursor gets painted over when screen is cleared.
To generate a diff of this commit
Module Name:src
Committed By: jandberg
Date: Sun Feb 6 10:05:56 UTC 2022
Modified Files:
src/sys/arch/amiga/dev: amidisplaycc.c
Log Message:
Refactor cursor drawing.
Fixes rare case where cursor gets painted over when screen is cleared.
To generate a diff of this commit
30 matches
Mail list logo