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 are

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 are

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

2024-01-20 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jan 20 11:04:53 UTC 2024 Modified Files: src/sys/lib/libkern: Makefile.libkern src/sys/stand/efiboot: Makefile.efiboot Added Files: src/common/include/libc: extern.h Log Message: Compensate for src/common/lib/libc

CVS commit: src

2024-01-20 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jan 20 11:04:53 UTC 2024 Modified Files: src/sys/lib/libkern: Makefile.libkern src/sys/stand/efiboot: Makefile.efiboot Added Files: src/common/include/libc: extern.h Log Message: Compensate for src/common/lib/libc

CVS commit: src/sys/compat/sys

2024-01-20 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jan 20 08:40:37 UTC 2024 Modified Files: src/sys/compat/sys: resource.h Log Message: Now that rusage_to_rusage50() has switched from being an external function, to a static inline, we need for it to work. Not all callers provide

CVS commit: src/sys/compat/sys

2024-01-20 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jan 20 08:40:37 UTC 2024 Modified Files: src/sys/compat/sys: resource.h Log Message: Now that rusage_to_rusage50() has switched from being an external function, to a static inline, we need for it to work. Not all callers provide

CVS commit: src/bin/sh

2024-01-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jan 16 14:30:22 UTC 2024 Modified Files: src/bin/sh: sh.1 Log Message: Remove an ancient incorrect notion which somehow survived intact for ages. "$@" is (as it is in double quotes) not subject to field splitting. "$@" generates

CVS commit: src/bin/sh

2024-01-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jan 16 14:30:22 UTC 2024 Modified Files: src/bin/sh: sh.1 Log Message: Remove an ancient incorrect notion which somehow survived intact for ages. "$@" is (as it is in double quotes) not subject to field splitting. "$@" generates

Re: CVS commit: src/sys/sys

2024-01-02 Thread Robert Elz
Date:Tue, 2 Jan 2024 21:20:42 -0500 From:Jason Thorpe Message-ID: | seems safe Safe probably, but also wrong. It looks to be there puerly for the __BEGIN_DECLS / __END_DECLS definitions - which are needed just beause has prototypes for lseek() truncate() and f

Re: CVS commit: src/sys/sys

2024-01-02 Thread Robert Elz
Date:Wed, 3 Jan 2024 03:15:39 +0300 From:Valery Ushakov Message-ID: | for userland uses should include stddef.h where size_t is supposed | to come from Unfortunately, while is defined to specify size_t it isn't specified to include ssize_t - and many things tha

CVS commit: src/sys/sys

2024-01-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jan 2 22:39:00 UTC 2024 Modified Files: src/sys/sys: rbtree.h Log Message: Fix previous so isn't included with _KERNEL (etc). Like it used to be. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/sys/rbtre

CVS commit: src/sys/sys

2024-01-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jan 2 22:39:00 UTC 2024 Modified Files: src/sys/sys: rbtree.h Log Message: Fix previous so isn't included with _KERNEL (etc). Like it used to be. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/sys/rbtre

CVS commit: src/usr.sbin/tprof

2024-01-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jan 2 22:35:26 UTC 2024 Modified Files: src/usr.sbin/tprof: tprof_top.c Log Message: This needs - it used to come from (inappropriately) but no longer (normally).This should unbreak the builds. To generate a diff of this

CVS commit: src/usr.sbin/tprof

2024-01-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jan 2 22:35:26 UTC 2024 Modified Files: src/usr.sbin/tprof: tprof_top.c Log Message: This needs - it used to come from (inappropriately) but no longer (normally).This should unbreak the builds. To generate a diff of this

CVS commit: src/sys/sys

2024-01-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jan 2 22:35:22 UTC 2024 Modified Files: src/sys/sys: rbtree.h Log Message: Put back - but only when RBDEBUG is defined (the similarly conditional rb_tree_check() prototype needs "bool"). To generate a diff of this commit: cvs

CVS commit: src/sys/sys

