CVS commit: src/sys/ddb

2024-01-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 22 07:57:49 UTC 2024 Modified Files: src/sys/ddb: db_proc.c Log Message: Fix column alignment in ps/w output To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/ddb/db_proc.c Please note that diffs are

CVS commit: src/sys/ddb

2024-01-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 22 07:57:49 UTC 2024 Modified Files: src/sys/ddb: db_proc.c Log Message: Fix column alignment in ps/w output To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/ddb/db_proc.c Please note that diffs are

CVS commit: src/sys/arch/hppa/hppa

2024-01-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 22 07:15:25 UTC 2024 Modified Files: src/sys/arch/hppa/hppa: machdep.c Log Message: Don't duplicate PIM_CPU_BITS in one printf. PIM_CPU_HPMC_BITS already includes PIM_CPU_HPMC_BITS To generate a diff of this commit: cvs

CVS commit: src/sys/arch/hppa/hppa

2024-01-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 22 07:15:25 UTC 2024 Modified Files: src/sys/arch/hppa/hppa: machdep.c Log Message: Don't duplicate PIM_CPU_BITS in one printf. PIM_CPU_HPMC_BITS already includes PIM_CPU_HPMC_BITS To generate a diff of this commit: cvs

CVS commit: src/sys/arch/hppa/hppa

2024-01-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 22 07:10:54 UTC 2024 Modified Files: src/sys/arch/hppa/hppa: pim.h Log Message: Fix one by one bugs I committed back in 2009. Spotted by rillig@. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/hppa/hppa

2024-01-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 22 07:10:54 UTC 2024 Modified Files: src/sys/arch/hppa/hppa: pim.h Log Message: Fix one by one bugs I committed back in 2009. Spotted by rillig@. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/mac68k/dev

2024-01-21 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Jan 22 06:28:49 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: sbcvar.h Log Message: Missing '\' Many thnanks rillig@ XXX-pullup10. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/arch/mac68k/dev

2024-01-21 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Jan 22 06:28:49 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: sbcvar.h Log Message: Missing '\' Many thnanks rillig@ XXX-pullup10. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/lib/libutil

2024-01-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Mon Jan 22 00:11:21 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb(3): restore empty string in snprintb_m example Restore the empty string at the end of snprintb_m output that was accidentally removed

CVS commit: src/lib/libutil

2024-01-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Mon Jan 22 00:11:21 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb(3): restore empty string in snprintb_m example Restore the empty string at the end of snprintb_m output that was accidentally removed

CVS commit: src/lib/libutil

2024-01-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 21 23:57:49 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb(3): update mmap example Bring over the prettier version of the mmap format string that we have in the header file for some time now.

CVS commit: src/lib/libutil

2024-01-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 21 23:57:49 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb(3): update mmap example Bring over the prettier version of the mmap format string that we have in the header file for some time now.

CVS commit: src/lib/libutil

2024-01-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 21 23:44:30 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb(3): try to improve narration Try to make the narration more coherent. Make the old and new syntaxes easy to distinguish and go out of

CVS commit: src/lib/libutil

2024-01-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 21 23:44:30 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb(3): try to improve narration Try to make the narration more coherent. Make the old and new syntaxes easy to distinguish and go out of

CVS commit: src/lib/libutil

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 22:06:46 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb.3: remove empty string literals from examples Suggested by uwe@, as gaps in bitmasks are quite common and thus shouldn't clutter the

CVS commit: src/lib/libutil

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 22:06:46 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb.3: remove empty string literals from examples Suggested by uwe@, as gaps in bitmasks are quite common and thus shouldn't clutter the

Re: CVS commit: src/lib/libutil

2024-01-21 Thread Valery Ushakov
On Sun, Jan 21, 2024 at 21:31:23 +, Roland Illig wrote: > and also didn't make it clear that a few bits were omitted from > having descriptions. I dislike this part. It's internally inconsistent as it doesn't add the placeholders for the low bits; and in many real-life scenarios there will

CVS commit: src/lib/libutil

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 21:31:23 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb.3: fix examples The first example broke the format string at boundaries that didn't highlight the structure of the format string and

CVS commit: src/lib/libutil

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 21:31:23 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb.3: fix examples The first example broke the format string at boundaries that didn't highlight the structure of the format string and

Re: CVS commit: src/bin/date

2024-01-21 Thread Robert Elz
Date:Sun, 21 Jan 2024 18:16:28 - (UTC) From:chris...@astron.com (Christos Zoulas) Message-ID: | I think this is the yacc used by the build process, not the yacc | to build tools with? I.e. will this yacc produce c files usable in | the host compilation

Re: CVS commit: src/bin/date

