CVS commit: src

2021-07-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 8 05:18:49 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile msg_002.c msg_002.exp msg_072.c msg_072.exp Added Files:

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

2021-07-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 8 04:09:10 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: add grammar rule type_attribute_list_opt Since type attributes (and GCC attributes as well) often modify the preceding identifier,

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

2021-07-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 8 03:55:54 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: clean up grammar enum_decl_lbrace was only used once and was small enough to be inlined. Renamed expr_statement and added

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

2021-07-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 8 03:35:07 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: clean up grammar for member declarations No functional change. To generate a diff of this commit: cvs rdiff -u -r1.268 -r1.269

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

2021-07-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 8 03:22:47 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: move optional grammar rules above their corresponding rules No functional change. To generate a diff of this commit: cvs rdiff -u

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

2021-07-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 8 03:14:56 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: remove irrelevant type information from __attribute__ tokens The grammar once declared that an __attribute__ contained type

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

2021-07-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 8 03:10:39 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: remove double negation in comment No functional change. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

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

2021-07-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 8 03:19:17 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: move grammar rules for generic_selection around They were misplaced between the statements, as they belong to the expressions, as

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

2021-07-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 8 02:59:22 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: lex.c lint1.h Log Message: lint: constify keyword in lexer No functional change. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src

2021-07-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jul 7 11:51:46 UTC 2021 Modified Files: src/sys/rump: Makefile.rump src/tests: Makefile.inc src/tests/rump/modautoload: Makefile src/usr.bin/rump_allserver: Makefile

CVS commit: src/sbin/dump

2021-07-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 7 11:06:37 UTC 2021 Modified Files: src/sbin/dump: traverse.c Log Message: PR/56270: Matthias Scheler: dump fails on ffsv1: Zero c_extsize since ffsv1 does not support extended attributes. To generate a diff of this

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

2021-07-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 7 08:58:20 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixgbe.h ixv.c Log Message: Add new sysctl "rx_copy_len". ixgbe_rxeof() has an optimization "RX_COPY" to reduce costs of

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

2021-07-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 7 08:32:51 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Set rxr->next_to_refresh correctly in ixgbe_setup_receive_ring(). ixgbe_setup_receive_ring() fully allocates rx buffers. When a