CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 13:43:11 UTC 2021 Modified Files: src/usr.bin/indent: indent.h Log Message: indent: document the comment buffer more accurately To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 13:43:11 UTC 2021 Modified Files: src/usr.bin/indent: indent.h Log Message: indent: document the comment buffer more accurately To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 14:04:35 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: move ps.p_l_follow closer to lsym_type_outside_parentheses This makes it easier to see the relation between these two. No functional

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 14:04:35 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: move ps.p_l_follow closer to lsym_type_outside_parentheses This makes it easier to see the relation between these two. No functional

CVS commit: src/sys/dev/fdt

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:13:53 UTC 2021 Modified Files: src/sys/dev/fdt: fdt_intr.c fdtvar.h Log Message: fdt: add helper for finding intr parent phandle To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/dev/fdt

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:13:53 UTC 2021 Modified Files: src/sys/dev/fdt: fdt_intr.c fdtvar.h Log Message: fdt: add helper for finding intr parent phandle To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/dev/fdt

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:14:20 UTC 2021 Modified Files: src/sys/dev/fdt: dwc3_fdt.c Log Message: Look for child node by compat string snps,dwc3 instead of by name. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/dev/fdt

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:14:20 UTC 2021 Modified Files: src/sys/dev/fdt: dwc3_fdt.c Log Message: Look for child node by compat string snps,dwc3 instead of by name. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/dev/i2c

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:14:38 UTC 2021 Modified Files: src/sys/dev/i2c: cwfg.c Log Message: cwfg: update for dts-5.15 binding changes To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/cwfg.c Please note that

CVS commit: src/sys/dev/i2c

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:14:38 UTC 2021 Modified Files: src/sys/dev/i2c: cwfg.c Log Message: cwfg: update for dts-5.15 binding changes To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/cwfg.c Please note that

CVS commit: src/sys/dev/fdt

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:14:09 UTC 2021 Modified Files: src/sys/dev/fdt: pwm_backlight.c Log Message: pwm_backlight: pick defaults if none are provided To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/fdt

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:14:09 UTC 2021 Modified Files: src/sys/dev/fdt: pwm_backlight.c Log Message: pwm_backlight: pick defaults if none are provided To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 18:38:35 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_form_feed.c Log Message: tests/indent: fix test for form feed Previously, I had written a vertical tab instead of a form feed, which had a different

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 18:38:35 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_form_feed.c Log Message: tests/indent: fix test for form feed Previously, I had written a vertical tab instead of a form feed, which had a different

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 19:04:46 UTC 2021 Modified Files: src/tests/usr.bin/indent: t_misc.sh Log Message: indent: demonstrate controlled buffer overflow in C99 comment To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 19:04:46 UTC 2021 Modified Files: src/tests/usr.bin/indent: t_misc.sh Log Message: indent: demonstrate controlled buffer overflow in C99 comment To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 12:29:58 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: do not expand comment buffer unnecessarily This may have been a simple typo or a really tricky optimization that isn't obvious

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 12:29:58 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: do not expand comment buffer unnecessarily This may have been a simple typo or a really tricky optimization that isn't obvious

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 15:18:25 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: rename ps.decl_nest to decl_level This better matches the comment. No functional change. To generate a diff of

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 15:18:25 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: rename ps.decl_nest to decl_level This better matches the comment. No functional change. To generate a diff of

CVS commit: src/doc

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:17:24 UTC 2021 Modified Files: src/doc: CHANGES Log Message: dts: Import dts files from Linux 5.15. To generate a diff of this commit: cvs rdiff -u -r1.2848 -r1.2849 src/doc/CHANGES Please note that diffs are

CVS commit: src/doc

2021-11-07 Thread Jared D. McNeill
to 20210930. [christos 20211028] sht3xtemp(4): Driver for the Sensirion SHT30/SHT31/SHT35 temperature and humidity sensor [brad 20211106] + dts: Import dts files from Linux 5.15. [jmcneill 20211107]

