CVS commit: src/sys/arch

2021-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Nov 21 08:44:28 UTC 2021 Modified Files: src/sys/arch/arm/ep93xx: epcom.c epcomvar.h src/sys/arch/evbarm/tsarm: tsarm_machdep.c Log Message: PR port-evbarm/40307 options KGDB doesn't work for some evbarm hosts Apply

CVS commit: src/sys/arch

2021-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Nov 21 08:44:28 UTC 2021 Modified Files: src/sys/arch/arm/ep93xx: epcom.c epcomvar.h src/sys/arch/evbarm/tsarm: tsarm_machdep.c Log Message: PR port-evbarm/40307 options KGDB doesn't work for some evbarm hosts Apply

CVS commit: src/usr.bin/xlint/xlint

2021-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 21 10:08:10 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: xlint.c Log Message: lint: remove redundant function prototypes To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/usr.bin/xlint/xlint/xlint.c

CVS commit: src/usr.bin/xlint/xlint

2021-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 21 10:08:10 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: xlint.c Log Message: lint: remove redundant function prototypes To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/usr.bin/xlint/xlint/xlint.c

CVS commit: src/tests/kernel/kqueue

2021-11-21 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Nov 21 09:35:39 UTC 2021 Modified Files: src/tests/kernel/kqueue: Makefile t_timer.c Log Message: Test kernel/kqueue/t_timer, subtests abstime, basic_timer and timer_units often fail when run on QEMU because QEMU misses

CVS commit: src/tests/kernel/kqueue

2021-11-21 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Nov 21 09:35:39 UTC 2021 Modified Files: src/tests/kernel/kqueue: Makefile t_timer.c Log Message: Test kernel/kqueue/t_timer, subtests abstime, basic_timer and timer_units often fail when run on QEMU because QEMU misses

CVS commit: src/usr.bin/xlint/xlint

2021-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 21 10:39:47 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: xlint.c Log Message: lint: rename list_add to list_add_ref and list_add_copy to list_add The function for copying the string is used more often, so use the

CVS commit: src/usr.bin/xlint/xlint

2021-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 21 10:39:47 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: xlint.c Log Message: lint: rename list_add to list_add_ref and list_add_copy to list_add The function for copying the string is used more often, so use the

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

2021-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Nov 21 08:25:27 UTC 2021 Modified Files: src/sys/arch/arm/ep93xx: ep93xx_intr.c ep93xx_space.c ep93xxreg.h epclk.c epclkreg.h epcom.c epcomreg.h epereg.h epgpio.c epled.c eppcic.c eprtc.c epsoc.c

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

2021-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Nov 21 08:25:27 UTC 2021 Modified Files: src/sys/arch/arm/ep93xx: ep93xx_intr.c ep93xx_space.c ep93xxreg.h epclk.c epclkreg.h epcom.c epcomreg.h epereg.h epgpio.c epled.c eppcic.c eprtc.c epsoc.c

CVS commit: src/sys/lib/libunwind

2021-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Nov 21 10:53:01 UTC 2021 Modified Files: src/sys/lib/libunwind: Registers.hpp Log Message: Add parentheses To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/lib/libunwind/Registers.hpp Please note that

CVS commit: src/sys/lib/libunwind

2021-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Nov 21 10:53:01 UTC 2021 Modified Files: src/sys/lib/libunwind: Registers.hpp Log Message: Add parentheses To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/lib/libunwind/Registers.hpp Please note that

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

2021-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 21 11:02:25 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c Log Message: tests/indent: demonstrate wrong formatting of type names in declarations To generate a diff of this commit: cvs rdiff -u -r1.21

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

2021-11-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 21 11:02:25 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c Log Message: tests/indent: demonstrate wrong formatting of type names in declarations To generate a diff of this commit: cvs rdiff -u -r1.21

CVS commit: src/tests/bin/sh

2021-11-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Nov 21 20:50:35 UTC 2021 Modified Files: src/tests/bin/sh: t_redir.sh Log Message: Deal with a lot more pipes into atf_check missed last time. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/tests/bin/sh

2021-11-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Nov 21 20:50:35 UTC 2021 Modified Files: src/tests/bin/sh: t_redir.sh Log Message: Deal with a lot more pipes into atf_check missed last time. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/lib/libc/arch/m68k

2021-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 21 23:58:09 UTC 2021 Modified Files: src/lib/libc/arch/m68k: genassym.cf src/lib/libc/arch/m68k/sys: __sigtramp2.S Log Message: Decorate the m68k signal trampoline with the appropriate .cfi directives to allow

CVS commit: src/lib/libc/arch/m68k

2021-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 21 23:58:09 UTC 2021 Modified Files: src/lib/libc/arch/m68k: genassym.cf src/lib/libc/arch/m68k/sys: __sigtramp2.S Log Message: Decorate the m68k signal trampoline with the appropriate .cfi directives to allow

CVS commit: src/bin/sh

2021-11-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Nov 21 16:23:20 UTC 2021 Modified Files: src/bin/sh: sh.1 Log Message: Improve the however-many-negatives wording even more. To generate a diff of this commit: cvs rdiff -u -r1.240 -r1.241 src/bin/sh/sh.1 Please note that

CVS commit: src/bin/sh

2021-11-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Nov 21 16:23:20 UTC 2021 Modified Files: src/bin/sh: sh.1 Log Message: Improve the however-many-negatives wording even more. To generate a diff of this commit: cvs rdiff -u -r1.240 -r1.241 src/bin/sh/sh.1 Please note that

CVS commit: src/sys/lib/libunwind

