CVS commit: src/usr.bin/indent

2021-10-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 5 05:56:49 UTC 2021 Modified Files: src/usr.bin/indent: indent.c lexi.c pr_comment.c Log Message: indent: clean up code for appending to buffers Use *e++ for appending and e[-1] for testing the previously appended

CVS commit: src/usr.bin/indent

2021-10-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 5 05:56:49 UTC 2021 Modified Files: src/usr.bin/indent: indent.c lexi.c pr_comment.c Log Message: indent: clean up code for appending to buffers Use *e++ for appending and e[-1] for testing the previously appended

CVS commit: src/usr.bin/indent

2021-10-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 5 05:39:14 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c pr_comment.c Log Message: indent: merge duplicate code for reading from input buffer No functional change. To generate a diff of this

CVS commit: src/usr.bin/indent

2021-10-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 5 05:39:14 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c pr_comment.c Log Message: indent: merge duplicate code for reading from input buffer No functional change. To generate a diff of this

CVS commit: src/sys/net/lagg

2021-10-04 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Oct 5 04:17:58 UTC 2021 Modified Files: src/sys/net/lagg: if_lagg.c Log Message: Drop unicast packets that are not for us when lagg(4) is not in promisc To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/net/lagg

2021-10-04 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Oct 5 04:17:58 UTC 2021 Modified Files: src/sys/net/lagg: if_lagg.c Log Message: Drop unicast packets that are not for us when lagg(4) is not in promisc To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/net

2021-10-04 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Oct 5 04:09:49 UTC 2021 Modified Files: src/sys/net: if_vlan.c Log Message: Replace the list for vlan interfaces with the counter The list had been used in vlan_ifdetach(), but it is no longer in use as a linked list by

CVS commit: src/sys/net

2021-10-04 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Oct 5 04:09:49 UTC 2021 Modified Files: src/sys/net: if_vlan.c Log Message: Replace the list for vlan interfaces with the counter The list had been used in vlan_ifdetach(), but it is no longer in use as a linked list by

CVS commit: othersrc/external/bsd/agcre

2021-10-04 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Oct 5 01:23:39 UTC 2021 Modified Files: othersrc/external/bsd/agcre/dist: Makefile.bsd Makefile.in Makefile.lib.in Makefile.libtool.in agcre.h libagcre.3 main.c othersrc/external/bsd/agcre/dist/tests:

CVS commit: othersrc/external/bsd/agcre

2021-10-04 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Oct 5 01:23:39 UTC 2021 Modified Files: othersrc/external/bsd/agcre/dist: Makefile.bsd Makefile.in Makefile.lib.in Makefile.libtool.in agcre.h libagcre.3 main.c othersrc/external/bsd/agcre/dist/tests:

CVS commit: src

2021-10-04 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Oct 4 21:02:40 UTC 2021 Modified Files: src: build.sh src/common/lib/libc/arch/i386/string: strlen.S src/lib/libresolv: dst_api.c src/sys/arch/alpha/alpha: fp_complete.c

CVS commit: src

2021-10-04 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Oct 4 21:02:40 UTC 2021 Modified Files: src: build.sh src/common/lib/libc/arch/i386/string: strlen.S src/lib/libresolv: dst_api.c src/sys/arch/alpha/alpha: fp_complete.c

CVS commit: src/sys

2021-10-04 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Oct 4 20:48:06 UTC 2021 Modified Files: src/sys/arch/amiga/dev: grf_cl.c src/sys/arch/arm/imx: imx23_digfilt.c src/sys/arch/atari/dev: atari5380.c src/sys/dev/ieee1394: firewire.c Log Message: follow

CVS commit: src/sys

2021-10-04 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Oct 4 20:48:06 UTC 2021 Modified Files: src/sys/arch/amiga/dev: grf_cl.c src/sys/arch/arm/imx: imx23_digfilt.c src/sys/arch/atari/dev: atari5380.c src/sys/dev/ieee1394: firewire.c Log Message: follow

CVS commit: src

2021-10-04 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Oct 4 20:25:20 UTC 2021 Modified Files: src/share/man/man9: ucas.9 src/sys/arch/vax/vax: subr.S Log Message: s/userpsace/userspace/ To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src

2021-10-04 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Oct 4 20:25:20 UTC 2021 Modified Files: src/share/man/man9: ucas.9 src/sys/arch/vax/vax: subr.S Log Message: s/userpsace/userspace/ To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/riscv

2021-10-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Oct 4 18:16:48 UTC 2021 Modified Files: src/sys/arch/riscv: Makefile Log Message: riscv: fix build with r/o src tree add 'compile' to the SUBDIR list so that 'make obj' creates the kernel compile base objdir so sets

CVS commit: src/sys/arch/riscv

2021-10-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Oct 4 18:16:48 UTC 2021 Modified Files: src/sys/arch/riscv: Makefile Log Message: riscv: fix build with r/o src tree add 'compile' to the SUBDIR list so that 'make obj' creates the kernel compile base objdir so sets

CVS commit: [netbsd-9] src/doc

2021-10-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 4 15:43:41 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1354 To generate a diff of this commit: cvs rdiff -u -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-9.3 Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2021-10-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 4 15:43:41 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1354 To generate a diff of this commit: cvs rdiff -u -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-9.3 Please note that diffs are not

CVS commit: [netbsd-9] xsrc/external/mit/xf86-input-keyboard/dist/src

2021-10-04 Thread Martin Husemann
Module Name:xsrc Committed By: martin Date: Mon Oct 4 15:42:40 UTC 2021 Modified Files: xsrc/external/mit/xf86-input-keyboard/dist/src [netbsd-9]: kbd.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1354):

