CVS commit: src/sys/ddb

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Apr 18 01:28:50 UTC 2021 Modified Files: src/sys/ddb: db_interface.h Log Message: don't provide db_lstacktrace() for crash (yet?). To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/ddb/db_interface.h

CVS commit: src/sys/ddb

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Apr 18 01:28:50 UTC 2021 Modified Files: src/sys/ddb: db_interface.h Log Message: don't provide db_lstacktrace() for crash (yet?). To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/ddb/db_interface.h

CVS commit: src/sys/ddb

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Apr 18 01:05:23 UTC 2021 Modified Files: src/sys/ddb: db_interface.h Log Message: db_lstacktrace() can't use db_stacktrace_print and log() directly. log() takes a 'int level' first argument, that must be supplied. add an inline

CVS commit: src/sys/ddb

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Apr 18 01:05:23 UTC 2021 Modified Files: src/sys/ddb: db_interface.h Log Message: db_lstacktrace() can't use db_stacktrace_print and log() directly. log() takes a 'int level' first argument, that must be supplied. add an inline

CVS commit: src/external/gpl3/gcc

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 22:03:58 UTC 2021 Modified Files: src/external/gpl3/gcc: README.gcc10 Log Message: arm64-gcc10 can run atf fine (with a GCC 9 kernel.) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/external/gpl3/gcc

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 22:03:58 UTC 2021 Modified Files: src/external/gpl3/gcc: README.gcc10 Log Message: arm64-gcc10 can run atf fine (with a GCC 9 kernel.) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/external/gpl3/gcc

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 22:01:02 UTC 2021 Modified Files: src/external/gpl3/gcc: README.gcc10 src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: it's spelled aarch64eb. now aarch64eb userland builds, too. update arm64 status

CVS commit: src/external/gpl3/gcc

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 22:01:02 UTC 2021 Modified Files: src/external/gpl3/gcc: README.gcc10 src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: it's spelled aarch64eb. now aarch64eb userland builds, too. update arm64 status

CVS commit: src/common/lib/libc/string

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 21:43:47 UTC 2021 Modified Files: src/common/lib/libc/string: memset2.c Log Message: avoid redefinition warning for __OPTIMIZE_SIZE__. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/common/lib/libc/string

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 21:43:47 UTC 2021 Modified Files: src/common/lib/libc/string: memset2.c Log Message: avoid redefinition warning for __OPTIMIZE_SIZE__. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/uvm

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 21:37:21 UTC 2021 Modified Files: src/sys/uvm: uvm_map.c uvm_pdaemon.c Log Message: fix error in previous: UVMHIST_PDHIST_SIZE needs to stay next to pdhistbuf[]. To generate a diff of this commit: cvs rdiff -u -r1.387

CVS commit: src/sys/uvm

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 21:37:21 UTC 2021 Modified Files: src/sys/uvm: uvm_map.c uvm_pdaemon.c Log Message: fix error in previous: UVMHIST_PDHIST_SIZE needs to stay next to pdhistbuf[]. To generate a diff of this commit: cvs rdiff -u -r1.387

CVS commit: src

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 21:20:08 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: gcc_init_compound_literal.c gcc_init_compound_literal.exp src/usr.bin/xlint/lint1: init.c Log Message: lint: fix assertion failure

CVS commit: src

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 21:20:08 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: gcc_init_compound_literal.c gcc_init_compound_literal.exp src/usr.bin/xlint/lint1: init.c Log Message: lint: fix assertion failure

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

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 20:57:18 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: gcc_init_compound_literal.c gcc_init_compound_literal.exp Log Message: tests/lint: fix analysis from previous commit, add another example

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

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 20:57:18 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: gcc_init_compound_literal.c gcc_init_compound_literal.exp Log Message: tests/lint: fix analysis from previous commit, add another example

CVS commit: src/doc

2021-04-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 17 20:42:57 UTC 2021 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new tmux To generate a diff of this commit: cvs rdiff -u -r1.1796 -r1.1797 src/doc/3RDPARTY cvs rdiff -u -r1.2796 -r1.2797 src/doc/CHANGES

CVS commit: src/doc

2021-04-17 Thread Christos Zoulas
source tree. @@ -360,3 +360,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0: sparc: Switch to GCC 10. [mrg 20200416] sparc64: Switch to GCC 10. [mrg 20200416] vax: Switch to GCC 10. [mrg 20200416] + tmux(1): Imported 3.2. [christos 20210417]

CVS commit: src/external/bsd/tmux