2021-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 21 23:34:44 UTC 2021 Modified Files: src/sys/lib/libunwind: Registers.hpp Log Message: Teach the LLVM-derived unwinder about the alternate DWARF pseudo-register that GCC defines for the PC / return address. This is

CVS commit: src/sys/lib/libunwind

2021-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 21 23:34:44 UTC 2021 Modified Files: src/sys/lib/libunwind: Registers.hpp Log Message: Teach the LLVM-derived unwinder about the alternate DWARF pseudo-register that GCC defines for the PC / return address. This is

CVS commit: src/sys/lib/libunwind

2021-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 21 21:15:17 UTC 2021 Modified Files: src/sys/lib/libunwind: Registers.hpp Log Message: Teach the LLVM-derived unwinder about the DWARF pseudo-register defined by GCC for PPC32 to hold the return address where the signal

CVS commit: src/sys/lib/libunwind

2021-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 21 21:15:17 UTC 2021 Modified Files: src/sys/lib/libunwind: Registers.hpp Log Message: Teach the LLVM-derived unwinder about the DWARF pseudo-register defined by GCC for PPC32 to hold the return address where the signal

CVS commit: src/lib/libc/arch/powerpc

2021-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 21 21:31:25 UTC 2021 Modified Files: src/lib/libc/arch/powerpc: genassym.cf src/lib/libc/arch/powerpc/sys: __sigtramp2.S Log Message: Decorate the powerpc signal trampoline with the appropriate .cfi directives to

CVS commit: src/lib/libc/arch/powerpc

2021-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 21 21:31:25 UTC 2021 Modified Files: src/lib/libc/arch/powerpc: genassym.cf src/lib/libc/arch/powerpc/sys: __sigtramp2.S Log Message: Decorate the powerpc signal trampoline with the appropriate .cfi directives to

CVS commit: xsrc/external/mit/xf86-input-ws/dist/src

2021-11-21 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Sun Nov 21 21:52:59 UTC 2021 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c Log Message: wsReadInput: fix pasto, wsTranslate absolute y position to screen height, not width. While here, use consistent layout for

CVS commit: xsrc/external/mit/xf86-input-ws/dist/src

2021-11-21 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Sun Nov 21 21:52:59 UTC 2021 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c Log Message: wsReadInput: fix pasto, wsTranslate absolute y position to screen height, not width. While here, use consistent layout for

CVS commit: src/tests/bin/sh

2021-11-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Nov 22 05:21:54 UTC 2021 Modified Files: src/tests/bin/sh: t_here.sh Log Message: PR bin/53550 /bin/sh's processing of here doc expansions has changed. Now it happens in the context of the parent shell, so side effects are

CVS commit: src/tests/bin/sh

2021-11-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Nov 22 05:21:54 UTC 2021 Modified Files: src/tests/bin/sh: t_here.sh Log Message: PR bin/53550 /bin/sh's processing of here doc expansions has changed. Now it happens in the context of the parent shell, so side effects are

CVS commit: src/sys/net

2021-11-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 22 05:57:25 UTC 2021 Modified Files: src/sys/net: ethertypes.h Log Message: Add LLDP and MACSec. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/net/ethertypes.h Please note that diffs are not

CVS commit: src/sys/net

2021-11-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 22 05:57:25 UTC 2021 Modified Files: src/sys/net: ethertypes.h Log Message: Add LLDP and MACSec. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/net/ethertypes.h Please note that diffs are not

CVS commit: src/sys

2021-11-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 22 05:33:57 UTC 2021 Modified Files: src/sys/net: ethertypes.h src/sys/netbt: hci_misc.c Log Message: s/repsonse/response/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/sys

2021-11-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 22 05:33:57 UTC 2021 Modified Files: src/sys/net: ethertypes.h src/sys/netbt: hci_misc.c Log Message: s/repsonse/response/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/sys/net

2021-11-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 22 05:50:29 UTC 2021 Modified Files: src/sys/net: ethertypes.h Log Message: Modify comment: s/Netbios/NetBIOS/ s/PPPOE/PPPoE/ To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/net/ethertypes.h

CVS commit: src/sys/net

2021-11-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 22 05:50:29 UTC 2021 Modified Files: src/sys/net: ethertypes.h Log Message: Modify comment: s/Netbios/NetBIOS/ s/PPPOE/PPPoE/ To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/net/ethertypes.h

CVS commit: src/tests/bin/sh

2021-11-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Nov 22 05:07:15 UTC 2021 Modified Files: src/tests/bin/sh: t_option.sh t_syntax.sh t_varval.sh Log Message: More tests that were doing ... | atf_check ... which allows the atf_check to fail without causing the test to fail

CVS commit: src/tests/bin/sh

2021-11-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Nov 22 05:07:15 UTC 2021 Modified Files: src/tests/bin/sh: t_option.sh t_syntax.sh t_varval.sh Log Message: More tests that were doing ... | atf_check ... which allows the atf_check to fail without causing the test to fail

CVS commit: src/bin/sh

2021-11-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Nov 22 05:17:43 UTC 2021 Modified Files: src/bin/sh: eval.c expand.c expand.h nodetypes redir.c Log Message: PR bin/53550 Here we go again... One more time to redo how here docs are processed (it has been a few years since

CVS commit: src/bin/sh

2021-11-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Nov 22 05:17:43 UTC 2021 Modified Files: src/bin/sh: eval.c expand.c expand.h nodetypes redir.c Log Message: PR bin/53550 Here we go again... One more time to redo how here docs are processed (it has been a few years since