CVS commit: src/usr.bin/quota

2025-03-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Mar 4 07:36:02 UTC 2025 Modified Files: src/usr.bin/quota: printquota.c Log Message: s/traditionnal/traditional/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/quota/printquota.c Please

CVS commit: src/sbin/fsck_ffs

2025-03-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Mar 4 07:42:19 UTC 2025 Modified Files: src/sbin/fsck_ffs: fsck.h Log Message: s/ownerchip/ownership/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sbin/fsck_ffs/fsck.h Please note that diff

CVS commit: src/sbin/fsck_ffs

2025-03-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Mar 4 07:42:19 UTC 2025 Modified Files: src/sbin/fsck_ffs: fsck.h Log Message: s/ownerchip/ownership/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sbin/fsck_ffs/fsck.h Please note that diff

CVS commit: src/usr.bin/quota

2025-03-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Mar 4 07:36:02 UTC 2025 Modified Files: src/usr.bin/quota: printquota.c Log Message: s/traditionnal/traditional/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/quota/printquota.c Please

Re: CVS commit: src/lib/libc/gen

2025-03-03 Thread Robert Elz
Date:Mon, 3 Mar 2025 17:20:57 + From:Taylor R Campbell Message-ID: <20250303172102.41b6b84...@mail.netbsd.org> | It's not `wrong'; it's a legitimate way to eliminate unnecessary | failure modes, weighing costs of one approach vs costs of another. It is a very

CVS commit: src/doc

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:59:26 UTC 2025 Modified Files: src/doc: CHANGES Log Message: CHANGES: adjust previous commit to exact format To generate a diff of this commit: cvs rdiff -u -r1.3141 -r1.3142 src/doc/CHANGES Please note that d

CVS commit: src/doc

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:59:26 UTC 2025 Modified Files: src/doc: CHANGES Log Message: CHANGES: adjust previous commit to exact format To generate a diff of this commit: cvs rdiff -u -r1.3141 -r1.3142 src/doc/CHANGES Please note that d

CVS commit: src/doc

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:56:33 UTC 2025 Modified Files: src/doc: CHANGES Log Message: CHANGES: note addition of -n option to cut(1) To generate a diff of this commit: cvs rdiff -u -r1.3140 -r1.3141 src/doc/CHANGES Please note that dif

CVS commit: src/doc

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:56:33 UTC 2025 Modified Files: src/doc: CHANGES Log Message: CHANGES: note addition of -n option to cut(1) To generate a diff of this commit: cvs rdiff -u -r1.3140 -r1.3141 src/doc/CHANGES Please note that dif

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

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:55:39 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: reflect that PR bin/59029 has been addressed To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/c

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

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:55:39 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: reflect that PR bin/59029 has been addressed To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/c

CVS commit: src/usr.bin/cut

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:54:19 UTC 2025 Modified Files: src/usr.bin/cut: cut.1 cut.c Log Message: cut(1): implement the -n option (for use with -b) This command had long advertised the existence of -n (in its usage message and man page)

CVS commit: src/usr.bin/cut

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:54:19 UTC 2025 Modified Files: src/usr.bin/cut: cut.1 cut.c Log Message: cut(1): implement the -n option (for use with -b) This command had long advertised the existence of -n (in its usage message and man page)

Re: CVS commit: src/lib/libc/gen

2025-03-03 Thread Robert Elz
Date:Mon, 3 Mar 2025 18:08:17 + From:Taylor R Campbell Message-ID: <20250303180830.d601784...@mail.netbsd.org> | I did test build, and I ran the arc4random tests, including the test I | added to verify the new more-graceful failure mode. I just forgot to |

CVS commit: src/lib/libc

2025-03-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 4 00:33:01 UTC 2025 Modified Files: src/lib/libc/gen: arc4random.c pthread_atfork.c Removed Files: src/lib/libc/include: atfork.h Log Message: Revert __libc_atfork addition. This reverts the following revision

CVS commit: src/lib/libpthread

2025-03-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 4 00:41:00 UTC 2025 Modified Files: src/lib/libpthread: pthread_once.c Log Message: pthread_once(3): Add missing memory barriers. PR lib/59126: pthread_once(3): missing memory ordering To generate a diff of this com

CVS commit: src/lib/libpthread

2025-03-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 4 00:41:00 UTC 2025 Modified Files: src/lib/libpthread: pthread_once.c Log Message: pthread_once(3): Add missing memory barriers. PR lib/59126: pthread_once(3): missing memory ordering To generate a diff of this com

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

2025-03-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 4 00:40:42 UTC 2025 Modified Files: src/common/lib/libc/atomic: atomic_op_namespace.h Log Message: libc atomic_op_namespace.h: Add membar_release and membar_acquire. These namespace macros will be needed so that libpt

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

2025-03-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 4 00:40:42 UTC 2025 Modified Files: src/common/lib/libc/atomic: atomic_op_namespace.h Log Message: libc atomic_op_namespace.h: Add membar_release and membar_acquire. These namespace macros will be needed so that libpt

CVS commit: src/lib/libc

2025-03-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 4 00:33:01 UTC 2025 Modified Files: src/lib/libc/gen: arc4random.c pthread_atfork.c Removed Files: src/lib/libc/include: atfork.h Log Message: Revert __libc_atfork addition. This reverts the following revision

CVS commit: src/sys/dev/pci

2025-03-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Mar 3 22:22:37 UTC 2025 Modified Files: src/sys/dev/pci: viaide.c Log Message: viaide(4): use via_chip_map() instead of via_sata_chip_map_new() to attach CX700/VX800 IDE/SATA RAID controllers and set interface flags the same

CVS commit: src/sys/dev/pci

2025-03-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Mar 3 22:31:39 UTC 2025 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1497 -r1.1498 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1496 -r1.149