2021-04-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 17 20:42:10 UTC 2021 Modified Files: src/external/bsd/tmux/dist: client.c cmd-attach-session.c cmd-capture-pane.c cmd-display-menu.c cmd-display-message.c cmd-if-shell.c cmd-load-buffer.c

CVS commit: src

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 20:36:17 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh Added Files: src/tests/usr.bin/xlint/lint1: gcc_init_compound_literal.c

CVS commit: src

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 20:36:17 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh Added Files: src/tests/usr.bin/xlint/lint1: gcc_init_compound_literal.c

CVS commit: src/sys/arch/amd64/include

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 20:12:55 UTC 2021 Modified Files: src/sys/arch/amd64/include: asm.h byte_swap.h cpu.h db_machdep.h frame_regs.h frameasm.h i82093reg.h int_limits.h profile.h segments.h Log Message:

CVS commit: src/sys/arch/amd64/include

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 20:12:55 UTC 2021 Modified Files: src/sys/arch/amd64/include: asm.h byte_swap.h cpu.h db_machdep.h frame_regs.h frameasm.h i82093reg.h int_limits.h profile.h segments.h Log Message:

CVS import: src/external/bsd/tmux/dist

2021-04-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 17 19:42:05 UTC 2021 Update of /cvsroot/src/external/bsd/tmux/dist In directory ivanova.netbsd.org:/tmp/cvs-serv5745 Log Message: CHANGES FROM 3.1c TO 3.2 * Add a flag to disable keys to close a message. * Permit shortcut keys

CVS import: src/external/bsd/tmux/dist

2021-04-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 17 19:42:05 UTC 2021 Update of /cvsroot/src/external/bsd/tmux/dist In directory ivanova.netbsd.org:/tmp/cvs-serv5745 Log Message: CHANGES FROM 3.1c TO 3.2 * Add a flag to disable keys to close a message. * Permit shortcut keys

CVS commit: [thorpej-cfargs] src/sys/arch/arm/acpi

2021-04-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Apr 17 18:03:32 UTC 2021 Modified Files: src/sys/arch/arm/acpi [thorpej-cfargs]: acpi_machdep.c Log Message: acpi_md_gtdt_probe(): Fix paste-o in interface attribute name. To generate a diff of this commit: cvs rdiff -u

CVS commit: [thorpej-cfargs] src/sys/arch/arm/acpi

2021-04-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Apr 17 18:03:32 UTC 2021 Modified Files: src/sys/arch/arm/acpi [thorpej-cfargs]: acpi_machdep.c Log Message: acpi_md_gtdt_probe(): Fix paste-o in interface attribute name. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/x86/x86

2021-04-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Apr 17 18:03:21 UTC 2021 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Make pat_init() a NOOP on XENPV; it causes a trap with Xen 4.15 To generate a diff of this commit: cvs rdiff -u -r1.409 -r1.410

CVS commit: src/sys/arch/x86/x86

2021-04-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Apr 17 18:03:21 UTC 2021 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Make pat_init() a NOOP on XENPV; it causes a trap with Xen 4.15 To generate a diff of this commit: cvs rdiff -u -r1.409 -r1.410

CVS commit: [thorpej-cfargs] src/sys

2021-04-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Apr 17 17:26:23 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64 [thorpej-cfargs]: bus_space.c pmap.c trap.c src/sys/arch/alpha/alpha [thorpej-cfargs]: interrupt.c src/sys/arch/alpha/common

CVS commit: src

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 16:58:05 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_135.c msg_135.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: do not warn about alignment when casting from incomplete struct This

CVS commit: src

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 16:58:05 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_135.c msg_135.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: do not warn about alignment when casting from incomplete struct This

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

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 16:52:09 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_135.c msg_135.exp Log Message: tests/lint: add test for pointer cast from incomplete struct To generate a diff of this commit: cvs rdiff -u -r1.5

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

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 16:52:09 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_135.c msg_135.exp Log Message: tests/lint: add test for pointer cast from incomplete struct To generate a diff of this commit: cvs rdiff -u -r1.5

Re: CVS commit: src/sys/arch/powerpc/include/booke

2021-04-17 Thread Joerg Sonnenberger
On Sat, Apr 17, 2021 at 01:25:57PM +, Rin Okuyama wrote: > Module Name: src > Committed By: rin > Date: Sat Apr 17 13:25:57 UTC 2021 > > Modified Files: > src/sys/arch/powerpc/include/booke: vmparam.h > > Log Message: > Sync MAXfoo params with oea: > > MAXTSIZ: 512MB ->

