Module Name:src
Committed By: mrg
Date: Fri Jan 3 06:32:24 UTC 2025
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
regen.
To generate a diff of this commit:
cvs rdiff -u -r1.1493 -r1.1494 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1492 -r1.1493 s
Module Name:src
Committed By: mrg
Date: Fri Jan 3 06:31:47 UTC 2025
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
add a bunch of missing nvidia gpu ids.
these are between 0xf00 and 0xfff, and mostly are the GT
400/500/600/700 series, and their variants.
To gene
Module Name:src
Committed By: mrg
Date: Fri Jan 3 06:31:47 UTC 2025
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
add a bunch of missing nvidia gpu ids.
these are between 0xf00 and 0xfff, and mostly are the GT
400/500/600/700 series, and their variants.
To gene
Module Name:src
Committed By: imil
Date: Fri Jan 3 05:57:06 UTC 2025
Modified Files:
src/sys/dev/acpi: files.acpi
Log Message:
Fix MMIO support for VirtIO ACPI: virtio_acpi.c already depends on
virtio_mmio.c, it worked only by accident on Arm kernels which already had
vir
Module Name:src
Committed By: imil
Date: Fri Jan 3 05:57:06 UTC 2025
Modified Files:
src/sys/dev/acpi: files.acpi
Log Message:
Fix MMIO support for VirtIO ACPI: virtio_acpi.c already depends on
virtio_mmio.c, it worked only by accident on Arm kernels which already had
vir
Module Name:src
Committed By: isaki
Date: Fri Jan 3 05:54:07 UTC 2025
Modified Files:
src/sys/arch/m68k/fpe: fpu_fstore.c
Log Message:
m68k/fpe: Check an illegal mod/reg before decoding it.
This avoids a kernel panic if an instruction has illegal mod/reg bits
like FMOVE.X
Module Name:src
Committed By: isaki
Date: Fri Jan 3 05:54:07 UTC 2025
Modified Files:
src/sys/arch/m68k/fpe: fpu_fstore.c
Log Message:
m68k/fpe: Check an illegal mod/reg before decoding it.
This avoids a kernel panic if an instruction has illegal mod/reg bits
like FMOVE.X
Module Name:src
Committed By: isaki
Date: Fri Jan 3 05:42:50 UTC 2025
Modified Files:
src/sys/arch/m68k/fpe: fpu_fstore.c
Log Message:
m68k/fpe: Add a missing return.
FMOVE.P FPn, now raises SIGFPE. (Our FPE doesn't support .P)
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: isaki
Date: Fri Jan 3 05:42:50 UTC 2025
Modified Files:
src/sys/arch/m68k/fpe: fpu_fstore.c
Log Message:
m68k/fpe: Add a missing return.
FMOVE.P FPn, now raises SIGFPE. (Our FPE doesn't support .P)
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: rillig
Date: Fri Jan 3 05:00:37 UTC 2025
Modified Files:
src/usr.bin/make/unit-tests: directive-if-nested.mk
Log Message:
tests/make: properly label deeply nested .if directives
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 sr
Module Name:src
Committed By: rillig
Date: Fri Jan 3 05:00:37 UTC 2025
Modified Files:
src/usr.bin/make/unit-tests: directive-if-nested.mk
Log Message:
tests/make: properly label deeply nested .if directives
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 sr
Module Name:src
Committed By: rillig
Date: Fri Jan 3 04:51:42 UTC 2025
Modified Files:
src/usr.bin/make: job.c job.h
Log Message:
make: clean up job handling
To generate a diff of this commit:
cvs rdiff -u -r1.483 -r1.484 src/usr.bin/make/job.c
cvs rdiff -u -r1.80 -r1.8
Module Name:src
Committed By: rillig
Date: Fri Jan 3 04:51:42 UTC 2025
Modified Files:
src/usr.bin/make: job.c job.h
Log Message:
make: clean up job handling
To generate a diff of this commit:
cvs rdiff -u -r1.483 -r1.484 src/usr.bin/make/job.c
cvs rdiff -u -r1.80 -r1.8
Module Name:src
Committed By: rillig
Date: Fri Jan 3 03:14:47 UTC 2025
Modified Files:
src/tests/usr.bin/xlint/lint1: accept.sh d_decl_old_style_arguments.c
decl_arg.c decl_struct_member.c msg_003.c msg_021.c msg_022.c
msg_032.c msg_051.c msg_052.c
Module Name:src
Committed By: rillig
Date: Fri Jan 3 03:14:47 UTC 2025
Modified Files:
src/tests/usr.bin/xlint/lint1: accept.sh d_decl_old_style_arguments.c
decl_arg.c decl_struct_member.c msg_003.c msg_021.c msg_022.c
msg_032.c msg_051.c msg_052.c
Module Name:src
Committed By: rillig
Date: Fri Jan 3 02:14:52 UTC 2025
Modified Files:
src/tests/usr.bin/xlint/lint1: check-expect.lua t_integration.sh
Log Message:
tests/lint: run lint1 tests in one fell swoop
This generates fewer details in the ATF test reports, as the
Module Name:src
Committed By: rillig
Date: Fri Jan 3 02:14:52 UTC 2025
Modified Files:
src/tests/usr.bin/xlint/lint1: check-expect.lua t_integration.sh
Log Message:
tests/lint: run lint1 tests in one fell swoop
This generates fewer details in the ATF test reports, as the
Module Name:src
Committed By: rillig
Date: Fri Jan 3 01:27:36 UTC 2025
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c msg_132_lp64.c
Log Message:
tests/lint: move a platform-specific test
The test failed on i386, as ptrdiff_t fits in a uint32_t after
conversion
Module Name:src
Committed By: rillig
Date: Fri Jan 3 01:27:36 UTC 2025
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c msg_132_lp64.c
Log Message:
tests/lint: move a platform-specific test
The test failed on i386, as ptrdiff_t fits in a uint32_t after
conversion
Module Name:src
Committed By: rillig
Date: Fri Jan 3 00:49:24 UTC 2025
Modified Files:
src/sbin/mount_nfs: mount_nfs.c
Log Message:
mount_nfs: fix a few lint warnings
The options 'K' and 'm:' are neither documented nor handled.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: rillig
Date: Fri Jan 3 00:49:24 UTC 2025
Modified Files:
src/sbin/mount_nfs: mount_nfs.c
Log Message:
mount_nfs: fix a few lint warnings
The options 'K' and 'm:' are neither documented nor handled.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: rillig
Date: Fri Jan 3 00:40:08 UTC 2025
Modified Files:
src/lib/libedit: el.c el.h keymacro.c map.c read.c
Log Message:
libedit: remove redundant break statements after EL_ABORT
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.1
Module Name:src
Committed By: rillig
Date: Fri Jan 3 00:40:08 UTC 2025
Modified Files:
src/lib/libedit: el.c el.h keymacro.c map.c read.c
Log Message:
libedit: remove redundant break statements after EL_ABORT
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.1
Module Name:src
Committed By: rillig
Date: Thu Jan 2 20:27:44 UTC 2025
Modified Files:
src/share/man/man4: pv.4
Log Message:
pv.4: fix date and grammar
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/pv.4
Please note that diffs are not pu
Module Name:src
Committed By: rillig
Date: Thu Jan 2 20:27:44 UTC 2025
Modified Files:
src/share/man/man4: pv.4
Log Message:
pv.4: fix date and grammar
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/pv.4
Please note that diffs are not pu
Module Name:src
Committed By: rillig
Date: Thu Jan 2 20:02:59 UTC 2025
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: fix possible loss of accuracy in multiplication and division
To generate a diff of
Module Name:src
Committed By: rillig
Date: Thu Jan 2 20:02:59 UTC 2025
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: fix possible loss of accuracy in multiplication and division
To generate a diff of
Module Name:src
Committed By: martin
Date: Thu Jan 2 19:58:20 UTC 2025
Modified Files:
src/doc [netbsd-10]: CHANGES-10.2
Log Message:
Ticket #1036
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-10.2
Please note that diffs are not pu
Module Name:src
Committed By: martin
Date: Thu Jan 2 19:58:20 UTC 2025
Modified Files:
src/doc [netbsd-10]: CHANGES-10.2
Log Message:
Ticket #1036
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-10.2
Please note that diffs are not pu
Module Name:src
Committed By: martin
Date: Thu Jan 2 19:57:08 UTC 2025
Modified Files:
src/sys/conf [netbsd-10]: copyright
Log Message:
Pull up following revision(s) (requested by jnemeth in ticket #1036):
sys/conf/copyright: revision 1.23
Welcome to 2025!
To
Module Name:src
Committed By: martin
Date: Thu Jan 2 19:57:08 UTC 2025
Modified Files:
src/sys/conf [netbsd-10]: copyright
Log Message:
Pull up following revision(s) (requested by jnemeth in ticket #1036):
sys/conf/copyright: revision 1.23
Welcome to 2025!
To
Module Name:src
Committed By: martin
Date: Thu Jan 2 19:56:03 UTC 2025
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Tickets #1932 and #1933
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-9.5
Please note that diffs
Module Name:src
Committed By: martin
Date: Thu Jan 2 19:56:03 UTC 2025
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Tickets #1932 and #1933
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-9.5
Please note that diffs
Module Name:src
Committed By: martin
Date: Thu Jan 2 19:55:05 UTC 2025
Modified Files:
src/sys/conf [netbsd-9]: copyright
Log Message:
Pull up following revision(s) (requested by jnemeth in ticket #1933):
sys/conf/copyright: revision 1.23
Welcome to 2025!
To g
Module Name:src
Committed By: martin
Date: Thu Jan 2 19:55:05 UTC 2025
Modified Files:
src/sys/conf [netbsd-9]: copyright
Log Message:
Pull up following revision(s) (requested by jnemeth in ticket #1933):
sys/conf/copyright: revision 1.23
Welcome to 2025!
To g
Module Name:src
Committed By: martin
Date: Thu Jan 2 19:50:20 UTC 2025
Modified Files:
src/bin/sh [netbsd-9]: var.c
Log Message:
Pull up following revision(s) (requested by kre in ticket #1932):
bin/sh/var.c: revision 1.88
Fix a bug from when the ToD variable wa
Module Name:src
Committed By: martin
Date: Thu Jan 2 19:50:20 UTC 2025
Modified Files:
src/bin/sh [netbsd-9]: var.c
Log Message:
Pull up following revision(s) (requested by kre in ticket #1932):
bin/sh/var.c: revision 1.88
Fix a bug from when the ToD variable wa
Module Name:src
Committed By: skrll
Date: Thu Jan 2 18:40:54 UTC 2025
Modified Files:
src/sys/dev/i2c: lm75.c
Log Message:
KNF (whitespace)
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/dev/i2c/lm75.c
Please note that diffs are not public domain
Module Name:src
Committed By: skrll
Date: Thu Jan 2 18:40:54 UTC 2025
Modified Files:
src/sys/dev/i2c: lm75.c
Log Message:
KNF (whitespace)
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/dev/i2c/lm75.c
Please note that diffs are not public domain
Module Name:src
Committed By: skrll
Date: Thu Jan 2 18:40:09 UTC 2025
Modified Files:
src/sys/dev/i2c: lm75.c
Log Message:
Trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/i2c/lm75.c
Please note that diffs are not public do
Module Name:src
Committed By: skrll
Date: Thu Jan 2 18:40:09 UTC 2025
Modified Files:
src/sys/dev/i2c: lm75.c
Log Message:
Trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/i2c/lm75.c
Please note that diffs are not public do
Module Name:src
Committed By: rillig
Date: Thu Jan 2 18:36:52 UTC 2025
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: fix assertion failure in pointer subtraction
To generate a diff of this commit:
cvs
Module Name:src
Committed By: rillig
Date: Thu Jan 2 18:36:52 UTC 2025
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: fix assertion failure in pointer subtraction
To generate a diff of this commit:
cvs
Module Name:src
Committed By: rillig
Date: Thu Jan 2 17:35:02 UTC 2025
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: fix a few wrong warnings about possible loss of accuracy
To generate a diff of this
Module Name:src
Committed By: rillig
Date: Thu Jan 2 17:35:02 UTC 2025
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: fix a few wrong warnings about possible loss of accuracy
To generate a diff of this
Module Name:src
Committed By: andvar
Date: Thu Jan 2 16:32:34 UTC 2025
Modified Files:
src/sys/dev/acpi: acpi_resource.c
Log Message:
acpi(4): validate IO/FixedIO resource base address and length.
Ensure that the base address and length of an IO/FixedIO resource reported
Module Name:src
Committed By: andvar
Date: Thu Jan 2 16:32:34 UTC 2025
Modified Files:
src/sys/dev/acpi: acpi_resource.c
Log Message:
acpi(4): validate IO/FixedIO resource base address and length.
Ensure that the base address and length of an IO/FixedIO resource reported
Module Name:src
Committed By: andvar
Date: Thu Jan 2 16:10:22 UTC 2025
Modified Files:
src/sys/netinet6: ip6_mroute.c
Log Message:
s/muliticasted/multicasted/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/netinet6/ip6_mroute.c
Plea
Module Name:src
Committed By: andvar
Date: Thu Jan 2 16:10:22 UTC 2025
Modified Files:
src/sys/netinet6: ip6_mroute.c
Log Message:
s/muliticasted/multicasted/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/netinet6/ip6_mroute.c
Plea
Module Name:src
Committed By: andvar
Date: Thu Jan 2 16:09:32 UTC 2025
Modified Files:
src/sys/arch/acorn32/podulebus: amps.c
Log Message:
s/Mulit/Multi/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/acorn32/podulebus/amps.c
Ple
Module Name:src
Committed By: andvar
Date: Thu Jan 2 16:09:32 UTC 2025
Modified Files:
src/sys/arch/acorn32/podulebus: amps.c
Log Message:
s/Mulit/Multi/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/acorn32/podulebus/amps.c
Ple
Module Name:src
Committed By: skrll
Date: Thu Jan 2 12:31:46 UTC 2025
Modified Files:
src/sys/dev/fdt: dwiic_fdt.c
Log Message:
Fix previous with respect to the binding specification which I misread.
There must be 1 clocks (but there can be two) and the reset is optional.
Module Name:src
Committed By: skrll
Date: Thu Jan 2 12:31:46 UTC 2025
Modified Files:
src/sys/dev/fdt: dwiic_fdt.c
Log Message:
Fix previous with respect to the binding specification which I misread.
There must be 1 clocks (but there can be two) and the reset is optional.
Module Name:src
Committed By: imil
Date: Thu Jan 2 10:34:33 UTC 2025
Modified Files:
src/sys/arch/amd64/amd64: amd64_mainbus.c
src/sys/arch/amd64/conf: files.amd64
Added Files:
src/share/man/man4: pv.4
src/sys/arch/x86/pv: files.pv pvbus.c pvvar.h
Module Name:src
Committed By: imil
Date: Thu Jan 2 10:34:33 UTC 2025
Modified Files:
src/sys/arch/amd64/amd64: amd64_mainbus.c
src/sys/arch/amd64/conf: files.amd64
Added Files:
src/share/man/man4: pv.4
src/sys/arch/x86/pv: files.pv pvbus.c pvvar.h
55 matches
Mail list logo