CVS commit: src/sys/ddb

2021-01-10 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Jan 11 07:49:05 UTC 2021 Modified Files: src/sys/ddb: db_proc.c Log Message: For "ps/a" print all of p_comm instead of just the first 10 chars, add a space after PID, left justify the command name. To generate a diff of

CVS commit: src/tests/lib/libc/gen

2021-01-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 11 07:17:49 UTC 2021 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: PR/55715: pmax testbed panics with "assertion "asid == curcpu()->ci_pmap_asid_cur" failed" It's GXemul that has the bug!

CVS commit: src/sys/arch/sparc/sparc

2021-01-10 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Jan 11 06:12:43 UTC 2021 Modified Files: src/sys/arch/sparc/sparc: pmap.c Log Message: in pgt_page_alloc(), wait and retry the page allocation if PR_WAITOK. fixes PR 55895. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2021-01-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jan 11 02:18:40 UTC 2021 Modified Files: src/sys/kern: kern_entropy.c Log Message: entropy: Downgrade consolidation warning from printf to LOG_DEBUG. Candidate fix for PR kern/55458. This message is rather technical, and

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

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jan 11 00:28:28 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c d_c99_bool_strict.exp Log Message: lint: extend test for strict _Bool handling There is no danger in allowing (flags &

CVS commit: src/usr.bin/make

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 23:59:53 UTC 2021 Modified Files: src/usr.bin/make: job.c main.c str.c targ.c var.c src/usr.bin/make/filemon: filemon_ktrace.c Log Message: make(1): make a few more bool expressions more precise The previous

CVS commit: src

2021-01-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jan 10 23:24:26 UTC 2021 Modified Files: src/distrib/sets/lists/etc: mi src/distrib/sets/lists/man: mi src/etc: security src/etc/defaults: rc.conf security.conf src/etc/rc.d: Makefile

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

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 21:45:50 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c Log Message: lint: add enum flags to the test about strict boolean mode To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 21:26:12 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: t_integration.sh Log Message: lint: allow custom flags to be specified in all unit tests Previously, only the tests called msg_*.c could use this

CVS commit: src/usr.bin/make

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 21:20:47 UTC 2021 Modified Files: src/usr.bin/make: compat.c cond.c dir.c for.c job.c main.c make.c make.h meta.c metachar.h parse.c str.c suff.c var.c src/usr.bin/make/filemon: filemon_ktrace.c Log

CVS commit: src/tests/lib/libc/gen

2021-01-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 10 20:46:14 UTC 2021 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: PR/55715: pmax testbed panics with "assertion "asid == curcpu()->ci_pmap_asid_cur" failed" disable the sigbus_adraln test on qemu for

CVS commit: src/share/man/man8

2021-01-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jan 10 19:26:32 UTC 2021 Modified Files: src/share/man/man8: rc.subr.8 Log Message: rc.subr(8): Fix markup -- use .It to set off a new item. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/arch/evbarm/conf

2021-01-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 10 19:20:16 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: Disable nouveau for now. It can cause long pauses at boot and sometimes fails to initialize the display at all. To generate a diff

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

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 18:22:52 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c Log Message: lint: split check_global_variable into several functions This reduces the indentation and allows the messages in the comments to contain

CVS commit: src

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 18:13:43 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_lint_assert.c d_lint_assert.exp src/usr.bin/xlint/lint1: decl.c Log Message: lint: fix assertion failure for syntax error in enum declaration

CVS commit: src

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 18:06:39 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh Added Files: src/tests/usr.bin/xlint/lint1: d_lint_assert.c d_lint_assert.exp

CVS commit: src

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 17:43:46 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh Added Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c

CVS commit: src/sys/dev/usb

2021-01-10 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sun Jan 10 15:50:16 UTC 2021 Modified Files: src/sys/dev/usb: uaudio.c Log Message: Add whitespace after comma To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 src/sys/dev/usb/uaudio.c Please note that diffs are

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

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 14:12:48 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c main1.c Log Message: lint: remove redundant parentheses around return value To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118

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

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 14:09:57 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c externs1.h Log Message: lint: change return type of eqptrtype to bool To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117

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

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 14:07:34 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c externs1.h Log Message: lint: rename functions with short names To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138

CVS commit: src

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 13:54:13 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_232.c msg_232.exp src/usr.bin/xlint/lint1: decl.c Log Message: lint: use message 232 for unused label in function This message had been

CVS commit: src/usr.sbin/fstyp

2021-01-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jan 10 13:44:57 UTC 2021 Modified Files: src/usr.sbin/fstyp: hammer2.c Log Message: Explicitly cast offset calculation, size_t may be smaller than off_t. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/dev/usb

2021-01-10 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sun Jan 10 13:17:44 UTC 2021 Modified Files: src/sys/dev/usb: uaudio.c Log Message: Fix a typo in debug message To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/sys/dev/usb/uaudio.c Please note that diffs are

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

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 13:17:24 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool.c d_c99_bool.exp Log Message: lint: explain missing error for _Bool constant expressions To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 12:46:38 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool.c d_c99_bool.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: fix conversion of non-constant scalar to _Bool To generate a

CVS commit: src/usr.sbin/fstyp

2021-01-10 Thread Tomohiro Kusumi
Module Name:src Committed By: tkusumi Date: Sun Jan 10 12:38:41 UTC 2021 Modified Files: src/usr.sbin/fstyp: fstyp.h hammer.c hammer2.c hammer2_disk.h Log Message: fstyp: Sync HAMMER1/2 with DragonFly BSD taken-from: DragonFly BSD To generate a diff of this commit: cvs

CVS commit: src

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 12:34:56 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool.c d_c99_bool.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: fix conversion of constant expressions to _Bool To generate a

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

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 12:29:46 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool.c d_c99_bool.exp Log Message: lint: add test for converting non-constant expressions to _Bool To generate a diff of this commit: cvs rdiff

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

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 12:05:07 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: Makefile Log Message: lint: automate adding a test for lint1 To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/usr.bin/xlint/lint1/Makefile

CVS commit: src

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 11:24:43 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh Added Files: src/tests/usr.bin/xlint/lint1: d_c99_bool.c d_c99_bool.exp Log

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

2021-01-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 10 11:17:53 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: externs1.h func.c tree.c Log Message: lint: rename cvtcon to convert_constant No functional change. To generate a diff of this commit: cvs rdiff -u -r1.50