CVS commit: src/sys/arch/powerpc/include/booke

2021-04-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Apr 17 13:25:57 UTC 2021 Modified Files: src/sys/arch/powerpc/include/booke: vmparam.h Log Message: Sync MAXfoo params with oea: MAXTSIZ: 512MB -> 128MB MAXDSIZ: 3.25GB -> 1GB There should be no particular reasons for

CVS commit: src/sys/arch/powerpc/include/booke

2021-04-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Apr 17 13:25:57 UTC 2021 Modified Files: src/sys/arch/powerpc/include/booke: vmparam.h Log Message: Sync MAXfoo params with oea: MAXTSIZ: 512MB -> 128MB MAXDSIZ: 3.25GB -> 1GB There should be no particular reasons for

CVS commit: src/sys/arch/powerpc/include/booke

2021-04-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Apr 17 13:23:24 UTC 2021 Modified Files: src/sys/arch/powerpc/include/booke: vmparam.h Log Message: PR port-powerpc/56107 Decrease MAXSSIZ from ~256MB to 32MB (same as oea). This fixes tests in /usr/tests/usr.bin/make, that

CVS commit: src/sys/arch/powerpc/include/booke

2021-04-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Apr 17 13:23:24 UTC 2021 Modified Files: src/sys/arch/powerpc/include/booke: vmparam.h Log Message: PR port-powerpc/56107 Decrease MAXSSIZ from ~256MB to 32MB (same as oea). This fixes tests in /usr/tests/usr.bin/make, that

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

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 11:36:34 UTC 2021 Modified Files: src/tests/usr.bin/make: t_make.sh Log Message: tests/make: remove ATF descr The description of the tests is not going to be added anytime soon, as that would either create redundancy

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

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 11:36:34 UTC 2021 Modified Files: src/tests/usr.bin/make: t_make.sh Log Message: tests/make: remove ATF descr The description of the tests is not going to be added anytime soon, as that would either create redundancy

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

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 11:31:26 UTC 2021 Modified Files: src/tests/usr.bin/make: t_make.sh Log Message: tests/make: indent consistently To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/tests/usr.bin/make/t_make.sh Please

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

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 11:31:26 UTC 2021 Modified Files: src/tests/usr.bin/make: t_make.sh Log Message: tests/make: indent consistently To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/tests/usr.bin/make/t_make.sh Please

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

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 11:21:17 UTC 2021 Modified Files: src/tests/usr.bin/make: Makefile Log Message: tests/make: simplify selection of the files to be copied No functional change. To generate a diff of this commit: cvs rdiff -u -r1.2

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

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 11:21:17 UTC 2021 Modified Files: src/tests/usr.bin/make: Makefile Log Message: tests/make: simplify selection of the files to be copied No functional change. To generate a diff of this commit: cvs rdiff -u -r1.2

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

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 11:01:34 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: Makefile Log Message: lint1: remove redundant dependency This is already handled by "make depend". To generate a diff of this commit: cvs rdiff -u -r1.67

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

2021-04-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 17 11:01:34 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: Makefile Log Message: lint1: remove redundant dependency This is already handled by "make depend". To generate a diff of this commit: cvs rdiff -u -r1.67

CVS commit: src/external/gpl3/gcc/lib/libgcc

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 10:54:47 UTC 2021 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc src/external/gpl3/gcc/lib/libgcc/libgcc: Makefile Log Message: add support for arm64 lse.S. arm64 userland much happier now.

CVS commit: src/external/gpl3/gcc/lib/libgcc

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 10:54:47 UTC 2021 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc src/external/gpl3/gcc/lib/libgcc/libgcc: Makefile Log Message: add support for arm64 lse.S. arm64 userland much happier now.

CVS commit: src/external/gpl3/gcc/dist/libgcc

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 10:53:18 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/libgcc: config.host Log Message: remove double arm64 netbsd target. add t-lse, though we don't pull this out with mknative currently. To generate a diff of

CVS commit: src/external/gpl3/gcc/dist/libgcc

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 10:53:18 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/libgcc: config.host Log Message: remove double arm64 netbsd target. add t-lse, though we don't pull this out with mknative currently. To generate a diff of

CVS commit: src/external/gpl3/gcc/dist/gcc/config/aarch64

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 10:19:09 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/gcc/config/aarch64: driver-aarch64.c Log Message: port the -mnative support in GCC 10 to netbsd. (much simpler than 8->9!) To generate a diff of this commit:

CVS commit: src/external/gpl3/gcc/dist/gcc/config/aarch64

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 10:19:09 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/gcc/config/aarch64: driver-aarch64.c Log Message: port the -mnative support in GCC 10 to netbsd. (much simpler than 8->9!) To generate a diff of this commit:

CVS commit: src/doc

2021-04-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 17 10:13:09 UTC 2021 Modified Files: src/doc: 3RDPARTY Log Message: tmux 3.2 out. To generate a diff of this commit: cvs rdiff -u -r1.1795 -r1.1796 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/doc

2021-04-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 17 10:13:09 UTC 2021 Modified Files: src/doc: 3RDPARTY Log Message: tmux 3.2 out. To generate a diff of this commit: cvs rdiff -u -r1.1795 -r1.1796 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/share/mk

2021-04-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 17 09:39:33 UTC 2021 Modified Files: src/share/mk: bsd.own.mk Log Message: Use GCC10 for all amd64 including XEN kernels. To generate a diff of this commit: cvs rdiff -u -r1.1240 -r1.1241 src/share/mk/bsd.own.mk

CVS commit: src/share/mk

2021-04-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 17 09:39:33 UTC 2021 Modified Files: src/share/mk: bsd.own.mk Log Message: Use GCC10 for all amd64 including XEN kernels. To generate a diff of this commit: cvs rdiff -u -r1.1240 -r1.1241 src/share/mk/bsd.own.mk

CVS commit: src/sys/arch/powerpc/include/oea

2021-04-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Apr 17 09:22:29 UTC 2021 Modified Files: src/sys/arch/powerpc/include/oea: vmparam.h Log Message: Adjust TABs. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/arch/powerpc/include/oea

2021-04-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Apr 17 09:22:29 UTC 2021 Modified Files: src/sys/arch/powerpc/include/oea: vmparam.h Log Message: Adjust TABs. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/bin/ps

2021-04-17 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 17 08:35:33 UTC 2021 Modified Files: src/bin/ps: print.c Log Message: Remove SCCS workaround. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/bin/ps/print.c Please note that diffs

CVS commit: src/bin/ps

2021-04-17 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 17 08:35:33 UTC 2021 Modified Files: src/bin/ps: print.c Log Message: Remove SCCS workaround. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/bin/ps/print.c Please note that diffs

CVS commit: src/usr.bin/systat

2021-04-17 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 17 08:34:28 UTC 2021 Modified Files: src/usr.bin/systat: ps.c Log Message: Remove SCCS workarounds. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/usr.bin/systat/ps.c Please note that

CVS commit: src/usr.bin/systat

2021-04-17 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 17 08:34:28 UTC 2021 Modified Files: src/usr.bin/systat: ps.c Log Message: Remove SCCS workarounds. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/usr.bin/systat/ps.c Please note that

CVS commit: src/common/lib/libc/string

2021-04-17 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Apr 17 08:06:58 UTC 2021 Modified Files: src/common/lib/libc/string: memset2.c Log Message: Use __register_t instead of uregister_t - this is available to all ports and both userland and kernel. To generate a diff of this

CVS commit: src/common/lib/libc/string

2021-04-17 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Apr 17 08:06:58 UTC 2021 Modified Files: src/common/lib/libc/string: memset2.c Log Message: Use __register_t instead of uregister_t - this is available to all ports and both userland and kernel. To generate a diff of this

CVS commit: src/usr.bin/w

2021-04-17 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 17 06:14:15 UTC 2021 Modified Files: src/usr.bin/w: pr_time.c w.c Log Message: Remove SCCS workarounds. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/w/pr_time.c cvs rdiff -u

CVS commit: src/usr.bin/w

2021-04-17 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 17 06:14:15 UTC 2021 Modified Files: src/usr.bin/w: pr_time.c w.c Log Message: Remove SCCS workarounds. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/w/pr_time.c cvs rdiff -u

CVS commit: src/common/lib/libc/string

2021-04-17 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Apr 17 06:02:35 UTC 2021 Modified Files: src/common/lib/libc/string: memset2.c Log Message: Cast the fill value to unsigned char so that the "fill" value used for full-word fills isn't garbage. To generate a diff of this

CVS commit: src/common/lib/libc/string

2021-04-17 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Apr 17 06:02:35 UTC 2021 Modified Files: src/common/lib/libc/string: memset2.c Log Message: Cast the fill value to unsigned char so that the "fill" value used for full-word fills isn't garbage. To generate a diff of this