CVS commit: src/sys/arch/hp300/dev

2022-11-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 30 15:59:01 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: Check bounds of RAW_PART by bounds_check_with_mediasize() as other drivers. With this check, dd(1) without a count value against a raw

CVS commit: src/sys/arch/hp300/dev

2022-11-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 30 15:59:01 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: Check bounds of RAW_PART by bounds_check_with_mediasize() as other drivers. With this check, dd(1) without a count value against a raw

CVS commit: src/sys/arch/hp300/dev

2022-11-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 30 17:07:30 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: Remove a duplicated static function declaration. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118

CVS commit: src/sys/arch/hp300/dev

2022-11-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 30 17:07:30 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: Remove a duplicated static function declaration. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118

CVS commit: src/sys/arch/hp300/dev

2022-11-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 30 17:39:12 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: Set disk_geom parameters required by DIOCGPARTINFO in disk_ioctl(). With this change raid(4) no longer complains before mountroot: >

CVS commit: src/sys/arch/hp300/dev

2022-11-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 30 17:39:12 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: Set disk_geom parameters required by DIOCGPARTINFO in disk_ioctl(). With this change raid(4) no longer complains before mountroot: >

CVS commit: src/sys/arch/hp300/dev

2022-11-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 30 18:15:32 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: Remove more duplicated static function declarations. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121

CVS commit: src/sys/arch/hp300/dev

2022-11-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 30 18:15:32 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: Remove more duplicated static function declarations. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121

CVS commit: src/usr.sbin/sysinst

2022-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Nov 30 15:53:35 UTC 2022 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c disks.c label.c msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl Log Message: Add support for FFSv2ea in the partition type menus

CVS commit: src/usr.sbin/sysinst

2022-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Nov 30 15:53:35 UTC 2022 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c disks.c label.c msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl Log Message: Add support for FFSv2ea in the partition type menus

CVS commit: src/tests/dev

2022-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Nov 30 17:49:09 UTC 2022 Modified Files: src/tests/dev/cgd: t_cgd.sh src/tests/dev/md: t_md.sh src/tests/dev/raidframe: t_raid.sh Log Message: Unfortunately rump does not provide the same magic as MAKEDEV does

CVS commit: src/tests/dev

2022-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Nov 30 17:49:09 UTC 2022 Modified Files: src/tests/dev/cgd: t_cgd.sh src/tests/dev/md: t_md.sh src/tests/dev/raidframe: t_raid.sh Log Message: Unfortunately rump does not provide the same magic as MAKEDEV does

CVS commit: src/tests

2022-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Nov 30 17:50:00 UTC 2022 Modified Files: src/tests/dev/fss: t_fss.sh src/tests/fs/tmpfs: t_vnd.sh Log Message: Avoid explicitly naming the raw part device with a partition letter - use the non-partition letter variant

CVS commit: src/tests

2022-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Nov 30 17:50:00 UTC 2022 Modified Files: src/tests/dev/fss: t_fss.sh src/tests/fs/tmpfs: t_vnd.sh Log Message: Avoid explicitly naming the raw part device with a partition letter - use the non-partition letter variant

CVS commit: src/sys/arch/hp300/dev

2022-11-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 30 16:37:44 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: Check bounds of each partition by MI bounds_check_with_label(9). The previous implementation was committed in rev 1.26 about 26 years ago

CVS commit: src/sys/arch/hp300/dev

2022-11-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 30 16:37:44 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: Check bounds of each partition by MI bounds_check_with_label(9). The previous implementation was committed in rev 1.26 about 26 years ago

CVS commit: src/sys/arch/hp300/dev

2022-11-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 30 17:01:56 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: Pass a correct dev_t arg to disk_ioctl(). Probably harmless. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117

CVS commit: src/sys/arch/hp300/dev

2022-11-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 30 17:01:56 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: Pass a correct dev_t arg to disk_ioctl(). Probably harmless. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117

CVS commit: src/sys/arch/hp300/dev

2022-11-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 30 17:42:21 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: Use proper RAW_PART macro rather than a magic number. To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120

CVS commit: src/sys/arch/hp300/dev

2022-11-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 30 17:42:21 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: Use proper RAW_PART macro rather than a magic number. To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120

CVS commit: src/usr.sbin/sysinst

2022-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Nov 30 15:57:54 UTC 2022 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c Log Message: Switch the default FFS type from FFSv2 to FFSv2ea - we want extended attribute support to be exercised and tested. If you want to

CVS commit: src/usr.sbin/sysinst

2022-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Nov 30 15:57:54 UTC 2022 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c Log Message: Switch the default FFS type from FFSv2 to FFSv2ea - we want extended attribute support to be exercised and tested. If you want to

