Module Name:src
Committed By: christos
Date: Sat Mar 29 23:25:57 UTC 2025
Modified Files:
src/external/bsd/blocklist/lib: bl.c
Log Message:
Don't use strlcpy() because it will keep going trying to find the end of the
input string (thanks riastradh)
To generate a diff of
Module Name:src
Committed By: nat
Date: Sun Mar 30 04:44:26 UTC 2025
Modified Files:
src/sys/arch/m68k/m68k: switch_subr.s
Log Message:
Sprinkle nop.
This is the kernel part of addressing the issue with fpu emulation on lc040
cpus.
The idea is that we might be switch fro
Date:Sun, 30 Mar 2025 01:38:51 +
From:Taylor R Campbell
Message-ID: <20250330013852.a346284...@mail.netbsd.org>
| but it leaves the bytes bi->bi_msg[rem], bi->bi_msg[rem + 1],
| bi->bi_msg[rem + 2] ..., bi->bi_msg[sizeof(bi->bi_msg) - 2]
| uninitialized,
I
Module Name:src
Committed By: rillig
Date: Sun Mar 30 01:51:51 UTC 2025
Modified Files:
src/usr.bin/make/unit-tests: varparse-errors.mk
Log Message:
tests/make: fix test for printing the stack trace
Depending on the exact environment in which the test is run, the "./"
pat
Module Name:src
Committed By: tsutsui
Date: Sun Mar 30 03:03:27 UTC 2025
Modified Files:
src/usr.sbin/installboot/arch: hp300.c
Log Message:
Always read LIF volume/directory from stage1 even on cd9660 stage2 case.
mmap(2) against the bootstrap file in the target cd9660 co
Module Name:src
Committed By: tsutsui
Date: Sun Mar 30 03:03:27 UTC 2025
Modified Files:
src/usr.sbin/installboot/arch: hp300.c
Log Message:
Always read LIF volume/directory from stage1 even on cd9660 stage2 case.
mmap(2) against the bootstrap file in the target cd9660 co
Module Name:src
Committed By: christos
Date: Sun Mar 30 01:53:59 UTC 2025
Modified Files:
src/external/bsd/blocklist/lib: bl.c
Log Message:
PR/59218: Taylor R Campbell: fix NUL termination
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/block
Module Name:src
Committed By: christos
Date: Sun Mar 30 01:53:59 UTC 2025
Modified Files:
src/external/bsd/blocklist/lib: bl.c
Log Message:
PR/59218: Taylor R Campbell: fix NUL termination
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/block
Module Name:src
Committed By: rillig
Date: Sun Mar 30 01:51:51 UTC 2025
Modified Files:
src/usr.bin/make/unit-tests: varparse-errors.mk
Log Message:
tests/make: fix test for printing the stack trace
Depending on the exact environment in which the test is run, the "./"
pat
> Module Name:src
> Committed By: christos
> Date: Sat Mar 29 23:25:57 UTC 2025
>
> Modified Files:
> src/external/bsd/blocklist/lib: bl.c
>
> Log Message:
> Don't use strlcpy() because it will keep going trying to find the end of the
> input string (thanks riastradh)
>
>
Module Name:src
Committed By: rillig
Date: Sun Mar 30 01:27:13 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: moderrs.exp varmod-select-words.exp
varmod-select-words.mk varmod.exp varmod.mk
Log Message:
make: fix error mes
Module Name:src
Committed By: rillig
Date: Sun Mar 30 01:27:13 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: moderrs.exp varmod-select-words.exp
varmod-select-words.mk varmod.exp varmod.mk
Log Message:
make: fix error mes
Module Name:src
Committed By: rillig
Date: Sun Mar 30 01:09:41 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: varmod-assign.exp varmod-assign.mk
Log Message:
make: add details to error message for the "::=" modifier
The previous erro
Module Name:src
Committed By: rillig
Date: Sun Mar 30 00:50:33 UTC 2025
Modified Files:
src/usr.bin/make: var.c
Log Message:
make: simplify error handling for unknown modifiers
To generate a diff of this commit:
cvs rdiff -u -r1.1154 -r1.1155 src/usr.bin/make/var.c
Plea
Module Name:src
Committed By: riastradh
Date: Sun Mar 30 01:15:23 UTC 2025
Modified Files:
src/lib/libc/string: strlcpy.3
Log Message:
strlcpy(3): Another attempt at reworking the description for clarity.
These functions have extremely sharp edges that are apparently stil
Module Name:src
Committed By: riastradh
Date: Sun Mar 30 01:15:23 UTC 2025
Modified Files:
src/lib/libc/string: strlcpy.3
Log Message:
strlcpy(3): Another attempt at reworking the description for clarity.
These functions have extremely sharp edges that are apparently stil
Module Name:src
Committed By: rillig
Date: Sun Mar 30 00:50:33 UTC 2025
Modified Files:
src/usr.bin/make: var.c
Log Message:
make: simplify error handling for unknown modifiers
To generate a diff of this commit:
cvs rdiff -u -r1.1154 -r1.1155 src/usr.bin/make/var.c
Plea
On Thu, Mar 27, 2025 at 05:42:03AM +0700, Robert Elz wrote:
> | Because vnds are specifically configured for mounts; the only thing
> | they're useful for is mounting a fs image that lives in a regular
> | file.
>
> No they're not, they can be used for playing with newfs variants,
> fs
Module Name:src
Committed By: rillig
Date: Sun Mar 30 00:35:52 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk varmod-sysv.mk
varmod-to-separator.exp varmod-to-separator.mk varmod.mk
Log Message:
make
Module Name:src
Committed By: rillig
Date: Sun Mar 30 00:35:52 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk varmod-sysv.mk
varmod-to-separator.exp varmod-to-separator.mk varmod.mk
Log Message:
make
Module Name:src
Committed By: riastradh
Date: Sun Mar 30 00:14:12 UTC 2025
Modified Files:
src/share/man/man4: unix.4
Log Message:
unix(4): Comma is wrong; semicolon is right.
(Personally I would use an em dash here, but then I always render man
pages with LC_ALL=C becaus
Module Name:src
Committed By: riastradh
Date: Sun Mar 30 00:14:12 UTC 2025
Modified Files:
src/share/man/man4: unix.4
Log Message:
unix(4): Comma is wrong; semicolon is right.
(Personally I would use an em dash here, but then I always render man
pages with LC_ALL=C becaus
Module Name:src
Committed By: riastradh
Date: Sun Mar 30 00:07:52 UTC 2025
Modified Files:
src/lib/libc/gen: ctype_.c ctype_guard.h tolower_.c toupper_.c
Log Message:
ctype(3): Simplify definitions of ctype/tolower/toupper tables.
Clarify comment while here.
No functiona
Module Name:src
Committed By: riastradh
Date: Sun Mar 30 00:07:52 UTC 2025
Modified Files:
src/lib/libc/gen: ctype_.c ctype_guard.h tolower_.c toupper_.c
Log Message:
ctype(3): Simplify definitions of ctype/tolower/toupper tables.
Clarify comment while here.
No functiona
Module Name:src
Committed By: rillig
Date: Sat Mar 29 23:50:07 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: varmod-order.exp varmod-order.mk varmod.mk
varparse-errors.exp varparse-errors.mk
Log Message:
make: let unknown
Module Name:src
Committed By: rillig
Date: Sat Mar 29 23:50:07 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: varmod-order.exp varmod-order.mk varmod.mk
varparse-errors.exp varparse-errors.mk
Log Message:
make: let unknown
Module Name:src
Committed By: christos
Date: Sat Mar 29 23:25:57 UTC 2025
Modified Files:
src/external/bsd/blocklist/lib: bl.c
Log Message:
Don't use strlcpy() because it will keep going trying to find the end of the
input string (thanks riastradh)
To generate a diff of
Module Name:src
Committed By: wiz
Date: Sat Mar 29 22:45:08 UTC 2025
Modified Files:
src/doc: 3RDPARTY
Log Message:
doc: update entries for lutok, atf, kyua
To generate a diff of this commit:
cvs rdiff -u -r1.2092 -r1.2093 src/doc/3RDPARTY
Please note that diffs are not
> Module Name:src
> Committed By: christos
> Date: Wed Mar 26 13:52:47 UTC 2025
>
> Modified Files:
> src/external/bsd/blocklist/lib: bl.c
>
> Log Message:
> NUL-terminate the message string (thanks riastradh)
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.5
Module Name:src
Committed By: riastradh
Date: Sat Mar 29 21:45:09 UTC 2025
Modified Files:
src/lib/libc/gen: isctype.c
Log Message:
libc/isctype.c: Omit needless #include .
Crept in during an earlier revision when I wrote this with
_DIAGASSERT. (I opted to unconditionall
Module Name:src
Committed By: riastradh
Date: Sat Mar 29 21:45:09 UTC 2025
Modified Files:
src/lib/libc/gen: isctype.c
Log Message:
libc/isctype.c: Omit needless #include .
Crept in during an earlier revision when I wrote this with
_DIAGASSERT. (I opted to unconditionall
Module Name:src
Committed By: rillig
Date: Sat Mar 29 21:30:48 UTC 2025
Modified Files:
src/usr.bin/make: make.h parse.c var.c
src/usr.bin/make/unit-tests: varparse-errors.exp varparse-errors.mk
Log Message:
make: in a stack trace with details and includes, list th
Module Name:src
Committed By: rillig
Date: Sat Mar 29 21:30:48 UTC 2025
Modified Files:
src/usr.bin/make: make.h parse.c var.c
src/usr.bin/make/unit-tests: varparse-errors.exp varparse-errors.mk
Log Message:
make: in a stack trace with details and includes, list th
Module Name:src
Committed By: riastradh
Date: Sat Mar 29 20:57:58 UTC 2025
Modified Files:
src/lib/libc/gen: ctype_.c ctype_guard.h tolower_.c toupper_.c
Log Message:
libc: Restore ELF symbol sizes for _C_ctype_tab_ &c.
This is needed for dynamic position-dependent execut
Module Name:src
Committed By: riastradh
Date: Sat Mar 29 20:57:58 UTC 2025
Modified Files:
src/lib/libc/gen: ctype_.c ctype_guard.h tolower_.c toupper_.c
Log Message:
libc: Restore ELF symbol sizes for _C_ctype_tab_ &c.
This is needed for dynamic position-dependent execut
Module Name:src
Committed By: rillig
Date: Sat Mar 29 20:19:58 UTC 2025
Modified Files:
src/usr.bin/make/unit-tests: varmod.exp varmod.mk
Log Message:
tests/make: fix the documented modifier table
The SysV column was largely incorrect or too unspecific, stating N/A
when "
Module Name:src
Committed By: rillig
Date: Sat Mar 29 20:19:58 UTC 2025
Modified Files:
src/usr.bin/make/unit-tests: varmod.exp varmod.mk
Log Message:
tests/make: fix the documented modifier table
The SysV column was largely incorrect or too unspecific, stating N/A
when "
Module Name:src
Committed By: riastradh
Date: Sat Mar 29 19:40:42 UTC 2025
Modified Files:
src/lib/libc/gen: ctype_.c tolower_.c toupper_.c
src/tests/lib/libc/gen: t_ctype.c
Added Files:
src/lib/libc/gen: ctype_guard.h
Log Message:
ctype(3): Put guard pages
Module Name:src
Committed By: riastradh
Date: Sat Mar 29 19:40:42 UTC 2025
Modified Files:
src/lib/libc/gen: ctype_.c tolower_.c toupper_.c
src/tests/lib/libc/gen: t_ctype.c
Added Files:
src/lib/libc/gen: ctype_guard.h
Log Message:
ctype(3): Put guard pages
Module Name:src
Committed By: rillig
Date: Sat Mar 29 19:08:53 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: cmd-errors-jobs.exp cmd-errors-jobs.mk
cmd-errors-lint.exp cmd-errors-lint.mk cmd-errors.exp cmd-errors.mk
Module Name:src
Committed By: rillig
Date: Sat Mar 29 19:08:53 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: cmd-errors-jobs.exp cmd-errors-jobs.mk
cmd-errors-lint.exp cmd-errors-lint.mk cmd-errors.exp cmd-errors.mk
Module Name:src
Committed By: kre
Date: Sat Mar 29 17:29:20 UTC 2025
Modified Files:
src/sys/sys: cpu_data.h
Log Message:
CPU_COUNT() macro args are properly parenthesised when used.
This will hopefully fix builds after recent changes to how KASSERT()
uses its args.
To
Module Name:src
Committed By: rillig
Date: Sat Mar 29 17:31:35 UTC 2025
Modified Files:
src/usr.bin/make/unit-tests: varmod-to-separator.mk
Log Message:
tests/make: remove copy-and-paste errors from warning messages
Several of the warnings didn't match what they actually
Module Name:src
Committed By: rillig
Date: Sat Mar 29 17:31:35 UTC 2025
Modified Files:
src/usr.bin/make/unit-tests: varmod-to-separator.mk
Log Message:
tests/make: remove copy-and-paste errors from warning messages
Several of the warnings didn't match what they actually
Module Name:src
Committed By: kre
Date: Sat Mar 29 17:29:20 UTC 2025
Modified Files:
src/sys/sys: cpu_data.h
Log Message:
CPU_COUNT() macro args are properly parenthesised when used.
This will hopefully fix builds after recent changes to how KASSERT()
uses its args.
To
Module Name:src
Committed By: rillig
Date: Sat Mar 29 11:24:35 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: moderrs.exp varmod-indirect.exp varmod.exp
Log Message:
make: add details about indirect modifiers to the stack traces
Prev
Module Name:src
Committed By: rillig
Date: Sat Mar 29 16:44:14 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk vardebug.exp
vardebug.mk varmod-edge.exp varmod-edge.mk varmod-indirect.exp
va
Module Name:src
Committed By: riastradh
Date: Sat Mar 29 15:48:26 UTC 2025
Modified Files:
src/sys/sys: cdefs.h
Log Message:
__predict_true/false: Make these work with C++ too.
Should fix build after recent assert.h change.
error: no match for `operator!=' (operand types
Module Name:src
Committed By: rillig
Date: Sat Mar 29 11:24:35 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: moderrs.exp varmod-indirect.exp varmod.exp
Log Message:
make: add details about indirect modifiers to the stack traces
Prev
Module Name:src
Committed By: rillig
Date: Sat Mar 29 12:02:41 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk
Log Message:
make: fix error message for unclosed expression
Even in an unclosed expression such as
Module Name:src
Committed By: rillig
Date: Sat Mar 29 12:02:41 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk
Log Message:
make: fix error message for unclosed expression
Even in an unclosed expression such as
Module Name:src
Committed By: rillig
Date: Sat Mar 29 11:51:54 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk varmod-assign.exp
varmod-assign.mk varmod-edge.exp varmod-edge.mk varmod-sysv.exp
Module Name:src
Committed By: rillig
Date: Sat Mar 29 11:51:54 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk varmod-assign.exp
varmod-assign.mk varmod-edge.exp varmod-edge.mk varmod-sysv.exp
Module Name:src
Committed By: nonaka
Date: Sat Mar 29 10:12:14 UTC 2025
Modified Files:
src/sys/dev/hyperv: vmbus.c
Log Message:
vmbus(4): Fix missing conversion to condvar(9).
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/hyperv/vmbus.c
Plea
Module Name:src
Committed By: martin
Date: Sat Mar 29 10:57:06 UTC 2025
Modified Files:
src/doc [netbsd-10]: CHANGES-10.2
Log Message:
Tickets #1073 - #1078
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-10.2
Please note that diffs
Module Name:src
Committed By: martin
Date: Sat Mar 29 10:53:06 UTC 2025
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Ticket #1938
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-9.5
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Sat Mar 29 10:51:24 UTC 2025
Modified Files:
src/distrib/notes/macppc [netbsd-9]: hardware
Log Message:
Pull up following revision(s) (requested by gutteridge in ticket #1938):
distrib/notes/macppc/hardware: revision 1.50
Module Name:src
Committed By: martin
Date: Sat Mar 29 10:57:06 UTC 2025
Modified Files:
src/doc [netbsd-10]: CHANGES-10.2
Log Message:
Tickets #1073 - #1078
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-10.2
Please note that diffs
Module Name:src
Committed By: martin
Date: Sat Mar 29 10:50:18 UTC 2025
Modified Files:
src/distrib/notes/macppc [netbsd-10]: hardware
Log Message:
Pull up following revision(s) (requested by gutteridge in ticket #1077):
distrib/notes/macppc/hardware: revision 1.5
Module Name:src
Committed By: martin
Date: Sat Mar 29 10:47:38 UTC 2025
Modified Files:
src/sys/arch/amd64/conf [netbsd-10]: XEN3_DOMU
Log Message:
Pull up following revision(s) (requested by sborrill in ticket #1076):
sys/arch/amd64/conf/XEN3_DOMU: revision 1.101
Module Name:src
Committed By: martin
Date: Sat Mar 29 10:53:06 UTC 2025
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Ticket #1938
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-9.5
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Sat Mar 29 10:51:24 UTC 2025
Modified Files:
src/distrib/notes/macppc [netbsd-9]: hardware
Log Message:
Pull up following revision(s) (requested by gutteridge in ticket #1938):
distrib/notes/macppc/hardware: revision 1.50
Module Name:src
Committed By: martin
Date: Sat Mar 29 10:50:18 UTC 2025
Modified Files:
src/distrib/notes/macppc [netbsd-10]: hardware
Log Message:
Pull up following revision(s) (requested by gutteridge in ticket #1077):
distrib/notes/macppc/hardware: revision 1.5
Module Name:src
Committed By: rillig
Date: Sat Mar 29 10:39:49 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: check-expect.lua cmd-errors-jobs.exp
cmd-errors-jobs.mk cmd-errors-lint.exp cmd-errors.exp lint.exp
m
Module Name:src
Committed By: martin
Date: Sat Mar 29 10:32:44 UTC 2025
Modified Files:
src/sys/arch/amd64/amd64 [netbsd-10]: genassym.cf locore.S machdep.c
src/sys/arch/x86/acpi [netbsd-10]: acpi_machdep.c
src/sys/arch/x86/include [netbsd-10]: cpu.h
Module Name:src
Committed By: rillig
Date: Sat Mar 29 10:39:49 UTC 2025
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: check-expect.lua cmd-errors-jobs.exp
cmd-errors-jobs.mk cmd-errors-lint.exp cmd-errors.exp lint.exp
m
Module Name:src
Committed By: martin
Date: Sat Mar 29 10:47:38 UTC 2025
Modified Files:
src/sys/arch/amd64/conf [netbsd-10]: XEN3_DOMU
Log Message:
Pull up following revision(s) (requested by sborrill in ticket #1076):
sys/arch/amd64/conf/XEN3_DOMU: revision 1.101
Module Name:src
Committed By: martin
Date: Sat Mar 29 10:45:08 UTC 2025
Modified Files:
src/tests/net/if_vlan [netbsd-10]: t_vlan.sh
Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #1075):
tests/net/if_vlan/t_vlan.sh: revision 1.26
Module Name:src
Committed By: martin
Date: Sat Mar 29 10:32:44 UTC 2025
Modified Files:
src/sys/arch/amd64/amd64 [netbsd-10]: genassym.cf locore.S machdep.c
src/sys/arch/x86/acpi [netbsd-10]: acpi_machdep.c
src/sys/arch/x86/include [netbsd-10]: cpu.h
Module Name:src
Committed By: riastradh
Date: Sat Mar 29 00:16:30 UTC 2025
Modified Files:
src/sys/arch/vax/vax: trap.c
Log Message:
vax/trap.c: Back out revisions 1.139 and 1.141 for now.
These changes served to zero registers on exec in order to avoid
leaking secret reg
Module Name:src
Committed By: nonaka
Date: Sat Mar 29 10:12:14 UTC 2025
Modified Files:
src/sys/dev/hyperv: vmbus.c
Log Message:
vmbus(4): Fix missing conversion to condvar(9).
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/hyperv/vmbus.c
Plea
Module Name:src
Committed By: riastradh
Date: Fri Mar 28 23:01:51 UTC 2025
Modified Files:
src/tests/lib/libc/gen: t_ctype.c
Log Message:
t_ctype: Factor loop out of macro-generated functions.
No functional change intended.
PR lib/58208: ctype(3) provides poor runtime fe
72 matches
Mail list logo