Module Name:src
Committed By: rillig
Date: Sat Aug 28 21:52:15 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: lex.c
src/usr.bin/xlint/lint2: hash.c
Log Message:
lint: clean up hash functions
No functional change.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: rillig
Date: Sat Aug 28 21:52:15 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: lex.c
src/usr.bin/xlint/lint2: hash.c
Log Message:
lint: clean up hash functions
No functional change.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: rillig
Date: Sat Aug 28 21:14:32 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: lex.c
Log Message:
lint: remove unreachable code for parsing integer constants
The largest possible type of an integer constant is 'unsigned long
long'. Any l
Module Name:src
Committed By: rillig
Date: Sat Aug 28 21:14:32 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: lex.c
Log Message:
lint: remove unreachable code for parsing integer constants
The largest possible type of an integer constant is 'unsigned long
long'. Any l
Module Name:src
Committed By: rillig
Date: Sat Aug 28 21:01:34 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: lex_integer.c lex_integer.exp
Log Message:
tests/lint: test parsing of octal integer constants
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1
Module Name:src
Committed By: rillig
Date: Sat Aug 28 21:01:34 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: lex_integer.c lex_integer.exp
Log Message:
tests/lint: test parsing of octal integer constants
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1
Module Name:src
Committed By: rillig
Date: Sat Aug 28 20:51:10 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: lex_integer.c lex_integer.exp
Log Message:
tests/lint: test parsing of integer constants
The previous version of this test did not focus on the integer c
Module Name:src
Committed By: rillig
Date: Sat Aug 28 20:51:10 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: lex_integer.c lex_integer.exp
Log Message:
tests/lint: test parsing of integer constants
The previous version of this test did not focus on the integer c
Module Name:src
Committed By: rillig
Date: Sat Aug 28 19:49:29 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint2: output_sorted.exp
src/usr.bin/xlint/lint2: main2.c
Log Message:
lint: sort the lint2 diagnostics by symbol name
To generate a diff of this commi
Module Name:src
Committed By: rillig
Date: Sat Aug 28 19:49:29 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint2: output_sorted.exp
src/usr.bin/xlint/lint2: main2.c
Log Message:
lint: sort the lint2 diagnostics by symbol name
To generate a diff of this commi
Module Name:src
Committed By: rillig
Date: Sat Aug 28 19:45:18 UTC 2021
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/usr.bin/xlint/lint2: Makefile
Added Files:
src/tests/usr.bin/xlint/lint2: output_sorted.exp output_sorted.ln
Log Message:
test
Module Name:src
Committed By: rillig
Date: Sat Aug 28 19:45:18 UTC 2021
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/usr.bin/xlint/lint2: Makefile
Added Files:
src/tests/usr.bin/xlint/lint2: output_sorted.exp output_sorted.ln
Log Message:
test
Module Name:src
Committed By: rillig
Date: Sat Aug 28 19:27:44 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: lex.c
src/usr.bin/xlint/lint2: hash.c
Log Message:
lint: fold constants in hash functions
All platforms supported by lint have sizeof(unsigned int) ==
Module Name:src
Committed By: rillig
Date: Sat Aug 28 19:27:44 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: lex.c
src/usr.bin/xlint/lint2: hash.c
Log Message:
lint: fold constants in hash functions
All platforms supported by lint have sizeof(unsigned int) ==
Module Name:src
Committed By: rillig
Date: Sat Aug 28 19:00:55 UTC 2021
Modified Files:
src/usr.bin/xlint/lint2: hash.c
Log Message:
lint: fix memory leak in symtab_forall_sorted (since today)
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/xlin
Module Name:src
Committed By: rillig
Date: Sat Aug 28 19:00:55 UTC 2021
Modified Files:
src/usr.bin/xlint/lint2: hash.c
Log Message:
lint: fix memory leak in symtab_forall_sorted (since today)
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/xlin
Module Name:src
Committed By: rillig
Date: Sat Aug 28 18:58:24 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: lex.c
Log Message:
lint: replace obsolete strtouq with equivalent strtoull
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/usr.bin/xlint/lin
Module Name:src
Committed By: rillig
Date: Sat Aug 28 18:58:24 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: lex.c
Log Message:
lint: replace obsolete strtouq with equivalent strtoull
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/usr.bin/xlint/lin
Module Name:src
Committed By: rillig
Date: Sat Aug 28 18:40:15 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_252.c msg_252.exp
Log Message:
tests/lint: disable test for message 252 on ILP32 platforms
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1
Module Name:src
Committed By: rillig
Date: Sat Aug 28 18:40:15 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_252.c msg_252.exp
Log Message:
tests/lint: disable test for message 252 on ILP32 platforms
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1
Module Name:src
Committed By: rillig
Date: Sat Aug 28 17:18:42 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint2: emit.exp-ln emit_lp64.exp-ln
src/usr.bin/xlint/lint2: emit2.c externs2.h hash.c
Log Message:
lint: write the entries for the libraries in alphabet
Module Name:src
Committed By: rillig
Date: Sat Aug 28 17:18:42 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint2: emit.exp-ln emit_lp64.exp-ln
src/usr.bin/xlint/lint2: emit2.c externs2.h hash.c
Log Message:
lint: write the entries for the libraries in alphabet
Module Name:src
Committed By: christos
Date: Sat Aug 28 17:17:48 UTC 2021
Modified Files:
src/lib/libedit: vi.c
Log Message:
Respect $EDITOR when execution one (Baptiste Daroussin)
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/lib/libedit/vi.c
Please
Module Name:src
Committed By: christos
Date: Sat Aug 28 17:17:48 UTC 2021
Modified Files:
src/lib/libedit: vi.c
Log Message:
Respect $EDITOR when execution one (Baptiste Daroussin)
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/lib/libedit/vi.c
Please
Module Name:src
Committed By: rillig
Date: Sat Aug 28 17:11:19 UTC 2021
Modified Files:
src/usr.bin/xlint/lint2: emit2.c externs2.h hash.c main2.c
Log Message:
lint: remove unused parameter from forall
No functional change.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: rillig
Date: Sat Aug 28 17:11:19 UTC 2021
Modified Files:
src/usr.bin/xlint/lint2: emit2.c externs2.h hash.c main2.c
Log Message:
lint: remove unused parameter from forall
No functional change.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: rillig
Date: Sat Aug 28 16:51:57 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: remove double inversion from is_out_of_char_range
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.359 -r1
Module Name:src
Committed By: rillig
Date: Sat Aug 28 16:51:57 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: remove double inversion from is_out_of_char_range
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.359 -r1
Module Name:src
Committed By: rillig
Date: Sat Aug 28 16:43:50 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: clean up check_integer_comparison
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.358 -r1.359 src/usr.bin
Module Name:src
Committed By: rillig
Date: Sat Aug 28 16:43:50 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: clean up check_integer_comparison
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.358 -r1.359 src/usr.bin
Module Name:src
Committed By: rillig
Date: Sat Aug 28 16:36:54 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: emit.exp-ln
src/usr.bin/xlint/lint1: decl.c externs1.h tree.c
Log Message:
lint: do not emit GCC builtin functions
Lint1 no longer emits declarat
Module Name:src
Committed By: rillig
Date: Sat Aug 28 16:36:54 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: emit.exp-ln
src/usr.bin/xlint/lint1: decl.c externs1.h tree.c
Log Message:
lint: do not emit GCC builtin functions
Lint1 no longer emits declarat
Module Name:src
Committed By: rillig
Date: Sat Aug 28 16:21:25 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: emit.c emit.exp-ln
Log Message:
tests/lint: demonstrate that GCC builtins are emitted by default
They will be skipped in a follow-up commit, but to see t
Module Name:src
Committed By: rillig
Date: Sat Aug 28 16:21:25 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: emit.c emit.exp-ln
Log Message:
tests/lint: demonstrate that GCC builtins are emitted by default
They will be skipped in a follow-up commit, but to see t
Module Name:src
Committed By: oster
Date: Sat Aug 28 16:00:52 UTC 2021
Modified Files:
src/sys/dev/raidframe: rf_netbsdkintf.c
Log Message:
If there is a FS_RAID partition on a disk, then we shouldn't look at
the raw partition. In particular, we now need to account for th
Module Name:src
Committed By: oster
Date: Sat Aug 28 16:00:52 UTC 2021
Modified Files:
src/sys/dev/raidframe: rf_netbsdkintf.c
Log Message:
If there is a FS_RAID partition on a disk, then we shouldn't look at
the raw partition. In particular, we now need to account for th
Module Name:src
Committed By: rillig
Date: Sat Aug 28 15:36:54 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: merge duplicate code in convert_constant_floating
To generate a diff of this commit:
cvs rdiff -u -r1.356 -r1.357 src/usr.bin/xlint/
Module Name:src
Committed By: rillig
Date: Sat Aug 28 15:36:54 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: merge duplicate code in convert_constant_floating
To generate a diff of this commit:
cvs rdiff -u -r1.356 -r1.357 src/usr.bin/xlint/
Module Name:src
Committed By: rillig
Date: Sat Aug 28 15:25:10 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_230.c msg_230.exp msg_230_uchar.c
msg_230_uchar.exp
Log Message:
tests/lint: align tests for unsigned char and signed char
To generate a
Module Name:src
Committed By: rillig
Date: Sat Aug 28 15:25:10 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_230.c msg_230.exp msg_230_uchar.c
msg_230_uchar.exp
Log Message:
tests/lint: align tests for unsigned char and signed char
To generate a
Module Name:src
Committed By: rillig
Date: Sat Aug 28 15:01:43 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: lex.c
Log Message:
lint: fix lexing of character constants
The final value of the character constant must be determined by the
target platform, not the host pl
Module Name:src
Committed By: rillig
Date: Sat Aug 28 15:01:43 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: lex.c
Log Message:
lint: fix lexing of character constants
The final value of the character constant must be determined by the
target platform, not the host pl
Module Name:src
Committed By: rillig
Date: Sat Aug 28 14:45:19 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_162.c msg_162.exp msg_230.c
msg_230.exp msg_230_uchar.c
Log Message:
tests/lint: extend test for nonportable character comparison
To gen
Module Name:src
Committed By: rillig
Date: Sat Aug 28 14:45:19 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_162.c msg_162.exp msg_230.c
msg_230.exp msg_230_uchar.c
Log Message:
tests/lint: extend test for nonportable character comparison
To gen
Module Name:src
Committed By: rillig
Date: Sat Aug 28 14:42:30 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: explicitly ignore the return value of close
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/usr.bin/xlint/xlint/x
Module Name:src
Committed By: rillig
Date: Sat Aug 28 14:42:30 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: explicitly ignore the return value of close
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/usr.bin/xlint/xlint/x
Module Name:xsrc
Committed By: maya
Date: Sat Aug 28 13:30:25 UTC 2021
Removed Files:
xsrc/external/mit/xf86-video-modesetting/dist: COPYING ChangeLog
INSTALL Makefile.am Makefile.in README aclocal.m4 config.guess
config.h.in config.sub configure con
Module Name:xsrc
Committed By: maya
Date: Sat Aug 28 13:30:25 UTC 2021
Removed Files:
xsrc/external/mit/xf86-video-modesetting/dist: COPYING ChangeLog
INSTALL Makefile.am Makefile.in README aclocal.m4 config.guess
config.h.in config.sub configure con
Module Name:src
Committed By: rillig
Date: Sat Aug 28 13:29:27 UTC 2021
Modified Files:
src/usr.bin/xlint/common: mem.c tyname.c
src/usr.bin/xlint/lint1: cgram.y func.c lex.c main1.c mem1.c
Log Message:
lint: explicitly ignore return value of some function calls
T
Module Name:src
Committed By: rillig
Date: Sat Aug 28 13:29:27 UTC 2021
Modified Files:
src/usr.bin/xlint/common: mem.c tyname.c
src/usr.bin/xlint/lint1: cgram.y func.c lex.c main1.c mem1.c
Log Message:
lint: explicitly ignore return value of some function calls
T
Module Name:src
Committed By: rillig
Date: Sat Aug 28 13:11:10 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: externs1.h lex.c tree.c
Log Message:
lint: use 'unsigned int' for bit-size of types in convert_integer
There was no need to have two separate magic values (0 a
Module Name:src
Committed By: rillig
Date: Sat Aug 28 13:11:10 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: externs1.h lex.c tree.c
Log Message:
lint: use 'unsigned int' for bit-size of types in convert_integer
There was no need to have two separate magic values (0 a
Module Name:src
Committed By: rillig
Date: Sat Aug 28 13:02:26 UTC 2021
Modified Files:
src/usr.bin/xlint/common: inittyp.c
Log Message:
lint: fix lint warning about initializing with negative number
No functional change.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: rillig
Date: Sat Aug 28 13:02:26 UTC 2021
Modified Files:
src/usr.bin/xlint/common: inittyp.c
Log Message:
lint: fix lint warning about initializing with negative number
No functional change.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: rillig
Date: Sat Aug 28 12:59:26 UTC 2021
Modified Files:
src/usr.bin/xlint/common: lint.h
src/usr.bin/xlint/lint1: decl.c externs1.h mem1.c tree.c
src/usr.bin/xlint/lint2: mem2.c
Log Message:
lint: use 'unsigned int' for bit-s
Module Name:src
Committed By: rillig
Date: Sat Aug 28 12:59:26 UTC 2021
Modified Files:
src/usr.bin/xlint/common: lint.h
src/usr.bin/xlint/lint1: decl.c externs1.h mem1.c tree.c
src/usr.bin/xlint/lint2: mem2.c
Log Message:
lint: use 'unsigned int' for bit-s
Module Name:src
Committed By: rillig
Date: Sat Aug 28 12:41:03 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: decl.c externs1.h lint1.h
Log Message:
lint: fix a few lint warnings about type conversions
A simple 'unsigned int' is more than enough for representing the si
Module Name:src
Committed By: rillig
Date: Sat Aug 28 12:41:03 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: decl.c externs1.h lint1.h
Log Message:
lint: fix a few lint warnings about type conversions
A simple 'unsigned int' is more than enough for representing the si
Module Name:src
Committed By: rillig
Date: Sat Aug 28 12:29:40 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: remove redundant type casts from convert_constant_floating
Since tree.c 1.70 from 2012-03-27, lint has been using properly typed
cons
Module Name:src
Committed By: rillig
Date: Sat Aug 28 12:29:40 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: remove redundant type casts from convert_constant_floating
Since tree.c 1.70 from 2012-03-27, lint has been using properly typed
cons
Module Name:src
Committed By: rillig
Date: Sat Aug 28 12:21:53 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: decl.c emit1.c func.c lex.c lint1.h tree.c
src/usr.bin/xlint/lint2: hash.c lint2.h msg.c read.c
Log Message:
lint: un-abbreviate unsigned integer types
Module Name:src
Committed By: rillig
Date: Sat Aug 28 12:21:53 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: decl.c emit1.c func.c lex.c lint1.h tree.c
src/usr.bin/xlint/lint2: hash.c lint2.h msg.c read.c
Log Message:
lint: un-abbreviate unsigned integer types
Module Name:src
Committed By: rillig
Date: Sat Aug 28 12:06:09 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: decl.c
Log Message:
lint: clean up alignment_in_bits
The given type can never be NULL, and an array can never have NULL as
subtype.
To generate a diff of thi
Module Name:src
Committed By: rillig
Date: Sat Aug 28 12:06:09 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: decl.c
Log Message:
lint: clean up alignment_in_bits
The given type can never be NULL, and an array can never have NULL as
subtype.
To generate a diff of thi
Module Name:src
Committed By: riastradh
Date: Sat Aug 28 10:47:46 UTC 2021
Modified Files:
src/external/cddl/osnet/dist/lib/libzfs/common: libzfs_import.c
Log Message:
libzfs: Zero DIOCLWEDGES input before ioctl.
Otherwise we ask the kernel to write over whatever random p
Module Name:src
Committed By: riastradh
Date: Sat Aug 28 10:47:46 UTC 2021
Modified Files:
src/external/cddl/osnet/dist/lib/libzfs/common: libzfs_import.c
Log Message:
libzfs: Zero DIOCLWEDGES input before ioctl.
Otherwise we ask the kernel to write over whatever random p
Module Name:src
Committed By: christos
Date: Sat Aug 28 10:29:15 UTC 2021
Modified Files:
src/usr.bin/base64: base64.1
Log Message:
reflect reality.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/base64/base64.1
Please note that diffs are not pu
Module Name:src
Committed By: christos
Date: Sat Aug 28 10:29:15 UTC 2021
Modified Files:
src/usr.bin/base64: base64.1
Log Message:
reflect reality.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/base64/base64.1
Please note that diffs are not pu
Module Name:src
Committed By: maya
Date: Sat Aug 28 08:56:10 UTC 2021
Modified Files:
src/external/mit/xorg/server/drivers: Makefile
Removed Files:
src/external/mit/xorg/server/drivers/xf86-video-modesetting: Makefile
Log Message:
Remove unused xf86-video-modesetti
Module Name:src
Committed By: maya
Date: Sat Aug 28 08:56:10 UTC 2021
Modified Files:
src/external/mit/xorg/server/drivers: Makefile
Removed Files:
src/external/mit/xorg/server/drivers/xf86-video-modesetting: Makefile
Log Message:
Remove unused xf86-video-modesetti
70 matches
Mail list logo