Module Name:src
Committed By: rillig
Date: Wed Apr 13 22:58:19 UTC 2022
Modified Files:
src/usr.bin/xlint/lint1: README.md
Log Message:
lint: remove trailing whitespace from README, add useful breakpoints
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/us
Module Name:src
Committed By: rillig
Date: Wed Apr 13 22:58:19 UTC 2022
Modified Files:
src/usr.bin/xlint/lint1: README.md
Log Message:
lint: remove trailing whitespace from README, add useful breakpoints
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/us
Module Name:src
Committed By: uwe
Date: Wed Apr 13 22:41:18 UTC 2022
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio_pci: Don't use a cast for upcasting.
Same object code is generated.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/s
Module Name:src
Committed By: uwe
Date: Wed Apr 13 22:41:18 UTC 2022
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio_pci: Don't use a cast for upcasting.
Same object code is generated.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/s
Module Name:src
Committed By: rillig
Date: Wed Apr 13 22:20:42 UTC 2022
Modified Files:
src/usr.bin/xlint/lint1: lex.c
Log Message:
lint: fix lint warning on platforms where size_t == unsigned int
lex.c(1451): warning: argument #1 is converted from 'int' to
'unsigned
Module Name:src
Committed By: rillig
Date: Wed Apr 13 22:20:42 UTC 2022
Modified Files:
src/usr.bin/xlint/lint1: lex.c
Log Message:
lint: fix lint warning on platforms where size_t == unsigned int
lex.c(1451): warning: argument #1 is converted from 'int' to
'unsigned
Module Name:src
Committed By: pgoyette
Date: Wed Apr 13 19:17:09 UTC 2022
Modified Files:
src/lib/libcurses: refresh.c
Log Message:
Fix build (enabled only for MKDEBUG?)
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/lib/libcurses/refresh.c
Please n
Module Name:src
Committed By: pgoyette
Date: Wed Apr 13 19:17:09 UTC 2022
Modified Files:
src/lib/libcurses: refresh.c
Log Message:
Fix build (enabled only for MKDEBUG?)
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/lib/libcurses/refresh.c
Please n
Module Name:src
Committed By: jkoshy
Date: Wed Apr 13 17:54:05 UTC 2022
Added Files:
src/tools/elftoolchain/common: Makefile
Log Message:
Add a Makefile missed out in a previous commit.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tools/elftoolchain/comm
Module Name:src
Committed By: jkoshy
Date: Wed Apr 13 17:54:05 UTC 2022
Added Files:
src/tools/elftoolchain/common: Makefile
Log Message:
Add a Makefile missed out in a previous commit.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tools/elftoolchain/comm
Module Name:src
Committed By: jkoshy
Date: Wed Apr 13 17:52:56 UTC 2022
Modified Files:
src/tools: Makefile
Added Files:
src/tools/elftoolchain: Makefile
src/tools/elftoolchain/common/sys: Makefile
Log Message:
When building tools use a dedicated subdirecto
Module Name:src
Committed By: jkoshy
Date: Wed Apr 13 17:52:56 UTC 2022
Modified Files:
src/tools: Makefile
Added Files:
src/tools/elftoolchain: Makefile
src/tools/elftoolchain/common/sys: Makefile
Log Message:
When building tools use a dedicated subdirecto
Module Name:src
Committed By: uwe
Date: Wed Apr 13 15:24:42 UTC 2022
Modified Files:
src/sys/dev/pci: vio9p.c
Log Message:
vio9p: Bump max tag len to match QEMU.
QEMU defines it to 32 but includes the final zero byte into the limit.
Our code counts the final zero byte sep
Module Name:src
Committed By: uwe
Date: Wed Apr 13 15:24:42 UTC 2022
Modified Files:
src/sys/dev/pci: vio9p.c
Log Message:
vio9p: Bump max tag len to match QEMU.
QEMU defines it to 32 but includes the final zero byte into the limit.
Our code counts the final zero byte sep
Module Name:src
Committed By: uwe
Date: Wed Apr 13 15:08:52 UTC 2022
Modified Files:
src/sys/dev/pci: vio9p.c
Log Message:
vio9p: Properly negotiate MOUNT_TAG feature.
I _think_ that this is what is intended here. The code used to
actually test for the presence of any ra
Module Name:src
Committed By: uwe
Date: Wed Apr 13 15:08:52 UTC 2022
Modified Files:
src/sys/dev/pci: vio9p.c
Log Message:
vio9p: Properly negotiate MOUNT_TAG feature.
I _think_ that this is what is intended here. The code used to
actually test for the presence of any ra
Module Name:src
Committed By: uwe
Date: Wed Apr 13 13:50:37 UTC 2022
Modified Files:
src/sys/dev/pci: vio9p.c
Log Message:
vio9p: Add definition for the MOUNT_TAG feature bit.
>From QEMU sources.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pc
Module Name:src
Committed By: uwe
Date: Wed Apr 13 13:50:37 UTC 2022
Modified Files:
src/sys/dev/pci: vio9p.c
Log Message:
vio9p: Add definition for the MOUNT_TAG feature bit.
>From QEMU sources.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pc
Module Name:src
Committed By: uwe
Date: Wed Apr 13 10:56:11 UTC 2022
Modified Files:
src/sys/dev/pci: virtioreg.h
Log Message:
virtio: Use UINT64_C() instead of explicit ULL suffix.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/virtioreg.h
Module Name:src
Committed By: uwe
Date: Wed Apr 13 10:56:11 UTC 2022
Modified Files:
src/sys/dev/pci: virtioreg.h
Log Message:
virtio: Use UINT64_C() instead of explicit ULL suffix.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/virtioreg.h
Module Name:src
Committed By: uwe
Date: Wed Apr 13 10:50:28 UTC 2022
Modified Files:
src/sys/dev/pci: virtioreg.h
Log Message:
virtio: G/c accidentally committed comment in previous.
The format spec for the V1 bit was to be committed as a separate
followup commit, but I f
Module Name:src
Committed By: uwe
Date: Wed Apr 13 10:50:28 UTC 2022
Modified Files:
src/sys/dev/pci: virtioreg.h
Log Message:
virtio: G/c accidentally committed comment in previous.
The format spec for the V1 bit was to be committed as a separate
followup commit, but I f
Module Name:src
Committed By: uwe
Date: Wed Apr 13 10:42:12 UTC 2022
Modified Files:
src/sys/dev/pci: if_vioif.c ld_virtio.c viomb.c virtioreg.h
Log Message:
virtio: use the new syntax for snprintb(3) format strings.
The old syntax is limited to 32 bits only (and has 1-ba
Module Name:src
Committed By: uwe
Date: Wed Apr 13 10:42:12 UTC 2022
Modified Files:
src/sys/dev/pci: if_vioif.c ld_virtio.c viomb.c virtioreg.h
Log Message:
virtio: use the new syntax for snprintb(3) format strings.
The old syntax is limited to 32 bits only (and has 1-ba
24 matches
Mail list logo