CVS commit: src/sys/arch/evbarm/gumstix

2021-11-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Nov 5 07:39:23 UTC 2021 Modified Files: src/sys/arch/evbarm/gumstix: gxpcic.c Log Message: Apply patch from PR port-evbarm/52209 Gumstix: KDASSERT in pxa2x0_gpio if no PCMCIA bushead given but present To generate a diff

CVS commit: src/sys/arch/evbarm/gumstix

2021-11-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Nov 5 07:39:23 UTC 2021 Modified Files: src/sys/arch/evbarm/gumstix: gxpcic.c Log Message: Apply patch from PR port-evbarm/52209 Gumstix: KDASSERT in pxa2x0_gpio if no PCMCIA bushead given but present To generate a diff

CVS commit: src/sys/dev/pci

2021-11-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 5 06:15:42 UTC 2021 Modified Files: src/sys/dev/pci: if_wmreg.h Log Message: Fix comment. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 src/sys/dev/pci/if_wmreg.h Please note

CVS commit: src/sys/dev/pci

2021-11-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 5 06:15:42 UTC 2021 Modified Files: src/sys/dev/pci: if_wmreg.h Log Message: Fix comment. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 src/sys/dev/pci/if_wmreg.h Please note

CVS commit: src/sys/arch/aarch64/include

2021-11-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Nov 5 15:18:18 UTC 2021 Modified Files: src/sys/arch/aarch64/include: signal.h Log Message: Normally, to support COMPAT_NETBSD32 we need to define __HAVE_STRUCT_SIGCONTEXT in order to support the old "sigcontext" style of

CVS commit: src/sys/arch/aarch64/include

2021-11-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Nov 5 15:18:18 UTC 2021 Modified Files: src/sys/arch/aarch64/include: signal.h Log Message: Normally, to support COMPAT_NETBSD32 we need to define __HAVE_STRUCT_SIGCONTEXT in order to support the old "sigcontext" style of

Re: CVS commit: src

2021-11-05 Thread Alistair Crooks
I think you're misreading the diff - it will only wrap if the minimum size is 0x, which is...ummm...highly unlikely (it's defined to be 0 right now, the type is unsigned) On Thu, 4 Nov 2021 at 15:56, Joerg Sonnenberger wrote: > On Mon, Nov 01, 2021 at 03:09:59AM +, Alistair G.

CVS commit: src

2021-11-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 5 19:33:29 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_comment.c src/usr.bin/indent: indent.c indent.h lexi.c pr_comment.c Log Message: indent: rename ps.curr_newline to next_col_1 For symmetry with

CVS commit: src

2021-11-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 5 19:33:29 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_comment.c src/usr.bin/indent: indent.c indent.h lexi.c pr_comment.c Log Message: indent: rename ps.curr_newline to next_col_1 For symmetry with

CVS commit: src/usr.bin/indent

2021-11-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 5 19:42:48 UTC 2021 Modified Files: src/usr.bin/indent: indent.c Log Message: indent: rename process_keyword_do to process_do, same for 'else' Before the symbols from the tokenizer had the prefix 'lsym', the symbols

CVS commit: src/usr.bin/indent

2021-11-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 5 19:42:48 UTC 2021 Modified Files: src/usr.bin/indent: indent.c Log Message: indent: rename process_keyword_do to process_do, same for 'else' Before the symbols from the tokenizer had the prefix 'lsym', the symbols

CVS commit: src/usr.bin/indent

2021-11-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 5 21:39:12 UTC 2021 Modified Files: src/usr.bin/indent: indent.h io.c Log Message: indent: the '+ 1' in dump_line_code is not an off-by-one error To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78

CVS commit: src/usr.bin/indent

2021-11-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 5 21:39:12 UTC 2021 Modified Files: src/usr.bin/indent: indent.h io.c Log Message: indent: the '+ 1' in dump_line_code is not an off-by-one error To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78

CVS commit: src/usr.bin/indent

2021-11-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 5 22:06:43 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: consistently use token.e[-1] for the last added character No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2021-11-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 5 22:06:43 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: consistently use token.e[-1] for the last added character No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man3

2021-11-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Nov 5 22:39:36 UTC 2021 Modified Files: src/share/man/man3: ilog2.3 Log Message: Rework ilog2(3) man page. - Tweak title. - Clarify semantics -- round down, not any other way. - xref ffs(3) - Fix return type: int. - Fix

CVS commit: src/share/man/man3

2021-11-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Nov 5 22:39:36 UTC 2021 Modified Files: src/share/man/man3: ilog2.3 Log Message: Rework ilog2(3) man page. - Tweak title. - Clarify semantics -- round down, not any other way. - xref ffs(3) - Fix return type: int. - Fix

CVS commit: src/sys/dev/pci

2021-11-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Nov 5 23:39:47 UTC 2021 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: mcx(4): ensure that RQT size is always a power of two. Fixes PR kern/56484. Thanks riastradh for the power of two patch :). OK: mrg, jmcneill,

CVS commit: src/sys/dev/pci

2021-11-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Nov 5 23:39:47 UTC 2021 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: mcx(4): ensure that RQT size is always a power of two. Fixes PR kern/56484. Thanks riastradh for the power of two patch :). OK: mrg, jmcneill,

CVS commit: src/usr.bin/indent

2021-11-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 5 21:08:04 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: add debug output for remaining members of parser_status To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131

CVS commit: src/usr.bin/indent

2021-11-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 5 21:08:04 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: add debug output for remaining members of parser_status To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131

CVS commit: src/usr.bin/indent

2021-11-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 5 21:52:17 UTC 2021 Modified Files: src/usr.bin/indent: args.c Log Message: indent: clean up argument parsing In struct pro, place the dependent member below its dependency. In load_profile, consistently use -1 when

CVS commit: src/usr.bin/indent

2021-11-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 5 21:52:17 UTC 2021 Modified Files: src/usr.bin/indent: args.c Log Message: indent: clean up argument parsing In struct pro, place the dependent member below its dependency. In load_profile, consistently use -1 when

Re: CVS commit: src

2021-11-05 Thread Joerg Sonnenberger
On Thu, Nov 04, 2021 at 06:17:20PM -0700, Alistair Crooks wrote: > I think you're misreading the diff - it will only wrap if the minimum size > is 0x, which is...ummm...highly unlikely (it's defined to be 0 > right now, the type is unsigned) I'm not so much worried about the constant, but

CVS commit: src/bin/pax

2021-11-05 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Nov 6 01:19:19 UTC 2021 Modified Files: src/bin/pax: pax.1 Log Message: pax.1: minor grammar fixes To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/bin/pax/pax.1 Please note that diffs are not public

CVS commit: src/bin/pax

2021-11-05 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Nov 6 01:19:19 UTC 2021 Modified Files: src/bin/pax: pax.1 Log Message: pax.1: minor grammar fixes To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/bin/pax/pax.1 Please note that diffs are not public