CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 15:32:13 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h pr_comment.c Log Message: indent: rename input buffer variables >From reading the names 'save_com' and 'sc_end', it was not obvious enough that

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 15:32:13 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h pr_comment.c Log Message: indent: rename input buffer variables >From reading the names 'save_com' and 'sc_end', it was not obvious enough that

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 15:28:32 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h io.c lexi.c pr_comment.c Log Message: indent: group variables for input handling No functional change. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 15:28:32 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h io.c lexi.c pr_comment.c Log Message: indent: group variables for input handling No functional change. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 17:11:46 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c pr_comment.c Log Message: indent: replace direct access to the input buffer This is a preparation for abstracting away all the low-level

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 17:11:46 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c pr_comment.c Log Message: indent: replace direct access to the input buffer This is a preparation for abstracting away all the low-level

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 17:59:16 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h io.c Log Message: indent: move character input handling from indent.c to io.c No functional change. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 17:59:16 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h io.c Log Message: indent: move character input handling from indent.c to io.c No functional change. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 18:23:59 UTC 2021 Modified Files: src/usr.bin/indent: indent.h io.c pr_comment.c Log Message: indent: use character input API from pr_comment.c No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 18:23:59 UTC 2021 Modified Files: src/usr.bin/indent: indent.h io.c pr_comment.c Log Message: indent: use character input API from pr_comment.c No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 18:25:50 UTC 2021 Modified Files: src/usr.bin/indent: indent.h io.c Log Message: indent: unexport inbuf No functional change. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/usr.bin/indent/indent.h

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 18:25:50 UTC 2021 Modified Files: src/usr.bin/indent: indent.h io.c Log Message: indent: unexport inbuf No functional change. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/usr.bin/indent/indent.h

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 17:20:57 UTC 2021 Modified Files: src/usr.bin/indent: indent.h io.c lexi.c Log Message: indent: move character input handling from lexi.c to io.c No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 17:20:57 UTC 2021 Modified Files: src/usr.bin/indent: indent.h io.c lexi.c Log Message: indent: move character input handling from lexi.c to io.c No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 17:42:46 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h io.c Log Message: indent: move character input from indent.c to io.c No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 17:42:46 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h io.c Log Message: indent: move character input from indent.c to io.c No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 18:14:18 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h io.c Log Message: indent: remove all references to inbuf from indent.c No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 18:14:18 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h io.c Log Message: indent: remove all references to inbuf from indent.c No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 17:30:10 UTC 2021 Modified Files: src/usr.bin/indent: indent.h io.c lexi.c Log Message: indent: use character input API from the tokenizer No functional change. To generate a diff of this commit: cvs rdiff -u -r1.90

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 17:30:10 UTC 2021 Modified Files: src/usr.bin/indent: indent.h io.c lexi.c Log Message: indent: use character input API from the tokenizer No functional change. To generate a diff of this commit: cvs rdiff -u -r1.90

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 15:34:25 UTC 2021 Modified Files: src/usr.bin/indent: indent.c Log Message: indent: add debug logging for input buffer handling To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 15:34:25 UTC 2021 Modified Files: src/usr.bin/indent: indent.c Log Message: indent: add debug logging for input buffer handling To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221

CVS commit: src

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 18:52:33 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c src/usr.bin/indent: lexi.c Log Message: indent: fix lost function name (since 2019-04-04) When indent searched for an identifier followed

CVS commit: src

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 18:52:33 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c src/usr.bin/indent: lexi.c Log Message: indent: fix lost function name (since 2019-04-04) When indent searched for an identifier followed

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 19:15:55 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: merge duplicate code into is_identifier_part No functional change. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 19:15:55 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: merge duplicate code into is_identifier_part No functional change. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145

CVS commit: src

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 19:37:13 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c opt_bacc.c src/usr.bin/indent: lexi.c Log Message: indent: fix formatting of function definitions (since 2019-04-04) In the definition of

