CVS commit: src/usr.bin/make

2023-05-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jun 1 06:25:34 UTC 2023 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: directive-for-break.exp directive-for-break.mk Log Message: make: error out on a .break directive with argumen

CVS commit: src/usr.bin/make

2023-05-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jun 1 06:25:34 UTC 2023 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: directive-for-break.exp directive-for-break.mk Log Message: make: error out on a .break directive with argumen

CVS commit: src/games/morse

2023-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jun 1 04:08:36 UTC 2023 Modified Files: src/games/morse: morse.c Log Message: add 2004's "@" definition. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/games/morse/morse.c Please note that diffs are not pub

CVS commit: src/games/morse

2023-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jun 1 04:08:36 UTC 2023 Modified Files: src/games/morse: morse.c Log Message: add 2004's "@" definition. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/games/morse/morse.c Please note that diffs are not pub

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

2023-05-31 Thread Jan Schaumann
Valery Ushakov wrote: > I think that information *must* be there, as that's *the* place where > the names are (un)parsed. I'm not sure whether this information has > to be duplicated as-is in chflags(1), or whether chflags(1) can have a > less verbose version. Perhaps a simple See stat_flags(3

CVS commit: src/doc

2023-05-31 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Jun 1 01:09:51 UTC 2023 Modified Files: src/doc: 3RDPARTY Log Message: 3RDPARTY: gcc-11.4 out To generate a diff of this commit: cvs rdiff -u -r1.1928 -r1.1929 src/doc/3RDPARTY Please note that diffs are not public dom

CVS commit: src/doc

2023-05-31 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Jun 1 01:09:51 UTC 2023 Modified Files: src/doc: 3RDPARTY Log Message: 3RDPARTY: gcc-11.4 out To generate a diff of this commit: cvs rdiff -u -r1.1928 -r1.1929 src/doc/3RDPARTY Please note that diffs are not public dom

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

2023-05-31 Thread Valery Ushakov
On Thu, May 25, 2023 at 09:59:41 -0400, Greg Troxel wrote: > Taylor R Campbell writes: > > > jschauma@'s change did help clarify (1) and (2). Let's try to work > > together to make it better? [...] > I would recommend: > > Noting that archive flag represents something in some foreign > fi

CVS commit: src/lib/libutil

2023-05-31 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed May 31 21:49:39 UTC 2023 Modified Files: src/lib/libutil: stat_flags.3 Log Message: stat_flags(3): try to improve the descriptions List all alternative forms recognized by string_to_flags(3). Both "dump" and "nonodump" are the n

CVS commit: src/lib/libutil

2023-05-31 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed May 31 21:49:39 UTC 2023 Modified Files: src/lib/libutil: stat_flags.3 Log Message: stat_flags(3): try to improve the descriptions List all alternative forms recognized by string_to_flags(3). Both "dump" and "nonodump" are the n

CVS commit: src/doc

2023-05-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed May 31 21:02:50 UTC 2023 Modified Files: src/doc: 3RDPARTY Log Message: doc: fix swappo To generate a diff of this commit: cvs rdiff -u -r1.1927 -r1.1928 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/doc

2023-05-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed May 31 21:02:50 UTC 2023 Modified Files: src/doc: 3RDPARTY Log Message: doc: fix swappo To generate a diff of this commit: cvs rdiff -u -r1.1927 -r1.1928 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/doc

2023-05-31 Thread Christos Zoulas
3.0.9. [christos 20230531]

CVS commit: src/doc

2023-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 31 20:59:15 UTC 2023 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new OpenSSL To generate a diff of this commit: cvs rdiff -u -r1.1926 -r1.1927 src/doc/3RDPARTY cvs rdiff -u -r1.2969 -r1.2970 src/doc/CHANGES

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2023-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 31 20:57:31 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: bn.inc Log Message: fix the build To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src/crypto/external/bsd/openssl/l

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2023-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 31 20:57:31 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: bn.inc Log Message: fix the build To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src/crypto/external/bsd/openssl/l

CVS commit: src/share/mk

2023-05-31 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed May 31 20:47:35 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: bsd.own.mk: support ${MACHINE} defaults in MK* = yes For MK* variables (in _MKVARS.yes), default to MK*.${MACHINE} if MK*.${MACHINE_ARCH} isn't def

CVS commit: src/share/mk

2023-05-31 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed May 31 20:47:35 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: bsd.own.mk: support ${MACHINE} defaults in MK* = yes For MK* variables (in _MKVARS.yes), default to MK*.${MACHINE} if MK*.${MACHINE_ARCH} isn't def

CVS commit: src/share/mk

2023-05-31 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed May 31 20:45:02 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: bsd.own.mk: sort lists. whitespace fixes Create _NOVARS for the list of NO* variables, for consistency with _MKVARS.yes and _MKVARS.no Format _NOV

CVS commit: src/share/mk

2023-05-31 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed May 31 20:45:02 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: bsd.own.mk: sort lists. whitespace fixes Create _NOVARS for the list of NO* variables, for consistency with _MKVARS.yes and _MKVARS.no Format _NOV

CVS commit: src/crypto/external/bsd/openssl/include/openssl

2023-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 31 20:43:28 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/include/openssl: opensslv.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ src/crypto/external/bsd/openssl/incl

CVS commit: src/crypto/external/bsd/openssl/include/openssl

2023-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 31 20:43:28 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/include/openssl: opensslv.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ src/crypto/external/bsd/openssl/incl

CVS commit: src/usr.bin/chflags

2023-05-31 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed May 31 20:33:22 UTC 2023 Modified Files: src/usr.bin/chflags: chflags.1 Log Message: chflags(1): xref stat_flags(3) To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/chflags/chflags.1 Please note that d

CVS commit: src/usr.bin/chflags

2023-05-31 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed May 31 20:33:22 UTC 2023 Modified Files: src/usr.bin/chflags: chflags.1 Log Message: chflags(1): xref stat_flags(3) To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/chflags/chflags.1 Please note that d

CVS commit: src/sys/dev/i2o

2023-05-31 Thread Andrew Doran
Module Name:src Committed By: ad Date: Wed May 31 20:00:51 UTC 2023 Modified Files: src/sys/dev/i2o: ld_iop.c Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/i2o/ld_iop.c Please note that diffs are not public domain; they

CVS commit: src/sys/dev/i2o

2023-05-31 Thread Andrew Doran
Module Name:src Committed By: ad Date: Wed May 31 20:00:51 UTC 2023 Modified Files: src/sys/dev/i2o: ld_iop.c Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/i2o/ld_iop.c Please note that diffs are not public domain; they

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

2023-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 31 19:44:43 UTC 2023 Modified Files: src/distrib/sets/lists/man: mi Log Message: new openssl man pages To generate a diff of this commit: cvs rdiff -u -r1.1760 -r1.1761 src/distrib/sets/lists/man/mi Please note that d

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2023-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 31 19:42:44 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: man.inc src/crypto/external/bsd/openssl/lib/libcrypto/man: ADMISSIONS.3 ASN1_EXTERN_FUNCS.3 ASN1_INTEGER_get_int64.3

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

2023-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 31 19:44:43 UTC 2023 Modified Files: src/distrib/sets/lists/man: mi Log Message: new openssl man pages To generate a diff of this commit: cvs rdiff -u -r1.1760 -r1.1761 src/distrib/sets/lists/man/mi Please note that d

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2023-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 31 19:35:31 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64: aes-gcm-armv8_64.S aesv8-armx.S src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm: aes-

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2023-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 31 19:35:31 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64: aes-gcm-armv8_64.S aesv8-armx.S src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm: aes-

CVS commit: src/crypto/external/bsd/openssl/dist

2023-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 31 19:30:30 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist: Configure src/crypto/external/bsd/openssl/dist/apps: cmp.c openssl.cnf s_server.c src/crypto/external/bsd/openssl/dist/apps/lib: a

CVS commit: src/crypto/external/bsd/openssl/dist

2023-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 31 19:30:30 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/dist: Configure src/crypto/external/bsd/openssl/dist/apps: cmp.c openssl.cnf s_server.c src/crypto/external/bsd/openssl/dist/apps/lib: a

CVS commit: src/libexec/ld.elf_so

2023-05-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 31 18:44:39 UTC 2023 Modified Files: src/libexec/ld.elf_so: map_object.c tls.c Log Message: ld.elf_so: Sprinkle tls debug messages. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/libe

CVS commit: src/libexec/ld.elf_so

2023-05-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 31 18:44:39 UTC 2023 Modified Files: src/libexec/ld.elf_so: map_object.c tls.c Log Message: ld.elf_so: Sprinkle tls debug messages. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/libe

CVS commit: src/bin/date

2023-05-31 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed May 31 18:04:00 UTC 2023 Modified Files: src/bin/date: date.1 Log Message: date(1): sync two [CC]yy]mm]dd]HH]MM[.SS] instances The markup was the same (modulo Li vs Cm for the dot before the seconds), but use the same source