2024-01-21 Thread Roland Illig
Am 21.01.2024 um 19:16 schrieb Christos Zoulas: > In article , > Valery Ushakov wrote: >> On Sun, Jan 21, 2024 at 11:55:56 -0500, Christos Zoulas wrote: >> >>> Consider providing parsedate(3) in libcompat, but then we'd need >>> yacc... >> >> We already have yacc in tools - src/tools/yacc > > I

CVS commit: src/lib/libm

2024-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 21 18:53:19 UTC 2024 Modified Files: src/lib/libm: Makefile src/lib/libm/ld80: e_rem_pio2l.h src/lib/libm/src: math_private.h namespace.h Added Files: src/lib/libm/ld128: b_expl.c b_logl.c

Re: CVS commit: src/bin/date

2024-01-21 Thread Christos Zoulas
In article , Valery Ushakov wrote: >On Sun, Jan 21, 2024 at 11:55:56 -0500, Christos Zoulas wrote: > >> Consider providing parsedate(3) in libcompat, but then we'd need >> yacc... > >We already have yacc in tools - src/tools/yacc I think this is the yacc used by the build process, not the yacc

Re: CVS commit: src/bin/date

2024-01-21 Thread Valery Ushakov
On Sun, Jan 21, 2024 at 11:55:56 -0500, Christos Zoulas wrote: > Consider providing parsedate(3) in libcompat, but then we'd need > yacc... We already have yacc in tools - src/tools/yacc -uwe

CVS commit: src/bin/date

2024-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 21 16:55:56 UTC 2024 Modified Files: src/bin/date: date.c Log Message: Handle -d %Y%m%d in the tools version. This is used in the release notes Makefile.inc when BUILDID is specified. Consider providing parsedate(3) in

CVS commit: src/bin/date

2024-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 21 16:55:56 UTC 2024 Modified Files: src/bin/date: date.c Log Message: Handle -d %Y%m%d in the tools version. This is used in the release notes Makefile.inc when BUILDID is specified. Consider providing parsedate(3) in

CVS commit: src/usr.bin/make

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 16:32:41 UTC 2024 Modified Files: src/usr.bin/make: cond.c Log Message: make: refactor CondParser_Term to be inlinable No functional change. To generate a diff of this commit: cvs rdiff -u -r1.360 -r1.361

CVS commit: src/usr.bin/make

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 16:32:41 UTC 2024 Modified Files: src/usr.bin/make: cond.c Log Message: make: refactor CondParser_Term to be inlinable No functional change. To generate a diff of this commit: cvs rdiff -u -r1.360 -r1.361

CVS commit: src/usr.bin/make

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 15:22:55 UTC 2024 Modified Files: src/usr.bin/make: cond.c Log Message: make: clean up parsing of conditions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.359 -r1.360

CVS commit: src/usr.bin/make

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 15:22:55 UTC 2024 Modified Files: src/usr.bin/make: cond.c Log Message: make: clean up parsing of conditions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.359 -r1.360

CVS commit: src/sys/dev/fdt

2024-01-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jan 21 15:10:08 UTC 2024 Modified Files: src/sys/dev/fdt: fdt_boot.c Log Message: Include for struct mbr_sector To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/fdt_boot.c Please note that diffs

CVS commit: src/sys/dev/fdt

2024-01-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jan 21 15:10:08 UTC 2024 Modified Files: src/sys/dev/fdt: fdt_boot.c Log Message: Include for struct mbr_sector To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/fdt_boot.c Please note that diffs

CVS commit: src/usr.bin/make

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 15:02:17 UTC 2024 Modified Files: src/usr.bin/make: for.c var.c Log Message: make: clean up redundant 'const' from automatic variables No binary change. To generate a diff of this commit: cvs rdiff -u -r1.177

CVS commit: src/usr.bin/make

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 15:02:17 UTC 2024 Modified Files: src/usr.bin/make: for.c var.c Log Message: make: clean up redundant 'const' from automatic variables No binary change. To generate a diff of this commit: cvs rdiff -u -r1.177

CVS commit: src/usr.bin/xlint

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 14:59:18 UTC 2024 Modified Files: src/usr.bin/xlint: Makefile.inc Log Message: lint: on lint itself, disable query for const variables again It suffixes to perform this check on demand. To generate a diff of this

CVS commit: src/usr.bin/xlint

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 14:59:18 UTC 2024 Modified Files: src/usr.bin/xlint: Makefile.inc Log Message: lint: on lint itself, disable query for const variables again It suffixes to perform this check on demand. To generate a diff of this

CVS commit: src/usr.bin/xlint

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 14:21:34 UTC 2024 Modified Files: src/usr.bin/xlint: Makefile.inc src/usr.bin/xlint/lint1: decl.c tree.c Log Message: lint: clean up redundant const from parameters and local variables These were leftovers