CVS commit: src/usr.sbin/sysinst

2022-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Nov 30 19:44:06 UTC 2022 Modified Files: src/usr.sbin/sysinst: disks.c Log Message: Fix primary boot selection for FFSv2ea filesystems To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/usr.sbin/sysinst

2022-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Nov 30 19:44:06 UTC 2022 Modified Files: src/usr.sbin/sysinst: disks.c Log Message: Fix primary boot selection for FFSv2ea filesystems To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

Re: CVS commit: src/lib/libcurses

2022-11-30 Thread Ryo ONODERA
Hi, r1.125 of refresh.c breaks /usr/bin/vi for me. When scrolling down long file with 'j' key and reaches the bottom line, screen is not scrolled up and new lines are displayed over the previous bottom line. Could you take a look at my problem? Thank you very much. "Brett Lymn" writes: >

CVS commit: src/usr.sbin/tprof

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 00:43:27 UTC 2022 Modified Files: src/usr.sbin/tprof: Makefile ksyms.c ksyms.h tprof.8 tprof.c tprof.h tprof_analyze.c Added Files: src/usr.sbin/tprof: tprof_top.c Log Message: add "top" subcommand to

CVS commit: src/usr.sbin/tprof

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 00:43:27 UTC 2022 Modified Files: src/usr.sbin/tprof: Makefile ksyms.c ksyms.h tprof.8 tprof.c tprof.h tprof_analyze.c Added Files: src/usr.sbin/tprof: tprof_top.c Log Message: add "top" subcommand to

CVS commit: src/sys/dev/i2c

2022-11-30 Thread Brad Spencer
Module Name:src Committed By: brad Date: Thu Dec 1 02:29:37 UTC 2022 Modified Files: src/sys/dev/i2c: bmx280.c Log Message: Use a better choice for the print format string. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/i2c/bmx280.c Please

CVS commit: src/sys/dev/i2c

2022-11-30 Thread Brad Spencer
Module Name:src Committed By: brad Date: Thu Dec 1 02:29:37 UTC 2022 Modified Files: src/sys/dev/i2c: bmx280.c Log Message: Use a better choice for the print format string. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/i2c/bmx280.c Please

CVS commit: src/sys

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 00:29:10 UTC 2022 Modified Files: src/sys/arch/aarch64/include: armreg.h src/sys/dev/tprof: tprof_armv7.c tprof_armv8.c Log Message: PMCR.E should not be disabled from tprof. PMCR.E controls not only performance

CVS commit: src/sys/dev/tprof

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 00:27:59 UTC 2022 Modified Files: src/sys/dev/tprof: tprof.c Log Message: don't call kpreempt_{disable,enable}() from an interrupt handler. Fixed a problem in which the system would freeze if a high load (e.g., build.sh

CVS commit: src/sys/dev/tprof

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 00:27:59 UTC 2022 Modified Files: src/sys/dev/tprof: tprof.c Log Message: don't call kpreempt_{disable,enable}() from an interrupt handler. Fixed a problem in which the system would freeze if a high load (e.g., build.sh

CVS commit: src/sys

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 00:29:10 UTC 2022 Modified Files: src/sys/arch/aarch64/include: armreg.h src/sys/dev/tprof: tprof_armv7.c tprof_armv8.c Log Message: PMCR.E should not be disabled from tprof. PMCR.E controls not only performance

CVS commit: src/usr.sbin/tprof

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 03:32:24 UTC 2022 Modified Files: src/usr.sbin/tprof: tprof_top.c Log Message: fix build error of printf format To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/tprof/tprof_top.c Please note

CVS commit: src/usr.sbin/tprof

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 03:32:24 UTC 2022 Modified Files: src/usr.sbin/tprof: tprof_top.c Log Message: fix build error of printf format To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/tprof/tprof_top.c Please note

CVS commit: src/sys/dev/tprof

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 00:29:51 UTC 2022 Modified Files: src/sys/dev/tprof: tprof_armv7.c Log Message: tprof_armv7 initializes on each CPUs, like tprof_armv8. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/tprof

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 00:29:51 UTC 2022 Modified Files: src/sys/dev/tprof: tprof_armv7.c Log Message: tprof_armv7 initializes on each CPUs, like tprof_armv8. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/usr.sbin/tprof

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 00:40:05 UTC 2022 Modified Files: src/usr.sbin/tprof: tprof.8 tprof.c Log Message: Improve tprof(8) - Added "tprof count" subcommand to perform counts only. - Event options (u,k) are now optional. The default value is