CVS commit: src/bin/date

2023-05-31 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed May 31 18:04:00 UTC 2023 Modified Files: src/bin/date: date.1 Log Message: date(1): sync two [CC]yy]mm]dd]HH]MM[.SS] instances The markup was the same (modulo Li vs Cm for the dot before the seconds), but use the same source

CVS commit: src/bin/date

2023-05-31 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Wed May 31 17:56:54 UTC 2023 Modified Files: src/bin/date: date.c Log Message: Add -R to usage To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/bin/date/date.c Please note that diffs are not public domain; they ar

CVS commit: src/bin/date

2023-05-31 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Wed May 31 17:56:54 UTC 2023 Modified Files: src/bin/date: date.c Log Message: Add -R to usage To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/bin/date/date.c Please note that diffs are not public domain; they ar

CVS commit: src/bin/date

2023-05-31 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed May 31 17:52:02 UTC 2023 Modified Files: src/bin/date: date.1 Log Message: date(1): minor markup fixes To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/bin/date/date.1 Please note that diffs are not public dom

CVS commit: src/bin/date

2023-05-31 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed May 31 17:52:02 UTC 2023 Modified Files: src/bin/date: date.1 Log Message: date(1): minor markup fixes To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/bin/date/date.1 Please note that diffs are not public dom

