CVS commit: src/lib/libc/stdlib

2022-01-01 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 2 03:46:40 UTC 2022 Modified Files: src/lib/libc/stdlib: ptsname.3 Log Message: ptsname(3): fix equivalence example The buffer is static, don't make it appear that we are returning a pointer to a local variable. To

CVS commit: src/lib/libc/stdlib

2022-01-01 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 2 03:46:40 UTC 2022 Modified Files: src/lib/libc/stdlib: ptsname.3 Log Message: ptsname(3): fix equivalence example The buffer is static, don't make it appear that we are returning a pointer to a local variable. To

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

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 2 03:23:55 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: opt-debug-parse.exp opt-debug-parse.mk Log Message: tests/make: demonstrate bugs in PrintStackTrace To generate a diff of this commit: cvs rdiff -u -r1.1

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

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 2 03:23:55 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: opt-debug-parse.exp opt-debug-parse.mk Log Message: tests/make: demonstrate bugs in PrintStackTrace To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 2 02:57:39 UTC 2022 Modified Files: src/usr.bin/make: cond.c parse.c src/usr.bin/make/unit-tests: cond-token-number.mk Log Message: make: clean up nitpicks In ParseWord, the expressions '*p' and 'ch' are the

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 2 02:57:39 UTC 2022 Modified Files: src/usr.bin/make: cond.c parse.c src/usr.bin/make/unit-tests: cond-token-number.mk Log Message: make: clean up nitpicks In ParseWord, the expressions '*p' and 'ch' are the

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 2 02:39:55 UTC 2022 Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up parsing of makefiles Remove redundant comments. Rename IFile.first_lineno to forBodyLineno since it only contains a useful value

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 2 02:39:55 UTC 2022 Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up parsing of makefiles Remove redundant comments. Rename IFile.first_lineno to forBodyLineno since it only contains a useful value

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 2 02:16:12 UTC 2022 Modified Files: src/usr.bin/make: parse.c Log Message: make: remove redundant IFile.fromForLoop No functional change. To generate a diff of this commit: cvs rdiff -u -r1.616 -r1.617

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 2 02:16:12 UTC 2022 Modified Files: src/usr.bin/make: parse.c Log Message: make: remove redundant IFile.fromForLoop No functional change. To generate a diff of this commit: cvs rdiff -u -r1.616 -r1.617

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 2 01:54:43 UTC 2022 Modified Files: src/usr.bin/make: for.c nonints.h parse.c Log Message: make: clean up handling of .for loops and .include directives No functional change. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 2 01:54:43 UTC 2022 Modified Files: src/usr.bin/make: for.c nonints.h parse.c Log Message: make: clean up handling of .for loops and .include directives No functional change. To generate a diff of this commit: cvs

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

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 2 01:35:32 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: directive-for.exp directive-for.mk Log Message: tests/make: test edge cases in .for loops To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 2 01:35:32 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: directive-for.exp directive-for.mk Log Message: tests/make: test edge cases in .for loops To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 2 00:12:47 UTC 2022 Modified Files: src/usr.bin/make: for.c Log Message: make: in .for loops, pass the body to be filled as parameter This is a preparation for cleaning up the code for loading and parsing files,

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 2 00:12:47 UTC 2022 Modified Files: src/usr.bin/make: for.c Log Message: make: in .for loops, pass the body to be filled as parameter This is a preparation for cleaning up the code for loading and parsing files,

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 2 00:07:20 UTC 2022 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: directive-for-generating-endif.exp Log Message: make: fix line number in error message about open conditionals To

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 2 00:07:20 UTC 2022 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: directive-for-generating-endif.exp Log Message: make: fix line number in error message about open conditionals To

CVS commit: src/sys

2022-01-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Jan 1 22:01:19 UTC 2022 Modified Files: src/sys/arch/alpha/tlsb: tlsbreg.h src/sys/arch/arc/include: kbdreg.h src/sys/dev/microcode/aic7xxx: aicasm_symbol.c Log Message: fix typos in word "diagnostic". To