CVS commit: src/sys/dev/pci

2025-03-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Mar 3 22:31:05 UTC 2025 Modified Files: src/sys/dev/pci: pcidevs Log Message: Update CX700_IDE and CX700M2_IDE descriptions to better reflect their actual purpose. These are not separate IDE controllers for CX700 and CX700M2

CVS commit: src/sys/dev/pci

2025-03-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Mar 3 22:22:37 UTC 2025 Modified Files: src/sys/dev/pci: viaide.c Log Message: viaide(4): use via_chip_map() instead of via_sata_chip_map_new() to attach CX700/VX800 IDE/SATA RAID controllers and set interface flags the same

CVS commit: src/sys/dev

2025-03-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 3 19:02:31 UTC 2025 Modified Files: src/sys/dev/acpi: acpi_mcfg.c src/sys/dev/pci: pci_resource.c pci_resource.h Log Message: pci_resource(9): Handle multiple ranges of the same type. Rather than having the ca

CVS commit: src/sys/dev/acpi

2025-03-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 3 19:38:26 UTC 2025 Modified Files: src/sys/dev/acpi: acpi_mcfg.c Log Message: acpimcfg(4): Use bus ranges set in _CRS if available. Use the MCFG bus range only as a fallback. The _CRS should tell us what ranges are

CVS commit: src/sys/dev/pci

2025-03-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 3 19:38:44 UTC 2025 Modified Files: src/sys/dev/pci: pci_resource.c Log Message: pci_resource(9): Handle multiple bus ranges too. Seen on orion o6. Prompted by: PR port-amd64/59118: Thinkpad T495s - iwm PCI BAR is z

CVS commit: src/sys/dev/pci

2025-03-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 3 19:38:44 UTC 2025 Modified Files: src/sys/dev/pci: pci_resource.c Log Message: pci_resource(9): Handle multiple bus ranges too. Seen on orion o6. Prompted by: PR port-amd64/59118: Thinkpad T495s - iwm PCI BAR is z

CVS commit: src/sys/dev/acpi

2025-03-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 3 19:38:26 UTC 2025 Modified Files: src/sys/dev/acpi: acpi_mcfg.c Log Message: acpimcfg(4): Use bus ranges set in _CRS if available. Use the MCFG bus range only as a fallback. The _CRS should tell us what ranges are

CVS commit: src/sys/dev

2025-03-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 3 19:02:31 UTC 2025 Modified Files: src/sys/dev/acpi: acpi_mcfg.c src/sys/dev/pci: pci_resource.c pci_resource.h Log Message: pci_resource(9): Handle multiple ranges of the same type. Rather than having the ca

Re: CVS commit: src/lib/libc/gen

2025-03-03 Thread Taylor R Campbell
> Date: Mon, 03 Mar 2025 07:39:55 +0700 > From: Robert Elz > > Date:Mon, 03 Mar 2025 06:50:47 +0700 > From:Robert Elz > Message-ID: <13328.1740959...@jacaranda.noi.kre.to> > > | This is the wrong solution, > > Further, given that it doesn't even build, please rev

Re: CVS commit: src/lib/libc/gen

2025-03-03 Thread Taylor R Campbell
> Date: Mon, 03 Mar 2025 06:50:47 +0700 > From: Robert Elz > > Date:Sun, 2 Mar 2025 22:46:24 + > From:"Taylor R Campbell" > Message-ID: <20250302224624.1a707f...@cvs.netbsd.org> > > | Log Message: > | libc: New __libc_atfork. > | > | This uses caller-pro

Re: CVS commit: src/lib/libc/arch/arm/misc

2025-03-03 Thread Taylor R Campbell
> Date: Sun, 2 Mar 2025 12:39:02 -0500 > From: Christos Zoulas > > Yes, unfortunately I committed the version from my tree by accident > and not the one that was on the web server. I already fixed it. No, you seem to have gotten it the wrong way around... The original commit, rev. 1.8, had no a

Re: CVS commit: src/lib/libc/arch/arm/misc

2025-03-03 Thread Christos Zoulas
Fixed now. christos > On Mar 3, 2025, at 10:41 AM, Taylor R Campbell wrote: > >> Date: Sun, 2 Mar 2025 12:39:02 -0500 >> From: Christos Zoulas >> >> Yes, unfortunately I committed the version from my tree by accident >> and not the one that was on the web server. I already fixed it. > > No,

CVS commit: src/lib/libc/arch/arm/misc

2025-03-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 3 17:00:22 UTC 2025 Modified Files: src/lib/libc/arch/arm/misc: arm_initfini.c Log Message: don't abort, just fail. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/arch/arm/misc/arm_initfini.

CVS commit: src/lib/libc/arch/arm/misc

2025-03-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 3 17:00:22 UTC 2025 Modified Files: src/lib/libc/arch/arm/misc: arm_initfini.c Log Message: don't abort, just fail. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/arch/arm/misc/arm_initfini.

CVS commit: src/tests/kernel

2025-03-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Feb 28 16:08:42 UTC 2025 Modified Files: src/tests/kernel: t_execregs.c Log Message: t_execregs: Make read failure nonfatal. This way, the test will report when the helper program h_execregs has crashed, which happens ofte

CVS commit: src/sys/arch/xen/xen

2025-03-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Mar 3 09:05:07 UTC 2025 Modified Files: src/sys/arch/xen/xen: xen_clock.c Log Message: s/nead/near/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/xen/xen/xen_clock.c Please note tha

CVS commit: src/sys/arch/xen/xen

2025-03-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Mar 3 09:05:07 UTC 2025 Modified Files: src/sys/arch/xen/xen: xen_clock.c Log Message: s/nead/near/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/xen/xen/xen_clock.c Please note tha