CVS commit: src

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 18:09:56 UTC 2021 Modified Files: src/tests/usr.bin/indent: t_errors.sh src/usr.bin/indent: args.c Log Message: indent: parse special options strictly To generate a diff of this commit: cvs rdiff -u -r1.19

CVS commit: src

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 18:09:56 UTC 2021 Modified Files: src/tests/usr.bin/indent: t_errors.sh src/usr.bin/indent: args.c Log Message: indent: parse special options strictly To generate a diff of this commit: cvs rdiff -u -r1.19

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 18:26:17 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c parse.c pr_comment.c Log Message: indent: various cleanups Make several comments more precise. Rename process_end_of_file to process_eof

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 18:26:17 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c parse.c pr_comment.c Log Message: indent: various cleanups Make several comments more precise. Rename process_end_of_file to process_eof

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 13:38:32 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: remove code that accessed out-of-bounds data from buffer Saving and restoring the exact buffer position had been necessary before

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 13:38:32 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: remove code that accessed out-of-bounds data from buffer Saving and restoring the exact buffer position had been necessary before

CVS commit: src/sys

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:11:58 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: meson_sdhc.c src/sys/arch/arm/sunxi: sunxi_thermal.c src/sys/dev/fdt: fdt_panel.c Log Message: dts: adapt to dts-5.15 bindings To generate

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

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:12:45 UTC 2021 Modified Files: src/sys/arch/arm/ti: ti_omaptimer.c ti_sdhc.c Log Message: arm: ti: adapt to dts-5.15 bindings To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:12:45 UTC 2021 Modified Files: src/sys/arch/arm/ti: ti_omaptimer.c ti_sdhc.c Log Message: arm: ti: adapt to dts-5.15 bindings To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:11:58 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: meson_sdhc.c src/sys/arch/arm/sunxi: sunxi_thermal.c src/sys/dev/fdt: fdt_panel.c Log Message: dts: adapt to dts-5.15 bindings To generate

CVS commit: src/sys/dev/fdt

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:12:16 UTC 2021 Modified Files: src/sys/dev/fdt: fdtbus.c Log Message: fdtbus: match simple-pm-bus To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/fdt/fdtbus.c Please note that diffs

CVS commit: src/sys/dev/fdt

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:12:16 UTC 2021 Modified Files: src/sys/dev/fdt: fdtbus.c Log Message: fdtbus: match simple-pm-bus To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/fdt/fdtbus.c Please note that diffs

CVS commit: src/sys/dev/fdt

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:12:26 UTC 2021 Modified Files: src/sys/dev/fdt: pinctrl_single.c Log Message: pinctrl-single: support #pinctrl-cells 2 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/pinctrl_single.c

CVS commit: src/sys/dev/fdt

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:12:26 UTC 2021 Modified Files: src/sys/dev/fdt: pinctrl_single.c Log Message: pinctrl-single: support #pinctrl-cells 2 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/pinctrl_single.c

CVS commit: src/tests/lib/libc/gen/posix_spawn

2021-11-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Nov 7 18:05:37 UTC 2021 Modified Files: src/tests/lib/libc/gen/posix_spawn: Makefile Log Message: Fix linking for multi-source file tests, the second part of the tuple needs to be the C source file (not the base name) To

CVS commit: src/tests/lib/libc/gen/posix_spawn

2021-11-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Nov 7 18:05:37 UTC 2021 Modified Files: src/tests/lib/libc/gen/posix_spawn: Makefile Log Message: Fix linking for multi-source file tests, the second part of the tuple needs to be the C source file (not the base name) To

CVS commit: src

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 18:49:02 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_form_feed.c src/usr.bin/indent: indent.c Log Message: indent: demonstrate disappearing form feed To generate a diff of this commit: cvs rdiff