CVS commit: src/bin/date

2023-05-31 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Wed May 31 16:01:53 UTC 2023 Modified Files: src/bin/date: date.1 date.c Log Message: Add -R option for displaying time in RFC 5322 format, similar to GNU date. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/bin/

CVS commit: src/bin/date

2023-05-31 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Wed May 31 16:01:53 UTC 2023 Modified Files: src/bin/date: date.1 date.c Log Message: Add -R option for displaying time in RFC 5322 format, similar to GNU date. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/bin/

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

2023-05-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 31 13:02:10 UTC 2023 Modified Files: src/distrib/sets/lists/debug: mi shl.mi Log Message: ld.elf_so: Fix set lists for MKDEBUG=yes builds with t_tls_extern. XXX pullup-10 To generate a diff of this commit: cvs rdiff

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

2023-05-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 31 13:02:10 UTC 2023 Modified Files: src/distrib/sets/lists/debug: mi shl.mi Log Message: ld.elf_so: Fix set lists for MKDEBUG=yes builds with t_tls_extern. XXX pullup-10 To generate a diff of this commit: cvs rdiff

CVS commit: src/doc

2023-05-31 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed May 31 09:33:09 UTC 2023 Modified Files: src/doc: CHANGES Log Message: CHANGES: pax fixes To generate a diff of this commit: cvs rdiff -u -r1.2968 -r1.2969 src/doc/CHANGES Please note that diffs are not public domain; they a

CVS commit: src/doc

2023-05-31 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed May 31 09:33:09 UTC 2023 Modified Files: src/doc: CHANGES Log Message: CHANGES: pax fixes To generate a diff of this commit: cvs rdiff -u -r1.2968 -r1.2969 src/doc/CHANGES Please note that diffs are not public domain; they a