CVS commit: [netbsd-9] xsrc/external/mit/xf86-input-keyboard/dist/src

2021-10-04 Thread Martin Husemann
Module Name:xsrc Committed By: martin Date: Mon Oct 4 15:42:40 UTC 2021 Modified Files: xsrc/external/mit/xf86-input-keyboard/dist/src [netbsd-9]: kbd.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1354):

CVS commit: [netbsd-9] src/doc

2021-10-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 4 14:49:30 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Tickets #1351 - #1353 To generate a diff of this commit: cvs rdiff -u -r1.1.2.32 -r1.1.2.33 src/doc/CHANGES-9.3 Please note that diffs

CVS commit: [netbsd-9] src/doc

2021-10-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 4 14:49:30 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Tickets #1351 - #1353 To generate a diff of this commit: cvs rdiff -u -r1.1.2.32 -r1.1.2.33 src/doc/CHANGES-9.3 Please note that diffs

CVS commit: [netbsd-9] src

2021-10-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 4 14:48:25 UTC 2021 Modified Files: src/sys/miscfs/fifofs [netbsd-9]: fifo_vnops.c src/tests/kernel/kqueue/write [netbsd-9]: t_fifo.c Log Message: Pull up following revision(s) (requested by thorpej in ticket

CVS commit: [netbsd-9] src

2021-10-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 4 14:48:25 UTC 2021 Modified Files: src/sys/miscfs/fifofs [netbsd-9]: fifo_vnops.c src/tests/kernel/kqueue/write [netbsd-9]: t_fifo.c Log Message: Pull up following revision(s) (requested by thorpej in ticket

CVS commit: [netbsd-9] src/tests/kernel/kqueue/read

2021-10-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 4 14:40:25 UTC 2021 Modified Files: src/tests/kernel/kqueue/read [netbsd-9]: t_fifo.c Log Message: Pull up following revision(s) (requested by thorpej in ticket #1352): tests/kernel/kqueue/read/t_fifo.c:

CVS commit: [netbsd-9] src/tests/kernel/kqueue/read

2021-10-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 4 14:40:25 UTC 2021 Modified Files: src/tests/kernel/kqueue/read [netbsd-9]: t_fifo.c Log Message: Pull up following revision(s) (requested by thorpej in ticket #1352): tests/kernel/kqueue/read/t_fifo.c:

CVS commit: src

2021-10-04 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Oct 4 14:35:20 UTC 2021 Modified Files: src/lib/libcurses: curses_cchar.3 src/share/man/man4: raid.4 src/share/man/man9: ucas.9 src/usr.bin/config: config.5 Log Message: remove duplicate the article

CVS commit: src

2021-10-04 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Oct 4 14:35:20 UTC 2021 Modified Files: src/lib/libcurses: curses_cchar.3 src/share/man/man4: raid.4 src/share/man/man9: ucas.9 src/usr.bin/config: config.5 Log Message: remove duplicate the article

CVS commit: [netbsd-9] src

2021-10-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 4 14:32:38 UTC 2021 Modified Files: src/sys/kern [netbsd-9]: uipc_syscalls.c src/sys/miscfs/fifofs [netbsd-9]: fifo_vnops.c src/tests/lib/libc/sys [netbsd-9]: t_poll.c Log Message: Pull up following

CVS commit: [netbsd-9] src

2021-10-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 4 14:32:38 UTC 2021 Modified Files: src/sys/kern [netbsd-9]: uipc_syscalls.c src/sys/miscfs/fifofs [netbsd-9]: fifo_vnops.c src/tests/lib/libc/sys [netbsd-9]: t_poll.c Log Message: Pull up following

CVS commit: src/sys/dev/rasops

2021-10-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Oct 4 12:26:29 UTC 2021 Modified Files: src/sys/dev/rasops: rasops.c Log Message: rasops_reconfig: Do not abort even if font stride is not supported by rasops_make_box_chars_*() functions; Stop using ri_optfont instead. XXX

CVS commit: src/sys/dev/rasops

2021-10-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Oct 4 12:26:29 UTC 2021 Modified Files: src/sys/dev/rasops: rasops.c Log Message: rasops_reconfig: Do not abort even if font stride is not supported by rasops_make_box_chars_*() functions; Stop using ri_optfont instead. XXX

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

2021-10-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 4 09:39:18 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: cpu.c Log Message: Add a KASSERT To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/aarch64/aarch64/cpu.c Please note that diffs

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

2021-10-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 4 09:39:18 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: cpu.c Log Message: Add a KASSERT To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/aarch64/aarch64/cpu.c Please note that diffs

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

2021-10-04 Thread Brad Spencer
Module Name:src Committed By: brad Date: Mon Oct 4 07:04:39 UTC 2021 Modified Files: src/distrib/sets/lists/debug: module.mi Log Message: Sorry.. missed the debug module build in the previous commit. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2021-10-04 Thread Brad Spencer
Module Name:src Committed By: brad Date: Mon Oct 4 07:04:39 UTC 2021 Modified Files: src/distrib/sets/lists/debug: module.mi Log Message: Sorry.. missed the debug module build in the previous commit. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/etc/etc.riscv

2021-10-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 4 06:50:35 UTC 2021 Modified Files: src/etc/etc.riscv: Makefile.inc Log Message: Don't include bsd.own.mk here - none of the other etc./Makefile.inc files do. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/etc/etc.riscv

2021-10-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 4 06:50:35 UTC 2021 Modified Files: src/etc/etc.riscv: Makefile.inc Log Message: Don't include bsd.own.mk here - none of the other etc./Makefile.inc files do. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3