CVS commit: src

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 18:49:02 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_form_feed.c src/usr.bin/indent: indent.c Log Message: indent: demonstrate disappearing form feed To generate a diff of this commit: cvs rdiff

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 12:26:22 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_comment.c Log Message: tests/indent: improve code coverage for processing comments To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 12:26:22 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_comment.c Log Message: tests/indent: improve code coverage for processing comments To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 13:30:15 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_cdb.c src/usr.bin/indent: indent.c pr_comment.c Log Message: indent: only access buffer data in the range [buf.s, buf.e) No functional change.

CVS commit: src

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 13:30:15 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_cdb.c src/usr.bin/indent: indent.c pr_comment.c Log Message: indent: only access buffer data in the range [buf.s, buf.e) No functional change.

CVS commit: src/tests/lib/libc/gen/posix_spawn

2021-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 7 15:46:20 UTC 2021 Modified Files: src/tests/lib/libc/gen/posix_spawn: Makefile h_fileactions.c h_spawn.c h_spawnattr.c t_fileactions.c t_spawn.c t_spawnattr.c Added Files:

CVS commit: src/tests/lib/libc/gen/posix_spawn

2021-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 7 15:46:20 UTC 2021 Modified Files: src/tests/lib/libc/gen/posix_spawn: Makefile h_fileactions.c h_spawn.c h_spawnattr.c t_fileactions.c t_spawn.c t_spawnattr.c Added Files:

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 15:44:28 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_cs.c opt_v.c token_keyword_struct_union_enum.c Log Message: tests/indent: test cast, line counting, comment in struct To generate a diff of

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 15:44:28 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_cs.c opt_v.c token_keyword_struct_union_enum.c Log Message: tests/indent: test cast, line counting, comment in struct To generate a diff of

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 15:54:01 UTC 2021 Modified Files: src/tests/usr.bin/indent: t_errors.sh Log Message: tests/indent: test lenient option parsing To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 15:54:01 UTC 2021 Modified Files: src/tests/usr.bin/indent: t_errors.sh Log Message: tests/indent: test lenient option parsing To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/dtb/arm64

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:10:47 UTC 2021 Modified Files: src/sys/dtb/arm64/amlogic: Makefile src/sys/dtb/arm64/rockchip: Makefile Log Message: Extra dts files no longer required. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/distrib/sets/lists/dtb

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:11:05 UTC 2021 Modified Files: src/distrib/sets/lists/dtb: ad.aarch64 ad.aarch64eb ad.earmv6 ad.earmv6eb ad.earmv6hf ad.earmv6hfeb ad.earmv7 ad.earmv7hf ad.earmv7hfeb Log Message: dtb:

CVS commit: src/distrib/sets/lists/dtb

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:11:05 UTC 2021 Modified Files: src/distrib/sets/lists/dtb: ad.aarch64 ad.aarch64eb ad.earmv6 ad.earmv6eb ad.earmv6hf ad.earmv6hfeb ad.earmv7 ad.earmv7hf ad.earmv7hfeb Log Message: dtb:

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

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:11:43 UTC 2021 Modified Files: src/sys/arch/arm/dts: meson8b-odroidc1.dts meson8b.dtsi rk3399-pinebook-pro.dts rk3399-rockpro64.dts sun50i-a64-pine64-plus.dts sun50i-a64-pinebook.dts

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

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:11:43 UTC 2021 Modified Files: src/sys/arch/arm/dts: meson8b-odroidc1.dts meson8b.dtsi rk3399-pinebook-pro.dts rk3399-rockpro64.dts sun50i-a64-pine64-plus.dts sun50i-a64-pinebook.dts

CVS commit: src/sys/dtb/arm

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:10:23 UTC 2021 Modified Files: src/sys/dtb/arm: Makefile Log Message: CONFIG_ARCH_SOCFPGA has been renamed CONFIG_ARCH_INTEL_SOCFPGA To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dtb/arm

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:10:23 UTC 2021 Modified Files: src/sys/dtb/arm: Makefile Log Message: CONFIG_ARCH_SOCFPGA has been renamed CONFIG_ARCH_INTEL_SOCFPGA To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dtb/arm64

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:10:47 UTC 2021 Modified Files: src/sys/dtb/arm64/amlogic: Makefile src/sys/dtb/arm64/rockchip: Makefile Log Message: Extra dts files no longer required. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys

