CVS commit: src/usr.bin/xlint

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Feb 27 07:50:09 UTC 2022 Modified Files: src/usr.bin/xlint: Makefile.inc src/usr.bin/xlint/lint1: lex.c lint1.h Log Message: lint: clean up memory management for string buffers There is no reason to duplicate all the

CVS commit: src/usr.bin/xlint

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Feb 27 07:50:09 UTC 2022 Modified Files: src/usr.bin/xlint: Makefile.inc src/usr.bin/xlint/lint1: lex.c lint1.h Log Message: lint: clean up memory management for string buffers There is no reason to duplicate all the

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

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Feb 27 07:38:54 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: lex.c lint1.h mem1.c Log Message: lint: clean up memory allocation No functional change. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99

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

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Feb 27 07:38:54 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: lex.c lint1.h mem1.c Log Message: lint: clean up memory allocation No functional change. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99

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

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Feb 27 06:55:13 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: mem1.c Log Message: lint: remove custom free list for memory blocks Trust the system memory allocator to do its thing, including marking the memory as fresh

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

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Feb 27 06:55:13 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: mem1.c Log Message: lint: remove custom free list for memory blocks Trust the system memory allocator to do its thing, including marking the memory as fresh

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

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Feb 27 01:47:28 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c lint1.h Log Message: lint: rename ARG to OLD_STYLE_ARG Pre-C90 argument declarations have been old for more than 30 years now, so mention that

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

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Feb 27 01:47:28 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c lint1.h Log Message: lint: rename ARG to OLD_STYLE_ARG Pre-C90 argument declarations have been old for more than 30 years now, so mention that

CVS commit: src/sys/sys

2022-02-26 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Feb 27 01:03:14 UTC 2022 Modified Files: src/sys/sys: lwp.h Log Message: lwp.h: correct grammar in a comment To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/sys/sys/lwp.h Please note that diffs are

CVS commit: src/sys/sys

2022-02-26 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Feb 27 01:03:14 UTC 2022 Modified Files: src/sys/sys: lwp.h Log Message: lwp.h: correct grammar in a comment To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/sys/sys/lwp.h Please note that diffs are

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

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 23:07:28 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: improve debug logging for symbol kinds To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/usr.bin/xlint/lint1/lex.c

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

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 23:07:28 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: improve debug logging for symbol kinds To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/usr.bin/xlint/lint1/lex.c

Re: CVS commit: src/sys/dev/pci

2022-02-26 Thread Joerg Sonnenberger
Am Sat, Feb 26, 2022 at 03:04:40PM + schrieb Roland Illig: > Module Name: src > Committed By: rillig > Date: Sat Feb 26 15:04:40 UTC 2022 > > Modified Files: > src/sys/dev/pci: if_wm.c > > Log Message: > if_wm.c: fix value return from void function > > lint complained: >

CVS commit: src

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 20:36:11 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: d_gcc_compound_statements2.c t_integration.sh src/usr.bin/xlint/lint1: cgram.y externs1.h tree.c Log Message: lint: fix memory

CVS commit: src

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 20:36:11 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: d_gcc_compound_statements2.c t_integration.sh src/usr.bin/xlint/lint1: cgram.y externs1.h tree.c Log Message: lint: fix memory

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

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 19:01:09 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y externs1.h tree.c Log Message: lint: extract code for handling statement expressions from the grammar This prepares the fix of the memory corruption

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

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 19:01:09 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y externs1.h tree.c Log Message: lint: extract code for handling statement expressions from the grammar This prepares the fix of the memory corruption

CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 26 18:49:42 UTC 2022 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: don't require arc4random_buf for tools build To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 26 18:49:42 UTC 2022 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: don't require arc4random_buf for tools build To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/usr.bin/xlint

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 18:35:01 UTC 2022 Modified Files: src/usr.bin/xlint: Makefile.inc Log Message: lint: enable memory debugging Filling deallocated memory with 0x00 may hide errors, so rather fill with 0xA5. While this doesn't change

CVS commit: src/usr.bin/xlint

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 18:35:01 UTC 2022 Modified Files: src/usr.bin/xlint: Makefile.inc Log Message: lint: enable memory debugging Filling deallocated memory with 0x00 may hide errors, so rather fill with 0xA5. While this doesn't change

CVS commit: src/external/bsd/cron/dist

2022-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 26 17:02:47 UTC 2022 Modified Files: src/external/bsd/cron/dist: crontab.5 Log Message: explain CRON_WITHIN better. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/bsd/cron/dist/crontab.5

CVS commit: src/external/bsd/cron/dist