2024-01-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jan 2 22:35:22 UTC 2024 Modified Files: src/sys/sys: rbtree.h Log Message: Put back - but only when RBDEBUG is defined (the similarly conditional rb_tree_check() prototype needs "bool"). To generate a diff of this commit: cvs

CVS commit: src/bin/sh

2023-12-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Dec 29 15:49:24 UTC 2023 Modified Files: src/bin/sh: expand.c Log Message: PR bin/57773 Fix another bug reported by Jarle Fredrik Greipsland and added to PR bin/57773, which relates to calculating the length of a positional para

CVS commit: src/bin/sh

2023-12-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Dec 29 15:49:24 UTC 2023 Modified Files: src/bin/sh: expand.c Log Message: PR bin/57773 Fix another bug reported by Jarle Fredrik Greipsland and added to PR bin/57773, which relates to calculating the length of a positional para

Re: CVS commit: src/tests/bin/sh

2023-12-28 Thread Robert Elz
Date:Thu, 28 Dec 2023 20:04:11 + From:"Andrius Varanavicius" Message-ID: <20231228200411.283ccf...@cvs.netbsd.org> | Modified Files: | src/tests/bin/sh: t_syntax.sh | Log Message: | s/synax/syntax/ in test description. Thanks for the correction, but,

CVS commit: src/etc/rc.d

2023-12-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 08:38:32 UTC 2023 Modified Files: src/etc/rc.d: sysdb Log Message: Stop using the obsolete test(1) -o operator, use sh || instead. Prefer sh ! over test's ! (though that one is not completely obsolete). To generate a dif

CVS commit: src/etc/rc.d

2023-12-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 08:38:32 UTC 2023 Modified Files: src/etc/rc.d: sysdb Log Message: Stop using the obsolete test(1) -o operator, use sh || instead. Prefer sh ! over test's ! (though that one is not completely obsolete). To generate a dif

CVS commit: src/etc/rc.d

2023-12-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 08:37:09 UTC 2023 Modified Files: src/etc/rc.d: postfix Log Message: Do away with the obsolete text(1) -a operator, use sh && instead. Prefer sh ! operator over test's ! (less question what it means). A few minor formattin

CVS commit: src/etc/rc.d

2023-12-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 08:37:09 UTC 2023 Modified Files: src/etc/rc.d: postfix Log Message: Do away with the obsolete text(1) -a operator, use sh && instead. Prefer sh ! operator over test's ! (less question what it means). A few minor formattin

CVS commit: src/etc/rc.d

2023-12-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 08:35:07 UTC 2023 Modified Files: src/etc/rc.d: named Log Message: Clean up obsolete test(1) usage - use sh's || instead of test's obsolete -o, and sh's && instead of test's obsolete -a. Minor formatting cleanups, includi

CVS commit: src/etc/rc.d

2023-12-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 08:35:07 UTC 2023 Modified Files: src/etc/rc.d: named Log Message: Clean up obsolete test(1) usage - use sh's || instead of test's obsolete -o, and sh's && instead of test's obsolete -a. Minor formatting cleanups, includi

CVS commit: src/etc/rc.d

2023-12-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 08:29:05 UTC 2023 Modified Files: src/etc/rc.d: iscsid_volumes Log Message: Clean up obsolere test(1) -a option/operator - use sh && instead. Take the opportunity to do a little sh formatting cleanups, the \ line continuat

CVS commit: src/etc/rc.d

2023-12-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 08:29:05 UTC 2023 Modified Files: src/etc/rc.d: iscsid_volumes Log Message: Clean up obsolere test(1) -a option/operator - use sh && instead. Take the opportunity to do a little sh formatting cleanups, the \ line continuat

CVS commit: src/etc/rc.d

2023-12-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 08:24:58 UTC 2023 Modified Files: src/etc/rc.d: ipfs Log Message: Clean up obsolete test(1) usage, use sh && rather than test's old -a (and while here prefer sh's ! operator over test's - it simplifies things for test).

CVS commit: src/etc/rc.d

2023-12-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 08:24:58 UTC 2023 Modified Files: src/etc/rc.d: ipfs Log Message: Clean up obsolete test(1) usage, use sh && rather than test's old -a (and while here prefer sh's ! operator over test's - it simplifies things for test).

