CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 06:59:29 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: Comment that (buffer + 14) stands for reltab in bbstart.s. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 06:59:29 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: Comment that (buffer + 14) stands for reltab in bbstart.s. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2022-04-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 06:56:56 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile Log Message: Now, cread.c can be built with -Os. It was not a compiler bug actually; object code generated with "-Os -Wa,-l" contains R_6

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2022-04-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 06:56:56 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile Log Message: Now, cread.c can be built with -Os. It was not a compiler bug actually; object code generated with "-Os -Wa,-l" contains R_6

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2022-04-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 06:48:22 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile Log Message: Compile boot.amiga without -l option for gas(1). Fix build failure due to relocation overflows for R_68K_PC16. To generate

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2022-04-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 06:48:22 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile Log Message: Compile boot.amiga without -l option for gas(1). Fix build failure due to relocation overflows for R_68K_PC16. To generate

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2022-04-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 06:42:58 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: bbstart.s Log Message: Fix boot.amiga when relocation table is located beyond 0x8000. In this case, we cannot load reltab directly into %a2 by mov

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2022-04-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 06:42:58 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: bbstart.s Log Message: Fix boot.amiga when relocation table is located beyond 0x8000. In this case, we cannot load reltab directly into %a2 by mov

CVS commit: src/usr.bin/xlint/lint1

2022-04-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Apr 29 06:40:52 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: do not allow type attributes after label After a label, the type attributes _Alignas, __packed and _Noreturn do not make sense, so d

CVS commit: src/usr.bin/xlint/lint1

2022-04-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Apr 29 06:40:52 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: do not allow type attributes after label After a label, the type attributes _Alignas, __packed and _Noreturn do not make sense, so d

CVS commit: src

2022-04-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 28 21:38:38 UTC 2022 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile gcc_attribute_label.c gcc_attribute_stmt.c gcc_attribute_stmt.exp src/usr.bin/xlint/l

CVS commit: src

2022-04-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 28 21:38:38 UTC 2022 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile gcc_attribute_label.c gcc_attribute_stmt.c gcc_attribute_stmt.exp src/usr.bin/xlint/l

CVS commit: src/sys/net/npf

2022-04-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 28 17:28:15 UTC 2022 Modified Files: src/sys/net/npf: npf_params.c Log Message: Make the thmap(9) used for params use sleepable allocations, suggested by rmind@. Should fix PR 56802. To generate a diff of this commit: cv

CVS commit: src/sys/net/npf

2022-04-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 28 17:28:15 UTC 2022 Modified Files: src/sys/net/npf: npf_params.c Log Message: Make the thmap(9) used for params use sleepable allocations, suggested by rmind@. Should fix PR 56802. To generate a diff of this commit: cv

CVS commit: src/sys/net/npf

2022-04-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 28 15:43:51 UTC 2022 Modified Files: src/sys/net/npf: npf_params.c Log Message: Temporary hack to make PR 56802 (when it happens) tell us for sure that it is caused by KM_NOSLEEP memory allocation failure. To generate a

CVS commit: src/sys/net/npf

2022-04-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 28 15:43:51 UTC 2022 Modified Files: src/sys/net/npf: npf_params.c Log Message: Temporary hack to make PR 56802 (when it happens) tell us for sure that it is caused by KM_NOSLEEP memory allocation failure. To generate a

CVS commit: src/sys/arch/arm/include

2022-04-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 28 10:05:47 UTC 2022 Modified Files: src/sys/arch/arm/include: cpufunc.h Log Message: G/C To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/arch/arm/include/cpufunc.h Please note that diffs are not pu

CVS commit: src/sys/arch/arm/include

2022-04-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 28 10:05:47 UTC 2022 Modified Files: src/sys/arch/arm/include: cpufunc.h Log Message: G/C To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/arch/arm/include/cpufunc.h Please note that diffs are not pu

CVS commit: src/share/man/man4

2022-04-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 28 07:17:52 UTC 2022 Modified Files: src/share/man/man4: ddb.4 Log Message: Add missing "show vmem[s]". To generate a diff of this commit: cvs rdiff -u -r1.201 -r1.202 src/share/man/man4/ddb.4 Please note that diffs ar

CVS commit: src/share/man/man4

2022-04-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 28 07:17:52 UTC 2022 Modified Files: src/share/man/man4: ddb.4 Log Message: Add missing "show vmem[s]". To generate a diff of this commit: cvs rdiff -u -r1.201 -r1.202 src/share/man/man4/ddb.4 Please note that diffs ar

CVS commit: src/tests/usr.bin/xlint/lint1

2022-04-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 28 07:10:39 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: gcc_attribute_stmt.c gcc_attribute_stmt.exp Log Message: tests/lint: add test for GCC unused statement Seen in xsrc/LRGB.c:799. Even though

CVS commit: src/tests/usr.bin/xlint/lint1

2022-04-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 28 07:10:39 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: gcc_attribute_stmt.c gcc_attribute_stmt.exp Log Message: tests/lint: add test for GCC unused statement Seen in xsrc/LRGB.c:799. Even though

CVS commit: src/sys/ddb

2022-04-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 28 07:08:39 UTC 2022 Modified Files: src/sys/ddb: db_command.c Log Message: Remove 'a' modifier from "show vmem". It was removed in sbur_vmem.c rev. 1.55. To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181

CVS commit: src/sys/ddb

2022-04-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 28 07:08:39 UTC 2022 Modified Files: src/sys/ddb: db_command.c Log Message: Remove 'a' modifier from "show vmem". It was removed in sbur_vmem.c rev. 1.55. To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181