CVS commit: src

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 19:37:13 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c opt_bacc.c src/usr.bin/indent: lexi.c Log Message: indent: fix formatting of function definitions (since 2019-04-04) In the definition of

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 20:04:02 UTC 2021 Modified Files: src/usr.bin/indent: indent.c io.c Log Message: indent: fix included headers To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/usr.bin/indent/indent.c cvs rdiff -u

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 20:04:02 UTC 2021 Modified Files: src/usr.bin/indent: indent.c io.c Log Message: indent: fix included headers To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/usr.bin/indent/indent.c cvs rdiff -u

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 20:13:05 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: keep inbuf.save_com_s and inbuf.save_com_e in sync No functional change. To generate a diff of this commit: cvs rdiff -u -r1.127

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 20:13:05 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: keep inbuf.save_com_s and inbuf.save_com_e in sync No functional change. To generate a diff of this commit: cvs rdiff -u -r1.127

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 20:23:17 UTC 2021 Modified Files: src/usr.bin/indent: args.c indent.c indent.h io.c lexi.c pr_comment.c Log Message: indent: reduce casts to unsigned char for character classification No functional change. To

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 20:23:17 UTC 2021 Modified Files: src/usr.bin/indent: args.c indent.c indent.h io.c lexi.c pr_comment.c Log Message: indent: reduce casts to unsigned char for character classification No functional change. To

CVS commit: src/tests/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 22:24:29 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_block.c fmt_decl.c fmt_else_comment.c fmt_expr.c indent_off_on.c lex_char.c lex_ident.c lex_string.c lsym_offsetof.c opt_P.c

CVS commit: src/tests/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 22:24:29 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_block.c fmt_decl.c fmt_else_comment.c fmt_expr.c indent_off_on.c lex_char.c lex_ident.c lex_string.c lsym_offsetof.c opt_P.c

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 19:55:15 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h io.c lexi.c Log Message: indent: replace ps.procname with ps.is_function_definition Omly the first character of ps.procname was ever read, and it

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 19:55:15 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h io.c lexi.c Log Message: indent: replace ps.procname with ps.is_function_definition Omly the first character of ps.procname was ever read, and it

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 20:01:37 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: clean up io.c No functional change. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/usr.bin/indent/io.c Please

CVS commit: src/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 20:01:37 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: clean up io.c No functional change. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/usr.bin/indent/io.c Please

CVS commit: src/tests/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 18:55:10 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c Log Message: tests/indent: update comment for the fix from the previous commit To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/tests/usr.bin/indent

2021-11-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 19 18:55:10 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c Log Message: tests/indent: update comment for the fix from the previous commit To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys

2021-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 19 23:46:55 UTC 2021 Modified Files: src/sys/conf: files src/sys/dev/ic: ahcisata_core.c ahcisatavar.h src/sys/dev/pci: ahcisata_pci.c Log Message: ahcisata(4): Introduce AHCI_QUIRK_EXTRA_DELAY quirk for

CVS commit: src/sys

2021-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 19 23:46:55 UTC 2021 Modified Files: src/sys/conf: files src/sys/dev/ic: ahcisata_core.c ahcisatavar.h src/sys/dev/pci: ahcisata_pci.c Log Message: ahcisata(4): Introduce AHCI_QUIRK_EXTRA_DELAY quirk for

CVS commit: src/bin/sh

2021-11-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Nov 20 01:52:51 UTC 2021 Modified Files: src/bin/sh: sh.1 Log Message: Improve the wording of the "Argument List Processing" section (where all the sh options, also used with "set", are listed) in response to a discussion on icb

CVS commit: src/bin/sh

2021-11-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Nov 20 01:52:51 UTC 2021 Modified Files: src/bin/sh: sh.1 Log Message: Improve the wording of the "Argument List Processing" section (where all the sh options, also used with "set", are listed) in response to a discussion on icb

CVS commit: src/sys/arch/zaurus/dev

2021-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 20 00:17:10 UTC 2021 Modified Files: src/sys/arch/zaurus/dev: w100.c Log Message: - Accept anti-aliased fonts. - Clear garbage from screen when attach. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/zaurus/dev

2021-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 20 00:17:10 UTC 2021 Modified Files: src/sys/arch/zaurus/dev: w100.c Log Message: - Accept anti-aliased fonts. - Clear garbage from screen when attach. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/hpcarm/conf