CVS commit: src/sys

2022-01-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Jan 1 22:01:19 UTC 2022 Modified Files: src/sys/arch/alpha/tlsb: tlsbreg.h src/sys/arch/arc/include: kbdreg.h src/sys/dev/microcode/aic7xxx: aicasm_symbol.c Log Message: fix typos in word "diagnostic". To

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 1 21:50:29 UTC 2022 Modified Files: src/usr.bin/make: for.c nonints.h parse.c Log Message: make: remove unused parameter from Parse_PushInput The parameter readMore was never NULL. No functional change. To generate a

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 1 21:50:29 UTC 2022 Modified Files: src/usr.bin/make: for.c nonints.h parse.c Log Message: make: remove unused parameter from Parse_PushInput The parameter readMore was never NULL. No functional change. To generate a

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 1 21:41:51 UTC 2022 Modified Files: src/usr.bin/make: main.c parse.c Log Message: make: fix error message when reading more than 1 GB from stdin Previously, the error message was: make: (null): file too large

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 1 21:41:51 UTC 2022 Modified Files: src/usr.bin/make: main.c parse.c Log Message: make: fix error message when reading more than 1 GB from stdin Previously, the error message was: make: (null): file too large

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 1 21:19:37 UTC 2022 Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up loadfile Do not reserve extra space "just in case a makefile does not end in '\n'" since that doesn't happen often. The

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 1 21:19:37 UTC 2022 Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up loadfile Do not reserve extra space "just in case a makefile does not end in '\n'" since that doesn't happen often. The

CVS commit: src/sys

2022-01-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Jan 1 21:07:14 UTC 2022 Modified Files: src/sys/arch/acorn32/podulebus: sbicvar.h src/sys/arch/amiga/dev: sbicvar.h siopvar.h src/sys/arch/ia64/ia64: vm_machdep.c src/sys/arch/mvme68k/dev: sbicvar.h

CVS commit: src/sys

2022-01-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Jan 1 21:07:14 UTC 2022 Modified Files: src/sys/arch/acorn32/podulebus: sbicvar.h src/sys/arch/amiga/dev: sbicvar.h siopvar.h src/sys/arch/ia64/ia64: vm_machdep.c src/sys/arch/mvme68k/dev: sbicvar.h

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 1 21:04:15 UTC 2022 Modified Files: src/usr.bin/make: parse.c Log Message: make: convert do-while into while in FindKeyword GCC generates more efficient code; previously it wasn't aware that (end - start) was always

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 1 21:04:15 UTC 2022 Modified Files: src/usr.bin/make: parse.c Log Message: make: convert do-while into while in FindKeyword GCC generates more efficient code; previously it wasn't aware that (end - start) was always

CVS commit: src/lib/libc/time

2022-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 1 21:01:21 UTC 2022 Modified Files: src/lib/libc/time: zic.c Log Message: zero out the tzh structure to fix reproducibile builds. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/lib/libc/time/zic.c

CVS commit: src/lib/libc/time

2022-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 1 21:01:21 UTC 2022 Modified Files: src/lib/libc/time: zic.c Log Message: zero out the tzh structure to fix reproducibile builds. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/lib/libc/time/zic.c

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 1 19:53:41 UTC 2022 Modified Files: src/usr.bin/make: main.c Log Message: make: reduce indentation in Main_SetObjdir No functional change. To generate a diff of this commit: cvs rdiff -u -r1.563 -r1.564

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 1 19:53:41 UTC 2022 Modified Files: src/usr.bin/make: main.c Log Message: make: reduce indentation in Main_SetObjdir No functional change. To generate a diff of this commit: cvs rdiff -u -r1.563 -r1.564

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 1 19:44:05 UTC 2022 Modified Files: src/usr.bin/make: parse.c suff.c Log Message: make: remove redundant comments from ParseDependencySourceSpecial To generate a diff of this commit: cvs rdiff -u -r1.609 -r1.610

