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 nam
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 nam
Module Name:src
Committed By: rillig
Date: Sun Nov 7 07:35:06 UTC 2021
Modified Files:
src/usr.bin/indent: indent.c indent.h lexi.c
Log Message:
indent: distinguish between typename in parentheses and other words
This gets rid of two members of parser_state. No functiona
Module Name:src
Committed By: rillig
Date: Sun Nov 7 07:35:06 UTC 2021
Modified Files:
src/usr.bin/indent: indent.c indent.h lexi.c
Log Message:
indent: distinguish between typename in parentheses and other words
This gets rid of two members of parser_state. No functiona
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
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
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
Module Name:src
Committed By: rillig
Date: Sun Nov 7 08:03:15 UTC 2021
Modified Files:
src/tests/usr.bin/indent: opt_eei.c
Log Message:
tests/indent: demonstrate buggy combination of '-eei' and '-nlp'
Seen in indent.c.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: rillig
Date: Sun Nov 7 08:03:15 UTC 2021
Modified Files:
src/tests/usr.bin/indent: opt_eei.c
Log Message:
tests/indent: demonstrate buggy combination of '-eei' and '-nlp'
Seen in indent.c.
To generate a diff of this commit:
cvs rdiff -u -r
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
p
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
p
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 s
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 s
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 sr
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 sr
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 function
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 function
Date:Sat, 6 Nov 2021 10:40:58 -0700
From:Alistair Crooks
Message-ID:
| The author of the software made a conscious decision | to make the
variable unsigned, sincr the length
| would never be less than zero.
|
| The author then made a default definition for
Module Name:src
Committed By: hannken
Date: Sun Nov 7 09:22:58 UTC 2021
Modified Files:
src/external/gpl3/gcc/dist/gcc/config: netbsd.h
Log Message:
Libtsan intercepts the pthread exported functions with
dlsym(RTLD_NEXT, func_name). This fails for pthread_join() as it
is
Module Name:src
Committed By: hannken
Date: Sun Nov 7 09:22:58 UTC 2021
Modified Files:
src/external/gpl3/gcc/dist/gcc/config: netbsd.h
Log Message:
Libtsan intercepts the pthread exported functions with
dlsym(RTLD_NEXT, func_name). This fails for pthread_join() as it
is
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 d
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 d
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, it
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, it
Module Name:src
Committed By: rillig
Date: Sun Nov 7 10:17:39 UTC 2021
Modified Files:
src/usr.bin/indent: pr_comment.c
Log Message:
indent: clean up copy_comment_nowrap
The action for '\f' was the same as the default action.
Replacing 'switch' with 'if' makes the code
Module Name:src
Committed By: rillig
Date: Sun Nov 7 10:17:39 UTC 2021
Modified Files:
src/usr.bin/indent: pr_comment.c
Log Message:
indent: clean up copy_comment_nowrap
The action for '\f' was the same as the default action.
Replacing 'switch' with 'if' makes the code
Module Name:src
Committed By: rillig
Date: Sun Nov 7 10:26:43 UTC 2021
Modified Files:
src/usr.bin/indent: pr_comment.c
Log Message:
indent: skip redundant conditions in copy_comment_nowrap
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.104 -
Module Name:src
Committed By: rillig
Date: Sun Nov 7 10:26:43 UTC 2021
Modified Files:
src/usr.bin/indent: pr_comment.c
Log Message:
indent: skip redundant conditions in copy_comment_nowrap
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.104 -
Module Name:src
Committed By: rillig
Date: Sun Nov 7 10:31:13 UTC 2021
Modified Files:
src/usr.bin/indent: pr_comment.c
Log Message:
indent: clean up overcomplicated conditions in copy_comment_nowrap
No functional change.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: rillig
Date: Sun Nov 7 10:31:13 UTC 2021
Modified Files:
src/usr.bin/indent: pr_comment.c
Log Message:
indent: clean up overcomplicated conditions in copy_comment_nowrap
No functional change.
To generate a diff of this commit:
cvs rdiff -u
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 -
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 -
Module Name:src
Committed By: rillig
Date: Sun Nov 7 10:42:58 UTC 2021
Modified Files:
src/tests/usr.bin/indent: t_errors.sh
src/usr.bin/indent: pr_comment.c
Log Message:
indent: remove redundant assignment
At that point, ps.next_col_1 is already false.
No funct
Module Name:src
Committed By: rillig
Date: Sun Nov 7 10:42:58 UTC 2021
Modified Files:
src/tests/usr.bin/indent: t_errors.sh
src/usr.bin/indent: pr_comment.c
Log Message:
indent: remove redundant assignment
At that point, ps.next_col_1 is already false.
No funct
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 functional
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 functional
Module Name:src
Committed By: rillig
Date: Sun Nov 7 10:56:06 UTC 2021
Modified Files:
src/usr.bin/indent: pr_comment.c
Log Message:
indent: move documentation from process_comment to copy_comment_wrap
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/
Module Name:src
Committed By: rillig
Date: Sun Nov 7 10:56:06 UTC 2021
Modified Files:
src/usr.bin/indent: pr_comment.c
Log Message:
indent: move documentation from process_comment to copy_comment_wrap
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/
Module Name:src
Committed By: rillig
Date: Sun Nov 7 11:08:25 UTC 2021
Modified Files:
src/usr.bin/indent: pr_comment.c
Log Message:
indent: remove dead code from copy_comment_wrap
C99 comments are not wrapped, therefore there is no need to check for
them in copy_comment
Module Name:src
Committed By: rillig
Date: Sun Nov 7 11:08:25 UTC 2021
Modified Files:
src/usr.bin/indent: pr_comment.c
Log Message:
indent: remove dead code from copy_comment_wrap
C99 comments are not wrapped, therefore there is no need to check for
them in copy_comment
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 alrea
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 alrea
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 src/te
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 src/te
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 eve
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 eve
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.
T
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.
T
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
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
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 src/usr.bin/indent/indent.h
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 src/usr.bin/indent/indent.h
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 ge
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 ge
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 -
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 -
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 ch
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 ch
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 d
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 d
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 src/tests/usr.bi
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 src/tests/usr.bi
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 this
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 this
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 t
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 t
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:
src/tests/lib/libc/gen/pos
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:
src/tests/lib/libc/gen/pos
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 src/tests/usr.bin/indent/t_e
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 src/tests/usr.bin/indent/t_e
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
src/sys/external/gpl2/dts/dist/arch/arm64
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
src/sys/external/gpl2/dts/dist/arch/arm64
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 src/sys/dtb/arm/Mak
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 src/sys/dtb/arm/Mak
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 -r1
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 -r1
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: Re-ge
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: Re-ge
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
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
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
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
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 are
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 are
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
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
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 src/sys/arch/arm/ti/ti_o
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 src/sys/arch/arm/ti/ti_o
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
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
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
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
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 src/sys/arc
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 src/sys/arc
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 src/sys/arch/a
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 src/sys/arch/a
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 src/sys/dev/fdt/fdt_i
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 src/sys/dev/fdt/fdt_i
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 src/sys/dev/fdt/pwm_back
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 src/sys/dev/fdt/pwm_back
1 - 100 of 138 matches
Mail list logo