2021-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 7 13:47:50 UTC 2021 Modified Files: src/sys/kern: kern_exec.c vfs_syscalls.c src/sys/sys: spawn.h vfs_syscalls.h Log Message: Merge the kernel portion of the posix-spawn-chdir project by Piyush Sachdeva. To

CVS commit: src/sys

2021-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 7 13:47:50 UTC 2021 Modified Files: src/sys/kern: kern_exec.c vfs_syscalls.c src/sys/sys: spawn.h vfs_syscalls.h Log Message: Merge the kernel portion of the posix-spawn-chdir project by Piyush Sachdeva. To

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 14:00:35 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h Log Message: indent: reduce negations in process_else, clean up comments No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 14:00:35 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h Log Message: indent: reduce negations in process_else, clean up comments No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2021-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 7 14:34:30 UTC 2021 Modified Files: src/include: spawn.h src/lib/libc/gen: posix_spawn_fileactions.c Log Message: Commit the userland portion of the posix_spawn_chdir project by Piyush Sachdeva To generate a

CVS commit: src

2021-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 7 14:34:30 UTC 2021 Modified Files: src/include: spawn.h src/lib/libc/gen: posix_spawn_fileactions.c Log Message: Commit the userland portion of the posix_spawn_chdir project by Piyush Sachdeva To generate a

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 15:01:50 UTC 2021 Modified Files: src/tests/usr.bin/indent: t_misc.sh Log Message: tests/indent: test options without '-' in profile files To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 15:01:50 UTC 2021 Modified Files: src/tests/usr.bin/indent: t_misc.sh Log Message: tests/indent: test options without '-' in profile files To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/external/gpl2/dts/dist

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 16:57:40 UTC 2021 Modified Files: src/sys/external/gpl2/dts/dist/arch/arm/boot/dts: bcm2835-common.dtsi bcm2835-rpi-zero-w.dts bcm2835-rpi.dtsi bcm283x.dtsi

CVS commit: src/sys/external/gpl2/dts/dist

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 16:57:40 UTC 2021 Modified Files: src/sys/external/gpl2/dts/dist/arch/arm/boot/dts: bcm2835-common.dtsi bcm2835-rpi-zero-w.dts bcm2835-rpi.dtsi bcm283x.dtsi

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

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:13:38 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sunxi_nmi.c Log Message: sunxi: nmi: add support for #interrupt-cells 3 bindings To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:13:38 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sunxi_nmi.c Log Message: sunxi: nmi: add support for #interrupt-cells 3 bindings To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:13:12 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: files.sunxi sunxi_ccu.c sunxi_ccu.h Added Files: src/sys/arch/arm/sunxi: sunxi_ccu_mux.c Log Message: sunxi: ccu: add support for basic "mux" clocks

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

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:13:12 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: files.sunxi sunxi_ccu.c sunxi_ccu.h Added Files: src/sys/arch/arm/sunxi: sunxi_ccu_mux.c Log Message: sunxi: ccu: add support for basic "mux" clocks

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

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:12:55 UTC 2021 Modified Files: src/sys/arch/arm/ti: if_cpsw.c Log Message: ti: cpsw: adapt to dts-5.15 bindings To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/ti/if_cpsw.c Please

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

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:12:55 UTC 2021 Modified Files: src/sys/arch/arm/ti: if_cpsw.c Log Message: ti: cpsw: adapt to dts-5.15 bindings To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/ti/if_cpsw.c Please

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

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:13:26 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sun50i_a64_ccu.c Log Message: sunxi: sun50i-a64: add support for A64_CLK_CPUX clock To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

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

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:13:26 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sun50i_a64_ccu.c Log Message: sunxi: sun50i-a64: add support for A64_CLK_CPUX clock To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/doc

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:16:19 UTC 2021 Modified Files: src/doc: 3RDPARTY Log Message: dts updated to 5.15 To generate a diff of this commit: cvs rdiff -u -r1.1825 -r1.1826 src/doc/3RDPARTY Please note that diffs are not public domain;