2022-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 26 17:02:47 UTC 2022 Modified Files: src/external/bsd/cron/dist: crontab.5 Log Message: explain CRON_WITHIN better. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/bsd/cron/dist/crontab.5

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

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 16:43:20 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: t_integration.sh Log Message: tests/lint: demonstrate assertion failure in GCC compound expression To generate a diff of this commit: cvs rdiff -u

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

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 16:43:20 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: t_integration.sh Log Message: tests/lint: demonstrate assertion failure in GCC compound expression To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/sys/rc

2022-02-26 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Feb 26 16:21:59 UTC 2022 Modified Files: src/tests/sys/rc: t_rc_d_cli.sh Log Message: Mark randomly failing test cases as expected failures with a reference to PR bin/56506. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/sys/rc

2022-02-26 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Feb 26 16:21:59 UTC 2022 Modified Files: src/tests/sys/rc: t_rc_d_cli.sh Log Message: Mark randomly failing test cases as expected failures with a reference to PR bin/56506. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/external/bsd/drm2/include/linux

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 15:57:22 UTC 2022 Modified Files: src/sys/external/bsd/drm2/include/linux: vmalloc.h Log Message: drm2: do not try to return a value from a void function lint complained: vmalloc.h(79): error: void function vfree

CVS commit: src/sys/external/bsd/drm2/include/linux

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 15:57:22 UTC 2022 Modified Files: src/sys/external/bsd/drm2/include/linux: vmalloc.h Log Message: drm2: do not try to return a value from a void function lint complained: vmalloc.h(79): error: void function vfree

CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 26 15:40:09 UTC 2022 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: re-enable getrandom for the non-tools build (thanks martin) To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 26 15:40:09 UTC 2022 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: re-enable getrandom for the non-tools build (thanks martin) To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/sys/dev/pci

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 15:04:40 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: if_wm.c: fix value return from void function lint complained: if_wm.c(10028): error: void function wm_txrxintr_disable cannot return value

CVS commit: src/sys/dev/pci

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 15:04:40 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: if_wm.c: fix value return from void function lint complained: if_wm.c(10028): error: void function wm_txrxintr_disable cannot return value

CVS commit: src/sys/dev/pci

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 14:53:05 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: if_wm.c: remove stray semicolons from struct declaration C99 does not allow 'struct { int member;; }'. No binary change. To generate a diff of

CVS commit: src/sys/dev/pci

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 14:53:05 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: if_wm.c: remove stray semicolons from struct declaration C99 does not allow 'struct { int member;; }'. No binary change. To generate a diff of

Re: CVS commit: src/usr.bin/vmstat

2022-02-26 Thread Roland Illig
Am 09.02.2022 um 08:34 schrieb matthew green: Module Name:src Committed By: mrg Date: Wed Feb 9 07:34:18 UTC 2022 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: allow the number of disks displayed in the default output to be controlled. To generate a diff

CVS commit: src/crypto/external/bsd/openssh/dist

2022-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 26 13:30:19 UTC 2022 Modified Files: src/crypto/external/bsd/openssh/dist: misc.c Log Message: fix merge botch and reduce diff from upstream. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/crypto/external/bsd/openssh/dist

2022-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 26 13:30:19 UTC 2022 Modified Files: src/crypto/external/bsd/openssh/dist: misc.c Log Message: fix merge botch and reduce diff from upstream. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 26 13:17:39 UTC 2022 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: ah, wiz added another endif. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 26 13:17:39 UTC 2022 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: ah, wiz added another endif. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 26 13:15:19 UTC 2022 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: remove stray #if 0 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 26 13:15:19 UTC 2022 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: remove stray #if 0 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/usr.bin/make

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 11:57:21 UTC 2022 Modified Files: src/usr.bin/make: lst.c Log Message: make: fix memory leak in Lst_Remove (since 2020-10-23) The code to free the list node (as opposed to the node data) was accidentally removed in

CVS commit: src/usr.bin/make

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 11:57:21 UTC 2022 Modified Files: src/usr.bin/make: lst.c Log Message: make: fix memory leak in Lst_Remove (since 2020-10-23) The code to free the list node (as opposed to the node data) was accidentally removed in

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

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 11:13:01 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_230.c msg_230_uchar.c Log Message: tests/lint: sync tests for platform-dependent character comparisons To generate a diff of this commit: cvs rdiff

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

2022-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 26 11:13:01 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_230.c msg_230_uchar.c Log Message: tests/lint: sync tests for platform-dependent character comparisons To generate a diff of this commit: cvs rdiff

CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 26 10:16:35 UTC 2022 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: Try to fix the build: HAVE_GETRANDOM does not compile To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 26 10:16:35 UTC 2022 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: Try to fix the build: HAVE_GETRANDOM does not compile To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10