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
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
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 src/us
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 src/us
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 or
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 or
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 f
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 f
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 n
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 n
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
P
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
P
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:
> if_wm
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 corrupt
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 corrupt
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 bu
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 bu
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 src/exter
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 src/exter
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 an
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 an
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
Pl
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
Pl
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 -r1.7
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 -r1.7
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 -r1.
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 -r1.
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 canno
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 canno
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 -
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 -
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 [21
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 [21
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
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
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 o
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 src/crypto/ext
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 src/crypto/ext
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 src/external/mit/expat/li
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 src/external/mit/expat/li
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 src/external/mit/expat/lib/libexpat
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 src/external/mit/expat/lib/libexpat
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 lst
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 lst
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
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
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 src
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 src
48 matches
Mail list logo