CVS commit: src/usr.bin/make

2022-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 1 19:44:05 UTC 2022 Modified Files: src/usr.bin/make: parse.c suff.c Log Message: make: remove redundant comments from ParseDependencySourceSpecial To generate a diff of this commit: cvs rdiff -u -r1.609 -r1.610

CVS commit: src/sys/kern

2022-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 1 15:10:53 UTC 2022 Modified Files: src/sys/kern: subr_pcu.c Log Message: Always declare function used in KASSERT To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/kern/subr_pcu.c Please note

CVS commit: src/sys/kern

2022-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 1 15:10:53 UTC 2022 Modified Files: src/sys/kern: subr_pcu.c Log Message: Always declare function used in KASSERT To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/kern/subr_pcu.c Please note

CVS commit: src/sys/arch/arm/arm32

2022-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 1 15:09:01 UTC 2022 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: KASSERT now always uses the expression, so don't protect with DIAGNOSTIC To generate a diff of this commit: cvs rdiff -u -r1.430 -r1.431

CVS commit: src/sys/arch/arm/arm32

2022-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 1 15:09:01 UTC 2022 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: KASSERT now always uses the expression, so don't protect with DIAGNOSTIC To generate a diff of this commit: cvs rdiff -u -r1.430 -r1.431

CVS commit: src/sys/arch

2022-01-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Jan 1 13:47:20 UTC 2022 Modified Files: src/sys/arch/arm/altera: cycv_rstmgr.c src/sys/arch/arm/sunxi: sunxi_debe.c src/sys/arch/bebox/stand/boot: siop.c Log Message: s/coudn/couldn/ and s/couln/couldn/ in

CVS commit: src/sys/arch

2022-01-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Jan 1 13:47:20 UTC 2022 Modified Files: src/sys/arch/arm/altera: cycv_rstmgr.c src/sys/arch/arm/sunxi: sunxi_debe.c src/sys/arch/bebox/stand/boot: siop.c Log Message: s/coudn/couldn/ and s/couln/couldn/ in

CVS commit: src/sys/netinet

2022-01-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Jan 1 13:18:43 UTC 2022 Modified Files: src/sys/netinet: accept_filter.h Log Message: s/creting/creating/ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/netinet/accept_filter.h Please note that diffs

CVS commit: src/sys/netinet

2022-01-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Jan 1 13:18:43 UTC 2022 Modified Files: src/sys/netinet: accept_filter.h Log Message: s/creting/creating/ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/netinet/accept_filter.h Please note that diffs

Re: CVS commit: src/sys/conf

2022-01-01 Thread Izumi Tsutsui
> Modified Files: > src/sys/conf: copyright > > Log Message: > Welcome to 2022! Please don't forget pullup requests for release branches. (looks 2021 was missed in 9.2) --- Izumi Tsutsui

CVS commit: src/sys/kern

2022-01-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 1 12:00:02 UTC 2022 Modified Files: src/sys/kern: kern_sleepq.c Log Message: s/happends/happens/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/kern/kern_sleepq.c Please note that

CVS commit: src/sys/kern

2022-01-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 1 12:00:02 UTC 2022 Modified Files: src/sys/kern: kern_sleepq.c Log Message: s/happends/happens/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/kern/kern_sleepq.c Please note that

CVS commit: src/doc

2022-01-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 1 11:58:03 UTC 2022 Modified Files: src/doc: CHANGES.prev Log Message: s/sensitve/sensitive/ To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 src/doc/CHANGES.prev Please note that diffs are not public

CVS commit: src/doc

2022-01-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 1 11:58:03 UTC 2022 Modified Files: src/doc: CHANGES.prev Log Message: s/sensitve/sensitive/ To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 src/doc/CHANGES.prev Please note that diffs are not public

CVS commit: src/sys/dev/wscons