CVS commit: src/doc

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 17:16:19 UTC 2021 Modified Files: src/doc: 3RDPARTY Log Message: dts updated to 5.15 To generate a diff of this commit: cvs rdiff -u -r1.1825 -r1.1826 src/doc/3RDPARTY Please note that diffs are not public domain;

CVS commit: src

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 07:45:00 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c token_comment.c src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: rename type_at_paren_level_0 to type_outside_parentheses

CVS commit: src

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 07:45:00 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c token_comment.c src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: rename type_at_paren_level_0 to type_outside_parentheses

Re: CVS commit: src

2021-11-07 Thread Alistair Crooks
On Fri, 5 Nov 2021 at 16:45, Joerg Sonnenberger wrote: > 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

CVS commit: src/usr.bin/menuc

2021-11-07 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Nov 7 09:48:08 UTC 2021 Modified Files: src/usr.bin/menuc: menuc.1 Log Message: fix few typos. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/usr.bin/menuc/menuc.1 Please note that diffs are not public

CVS commit: src/usr.bin/menuc

2021-11-07 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Nov 7 09:48:08 UTC 2021 Modified Files: src/usr.bin/menuc: menuc.1 Log Message: fix few typos. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/usr.bin/menuc/menuc.1 Please note that diffs are not public

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 07:06:00 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h io.c lexi.c pr_comment.c Log Message: indent: rename 'inbuf' functions to 'inp' The variable 'inp' used to be named 'inbuf'. Make the function

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 10:34:03 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: make end of comment detection of nowrap comments simpler No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 10:34:03 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: make end of comment detection of nowrap comments simpler No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 08:24:50 UTC 2021 Modified Files: src/usr.bin/indent: indent.h pr_comment.c Log Message: indent: split copy_comment into wrapping and non-wrapping These two cases are processed in an almost entirely different way. In

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 08:24:50 UTC 2021 Modified Files: src/usr.bin/indent: indent.h pr_comment.c Log Message: indent: split copy_comment into wrapping and non-wrapping These two cases are processed in an almost entirely different way. In

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 08:38:27 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: remove dead code from copy_comment_wrap No functional change. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 08:38:27 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: remove dead code from copy_comment_wrap No functional change. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 08:41:13 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: remove dead code from process_comment_nowrap In comments that are preserved, no additional leading ' * ' is inserted. No

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 08:41:13 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: remove dead code from process_comment_nowrap In comments that are preserved, no additional leading ' * ' is inserted. No

CVS commit: src

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 10:13:26 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_comment.c src/usr.bin/indent: pr_comment.c Log Message: indent: make copy_comment_nowrap simpler Since a nowrap comment is copied unmodified,

CVS commit: src

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 10:13:26 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_comment.c src/usr.bin/indent: pr_comment.c Log Message: indent: make copy_comment_nowrap simpler Since a nowrap comment is copied unmodified,

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 10:49:31 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: clean up process_comment The assignments to the variables were redundant, they are already done by analyze_comment. No

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 10:49:31 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: clean up process_comment The assignments to the variables were redundant, they are already done by analyze_comment. No

CVS commit: src

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 11:30:45 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_comment.c src/usr.bin/indent: pr_comment.c Log Message: indent: remove dead code in analyze_comment The case of an otherwise empty line is

CVS commit: src

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 11:30:45 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_comment.c src/usr.bin/indent: pr_comment.c Log Message: indent: remove dead code in analyze_comment The case of an otherwise empty line is

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 08:31:46 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: remove dead code from copy_comment_nowrap No functional change. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 08:31:46 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: remove dead code from copy_comment_nowrap No functional change. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100

  1   2   >