CVS commit: src/etc/rc.d

2023-12-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 08:23:36 UTC 2023 Modified Files: src/etc/rc.d: bluetooth Log Message: Clean up obsolete test(1) usage - don't use -o, use sh || instead. This one was particularly bad: if [ -z ${dev} -o ${junk} ]; then was supp

CVS commit: src/etc/rc.d

2023-12-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 08:23:36 UTC 2023 Modified Files: src/etc/rc.d: bluetooth Log Message: Clean up obsolete test(1) usage - don't use -o, use sh || instead. This one was particularly bad: if [ -z ${dev} -o ${junk} ]; then was supp

CVS commit: src/etc/rc.d

2023-12-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 07:49:22 UTC 2023 Modified Files: src/etc/rc.d: ip6addrctl Log Message: Don't use obsolete test(1) -a option/operator - use sh && instead. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/etc/rc.d/ip6addrc

CVS commit: src/etc/rc.d

2023-12-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 07:49:22 UTC 2023 Modified Files: src/etc/rc.d: ip6addrctl Log Message: Don't use obsolete test(1) -a option/operator - use sh && instead. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/etc/rc.d/ip6addrc

CVS commit: src/etc/rc.d

2023-12-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 07:46:12 UTC 2023 Modified Files: src/etc/rc.d: certctl_init Log Message: Whitespace: 8 spaces -> tab To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/etc/rc.d/certctl_init Please note that diffs are not

CVS commit: src/etc/rc.d

2023-12-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 07:46:12 UTC 2023 Modified Files: src/etc/rc.d: certctl_init Log Message: Whitespace: 8 spaces -> tab To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/etc/rc.d/certctl_init Please note that diffs are not

CVS commit: src/etc/rc.d

2023-12-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 07:43:03 UTC 2023 Modified Files: src/etc/rc.d: certctl_init Log Message: No longer use obsolete test(1) -a option/operator, use sh && instead. While here a couple of minor formatting improvements - in general it is alway

CVS commit: src/etc/rc.d

2023-12-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 07:43:03 UTC 2023 Modified Files: src/etc/rc.d: certctl_init Log Message: No longer use obsolete test(1) -a option/operator, use sh && instead. While here a couple of minor formatting improvements - in general it is alway

CVS commit: src/etc/rc.d

2023-12-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 07:39:59 UTC 2023 Modified Files: src/etc/rc.d: securelevel Log Message: No longer use obsolete test "-a" option - use sh && instead. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/etc/rc.d/securelevel

CVS commit: src/etc/rc.d

2023-12-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 07:39:59 UTC 2023 Modified Files: src/etc/rc.d: securelevel Log Message: No longer use obsolete test "-a" option - use sh && instead. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/etc/rc.d/securelevel

CVS commit: src/bin/sh

2023-12-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 04:52:38 UTC 2023 Modified Files: src/bin/sh: eval.c Log Message: PR bin/57773 Fix a bug reported by Jarle Fredrik Greipsland in PR bin/57773, where a substring expansion where the substring to be removed from a variable

CVS commit: src/bin/sh

2023-12-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 04:52:38 UTC 2023 Modified Files: src/bin/sh: eval.c Log Message: PR bin/57773 Fix a bug reported by Jarle Fredrik Greipsland in PR bin/57773, where a substring expansion where the substring to be removed from a variable

CVS commit: src/bin/sh

2023-12-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 02:28:47 UTC 2023 Modified Files: src/bin/sh: expand.c Log Message: Correct a bizarre piece of source formatting that crept in by accident several years ago (change a space into newline tab). NFC To generate a diff of t

CVS commit: src/bin/sh

2023-12-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 25 02:28:47 UTC 2023 Modified Files: src/bin/sh: expand.c Log Message: Correct a bizarre piece of source formatting that crept in by accident several years ago (change a space into newline tab). NFC To generate a diff of t

CVS commit: src/doc