2022-01-01 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jan 1 11:57:44 UTC 2022 Modified Files: src/sys/dev/wscons: wsemul_sun.c Log Message: Protect KASSERT() with "#ifdef DIAGNOSTIC" as its expression is undefined otherwise. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/wscons

2022-01-01 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jan 1 11:57:44 UTC 2022 Modified Files: src/sys/dev/wscons: wsemul_sun.c Log Message: Protect KASSERT() with "#ifdef DIAGNOSTIC" as its expression is undefined otherwise. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/sparc64/sparc64

2022-01-01 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jan 1 11:56:15 UTC 2022 Modified Files: src/sys/arch/sparc64/sparc64: pmap.c Log Message: Remove an "#ifdef DIAGNOSTIC", KASSERT() always conumes its expression. To generate a diff of this commit: cvs rdiff -u -r1.312

CVS commit: src/sys/arch/sparc64/sparc64

2022-01-01 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jan 1 11:56:15 UTC 2022 Modified Files: src/sys/arch/sparc64/sparc64: pmap.c Log Message: Remove an "#ifdef DIAGNOSTIC", KASSERT() always conumes its expression. To generate a diff of this commit: cvs rdiff -u -r1.312

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

2022-01-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 1 11:45:37 UTC 2022 Modified Files: src/sys/arch/amiga/dev: grf_cv.c grf_cv3d.c Log Message: s/frambuffer/framebuffer/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

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

2022-01-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 1 11:45:37 UTC 2022 Modified Files: src/sys/arch/amiga/dev: grf_cv.c grf_cv3d.c Log Message: s/frambuffer/framebuffer/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/sys/kern

2022-01-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 1 10:54:21 UTC 2022 Modified Files: src/sys/kern: kern_event.c Log Message: s/aquire/acquire/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 src/sys/kern/kern_event.c Please note that

CVS commit: src/sys/kern

2022-01-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 1 10:54:21 UTC 2022 Modified Files: src/sys/kern: kern_event.c Log Message: s/aquire/acquire/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 src/sys/kern/kern_event.c Please note that

CVS commit: src/sys/dev/pci

2022-01-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 1 10:36:17 UTC 2022 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.1429 -r1.1430 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1428

CVS commit: src/sys/dev/pci

2022-01-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 1 10:36:17 UTC 2022 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.1429 -r1.1430 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1428

CVS commit: src

2022-01-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 1 10:32:29 UTC 2022 Modified Files: src/doc: CHANGES.prev src/lib/librpcsvc: rnusers.x src/sbin/newfs: mkfs.c src/share/doc/papers/beyond4.3: beyond43.ms src/sys/conf: files

CVS commit: src

2022-01-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 1 10:32:29 UTC 2022 Modified Files: src/doc: CHANGES.prev src/lib/librpcsvc: rnusers.x src/sbin/newfs: mkfs.c src/share/doc/papers/beyond4.3: beyond43.ms src/sys/conf: files

CVS commit: src

2022-01-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 1 09:53:32 UTC 2022 Modified Files: src/share/man/man4: scmd.4 src/sys/dev/ic: ciss.c Log Message: s/assoicate/associate/ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/scmd.4

CVS commit: src

2022-01-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 1 09:53:32 UTC 2022 Modified Files: src/share/man/man4: scmd.4 src/sys/dev/ic: ciss.c Log Message: s/assoicate/associate/ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/scmd.4

CVS commit: src

2022-01-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 1 08:34:35 UTC 2022 Modified Files: src/crypto/dist/ipsec-tools/src/racoon/doc: FAQ src/doc: CHANGES.prev src/lib/libcurses: ripoffline.c src/sys/fs/udf: udf_subr.c src/sys/netinet:

CVS commit: src

2022-01-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 1 08:34:35 UTC 2022 Modified Files: src/crypto/dist/ipsec-tools/src/racoon/doc: FAQ src/doc: CHANGES.prev src/lib/libcurses: ripoffline.c src/sys/fs/udf: udf_subr.c src/sys/netinet: