Module Name:src
Committed By: skrll
Date: Wed Oct 6 05:33:15 UTC 2021
Modified Files:
src/sys/arch/arm/include: aeabi.h blockio.h fenv.h ieeefp.h
int_limits.h mcontext.h netbsd32_machdep.h signal.h sysarch.h
Log Message:
More trailing whitespace
To generate
Module Name:src
Committed By: skrll
Date: Wed Oct 6 05:33:15 UTC 2021
Modified Files:
src/sys/arch/arm/include: aeabi.h blockio.h fenv.h ieeefp.h
int_limits.h mcontext.h netbsd32_machdep.h signal.h sysarch.h
Log Message:
More trailing whitespace
To generate
Module Name:src
Committed By: skrll
Date: Wed Oct 6 05:29:32 UTC 2021
Modified Files:
src/sys/arch/arm/include: frame.h
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/include/frame.h
Please note that diff
Module Name:src
Committed By: skrll
Date: Wed Oct 6 05:29:32 UTC 2021
Modified Files:
src/sys/arch/arm/include: frame.h
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/include/frame.h
Please note that diff
Module Name:src
Committed By: msaitoh
Date: Wed Oct 6 05:25:53 UTC 2021
Modified Files:
src/share/man/man4: options.4
Log Message:
Update the description of the NMBCLUSTERS. Add NMBCLUSTERS_MAX.
To generate a diff of this commit:
cvs rdiff -u -r1.519 -r1.520 src/share/m
Module Name:src
Committed By: msaitoh
Date: Wed Oct 6 05:25:53 UTC 2021
Modified Files:
src/share/man/man4: options.4
Log Message:
Update the description of the NMBCLUSTERS. Add NMBCLUSTERS_MAX.
To generate a diff of this commit:
cvs rdiff -u -r1.519 -r1.520 src/share/m
Module Name:src
Committed By: msaitoh
Date: Wed Oct 6 05:24:54 UTC 2021
Modified Files:
src/sys/kern: uipc_mbuf.c
Log Message:
Fix a bug that NMBCLUSTERS(kern.mbuf.nmbclusters) can't be changed by sysctl.
To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 s
Module Name:src
Committed By: msaitoh
Date: Wed Oct 6 05:24:54 UTC 2021
Modified Files:
src/sys/kern: uipc_mbuf.c
Log Message:
Fix a bug that NMBCLUSTERS(kern.mbuf.nmbclusters) can't be changed by sysctl.
To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 s
Ugh, I fat-fingered the commit, and meant to commit the man page changes
under a separate commit.
The commit message from that was going to be:
"Feedback from uwe - document agcre_regfree and agcre_reg[an]sub - thanks!"
On Tue, 5 Oct 2021 at 15:17, Alistair G. Crooks wrote:
> Module Name:o
Module Name:othersrc
Committed By: uwe
Date: Tue Oct 5 23:35:39 UTC 2021
Modified Files:
othersrc/external/bsd/agcre/dist: libagcre.3
Log Message:
Sprinkle more markup in previous. Sync argument names.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 othersr
Module Name:othersrc
Committed By: uwe
Date: Tue Oct 5 23:35:39 UTC 2021
Modified Files:
othersrc/external/bsd/agcre/dist: libagcre.3
Log Message:
Sprinkle more markup in previous. Sync argument names.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 othersr
Module Name:src
Committed By: rillig
Date: Tue Oct 5 22:22:46 UTC 2021
Modified Files:
src/usr.bin/indent: lexi.c
Log Message:
indent: use buffer type in debug_print_buf
That function had been created before 'struct buffer' was invented,
therefore it used two pointers as
Module Name:src
Committed By: rillig
Date: Tue Oct 5 22:22:46 UTC 2021
Modified Files:
src/usr.bin/indent: lexi.c
Log Message:
indent: use buffer type in debug_print_buf
That function had been created before 'struct buffer' was invented,
therefore it used two pointers as
Module Name:othersrc
Committed By: agc
Date: Tue Oct 5 22:17:15 UTC 2021
Modified Files:
othersrc/external/bsd/agcre/dist: libagcre.3
othersrc/external/bsd/agcre/lib: Makefile
Log Message:
add MLINKS for rev_regexec and reg[an]sub functions
To generate a diff of
Module Name:othersrc
Committed By: agc
Date: Tue Oct 5 22:17:15 UTC 2021
Modified Files:
othersrc/external/bsd/agcre/dist: libagcre.3
othersrc/external/bsd/agcre/lib: Makefile
Log Message:
add MLINKS for rev_regexec and reg[an]sub functions
To generate a diff of
Module Name:src
Committed By: rillig
Date: Tue Oct 5 22:15:32 UTC 2021
Modified Files:
src/external/bsd/byacc/dist: reader.c
Log Message:
byacc: fix line number information for code coverage
Previously, running gcov on a parser generated by byacc resulted in
obviously wr
Module Name:src
Committed By: rillig
Date: Tue Oct 5 22:15:32 UTC 2021
Modified Files:
src/external/bsd/byacc/dist: reader.c
Log Message:
byacc: fix line number information for code coverage
Previously, running gcov on a parser generated by byacc resulted in
obviously wr
Module Name:src
Committed By: rillig
Date: Tue Oct 5 22:09:05 UTC 2021
Modified Files:
src/usr.bin/indent: .indent.pro lexi.c
Log Message:
indent: run indent on lexi.c, with manual corrections
The variables 'keywords' and 'typenames' were indented using 8 spaces,
even th
Module Name:src
Committed By: rillig
Date: Tue Oct 5 22:09:05 UTC 2021
Modified Files:
src/usr.bin/indent: .indent.pro lexi.c
Log Message:
indent: run indent on lexi.c, with manual corrections
The variables 'keywords' and 'typenames' were indented using 8 spaces,
even th
Module Name:src
Committed By: rillig
Date: Tue Oct 5 21:55:22 UTC 2021
Modified Files:
src/usr.bin/indent: lexi.c
Log Message:
indent: untangle complicated condition in probably_typedef
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70
Module Name:src
Committed By: rillig
Date: Tue Oct 5 21:55:22 UTC 2021
Modified Files:
src/usr.bin/indent: lexi.c
Log Message:
indent: untangle complicated condition in probably_typedef
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70
Module Name:src
Committed By: rillig
Date: Tue Oct 5 21:05:12 UTC 2021
Modified Files:
src/usr.bin/indent: io.c
Log Message:
indent: rewrite parse_indent_comment for human readers
The generated code is still very similar, GCC does a good job at
inlining strncmp.
No func
Module Name:src
Committed By: rillig
Date: Tue Oct 5 21:05:12 UTC 2021
Modified Files:
src/usr.bin/indent: io.c
Log Message:
indent: rewrite parse_indent_comment for human readers
The generated code is still very similar, GCC does a good job at
inlining strncmp.
No func
Module Name:src
Committed By: rillig
Date: Tue Oct 5 21:01:10 UTC 2021
Modified Files:
src/tests/usr.bin/indent: token-comment.0 token-comment.0.stdout
Log Message:
tests/indent: test INDENT comments
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/
Module Name:src
Committed By: rillig
Date: Tue Oct 5 21:01:10 UTC 2021
Modified Files:
src/tests/usr.bin/indent: token-comment.0 token-comment.0.stdout
Log Message:
tests/indent: test INDENT comments
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/
Module Name:src
Committed By: rillig
Date: Tue Oct 5 19:58:38 UTC 2021
Modified Files:
src/usr.bin/indent: pr_comment.c
Log Message:
indent: fix outdated comment, add 'const'
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/usr.bin/indent/pr_comment.c
Module Name:src
Committed By: rillig
Date: Tue Oct 5 19:58:38 UTC 2021
Modified Files:
src/usr.bin/indent: pr_comment.c
Log Message:
indent: fix outdated comment, add 'const'
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/usr.bin/indent/pr_comment.c
Module Name:src
Committed By: rillig
Date: Tue Oct 5 19:43:05 UTC 2021
Modified Files:
src/tests/usr.bin/indent: opt-bacc.0 opt-bacc.0.stdout opt-nbacc.0
opt-nbacc.0.stdout
Log Message:
tests/indent: demonstrate bugs in -bacc and -nbacc
This part of indent ha
Module Name:src
Committed By: rillig
Date: Tue Oct 5 19:43:05 UTC 2021
Modified Files:
src/tests/usr.bin/indent: opt-bacc.0 opt-bacc.0.stdout opt-nbacc.0
opt-nbacc.0.stdout
Log Message:
tests/indent: demonstrate bugs in -bacc and -nbacc
This part of indent ha
Module Name:othersrc
Committed By: uwe
Date: Tue Oct 5 19:25:28 UTC 2021
Modified Files:
othersrc/external/bsd/agcre/dist: agcre.1
Log Message:
Tweak markup. Sync argument names between text and synopsis.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othe
Module Name:othersrc
Committed By: uwe
Date: Tue Oct 5 19:25:28 UTC 2021
Modified Files:
othersrc/external/bsd/agcre/dist: agcre.1
Log Message:
Tweak markup. Sync argument names between text and synopsis.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othe
Module Name:othersrc
Committed By: uwe
Date: Tue Oct 5 18:56:24 UTC 2021
Modified Files:
othersrc/external/bsd/agcre/dist: libagcre.3
Log Message:
Tweak markup.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/agcre/dist/libagcre.3
Plea
Module Name:othersrc
Committed By: uwe
Date: Tue Oct 5 18:56:24 UTC 2021
Modified Files:
othersrc/external/bsd/agcre/dist: libagcre.3
Log Message:
Tweak markup.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/agcre/dist/libagcre.3
Plea
Module Name:src
Committed By: rillig
Date: Tue Oct 5 18:50:42 UTC 2021
Modified Files:
src/usr.bin/indent: indent.c indent_globs.h io.c
Log Message:
indent: rename n_real_blanklines
The word 'n' was not as helpful as possible, the word 'real' did not
give any clue at all
Module Name:src
Committed By: rillig
Date: Tue Oct 5 18:50:42 UTC 2021
Modified Files:
src/usr.bin/indent: indent.c indent_globs.h io.c
Log Message:
indent: rename n_real_blanklines
The word 'n' was not as helpful as possible, the word 'real' did not
give any clue at all
Module Name:src
Committed By: rillig
Date: Tue Oct 5 18:21:03 UTC 2021
Modified Files:
src/tests/usr.bin/indent: token-comment.0 token-comment.0.stdout
Log Message:
tests/indent: test indentation of nested declarations and statements
To generate a diff of this commit:
c
Module Name:src
Committed By: rillig
Date: Tue Oct 5 18:21:03 UTC 2021
Modified Files:
src/tests/usr.bin/indent: token-comment.0 token-comment.0.stdout
Log Message:
tests/indent: test indentation of nested declarations and statements
To generate a diff of this commit:
c
Module Name:src
Committed By: rillig
Date: Tue Oct 5 18:09:13 UTC 2021
Modified Files:
src/tests/usr.bin/indent: token-comment.0 token-comment.0.pro
token-comment.0.stdout
Log Message:
indent: test various forms of comments
To generate a diff of this commit:
Module Name:src
Committed By: rillig
Date: Tue Oct 5 18:09:13 UTC 2021
Modified Files:
src/tests/usr.bin/indent: token-comment.0 token-comment.0.pro
token-comment.0.stdout
Log Message:
indent: test various forms of comments
To generate a diff of this commit:
Module Name:src
Committed By: christos
Date: Tue Oct 5 18:00:29 UTC 2021
Modified Files:
src/sys/miscfs/procfs: procfs_vnops.c
Log Message:
PR/53299: RVP: kernfs and procfs are broken when sysctl security.curtain
is enabled
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: christos
Date: Tue Oct 5 18:00:29 UTC 2021
Modified Files:
src/sys/miscfs/procfs: procfs_vnops.c
Log Message:
PR/53299: RVP: kernfs and procfs are broken when sysctl security.curtain
is enabled
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: rillig
Date: Tue Oct 5 17:27:11 UTC 2021
Modified Files:
src/tests/usr.bin/indent: ps_ind_level.0.stdout
Log Message:
tests/indent: document missing space between '){'
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/us
Module Name:src
Committed By: rillig
Date: Tue Oct 5 17:27:11 UTC 2021
Modified Files:
src/tests/usr.bin/indent: ps_ind_level.0.stdout
Log Message:
tests/indent: document missing space between '){'
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/us
Module Name:src
Committed By: rillig
Date: Tue Oct 5 17:14:45 UTC 2021
Modified Files:
src/tests/usr.bin/indent: ps_ind_level.0.stdout
src/usr.bin/indent: indent.c
Log Message:
indent: fix off-by-one error for indented first line
To generate a diff of this commi
Module Name:src
Committed By: rillig
Date: Tue Oct 5 17:14:45 UTC 2021
Modified Files:
src/tests/usr.bin/indent: ps_ind_level.0.stdout
src/usr.bin/indent: indent.c
Log Message:
indent: fix off-by-one error for indented first line
To generate a diff of this commi
Module Name:src
Committed By: rillig
Date: Tue Oct 5 17:12:20 UTC 2021
Modified Files:
src/tests/usr.bin/indent: ps_ind_level.0
src/usr.bin/indent: indent.c
Log Message:
indent: make off-by-one error in main_prepare_parsing more visible
No functional change.
To
Module Name:src
Committed By: rillig
Date: Tue Oct 5 17:12:20 UTC 2021
Modified Files:
src/tests/usr.bin/indent: ps_ind_level.0
src/usr.bin/indent: indent.c
Log Message:
indent: make off-by-one error in main_prepare_parsing more visible
No functional change.
To
Module Name:src
Committed By: rillig
Date: Tue Oct 5 17:09:45 UTC 2021
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/usr.bin/indent: Makefile
Added Files:
src/tests/usr.bin/indent: ps_ind_level.0 ps_ind_level.0.pro
ps_ind_level.0.st
Module Name:src
Committed By: rillig
Date: Tue Oct 5 17:09:45 UTC 2021
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/usr.bin/indent: Makefile
Added Files:
src/tests/usr.bin/indent: ps_ind_level.0 ps_ind_level.0.pro
ps_ind_level.0.st
Module Name:src
Committed By: nia
Date: Tue Oct 5 16:36:58 UTC 2021
Modified Files:
src/share/man/man4: iic.4
Log Message:
Add sht4xtemp(4). Sort.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/share/man/man4/iic.4
Please note that diffs are not publ
Module Name:src
Committed By: nia
Date: Tue Oct 5 16:36:58 UTC 2021
Modified Files:
src/share/man/man4: iic.4
Log Message:
Add sht4xtemp(4). Sort.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/share/man/man4/iic.4
Please note that diffs are not publ
Module Name:src
Committed By: rillig
Date: Tue Oct 5 16:33:25 UTC 2021
Modified Files:
src/usr.bin/indent: indent.c
Log Message:
indent: make variable names more expressive
The abbreviation 'dec' looked too much like 'decimal' instead of the
intended 'declaration'.
No f
Module Name:src
Committed By: rillig
Date: Tue Oct 5 16:33:25 UTC 2021
Modified Files:
src/usr.bin/indent: indent.c
Log Message:
indent: make variable names more expressive
The abbreviation 'dec' looked too much like 'decimal' instead of the
intended 'declaration'.
No f
Module Name:src
Committed By: ryo
Date: Tue Oct 5 14:18:18 UTC 2021
Modified Files:
src/sys/dev/pci: if_aq.c
Log Message:
fix a panic "m_verify_packet: inconsistent mbuf length" on aq(4).
- If mbuf cannot be allocated or some errors occur when receiving a jumboframe,
i
Module Name:src
Committed By: ryo
Date: Tue Oct 5 14:18:18 UTC 2021
Modified Files:
src/sys/dev/pci: if_aq.c
Log Message:
fix a panic "m_verify_packet: inconsistent mbuf length" on aq(4).
- If mbuf cannot be allocated or some errors occur when receiving a jumboframe,
i
Module Name:src
Committed By: martin
Date: Tue Oct 5 11:08:04 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Tickets #1355 and #1356
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-9.3
Please note that diffs
Module Name:src
Committed By: martin
Date: Tue Oct 5 11:08:04 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Tickets #1355 and #1356
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-9.3
Please note that diffs
Module Name:src
Committed By: martin
Date: Tue Oct 5 11:06:58 UTC 2021
Modified Files:
src/lib/libc/resolv [netbsd-9]: res_init.c res_private.h
Log Message:
Pull up following revision(s) (requested by christos in ticket #1356):
lib/libc/resolv/res_init.c: revisio
Module Name:src
Committed By: martin
Date: Tue Oct 5 11:06:58 UTC 2021
Modified Files:
src/lib/libc/resolv [netbsd-9]: res_init.c res_private.h
Log Message:
Pull up following revision(s) (requested by christos in ticket #1356):
lib/libc/resolv/res_init.c: revisio
Module Name:src
Committed By: martin
Date: Tue Oct 5 11:02:18 UTC 2021
Modified Files:
src/lib/libc/sys [netbsd-9]: Makefile.inc
src/lib/libpthread [netbsd-9]: pthread_cancelstub.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1355):
Module Name:src
Committed By: martin
Date: Tue Oct 5 11:02:18 UTC 2021
Modified Files:
src/lib/libc/sys [netbsd-9]: Makefile.inc
src/lib/libpthread [netbsd-9]: pthread_cancelstub.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1355):
Module Name:src
Committed By: jmcneill
Date: Tue Oct 5 11:01:49 UTC 2021
Modified Files:
src/sys/arch/riscv/include: locore.h
Log Message:
#define
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/riscv/include/locore.h
Please note that diffs ar
Module Name:src
Committed By: jmcneill
Date: Tue Oct 5 11:01:49 UTC 2021
Modified Files:
src/sys/arch/riscv/include: locore.h
Log Message:
#define
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/riscv/include/locore.h
Please note that diffs ar
Module Name:src
Committed By: rin
Date: Tue Oct 5 08:21:10 UTC 2021
Modified Files:
src/sys/dev/pcmcia: wdc_pcmcia.c
Log Message:
Advertise ATAC_CAP_DATA32 also for memory-mapped mode.
It seems that this flag bit is not enabled because memory-mapped mode
has its own wdc_
Module Name:src
Committed By: rin
Date: Tue Oct 5 08:21:10 UTC 2021
Modified Files:
src/sys/dev/pcmcia: wdc_pcmcia.c
Log Message:
Advertise ATAC_CAP_DATA32 also for memory-mapped mode.
It seems that this flag bit is not enabled because memory-mapped mode
has its own wdc_
Module Name:src
Committed By: rin
Date: Tue Oct 5 08:01:05 UTC 2021
Modified Files:
src/sys/dev/ata: ata.c ata_wdc.c atavar.h
src/sys/dev/ic: ahcisata_core.c mvsata.c siisata.c wdc.c
src/sys/dev/scsipi: atapi_wdc.c
Log Message:
PR kern/56403
Fix kernel fr
Module Name:src
Committed By: rin
Date: Tue Oct 5 08:08:40 UTC 2021
Modified Files:
src/sys/dev/pcmcia: wdc_pcmcia.c
Log Message:
Do not establish the unused interrupt handler for memory-mapped mode,
for the sake of clarity.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: rin
Date: Tue Oct 5 08:08:40 UTC 2021
Modified Files:
src/sys/dev/pcmcia: wdc_pcmcia.c
Log Message:
Do not establish the unused interrupt handler for memory-mapped mode,
for the sake of clarity.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: rin
Date: Tue Oct 5 08:01:05 UTC 2021
Modified Files:
src/sys/dev/ata: ata.c ata_wdc.c atavar.h
src/sys/dev/ic: ahcisata_core.c mvsata.c siisata.c wdc.c
src/sys/dev/scsipi: atapi_wdc.c
Log Message:
PR kern/56403
Fix kernel fr
Module Name:src
Committed By: rillig
Date: Tue Oct 5 07:05:51 UTC 2021
Modified Files:
src/usr.bin/indent: indent.c
Log Message:
indent: remove variable name prefix 'inout_'
This makes the variable names more readable. The prefix is not actually
needed to understand the
Module Name:src
Committed By: rillig
Date: Tue Oct 5 07:05:51 UTC 2021
Modified Files:
src/usr.bin/indent: indent.c
Log Message:
indent: remove variable name prefix 'inout_'
This makes the variable names more readable. The prefix is not actually
needed to understand the
Module Name:src
Committed By: skrll
Date: Tue Oct 5 07:05:40 UTC 2021
Modified Files:
src/sys/arch/riscv/include: locore.h
Log Message:
Fix riscv32 GENERIC build
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/riscv/include/locore.h
Please note
Module Name:src
Committed By: skrll
Date: Tue Oct 5 07:05:40 UTC 2021
Modified Files:
src/sys/arch/riscv/include: locore.h
Log Message:
Fix riscv32 GENERIC build
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/riscv/include/locore.h
Please note
73 matches
Mail list logo