2023-12-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Dec 23 15:52:11 UTC 2023 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note update of tzdata to 2023d (2023dgtz). To generate a diff of this commit: cvs rdiff -u -r1.1971 -r1.1972 src/doc/3RDPARTY cvs rdiff -u -r1.3024

CVS commit: src/doc

2023-12-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Dec 23 15:52:11 UTC 2023 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note update of tzdata to 2023d (2023dgtz). To generate a diff of this commit: cvs rdiff -u -r1.1971 -r1.1972 src/doc/3RDPARTY cvs rdiff -u -r1.3024

CVS commit: src/external/public-domain/tz/dist

2023-12-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Dec 23 15:46:44 UTC 2023 Modified Files: src/external/public-domain/tz/dist: TZDATA_VERSION asia australasia leap-seconds.list leapseconds version Log Message: Merge tzdata2023d To generate a diff of this commit: cv

CVS commit: src/external/public-domain/tz/dist

2023-12-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Dec 23 15:46:44 UTC 2023 Modified Files: src/external/public-domain/tz/dist: TZDATA_VERSION asia australasia leap-seconds.list leapseconds version Log Message: Merge tzdata2023d To generate a diff of this commit: cv

CVS import: src/external/public-domain/tz/dist

2023-12-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Dec 23 15:38:19 UTC 2023 Update of /cvsroot/src/external/public-domain/tz/dist In directory ivanova.netbsd.org:/tmp/cvs-serv6163 Log Message: Import tzdata2023d from https://github.com/JodaOrg/global-tz/releases/download/2023dgtz/tzdata

CVS import: src/external/public-domain/tz/dist

2023-12-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Dec 23 15:38:19 UTC 2023 Update of /cvsroot/src/external/public-domain/tz/dist In directory ivanova.netbsd.org:/tmp/cvs-serv6163 Log Message: Import tzdata2023d from https://github.com/JodaOrg/global-tz/releases/download/2023dgtz/tzdata

CVS commit: src/bin/df

2023-12-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 18 08:27:24 UTC 2023 Modified Files: src/bin/df: df.c Log Message: Correctly compute the "Filesystem" column with when using -W (that added "NAME=" occupies space!) XXX pullup -10 To generate a diff of this commit: cvs rdi

CVS commit: src/bin/df

2023-12-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 18 08:27:24 UTC 2023 Modified Files: src/bin/df: df.c Log Message: Correctly compute the "Filesystem" column with when using -W (that added "NAME=" occupies space!) XXX pullup -10 To generate a diff of this commit: cvs rdi

CVS commit: src/lib/libc/time

2023-12-07 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Dec 7 23:42:28 UTC 2023 Modified Files: src/lib/libc/time: zic.8 Log Message: Fix yet another wording (editing) botch noticed by uwe@ To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libc/time/zic.8 Pleas

CVS commit: src/lib/libc/time

2023-12-07 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Dec 7 23:42:28 UTC 2023 Modified Files: src/lib/libc/time: zic.8 Log Message: Fix yet another wording (editing) botch noticed by uwe@ To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libc/time/zic.8 Pleas

CVS commit: src/lib/libc/net