CVS commit: src/usr.bin/xlint

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 14:21:34 UTC 2024 Modified Files: src/usr.bin/xlint: Makefile.inc src/usr.bin/xlint/lint1: decl.c tree.c Log Message: lint: clean up redundant const from parameters and local variables These were leftovers

CVS commit: src/usr.bin/xlint

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 14:11:52 UTC 2024 Modified Files: src/usr.bin/xlint/lint1: main1.c src/usr.bin/xlint/xlint: lint.1 Log Message: lint: create .ln output file even when queries are enabled This allows to configure lint flags in

CVS commit: src/usr.bin/xlint

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 14:11:52 UTC 2024 Modified Files: src/usr.bin/xlint/lint1: main1.c src/usr.bin/xlint/xlint: lint.1 Log Message: lint: create .ln output file even when queries are enabled This allows to configure lint flags in

CVS commit: src/distrib/utils/embedded

2024-01-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 21 13:10:55 UTC 2024 Modified Files: src/distrib/utils/embedded/conf: wii.conf Added Files: src/distrib/utils/embedded/files: evbppc_wii_icon.png Log Message: wii: Add 128x48 icon to SD card image To generate

CVS commit: src/distrib/utils/embedded

2024-01-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 21 13:10:55 UTC 2024 Modified Files: src/distrib/utils/embedded/conf: wii.conf Added Files: src/distrib/utils/embedded/files: evbppc_wii_icon.png Log Message: wii: Add 128x48 icon to SD card image To generate

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 21 13:05:29 UTC 2024 Modified Files: src/sys/arch/evbppc/wii/dev: vireg.h wiifb.c Added Files: src/sys/arch/evbppc/wii/dev: viio.h Log Message: wii: Add NTSC 480p support. In addition to this, add

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 21 13:05:29 UTC 2024 Modified Files: src/sys/arch/evbppc/wii/dev: vireg.h wiifb.c Added Files: src/sys/arch/evbppc/wii/dev: viio.h Log Message: wii: Add NTSC 480p support. In addition to this, add

CVS commit: src/lib/libc/net

2024-01-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jan 21 12:58:10 UTC 2024 Modified Files: src/lib/libc/net: getaddrinfo.c Log Message: Unwrap a line which wasn't wrapped before it had an __UNCONST() added to it, and now that that is gone again, doesn't need wrapping any more.

CVS commit: src/lib/libc/net

2024-01-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jan 21 12:58:10 UTC 2024 Modified Files: src/lib/libc/net: getaddrinfo.c Log Message: Unwrap a line which wasn't wrapped before it had an __UNCONST() added to it, and now that that is gone again, doesn't need wrapping any more.

CVS commit: src/distrib/utils/embedded/conf

2024-01-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 21 10:28:25 UTC 2024 Modified Files: src/distrib/utils/embedded/conf: wii.conf Log Message: build fix: use dd with count=1 for compat with NetBSD dd(1) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/distrib/utils/embedded/conf

2024-01-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 21 10:28:25 UTC 2024 Modified Files: src/distrib/utils/embedded/conf: wii.conf Log Message: build fix: use dd with count=1 for compat with NetBSD dd(1) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/riscv/fdt

2024-01-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 21 08:48:21 UTC 2024 Modified Files: src/sys/arch/riscv/fdt: intc_fdt.c Log Message: Make this compile without MULTIPROCESSOR To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/riscv/fdt/intc_fdt.c

CVS commit: src/sys/arch/riscv/fdt

2024-01-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 21 08:48:21 UTC 2024 Modified Files: src/sys/arch/riscv/fdt: intc_fdt.c Log Message: Make this compile without MULTIPROCESSOR To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/riscv/fdt/intc_fdt.c

CVS commit: src/sys/arch/riscv/fdt

2024-01-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 21 08:41:00 UTC 2024 Modified Files: src/sys/arch/riscv/fdt: intc_fdt.c Log Message: Remove an empty line To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/riscv/fdt/intc_fdt.c Please note that

CVS commit: src/sys/arch/riscv/fdt

2024-01-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 21 08:41:00 UTC 2024 Modified Files: src/sys/arch/riscv/fdt: intc_fdt.c Log Message: Remove an empty line To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/riscv/fdt/intc_fdt.c Please note that

CVS commit: src/sys/arch/riscv/fdt

2024-01-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 21 08:39:50 UTC 2024 Modified Files: src/sys/arch/riscv/fdt: intc_fdt.c Log Message: spaces -> tab To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/riscv/fdt/intc_fdt.c Please note that diffs are

CVS commit: src/sys/arch/riscv/fdt

2024-01-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 21 08:39:50 UTC 2024 Modified Files: src/sys/arch/riscv/fdt: intc_fdt.c Log Message: spaces -> tab To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/riscv/fdt/intc_fdt.c Please note that diffs are