CVS commit: src/usr.sbin/tprof

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 00:40:05 UTC 2022 Modified Files: src/usr.sbin/tprof: tprof.8 tprof.c Log Message: Improve tprof(8) - Added "tprof count" subcommand to perform counts only. - Event options (u,k) are now optional. The default value is

CVS commit: src/sys/sys

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 00:48:05 UTC 2022 Modified Files: src/sys/sys: param.h Log Message: tprof module revamped. Welcome to 9.99.108 To generate a diff of this commit: cvs rdiff -u -r1.720 -r1.721 src/sys/sys/param.h Please note that diffs

CVS commit: src/sys/sys

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 00:48:05 UTC 2022 Modified Files: src/sys/sys: param.h Log Message: tprof module revamped. Welcome to 9.99.108 To generate a diff of this commit: cvs rdiff -u -r1.720 -r1.721 src/sys/sys/param.h Please note that diffs

CVS commit: src

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 00:32:52 UTC 2022 Modified Files: src/sys/arch/aarch64/include: armreg.h src/sys/dev/tprof: tprof.c tprof.h tprof_armv7.c tprof_armv8.c tprof_ioctl.h tprof_types.h tprof_x86.c tprof_x86_amd.c

CVS commit: src

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 00:32:52 UTC 2022 Modified Files: src/sys/arch/aarch64/include: armreg.h src/sys/dev/tprof: tprof.c tprof.h tprof_armv7.c tprof_armv8.c tprof_ioctl.h tprof_types.h tprof_x86.c tprof_x86_amd.c

CVS commit: src/sys/dev/i2c

2022-11-30 Thread Brad Spencer
Module Name:src Committed By: brad Date: Thu Dec 1 00:47:51 UTC 2022 Modified Files: src/sys/dev/i2c: bmx280.c Log Message: Correct the humidity conversion for the BME280 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/bmx280.c Please note

CVS commit: src/sys/dev/i2c

2022-11-30 Thread Brad Spencer
Module Name:src Committed By: brad Date: Thu Dec 1 00:47:51 UTC 2022 Modified Files: src/sys/dev/i2c: bmx280.c Log Message: Correct the humidity conversion for the BME280 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/bmx280.c Please note

CVS commit: src/usr.sbin/tprof

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 00:41:10 UTC 2022 Modified Files: src/usr.sbin/tprof: Makefile tprof_analyze.c Added Files: src/usr.sbin/tprof: ksyms.c ksyms.h Log Message: split ksyms stuff into ksyms.[ch] To generate a diff of this commit:

CVS commit: src/usr.sbin/tprof

2022-11-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 1 00:41:10 UTC 2022 Modified Files: src/usr.sbin/tprof: Makefile tprof_analyze.c Added Files: src/usr.sbin/tprof: ksyms.c ksyms.h Log Message: split ksyms stuff into ksyms.[ch] To generate a diff of this commit:

CVS commit: src

2022-11-30 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Dec 1 04:24:38 UTC 2022 Modified Files: src/distrib/sets/lists/tests: mi src/tests/net/net: Makefile Log Message: tests: fix Makefile and lists for MKRUMP=no Pointed out by Michael Scholz, thanks. To generate a

CVS commit: src

2022-11-30 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Dec 1 04:24:38 UTC 2022 Modified Files: src/distrib/sets/lists/tests: mi src/tests/net/net: Makefile Log Message: tests: fix Makefile and lists for MKRUMP=no Pointed out by Michael Scholz, thanks. To generate a

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

2022-11-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Nov 30 20:50:22 UTC 2022 Modified Files: src/usr.bin/xlint/common: inittyp.c Log Message: lint: make definitions of basic types simpler No binary change. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

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

2022-11-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Nov 30 20:59:28 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: add measurement unit to local variable names No binary change, except for line numbers in assertions. To generate a diff of this

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

2022-11-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Nov 30 20:59:28 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: add measurement unit to local variable names No binary change, except for line numbers in assertions. To generate a diff of this

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

2022-11-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Nov 30 20:50:22 UTC 2022 Modified Files: src/usr.bin/xlint/common: inittyp.c Log Message: lint: make definitions of basic types simpler No binary change. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys/arch/hp300/dev

2022-11-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 30 11:36:50 UTC 2022 Modified Files: src/sys/arch/hp300/dev: topcat.c Log Message: Fix silent bus error panic on 98543A topcat framebuffer on HP320 and HP360. It looks DELAY(100)s before checking cmap_busy in old

CVS commit: src/sys/arch/hp300/dev

2022-11-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 30 11:36:50 UTC 2022 Modified Files: src/sys/arch/hp300/dev: topcat.c Log Message: Fix silent bus error panic on 98543A topcat framebuffer on HP320 and HP360. It looks DELAY(100)s before checking cmap_busy in old