2021-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 20 00:23:51 UTC 2021 Modified Files: src/sys/arch/hpcarm/conf: WZERO3 Log Message: Add commented out FONT_DROID_SANS_MONO10x20 option. This enables 80x24 terminal on WVGA models, which is slightly easier on the eyes ;) To

CVS commit: src/sys/arch/hpcarm/conf

2021-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 20 00:23:51 UTC 2021 Modified Files: src/sys/arch/hpcarm/conf: WZERO3 Log Message: Add commented out FONT_DROID_SANS_MONO10x20 option. This enables 80x24 terminal on WVGA models, which is slightly easier on the eyes ;) To

CVS commit: src/lib/libc/sys

2021-11-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Nov 19 23:51:17 UTC 2021 Modified Files: src/lib/libc/sys: chmod.2 Log Message: Mention that fchmod conforms to XPG 4.2. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libc/sys/chmod.2 Please

CVS commit: src/lib/libc/sys

2021-11-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Nov 19 23:51:17 UTC 2021 Modified Files: src/lib/libc/sys: chmod.2 Log Message: Mention that fchmod conforms to XPG 4.2. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libc/sys/chmod.2 Please

CVS commit: src/sys/dev/wsfont

2021-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 19 23:50:39 UTC 2021 Modified Files: src/sys/dev/wsfont: wsfont.c Log Message: wsfont_rotate(): Add missing NULL check for wsfont_find0(). To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

CVS commit: src/sys/dev/wsfont

2021-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 19 23:50:39 UTC 2021 Modified Files: src/sys/dev/wsfont: wsfont.c Log Message: wsfont_rotate(): Add missing NULL check for wsfont_find0(). To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

CVS commit: src/sys/dev/wsfont

2021-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 19 23:55:16 UTC 2021 Modified Files: src/sys/dev/wsfont: wsfont.c Log Message: Add support to rotate anti-aliased fonts. wsfont_rotate_{cw,ccw}_internal() have been cleaned up and unified into new static function

CVS commit: src/sys/dev/wsfont

2021-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 19 23:55:16 UTC 2021 Modified Files: src/sys/dev/wsfont: wsfont.c Log Message: Add support to rotate anti-aliased fonts. wsfont_rotate_{cw,ccw}_internal() have been cleaned up and unified into new static function

CVS commit: src/sys/dev/wsfont

2021-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 20 00:00:19 UTC 2021 Modified Files: src/sys/dev/wsfont: files.wsfont wsfont.c Log Message: Sort Droid Sans Mono family fonts by size. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/dev/wsfont

2021-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 20 00:00:19 UTC 2021 Modified Files: src/sys/dev/wsfont: files.wsfont wsfont.c Log Message: Sort Droid Sans Mono family fonts by size. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/dev/wsfont

2021-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 20 00:08:23 UTC 2021 Modified Files: src/sys/dev/wsfont: files.wsfont wsfont.c Added Files: src/sys/dev/wsfont: Droid_Sans_Mono_10x20.h Log Message: Add Droid_Sans_Mono_10x20, generated by ttf2wsfont(1). Having

CVS commit: src/sys/arch/arm/xscale

2021-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 20 00:15:04 UTC 2021 Modified Files: src/sys/arch/arm/xscale: pxa2x0_lcd.c Log Message: Accept anti-aliased fonts; they are supported by rotated screen found on hpcarm/WZERO3 and PXA270-based zaurus. To generate a diff of

CVS commit: src/sys/arch/arm/xscale

2021-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 20 00:15:04 UTC 2021 Modified Files: src/sys/arch/arm/xscale: pxa2x0_lcd.c Log Message: Accept anti-aliased fonts; they are supported by rotated screen found on hpcarm/WZERO3 and PXA270-based zaurus. To generate a diff of

Re: CVS commit: src/sys

2021-11-19 Thread Rin Okuyama
On 2021/11/20 8:46, Rin Okuyama wrote: Enable this quirk for "C600/X79 AHCI". Also add commented out quirk entries for "Bay Trail SATA (AHCI)" and "Mobile AHCI SATA Controller", for which non-reproducible failures worked around by extra delays have been reported. Oops, I meant: "Mobile AHCI