2023-12-07 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Dec 7 22:33:49 UTC 2023 Modified Files: src/lib/libc/net: sethostent.c Log Message: Fix a couple of (not very likely) memory leaks, reported by e...@google.com who attributed them: the malloc one was reported to Android (as

CVS commit: src/lib/libc/net

2023-12-07 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Dec 7 22:33:49 UTC 2023 Modified Files: src/lib/libc/net: sethostent.c Log Message: Fix a couple of (not very likely) memory leaks, reported by e...@google.com who attributed them: the malloc one was reported to Android (as

CVS commit: src/lib/libc/time

2023-12-07 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Dec 7 20:13:37 UTC 2023 Modified Files: src/lib/libc/time: zic.8 Log Message: Fix a wording botch noticed by uwe@ (and one more smaller one), and a few more markup issues. While here, consistemntly use minus when minus is mean

CVS commit: src/lib/libc/time

2023-12-07 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Dec 7 20:13:37 UTC 2023 Modified Files: src/lib/libc/time: zic.8 Log Message: Fix a wording botch noticed by uwe@ (and one more smaller one), and a few more markup issues. While here, consistemntly use minus when minus is mean

CVS commit: src/lib/libc/time

2023-12-06 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Dec 6 21:45:11 UTC 2023 Modified Files: src/lib/libc/time: zdump.8 Log Message: A couple more (relatively minor) markup fixes. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libc/time/zdump.8 Please not

CVS commit: src/lib/libc/time

2023-12-06 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Dec 6 21:45:11 UTC 2023 Modified Files: src/lib/libc/time: zdump.8 Log Message: A couple more (relatively minor) markup fixes. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libc/time/zdump.8 Please not

CVS commit: src/lib/libc/time

2023-12-06 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Dec 6 21:42:01 UTC 2023 Modified Files: src/lib/libc/time: zic.8 Log Message: More markup fixes.This man page remains exceedingly ugly (particularly relating to vertical space - which often is missing where it would be bette

CVS commit: src/lib/libc/time

2023-12-06 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Dec 6 21:42:01 UTC 2023 Modified Files: src/lib/libc/time: zic.8 Log Message: More markup fixes.This man page remains exceedingly ugly (particularly relating to vertical space - which often is missing where it would be bette

CVS commit: src/bin/sh

2023-10-20 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Oct 20 22:08:52 UTC 2023 Modified Files: src/bin/sh: parser.c Log Message: Work around a probably gcc12 bug in detecting "potentially clobbered" variables after longjmp() for some architectures (sh3 at least). This should allow

CVS commit: src/bin/sh

2023-10-20 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Oct 20 22:08:52 UTC 2023 Modified Files: src/bin/sh: parser.c Log Message: Work around a probably gcc12 bug in detecting "potentially clobbered" variables after longjmp() for some architectures (sh3 at least). This should allow

CVS commit: src/bin/sh

2023-10-05 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Oct 5 20:33:31 UTC 2023 Modified Files: src/bin/sh: miscbltin.c Log Message: If the read builtin is told to read into IFS, we must avoid doing that until all current uses of IFS are complete (as we have IFS's value cached in ifs

CVS commit: src/bin/sh

2023-10-05 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Oct 5 20:33:31 UTC 2023 Modified Files: src/bin/sh: miscbltin.c Log Message: If the read builtin is told to read into IFS, we must avoid doing that until all current uses of IFS are complete (as we have IFS's value cached in ifs

Re: CVS commit: src/sbin/gpt

2023-09-27 Thread Robert Elz
Date:Wed, 27 Sep 2023 09:44:10 + From:"Taylor R Campbell" Message-ID: <20230927094410.b9257f...@cvs.netbsd.org> | gpt(8): Make gpt type array and enum match again. Thanks, and apologies for not checking that better - I did test that it recognised the new one pr

CVS commit: src/sbin/gpt

2023-09-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 26 15:55:46 UTC 2023 Modified Files: src/sbin/gpt: gpt.c Log Message: When extracting the attributes (to printable form), avoid simply ignoring any attribute bits which are unknown, print them as a hex value. This avoids "At

CVS commit: src/sbin/gpt

2023-09-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 26 15:55:46 UTC 2023 Modified Files: src/sbin/gpt: gpt.c Log Message: When extracting the attributes (to printable form), avoid simply ignoring any attribute bits which are unknown, print them as a hex value. This avoids "At

CVS commit: src/sbin/gpt

2023-09-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 26 15:48:31 UTC 2023 Modified Files: src/sbin/gpt: gpt_uuid.c Log Message: Recognise Windows Recovery partitions. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sbin/gpt/gpt_uuid.c Please note that diffs

CVS commit: src/sbin/gpt

2023-09-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 26 15:48:31 UTC 2023 Modified Files: src/sbin/gpt: gpt_uuid.c Log Message: Recognise Windows Recovery partitions. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sbin/gpt/gpt_uuid.c Please note that diffs

CVS commit: src/sys/sys

2023-09-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 26 15:47:11 UTC 2023 Modified Files: src/sys/sys: disklabel_gpt.h Log Message: Add the GUID for Microsoft Recovery partitions. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/sys/disklabel_gpt.h Pleas

CVS commit: src/sys/sys

2023-09-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 26 15:47:11 UTC 2023 Modified Files: src/sys/sys: disklabel_gpt.h Log Message: Add the GUID for Microsoft Recovery partitions. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/sys/disklabel_gpt.h Pleas

CVS commit: src/tests/sbin/fsck_ffs

2023-09-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 26 12:15:45 UTC 2023 Modified Files: src/tests/sbin/fsck_ffs: quotas_common.sh t_check_quotas.sh t_enable_quotas.sh t_extattr.sh Log Message: Perform quoting of variable expansions, etc correctly. That includes

CVS commit: src/tests/sbin/fsck_ffs

2023-09-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 26 12:15:45 UTC 2023 Modified Files: src/tests/sbin/fsck_ffs: quotas_common.sh t_check_quotas.sh t_enable_quotas.sh t_extattr.sh Log Message: Perform quoting of variable expansions, etc correctly. That includes

CVS commit: src/bin/sh

2023-08-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Sep 1 01:57:54 UTC 2023 Modified Files: src/bin/sh: sh.1 Log Message: At the request of bad@ enhance the synopsis of the set built-in command to include explicit mention of the -o opt and +o opt forms. Fix the synopsis to have

CVS commit: src/bin/sh

2023-08-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Sep 1 01:57:54 UTC 2023 Modified Files: src/bin/sh: sh.1 Log Message: At the request of bad@ enhance the synopsis of the set built-in command to include explicit mention of the -o opt and +o opt forms. Fix the synopsis to have

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

2023-06-28 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jun 29 01:30:31 UTC 2023 Modified Files: src/external/bsd/tmux/dist: cmd-display-menu.c Log Message: Avoid comparing signed and unsigned values (using signed here seems safer than the usual unsigned when this happens). Might fi

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

2023-06-28 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jun 29 01:30:31 UTC 2023 Modified Files: src/external/bsd/tmux/dist: cmd-display-menu.c Log Message: Avoid comparing signed and unsigned values (using signed here seems safer than the usual unsigned when this happens). Might fi

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

2023-06-08 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jun 8 22:56:14 UTC 2023 Modified Files: src/distrib/sets/lists/base: shl.mi Log Message: Revert previous, I missed an update... To generate a diff of this commit: cvs rdiff -u -r1.950 -r1.951 src/distrib/sets/lists/base/shl.mi

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

2023-06-08 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jun 8 22:56:14 UTC 2023 Modified Files: src/distrib/sets/lists/base: shl.mi Log Message: Revert previous, I missed an update... To generate a diff of this commit: cvs rdiff -u -r1.950 -r1.951 src/distrib/sets/lists/base/shl.mi

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

2023-06-08 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jun 8 22:54:04 UTC 2023 Modified Files: src/distrib/sets/lists/base: shl.mi Log Message: lua is currently building liblua.so.6.0 not ...6.1 To generate a diff of this commit: cvs rdiff -u -r1.949 -r1.950 src/distrib/sets/lists

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

2023-06-08 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jun 8 22:54:04 UTC 2023 Modified Files: src/distrib/sets/lists/base: shl.mi Log Message: lua is currently building liblua.so.6.0 not ...6.1 To generate a diff of this commit: cvs rdiff -u -r1.949 -r1.950 src/distrib/sets/lists

CVS commit: src/sbin/mount

2023-05-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 25 17:37:05 UTC 2023 Modified Files: src/sbin/mount: pathadj.c Log Message: pathadj() is required to succeed. If it cannot, simply issuing a warning and continuing is not good enough. Change the warning to an error (and he

CVS commit: src/sbin/mount

2023-05-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 25 17:37:05 UTC 2023 Modified Files: src/sbin/mount: pathadj.c Log Message: pathadj() is required to succeed. If it cannot, simply issuing a warning and continuing is not good enough. Change the warning to an error (and he

CVS commit: src/usr.bin/realpath

2023-05-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 25 17:24:17 UTC 2023 Modified Files: src/usr.bin/realpath: realpath.c Log Message: If it isn't possible to determine the realpath() of ".", then simply give up on attempting to resolve any relative path - there's no hope. T

CVS commit: src/usr.bin/realpath

2023-05-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 25 17:24:17 UTC 2023 Modified Files: src/usr.bin/realpath: realpath.c Log Message: If it isn't possible to determine the realpath() of ".", then simply give up on attempting to resolve any relative path - there's no hope. T

Re: CVS commit: src/usr.bin/chflags

2023-05-25 Thread Robert Elz
Date:Thu, 25 May 2023 09:59:41 -0400 From:Greg Troxel Message-ID: | Also, the man page does not explain that because "nodump" is the name of | a flag, one does "chflags dump foo" to remove the nodump flag. It doesn't really need to, as while that works, so does

CVS commit: src/games/worms

2023-05-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri May 12 13:29:41 UTC 2023 Modified Files: src/games/worms: worms.c Log Message: When using -H, make the appearance of the worm head depend upon the body (more than it did before). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/games/worms

2023-05-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri May 12 13:29:41 UTC 2023 Modified Files: src/games/worms: worms.c Log Message: When using -H, make the appearance of the worm head depend upon the body (more than it did before). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/bin/sh

2023-05-11 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 11 10:08:35 UTC 2023 Modified Files: src/tests/bin/sh: t_patterns.sh Log Message: Fix building the debugging tarball of the directory tree created for the pathname matching tests ... this is not used in any way in a normal te

CVS commit: src/tests/bin/sh

2023-05-11 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 11 10:08:35 UTC 2023 Modified Files: src/tests/bin/sh: t_patterns.sh Log Message: Fix building the debugging tarball of the directory tree created for the pathname matching tests ... this is not used in any way in a normal te

CVS commit: src

2023-05-04 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri May 5 04:14:02 UTC 2023 Modified Files: src/bin/chmod: chmod.1 chmod.c src/usr.bin/chflags: chflags.1 chflags.c Log Message: If chown and chgrp can grow -d flags to suppress performing the operation when it will have no

CVS commit: src

2023-05-04 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri May 5 04:14:02 UTC 2023 Modified Files: src/bin/chmod: chmod.1 chmod.c src/usr.bin/chflags: chflags.1 chflags.c Log Message: If chown and chgrp can grow -d flags to suppress performing the operation when it will have no

Re: CVS commit: src/sys

2023-04-29 Thread Robert Elz
Date:Sat, 29 Apr 2023 23:30:18 + From:"Robert Elz" Message-ID: <20230429233018.cadf4f...@cvs.netbsd.org> | Modified Files: | src/sys/kern: vfs_subr.c | src/sys/sys: sdt.h | | Log Message: | Fix builds (hopefully) when DTRA

CVS commit: src/sys

2023-04-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 29 23:30:18 UTC 2023 Modified Files: src/sys/kern: vfs_subr.c src/sys/sys: sdt.h Log Message: Fix builds (hopefully) when DTRACE hooks are not included. To generate a diff of this commit: cvs rdiff -u -r1.498 -r1.49

CVS commit: src/sys

2023-04-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 29 23:30:18 UTC 2023 Modified Files: src/sys/kern: vfs_subr.c src/sys/sys: sdt.h Log Message: Fix builds (hopefully) when DTRACE hooks are not included. To generate a diff of this commit: cvs rdiff -u -r1.498 -r1.49

CVS commit: src/games/worms

2023-04-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Apr 26 22:58:09 UTC 2023 Modified Files: src/games/worms: worms.6 worms.c Log Message: Add a little optional colour, optionally distinguish worm heads, and optionally randomise worm lengths. Just exit instead of continuing with

CVS commit: src/games/worms

2023-04-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Apr 26 22:58:09 UTC 2023 Modified Files: src/games/worms: worms.6 worms.c Log Message: Add a little optional colour, optionally distinguish worm heads, and optionally randomise worm lengths. Just exit instead of continuing with

<    1   2   3   4   5   6   7   8   9   10   >