CVS commit: src/doc

2021-08-15 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Aug 15 17:09:04 UTC 2021

Modified Files:
src/doc: 3RDPARTY

Log Message:
grep-3.7 out.


To generate a diff of this commit:
cvs rdiff -u -r1.1810 -r1.1811 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1810 src/doc/3RDPARTY:1.1811
--- src/doc/3RDPARTY:1.1810	Sat Aug 14 16:20:31 2021
+++ src/doc/3RDPARTY	Sun Aug 15 17:09:03 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1810 2021/08/14 16:20:31 christos Exp $
+#	$NetBSD: 3RDPARTY,v 1.1811 2021/08/15 17:09:03 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -2081,7 +2081,7 @@ we use BSD-licensed implementation from 
 
 Package:	grep
 Version:	2.5.1a (last GPLv2+ version)
-Current Vers:	3.5
+Current Vers:	3.7
 Maintainer:	FSF
 Archive Site:	ftp://ftp.gnu.org/gnu/grep/
 Home Page:	http://www.gnu.org/software/grep/



CVS commit: src/lib/libedit

2021-08-15 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Aug 15 10:12:55 UTC 2021

Modified Files:
src/lib/libedit: editline.3

Log Message:
Add verb to sentence.


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/lib/libedit/editline.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libedit/editline.3
diff -u src/lib/libedit/editline.3:1.100 src/lib/libedit/editline.3:1.101
--- src/lib/libedit/editline.3:1.100	Sun Aug 15 10:08:41 2021
+++ src/lib/libedit/editline.3	Sun Aug 15 10:12:54 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: editline.3,v 1.100 2021/08/15 10:08:41 christos Exp $
+.\"	$NetBSD: editline.3,v 1.101 2021/08/15 10:12:54 wiz Exp $
 .\"
 .\" Copyright (c) 1997-2014 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -508,9 +508,9 @@ In unbuffered mode,
 .Fn el_gets
 will return immediately after processing a single character.
 .It Dv EL_SAFEREAD , Fa "int flag"
-If
+If the
 .Fa flag
-argument non zero, then
+argument is non-zero, then
 .Nm editline
 attempts to recover from read errors, ignoring the first interrrupted
 error, and trying to reset the input file descriptor to reset non-blocking I/O.



CVS commit: src/usr.bin/xlint/xlint

2021-08-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Aug  8 16:53:54 UTC 2021

Modified Files:
src/usr.bin/xlint/xlint: lint.1

Log Message:
Fix Dd argument.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/usr.bin/xlint/xlint/lint.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/xlint/xlint/lint.1
diff -u src/usr.bin/xlint/xlint/lint.1:1.46 src/usr.bin/xlint/xlint/lint.1:1.47
--- src/usr.bin/xlint/xlint/lint.1:1.46	Sun Aug  8 15:59:32 2021
+++ src/usr.bin/xlint/xlint/lint.1	Sun Aug  8 16:53:53 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: lint.1,v 1.46 2021/08/08 15:59:32 rillig Exp $
+.\" $NetBSD: lint.1,v 1.47 2021/08/08 16:53:53 wiz Exp $
 .\"
 .\" Copyright (c) 1996 Christopher G. Demetriou.  All Rights Reserved.
 .\" Copyright (c) 1994, 1995 Jochen Pohl
@@ -30,7 +30,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd Aug 08, 2021
+.Dd August 8, 2021
 .Dt LINT 1
 .Os
 .Sh NAME



CVS commit: src/usr.bin/make

2021-08-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Aug  3 07:12:50 UTC 2021

Modified Files:
src/usr.bin/make: make.1

Log Message:
Document :On modifiers in more detail.


To generate a diff of this commit:
cvs rdiff -u -r1.298 -r1.299 src/usr.bin/make/make.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/make.1
diff -u src/usr.bin/make/make.1:1.298 src/usr.bin/make/make.1:1.299
--- src/usr.bin/make/make.1:1.298	Fri Jul 30 22:16:09 2021
+++ src/usr.bin/make/make.1	Tue Aug  3 07:12:50 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: make.1,v 1.298 2021/07/30 22:16:09 rillig Exp $
+.\"	$NetBSD: make.1,v 1.299 2021/08/03 07:12:50 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	from: @(#)make.1	8.4 (Berkeley) 3/19/94
 .\"
-.Dd July 30, 2021
+.Dd August 3, 2021
 .Dt MAKE 1
 .Os
 .Sh NAME
@@ -1235,11 +1235,13 @@ Orders every word in variable alphabetic
 .It Cm \&:On
 Orders every word in variable numerically.
 A number followed by one of
-.Ql K ,
+.Ql k ,
 .Ql M
 or
 .Ql G
-is multiplied by the appropriate factor.
+is multiplied by the appropriate factor (1024 (k), 1048576 (M), or
+1073741824 (G)).
+Both upper- and lower-case letters are accepted.
 .It Cm \&:Or
 Orders every word in variable in reverse alphabetical order.
 .It Cm \&:Orn



CVS commit: src/doc

2021-07-29 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Jul 29 13:42:38 UTC 2021

Modified Files:
src/doc: 3RDPARTY

Log Message:
gcc 11.2 out


To generate a diff of this commit:
cvs rdiff -u -r1.1808 -r1.1809 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1808 src/doc/3RDPARTY:1.1809
--- src/doc/3RDPARTY:1.1808	Mon Jul 19 01:34:03 2021
+++ src/doc/3RDPARTY	Thu Jul 29 13:42:38 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1808 2021/07/19 01:34:03 rin Exp $
+#	$NetBSD: 3RDPARTY,v 1.1809 2021/07/29 13:42:38 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -450,7 +450,7 @@ There is a flex2netbsd script to help ne
 
 Package:	gcc
 Version:	9.3.0/10.3.0
-Current Vers:	9.3.0/10.3.0/11.1.0
+Current Vers:	9.3.0/10.3.0/11.2.0
 Maintainer:	FSF
 Archive Site:	ftp://ftp.gnu.org/gnu/gcc/
 Home Page:	http://www.gnu.org/software/gcc/



CVS commit: src/share/man/man7

2021-07-28 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jul 28 11:32:21 UTC 2021

Modified Files:
src/share/man/man7: sysctl.7

Log Message:
Fix typos.


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 src/share/man/man7/sysctl.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man7/sysctl.7
diff -u src/share/man/man7/sysctl.7:1.153 src/share/man/man7/sysctl.7:1.154
--- src/share/man/man7/sysctl.7:1.153	Tue Jul 27 09:32:55 2021
+++ src/share/man/man7/sysctl.7	Wed Jul 28 11:32:21 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysctl.7,v 1.153 2021/07/27 09:32:55 manu Exp $
+.\"	$NetBSD: sysctl.7,v 1.154 2021/07/28 11:32:21 wiz Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -756,10 +756,10 @@ Memory Mapped Files Option is available 
 otherwise\ 0.
 .It Li kern.maxfiles ( Dv KERN_MAXFILES )
 The maximum number of open files that may be open in the system.
-This also controls the maximum file locks per unprivilegied user 
+This also controls the maximum file locks per unprivileged user
 enforced by
-.Xr fnctl 2
-and 
+.Xr fcntl 2
+and
 .Xr flock 2 .
 .It Li kern.maxpartitions ( Dv KERN_MAXPARTITIONS )
 The maximum number of partitions allowed per disk.



CVS commit: src/lib/libc/sys

2021-07-28 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jul 28 11:31:07 UTC 2021

Modified Files:
src/lib/libc/sys: flock.2

Log Message:
Fix typos, improve wording.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/flock.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/flock.2
diff -u src/lib/libc/sys/flock.2:1.23 src/lib/libc/sys/flock.2:1.24
--- src/lib/libc/sys/flock.2:1.23	Tue Jul 27 09:32:55 2021
+++ src/lib/libc/sys/flock.2	Wed Jul 28 11:31:06 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: flock.2,v 1.23 2021/07/27 09:32:55 manu Exp $
+.\"	$NetBSD: flock.2,v 1.24 2021/07/28 11:31:06 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -138,9 +138,11 @@ does not include exactly one of
 or
 .Dv LOCK_UN .
 .It Bq Eq ENOMEM
-The file lock limit for the current unprivilegied user 
-has been reached. It can be modifed using sysctl
-.Li kern.maxfiles .
+The file lock limit for the current unprivileged user
+has been reached.
+It can be modified using the
+.Li kern.maxfiles
+.Xr sysctl 7 .
 .It Bq Er EOPNOTSUPP
 The argument
 .Fa fd



CVS commit: src/lib/libc/sys

2021-07-28 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jul 28 11:29:59 UTC 2021

Modified Files:
src/lib/libc/sys: fcntl.2

Log Message:
Fix typos, improve wording.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/lib/libc/sys/fcntl.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/fcntl.2
diff -u src/lib/libc/sys/fcntl.2:1.46 src/lib/libc/sys/fcntl.2:1.47
--- src/lib/libc/sys/fcntl.2:1.46	Tue Jul 27 09:32:55 2021
+++ src/lib/libc/sys/fcntl.2	Wed Jul 28 11:29:59 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fcntl.2,v 1.46 2021/07/27 09:32:55 manu Exp $
+.\"	$NetBSD: fcntl.2,v 1.47 2021/07/28 11:29:59 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -557,9 +557,11 @@ is
 .Dv F_SETLK ,
 or
 .Dv F_SETLKW ,
-and the file lock limit for the current unprivilegied user
-has been reached. It can be modifed using sysctl
-.Li kern.maxfiles .
+and the file lock limit for the current unprivileged user
+has been reached.
+It can be modified using the
+.Li kern.maxfiles
+.Xr sysctl 7 .
 .It Bq Er ERANGE
 The argument
 .Fa cmd



CVS commit: src/share/man/man4

2021-06-29 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Jun 29 10:26:00 UTC 2021

Modified Files:
src/share/man/man4: lagg.4

Log Message:
Remove unnecessary Pp, fix formatting, remove empty line.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/lagg.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/lagg.4
diff -u src/share/man/man4/lagg.4:1.2 src/share/man/man4/lagg.4:1.3
--- src/share/man/man4/lagg.4:1.2	Mon Jun 21 06:36:28 2021
+++ src/share/man/man4/lagg.4	Tue Jun 29 10:26:00 2021
@@ -1,5 +1,4 @@
-
-.\"	$NetBSD: lagg.4,v 1.2 2021/06/21 06:36:28 yamaguchi Exp $
+.\"	$NetBSD: lagg.4,v 1.3 2021/06/29 10:26:00 wiz Exp $
 .\"
 .\" Copyright (c) 2005, 2006 Reyk Floeter 
 .\"
@@ -81,7 +80,7 @@ The interface preferentially uses the ch
 the smallest numeric in the priority.
 .Pp
 The driver currently supports the aggregation protocols
-.Ic failover,
+.Ic failover ,
 .Ic loadbalance ,
 .Ic lacp ,
 and
@@ -153,7 +152,6 @@ command.
 .Pp
 The MTU of the first interface to be added is used as the lagg MTU.
 All additional interfaces are required to have exactly the same value.
-.Pp
 .Sh EXAMPLES
 Create a link aggregation using LACP with two
 .Xr wm 4
@@ -177,7 +175,6 @@ Gigabit Ethernet interfaces and set each
 	laggport wm0 pri 1000 laggport wm1 pri 2000 \e
 	192.168.1.1 netmask 255.255.255.0
 .Ed
-.Pp
 .Sh SEE ALSO
 .Xr ifconfig 8
 .Sh HISTORY



CVS commit: src/share/man/man4

2021-06-29 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Jun 29 10:25:33 UTC 2021

Modified Files:
src/share/man/man4: ddb.4

Log Message:
Fix date.


To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 src/share/man/man4/ddb.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/ddb.4
diff -u src/share/man/man4/ddb.4:1.200 src/share/man/man4/ddb.4:1.201
--- src/share/man/man4/ddb.4:1.200	Mon Jun 21 02:12:00 2021
+++ src/share/man/man4/ddb.4	Tue Jun 29 10:25:33 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ddb.4,v 1.200 2021/06/21 02:12:00 thorpej Exp $
+.\"	$NetBSD: ddb.4,v 1.201 2021/06/29 10:25:33 wiz Exp $
 .\"
 .\" Copyright (c) 1997 - 2019 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,7 +56,7 @@
 .\" any improvements or extensions that they make and grant Carnegie Mellon
 .\" the rights to redistribute these changes.
 .\"
-.Dd Jiune 20, 2021
+.Dd June 20, 2021
 .Dt DDB 4
 .Os
 .Sh NAME



CVS commit: src/share/man/man8

2021-06-04 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Jun  4 11:56:47 UTC 2021

Modified Files:
src/share/man/man8: afterboot.8

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/share/man/man8/afterboot.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man8/afterboot.8
diff -u src/share/man/man8/afterboot.8:1.78 src/share/man/man8/afterboot.8:1.79
--- src/share/man/man8/afterboot.8:1.78	Fri Jun  4 11:48:18 2021
+++ src/share/man/man8/afterboot.8	Fri Jun  4 11:56:47 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: afterboot.8,v 1.78 2021/06/04 11:48:18 nia Exp $
+.\"	$NetBSD: afterboot.8,v 1.79 2021/06/04 11:56:47 wiz Exp $
 .\"	$OpenBSD: afterboot.8,v 1.72 2002/02/22 02:02:33 miod Exp $
 .\"
 .\" Originally created by Marshall M. Midden -- 1997-10-20, m...@umn.edu
@@ -633,7 +633,7 @@ See
 and
 .Xr timed 8
 for more information on setting the system's date.
-.Ss Insalling packages
+.Ss Installing packages
 The
 .Nx
 packages collection, pkgsrc, includes a large set of third-party software.



CVS commit: src/bin/ps

2021-06-04 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Jun  4 08:17:53 UTC 2021

Modified Files:
src/bin/ps: ps.c

Log Message:
Sort options in usage.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/bin/ps/ps.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/ps/ps.c
diff -u src/bin/ps/ps.c:1.94 src/bin/ps/ps.c:1.95
--- src/bin/ps/ps.c:1.94	Fri Jun  4 06:28:42 2021
+++ src/bin/ps/ps.c	Fri Jun  4 08:17:53 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: ps.c,v 1.94 2021/06/04 06:28:42 cjep Exp $	*/
+/*	$NetBSD: ps.c,v 1.95 2021/06/04 08:17:53 wiz Exp $	*/
 
 /*
  * Copyright (c) 2000-2008 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@ __COPYRIGHT("@(#) Copyright (c) 1990, 19
 #if 0
 static char sccsid[] = "@(#)ps.c	8.4 (Berkeley) 4/2/94";
 #else
-__RCSID("$NetBSD: ps.c,v 1.94 2021/06/04 06:28:42 cjep Exp $");
+__RCSID("$NetBSD: ps.c,v 1.95 2021/06/04 08:17:53 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -965,8 +965,8 @@ usage(void)
 
 	(void)fprintf(stderr,
 	"usage:\t%s\n\t   %s\n\t%s\n",
-	"ps [-AaCcdehjlmrSsTuvwx] [-k key] [-M core] [-N system] [-O fmt]",
-	"[-o fmt] [-p pid] [-t tty] [-U user] [-G group] [-W swap]",
+	"ps [-AaCcdehjlmrSsTuvwx] [-G group] [-k key] [-M core] [-N system]",
+	"[-O fmt] [-o fmt] [-p pid] [-t tty] [-U user] [-W swap]",
 	"ps -L");
 	exit(1);
 	/* NOTREACHED */



CVS commit: src/bin/ps

2021-06-04 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Jun  4 08:16:14 UTC 2021

Modified Files:
src/bin/ps: ps.1

Log Message:
Sort options in synopsis.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/bin/ps/ps.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/ps/ps.1
diff -u src/bin/ps/ps.1:1.111 src/bin/ps/ps.1:1.112
--- src/bin/ps/ps.1:1.111	Fri Jun  4 06:28:42 2021
+++ src/bin/ps/ps.1	Fri Jun  4 08:16:14 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ps.1,v 1.111 2021/06/04 06:28:42 cjep Exp $
+.\"	$NetBSD: ps.1,v 1.112 2021/06/04 08:16:14 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1991, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -38,6 +38,7 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl AaCcdehjlmrSsTuvwx
+.Op Fl G Ar group
 .Op Fl k Ar key
 .Op Fl M Ar core
 .Op Fl N Ar system
@@ -46,7 +47,6 @@
 .Op Fl p Ar pid
 .Op Fl t Ar tty
 .Op Fl U Ar user
-.Op Fl G Ar group
 .Op Fl W Ar swap
 .Nm
 .Fl L
@@ -719,6 +719,6 @@ Since
 cannot run faster than the system and is run as any other scheduled
 process, the information it displays can never be exact.
 .Pp
-The 
-.Fl G 
+The
+.Fl G
 option should ideally take a list instead of a single group.



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

2021-06-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Jun  3 13:16:42 UTC 2021

Modified Files:
src/distrib/sets/lists/man: mi

Log Message:
Fix typo, caught by riastradh


To generate a diff of this commit:
cvs rdiff -u -r1.1721 -r1.1722 src/distrib/sets/lists/man/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1721 src/distrib/sets/lists/man/mi:1.1722
--- src/distrib/sets/lists/man/mi:1.1721	Thu Jun  3 07:41:26 2021
+++ src/distrib/sets/lists/man/mi	Thu Jun  3 13:16:41 2021
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1721 2021/06/03 07:41:26 wiz Exp $
+# $NetBSD: mi,v 1.1722 2021/06/03 13:16:41 wiz Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -4489,7 +4489,7 @@
 ./usr/share/man/html4/hythygtemp.html		man-sys-htmlman		html
 ./usr/share/man/html4/i386/PCIBIOS.html		man-sys-htmlman		html
 ./usr/share/man/html4/i386/apm.html		man-sys-htmlman		html
-./usr/share/man/html4/386/autoconf.html	man-obsolete		obsolete
+./usr/share/man/html4/i386/autoconf.html	man-obsolete		obsolete
 ./usr/share/man/html4/i386/cmos.html		man-sys-htmlman		html
 ./usr/share/man/html4/i386/cons.html		man-obsolete		obsolete
 ./usr/share/man/html4/i386/console.html		man-obsolete		obsolete



CVS commit: src

2021-06-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Jun  3 07:41:26 UTC 2021

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4/man4.i386: Makefile intro.4
src/share/man/man4/man4.x86: Makefile
Added Files:
src/share/man/man4/man4.x86: autoconf.4 console.4
Removed Files:
src/share/man/man4/man4.i386: autoconf.4 console.4

Log Message:
Remove i386/autoconf(4) and i386/console(4) to x86/autoconf(4) and 
x86/console(4)

Part of PR 36350.


To generate a diff of this commit:
cvs rdiff -u -r1.1720 -r1.1721 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.78 -r1.79 src/share/man/man4/man4.i386/Makefile
cvs rdiff -u -r1.11 -r0 src/share/man/man4/man4.i386/autoconf.4
cvs rdiff -u -r1.12 -r0 src/share/man/man4/man4.i386/console.4
cvs rdiff -u -r1.34 -r1.35 src/share/man/man4/man4.i386/intro.4
cvs rdiff -u -r1.21 -r1.22 src/share/man/man4/man4.x86/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.x86/autoconf.4 \
src/share/man/man4/man4.x86/console.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1720 src/distrib/sets/lists/man/mi:1.1721
--- src/distrib/sets/lists/man/mi:1.1720	Mon May 17 04:07:42 2021
+++ src/distrib/sets/lists/man/mi	Thu Jun  3 07:41:26 2021
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1720 2021/05/17 04:07:42 yamaguchi Exp $
+# $NetBSD: mi,v 1.1721 2021/06/03 07:41:26 wiz Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1264,12 +1264,12 @@
 ./usr/share/man/cat4/hythygtemp.0		man-sys-catman		.cat
 ./usr/share/man/cat4/i386/PCIBIOS.0		man-sys-catman		.cat
 ./usr/share/man/cat4/i386/apm.0			man-sys-catman		.cat
-./usr/share/man/cat4/i386/autoconf.0		man-sys-catman		.cat
+./usr/share/man/cat4/i386/autoconf.0		man-obsolete		obsolete
 ./usr/share/man/cat4/i386/busmouse.0		man-obsolete		obsolete
 ./usr/share/man/cat4/i386/cmos.0		man-sys-catman		.cat
 ./usr/share/man/cat4/i386/com.0			man-obsolete		obsolete
-./usr/share/man/cat4/i386/cons.0		man-sys-catman		.cat
-./usr/share/man/cat4/i386/console.0		man-sys-catman		.cat
+./usr/share/man/cat4/i386/cons.0		man-obsolete		obsolete
+./usr/share/man/cat4/i386/console.0		man-obsolete		obsolete
 ./usr/share/man/cat4/i386/ed.0			man-sys-catman		.cat
 ./usr/share/man/cat4/i386/elanpar.0		man-sys-catman		.cat
 ./usr/share/man/cat4/i386/elanpex.0		man-sys-catman		.cat
@@ -2078,7 +2078,10 @@
 ./usr/share/man/cat4/x86/amdsmn.0		man-sys-catman		.cat
 ./usr/share/man/cat4/x86/amdzentemp.0		man-sys-catman		.cat
 ./usr/share/man/cat4/x86/apic.0			man-sys-catman		.cat
+./usr/share/man/cat4/x86/autoconf.0		man-sys-catman		.cat
 ./usr/share/man/cat4/x86/balloon.0		man-sys-catman		.cat
+./usr/share/man/cat4/x86/cons.0			man-sys-catman		.cat
+./usr/share/man/cat4/x86/console.0		man-sys-catman		.cat
 ./usr/share/man/cat4/x86/coretemp.0		man-sys-catman		.cat
 ./usr/share/man/cat4/x86/est.0			man-sys-catman		.cat
 ./usr/share/man/cat4/x86/fdc.0			man-sys-catman		.cat
@@ -4486,10 +4489,10 @@
 ./usr/share/man/html4/hythygtemp.html		man-sys-htmlman		html
 ./usr/share/man/html4/i386/PCIBIOS.html		man-sys-htmlman		html
 ./usr/share/man/html4/i386/apm.html		man-sys-htmlman		html
-./usr/share/man/html4/i386/autoconf.html	man-sys-htmlman		html
+./usr/share/man/html4/386/autoconf.html	man-obsolete		obsolete
 ./usr/share/man/html4/i386/cmos.html		man-sys-htmlman		html
-./usr/share/man/html4/i386/cons.html		man-sys-htmlman		html
-./usr/share/man/html4/i386/console.html		man-sys-htmlman		html
+./usr/share/man/html4/i386/cons.html		man-obsolete		obsolete
+./usr/share/man/html4/i386/console.html		man-obsolete		obsolete
 ./usr/share/man/html4/i386/ed.html		man-sys-htmlman		html
 ./usr/share/man/html4/i386/elanpar.html		man-sys-htmlman		html
 ./usr/share/man/html4/i386/elanpex.html		man-sys-htmlman		html
@@ -5231,7 +5234,10 @@
 ./usr/share/man/html4/x86/amdsmn.html		man-sys-htmlman		html
 ./usr/share/man/html4/x86/amdzentemp.html	man-sys-htmlman		html
 ./usr/share/man/html4/x86/apic.html		man-sys-htmlman		html
+./usr/share/man/html4/x86/autoconf.html		man-sys-htmlman		html
 ./usr/share/man/html4/x86/balloon.html		man-sys-htmlman		html
+./usr/share/man/html4/x86/cons.html		man-sys-htmlman		html
+./usr/share/man/html4/x86/console.html		man-sys-htmlman		html
 ./usr/share/man/html4/x86/coretemp.html		man-sys-htmlman		html
 ./usr/share/man/html4/x86/est.html		man-sys-htmlman		html
 ./usr/share/man/html4/x86/fdc.html		man-sys-htmlman		html
@@ -7501,12 +7507,12 @@
 ./usr/share/man/man4/hythygtemp.4		man-sys-man		.man
 ./usr/share/man/man4/i386/PCIBIOS.4		man-sys-man		.man
 ./usr/share/man/man4/i386/apm.4			man-sys-man		.man
-./usr/share/man/man4/i386/autoconf.4		man-sys-man		.man
+./usr/share/man/man4/i386/autoconf.4		man-obsolete		obsolete
 ./usr/share/man/man4/i386/busmouse.4		man-obsolete		obsolete
 ./usr/share/man/man4/i386/cmos.4		

CVS commit: src/share/man/man4

2021-06-02 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jun  2 22:32:29 UTC 2021

Modified Files:
src/share/man/man4: urtwn.4

Log Message:
Add commented out ASUSTek USB-N13 B1

The urtwn driver attaches, but I didn't have a chance to try if it
actually works.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/share/man/man4/urtwn.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/urtwn.4
diff -u src/share/man/man4/urtwn.4:1.17 src/share/man/man4/urtwn.4:1.18
--- src/share/man/man4/urtwn.4:1.17	Thu Dec 20 15:19:31 2018
+++ src/share/man/man4/urtwn.4	Wed Jun  2 22:32:29 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: urtwn.4,v 1.17 2018/12/20 15:19:31 tih Exp $
+.\" $NetBSD: urtwn.4,v 1.18 2021/06/02 22:32:29 wiz Exp $
 .\" $OpenBSD: urtwn.4,v 1.15 2011/11/26 06:39:33 ckuethe Exp $
 .\"
 .\" Copyright (c) 2010 Damien Bergamini 
@@ -106,6 +106,7 @@ The following adapters should work:
 .It Airlink101 AWLL5088
 .It Aus. Linx AL-9604R1S
 .It ASUSTeK USB-N10 NANO
+.\".It ASUSTek USB-N13 B1
 .It B-Link BL-LW05-5R
 .It Belkin F7D1102 Surf Wireless Micro
 .It D-Link DWA-121



CVS commit: src/share/man/man4

2021-05-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu May 27 07:05:26 UTC 2021

Modified Files:
src/share/man/man4: raid.4

Log Message:
Use \(em. Remove superfluous Pp.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/share/man/man4/raid.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/raid.4
diff -u src/share/man/man4/raid.4:1.38 src/share/man/man4/raid.4:1.39
--- src/share/man/man4/raid.4:1.38	Thu May 27 06:53:37 2021
+++ src/share/man/man4/raid.4	Thu May 27 07:05:26 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: raid.4,v 1.38 2021/05/27 06:53:37 mrg Exp $
+.\" $NetBSD: raid.4,v 1.39 2021/05/27 07:05:26 wiz Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -405,7 +405,7 @@ compromised.
 This includes after system crashes, or before a RAID
 device has been used for the first time.
 Failure to keep parity
-correct will be catastrophic should a component ever fail -- it is
+correct will be catastrophic should a component ever fail \(em it is
 better to use RAID 0 and get the additional space and speed, than it
 is to use parity, but not keep the parity correct.
 At least with RAID
@@ -469,7 +469,6 @@ the sparc, sparc64 and amd64 ports in 20
 landisk port in 2006, the cobalt port in 2007, the ofppc port in 2008,
 the bebox port in 2010, the emips port in 2011, and the sandpoint port
 in 2012.
-.Pp
 .Sh COPYRIGHT
 .Bd -unfilled
 The RAIDframe Copyright is as follows:



CVS commit: src/sbin/raidctl

2021-05-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu May 27 07:03:27 UTC 2021

Modified Files:
src/sbin/raidctl: raidctl.8

Log Message:
Avoid using Pq.

In this case, the parentheses were wrong when a line was extended.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sbin/raidctl/raidctl.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/raidctl/raidctl.8
diff -u src/sbin/raidctl/raidctl.8:1.76 src/sbin/raidctl/raidctl.8:1.77
--- src/sbin/raidctl/raidctl.8:1.76	Thu May 27 06:53:37 2021
+++ src/sbin/raidctl/raidctl.8	Thu May 27 07:03:27 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: raidctl.8,v 1.76 2021/05/27 06:53:37 mrg Exp $
+.\" $NetBSD: raidctl.8,v 1.77 2021/05/27 07:03:27 wiz Exp $
 .\"
 .\" Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -166,8 +166,8 @@ All components of the set must be of typ
 .Dv RAID
 in the disklabel.
 Note that only certain architectures
-.Pq currently arc, alpha, amd64, bebox, cobalt, emips, evbarm, i386, landisk,
-ofppc, pmax, riscv, sandpoint, sgimips, sparc, sparc64, and vax
+(currently arc, alpha, amd64, bebox, cobalt, emips, evbarm, i386, landisk,
+ofppc, pmax, riscv, sandpoint, sgimips, sparc, sparc64, and vax)
 support booting a kernel directly from a RAID set.
 Please note that
 .Ic forceroot
@@ -1305,7 +1305,7 @@ arguments.
 .Pp
 Note that kernels can only be directly read from RAID 1 components on
 architectures that support that
-.Pq currently alpha, i386, pmax, sandpoint, sparc, sparc64, and vax .
+(currently alpha, i386, pmax, sandpoint, sparc, sparc64, and vax).
 On those architectures, the
 .Dv FS_RAID
 file system is recognized by the bootblocks, and will properly load the



CVS commit: src/doc

2021-05-02 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun May  2 08:18:38 UTC 2021

Modified Files:
src/doc: 3RDPARTY

Log Message:
gcc-11.1.0 is out.


To generate a diff of this commit:
cvs rdiff -u -r1.1800 -r1.1801 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1800 src/doc/3RDPARTY:1.1801
--- src/doc/3RDPARTY:1.1800	Thu Apr 29 17:29:06 2021
+++ src/doc/3RDPARTY	Sun May  2 08:18:38 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1800 2021/04/29 17:29:06 christos Exp $
+#	$NetBSD: 3RDPARTY,v 1.1801 2021/05/02 08:18:38 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -450,7 +450,7 @@ There is a flex2netbsd script to help ne
 
 Package:	gcc
 Version:	9.3.0/10.3.0
-Current Vers:	9.3.0/10.3.0
+Current Vers:	9.3.0/10.3.0/11.1.0
 Maintainer:	FSF
 Archive Site:	ftp://ftp.gnu.org/gnu/gcc/
 Home Page:	http://www.gnu.org/software/gcc/



CVS commit: src/usr.sbin/wsfontload

2021-04-24 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Apr 24 07:52:08 UTC 2021

Modified Files:
src/usr.sbin/wsfontload: wsfontload.8 wsfontload.c

Log Message:
wsfontload: make -l mode a separate line in the usage

Document it in the manpage.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/wsfontload/wsfontload.8
cvs rdiff -u -r1.22 -r1.23 src/usr.sbin/wsfontload/wsfontload.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/wsfontload/wsfontload.8
diff -u src/usr.sbin/wsfontload/wsfontload.8:1.27 src/usr.sbin/wsfontload/wsfontload.8:1.28
--- src/usr.sbin/wsfontload/wsfontload.8:1.27	Thu May 30 14:58:51 2019
+++ src/usr.sbin/wsfontload/wsfontload.8	Sat Apr 24 07:52:07 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: wsfontload.8,v 1.27 2019/05/30 14:58:51 pgoyette Exp $
+.\"	$NetBSD: wsfontload.8,v 1.28 2021/04/24 07:52:07 wiz Exp $
 .\"
 .\" Copyright (c) 1999, 2001
 .\" 	Matthias Drochner.  All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd May 30, 2019
+.Dd April 24, 2021
 .Dt WSFONTLOAD 8
 .Os
 .Sh NAME
@@ -39,6 +39,7 @@
 .Op Fl N Ar name
 .Op Fl w Ar width
 .Op Ar fontfile
+.Nm Fl l
 .Sh DESCRIPTION
 The
 .Nm
@@ -91,6 +92,8 @@ Default is
 .It Fl h Ar height
 Sets the height of a font character in pixels.
 Default is 16.
+.It Fl l
+Print a list of available fonts.
 .It Fl N Ar name
 Specifies a name which can be used later to refer to the font.
 If none is given, the

Index: src/usr.sbin/wsfontload/wsfontload.c
diff -u src/usr.sbin/wsfontload/wsfontload.c:1.22 src/usr.sbin/wsfontload/wsfontload.c:1.23
--- src/usr.sbin/wsfontload/wsfontload.c:1.22	Sat Apr 24 00:49:26 2021
+++ src/usr.sbin/wsfontload/wsfontload.c	Sat Apr 24 07:52:07 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: wsfontload.c,v 1.22 2021/04/24 00:49:26 macallan Exp $ */
+/* $NetBSD: wsfontload.c,v 1.23 2021/04/24 07:52:07 wiz Exp $ */
 
 /*
  * Copyright (c) 1999
@@ -76,8 +76,10 @@ usage(void)
 {
 
 	(void)fprintf(stderr,
-		"usage: %s [-Bbvl] [-e encoding] [-f wsdev] [-h height]"
-		" [-N name] [-w width] [fontfile]\n",
+		"usage: %s [-Bbv] [-e encoding] [-f wsdev] [-h height]"
+		" [-N name] [-w width] [fontfile]\n"
+		"   %s -l\n",
+		  getprogname(),
 		  getprogname());
 	exit(1);
 }



CVS commit: src/games/cgram

2021-04-22 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Apr 22 14:57:36 UTC 2021

Modified Files:
src/games/cgram: cgram.6 cgram.c

Log Message:
cgram: allow providing an input file instead of the random fortune


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/games/cgram/cgram.6
cvs rdiff -u -r1.17 -r1.18 src/games/cgram/cgram.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/cgram/cgram.6
diff -u src/games/cgram/cgram.6:1.2 src/games/cgram/cgram.6:1.3
--- src/games/cgram/cgram.6:1.2	Sun Aug  4 07:55:09 2013
+++ src/games/cgram/cgram.6	Thu Apr 22 14:57:36 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: cgram.6,v 1.2 2013/08/04 07:55:09 wiz Exp $
+.\" $NetBSD: cgram.6,v 1.3 2021/04/22 14:57:36 wiz Exp $
 .\"
 .\" Copyright (c) 2004, 2013 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,21 +27,24 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd August 3, 2013
+.Dd April 22, 2021
 .Dt CGRAM 6
 .Os
 .Sh NAME
 .Nm cgram
 .Nd solve Sunday-paper cryptograms
 .Sh SYNOPSIS
-.Nm
+.Nm Op Ar file
 .Sh DESCRIPTION
 .Nm
 is a curses-based widget for solving Sunday-paper-type cryptograms
 based on substitution ciphers.
-A random cleartext is chosen using
-.Xr fortune 6
-and a random substitution key is generated.
+If
+.Ar file
+is given, it is used as cleartext, otherwise a random cleartext is
+chosen using
+.Xr fortune 6 ;
+either way, a random substitution key is generated.
 .Pp
 The ciphertext is displayed.
 Typing a letter changes the key so that the letter under the cursor

Index: src/games/cgram/cgram.c
diff -u src/games/cgram/cgram.c:1.17 src/games/cgram/cgram.c:1.18
--- src/games/cgram/cgram.c:1.17	Fri Feb 26 15:18:40 2021
+++ src/games/cgram/cgram.c	Thu Apr 22 14:57:36 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: cgram.c,v 1.17 2021/02/26 15:18:40 rillig Exp $ */
+/* $NetBSD: cgram.c,v 1.18 2021/04/22 14:57:36 wiz Exp $ */
 
 /*-
  * Copyright (c) 2013, 2021 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include 
 #if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: cgram.c,v 1.17 2021/02/26 15:18:40 rillig Exp $");
+__RCSID("$NetBSD: cgram.c,v 1.18 2021/04/22 14:57:36 wiz Exp $");
 #endif
 
 #include 
@@ -216,13 +216,7 @@ char_at_cursor(void)
 	return lines.v[cursor_y].s[cursor_x];
 }
 
-static void
-readquote(void)
-{
-	FILE *f = popen(_PATH_FORTUNE, "r");
-	if (f == NULL)
-		err(1, "%s", _PATH_FORTUNE);
-
+static void getquote(FILE *f) {
 	struct string line;
 	string_init();
 
@@ -249,6 +243,30 @@ readquote(void)
 	extent_y = (int)lines.num;
 	for (int i = 0; i < extent_y; i++)
 		extent_x = imax(extent_x, (int)lines.v[i].len);
+}
+
+static void
+readfile(const char *name)
+{
+	FILE *f = fopen(name, "r");
+	if (f == NULL)
+		err(1, "%s", name);
+
+	getquote(f);
+
+	if (fclose(f) != 0)
+		exit(1);
+}
+
+
+static void
+readquote(void)
+{
+	FILE *f = popen(_PATH_FORTUNE, "r");
+	if (f == NULL)
+		err(1, "%s", _PATH_FORTUNE);
+
+	getquote(f);
 
 	if (pclose(f) != 0)
 		exit(1); /* error message must come from child process */
@@ -535,12 +553,16 @@ handle_key(void)
 }
 
 static void
-init(void)
+init(const char *filename)
 {
 	stringarray_init();
 	stringarray_init();
 	srandom((unsigned int)time(NULL));
-	readquote();
+	if (filename) {
+	readfile(filename);
+	} else {
+	readquote();
+	}
 	encode();
 
 	initscr();
@@ -573,9 +595,9 @@ clean_up(void)
 
 
 int
-main(void)
+main(int argc, char *argv[])
 {
-	init();
+	init(argc > 1 ? argv[1] : NULL);
 	loop();
 	clean_up();
 }



CVS commit: src/doc

2021-04-19 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Apr 19 06:29:13 UTC 2021

Modified Files:
src/doc: 3RDPARTY

Log Message:
openssh-8.6 out


To generate a diff of this commit:
cvs rdiff -u -r1.1797 -r1.1798 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1797 src/doc/3RDPARTY:1.1798
--- src/doc/3RDPARTY:1.1797	Sat Apr 17 20:42:57 2021
+++ src/doc/3RDPARTY	Mon Apr 19 06:29:13 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1797 2021/04/17 20:42:57 christos Exp $
+#	$NetBSD: 3RDPARTY,v 1.1798 2021/04/19 06:29:13 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1071,11 +1071,11 @@ Patch applied after OpenSSH import.
 
 Package:	OpenSSH
 Version:	8.5
-Current Vers:	8.5 / portable 8.5p1
+Current Vers:	8.6 / portable 8.6p1
 Maintainer:	OpenSSH
 Archive Site:	http://www.openssh.com/ftp.html
 Home Page:	http://www.openssh.com/portable.html
-Date:		2021-03-05
+Date:		2021-04-19
 Mailing List:	openssh-unix-annou...@mindrot.org
 Responsible:	thorpej, christos, elric
 License:	BSD. See src/crypto/external/bsd/openssh/dist/LICENSE



CVS commit: src/doc

2021-04-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Apr 17 10:13:09 UTC 2021

Modified Files:
src/doc: 3RDPARTY

Log Message:
tmux 3.2 out.


To generate a diff of this commit:
cvs rdiff -u -r1.1795 -r1.1796 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1795 src/doc/3RDPARTY:1.1796
--- src/doc/3RDPARTY:1.1795	Sat Apr 17 04:11:52 2021
+++ src/doc/3RDPARTY	Sat Apr 17 10:13:09 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1795 2021/04/17 04:11:52 mrg Exp $
+#	$NetBSD: 3RDPARTY,v 1.1796 2021/04/17 10:13:09 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1370,7 +1370,7 @@ purposes.
 
 Package:	tmux
 Version:	3.1c
-Current Vers:	3.1c
+Current Vers:	3.2
 Maintainer:	Nicholas Marriott 
 Archive site:	https://github.com/tmux/tmux
 Home page:	http://tmux.github.io



CVS commit: src/external/bsd/pkg_install/dist/add

2021-04-10 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Apr 10 22:59:46 UTC 2021

Modified Files:
src/external/bsd/pkg_install/dist/add: main.c

Log Message:
Fix merge bug.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pkg_install/dist/add/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/pkg_install/dist/add/main.c
diff -u src/external/bsd/pkg_install/dist/add/main.c:1.3 src/external/bsd/pkg_install/dist/add/main.c:1.4
--- src/external/bsd/pkg_install/dist/add/main.c:1.3	Sat Apr 10 19:49:59 2021
+++ src/external/bsd/pkg_install/dist/add/main.c	Sat Apr 10 22:59:46 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: main.c,v 1.3 2021/04/10 19:49:59 nia Exp $	*/
+/*	$NetBSD: main.c,v 1.4 2021/04/10 22:59:46 wiz Exp $	*/
 
 #if HAVE_CONFIG_H
 #include "config.h"
@@ -7,7 +7,7 @@
 #if HAVE_SYS_CDEFS_H
 #include 
 #endif
-__RCSID("$NetBSD");
+__RCSID("$NetBSD: main.c,v 1.4 2021/04/10 22:59:46 wiz Exp $");
 
 /*
  *



CVS commit: src/doc

2021-03-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Mar 26 08:21:32 UTC 2021

Modified Files:
src/doc: 3RDPARTY

Log Message:
expat 2.3.0 was released


To generate a diff of this commit:
cvs rdiff -u -r1.1786 -r1.1787 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1786 src/doc/3RDPARTY:1.1787
--- src/doc/3RDPARTY:1.1786	Thu Mar 25 18:52:23 2021
+++ src/doc/3RDPARTY	Fri Mar 26 08:21:32 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1786 2021/03/25 18:52:23 christos Exp $
+#	$NetBSD: 3RDPARTY,v 1.1787 2021/03/26 08:21:32 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -408,11 +408,11 @@ Notes:
 
 Package:	expat
 Version:	2.2.8
-Current Vers:	2.2.10
+Current Vers:	2.3.0
 Maintainer:	Expat Project
 Archive Site:	https://github.com/libexpat/libexpat/releases
 Home Page:	http://www.libexpat.org/
-Date:		2020-06-13
+Date:		2021-03-26
 Mailing List:	expat-disc...@libexpat.org
 Responsible:	mrg
 License:	MIT



CVS commit: src/share/man/man5

2021-03-21 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Mar 22 00:09:06 UTC 2021

Modified Files:
src/share/man/man5: ttyaction.5

Log Message:
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/share/man/man5/ttyaction.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man5/ttyaction.5
diff -u src/share/man/man5/ttyaction.5:1.10 src/share/man/man5/ttyaction.5:1.11
--- src/share/man/man5/ttyaction.5:1.10	Sun Mar 21 23:29:36 2021
+++ src/share/man/man5/ttyaction.5	Mon Mar 22 00:09:06 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: ttyaction.5,v 1.10 2021/03/21 23:29:36 mrg Exp $
+.\" $NetBSD: ttyaction.5,v 1.11 2021/03/22 00:09:06 wiz Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -37,7 +37,8 @@
 The
 .Nm ttyaction
 file specifies site-specific commands to run
-when a login session begins and ends. The
+when a login session begins and ends.
+The
 .Nm ttyaction
 file contains a list of newline separated records, where
 each record has the following three fields:
@@ -79,7 +80,8 @@ PATH=_PATH_STDPATH
 .Pp
 These variables may be used directly in the shell command
 part of the record for simple tasks such as changing the
-ownership of related devices.  For example:
+ownership of related devices.
+For example:
 .Bd -literal -offset indent
 console  *	chown ${USER}:tty /dev/mouse
 .Ed
@@ -100,7 +102,7 @@ tty0	getty	/somewhere/tty_clean ${TTY}
 .Sh HISTORY
 Support for the
 .Pa /etc/ttyaction
-file first appeared in 
+file first appeared in
 .Nx 1.3 .
 The ideas for the
 .Pa /etc/ttyaction



CVS commit: src/external/mpl/bind/bin/nslookup

2021-03-21 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Mar 21 21:26:00 UTC 2021

Modified Files:
src/external/mpl/bind/bin/nslookup: nslookup.8

Log Message:
Use standard section names, sort, use more macros.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mpl/bind/bin/nslookup/nslookup.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mpl/bind/bin/nslookup/nslookup.8
diff -u src/external/mpl/bind/bin/nslookup/nslookup.8:1.3 src/external/mpl/bind/bin/nslookup/nslookup.8:1.4
--- src/external/mpl/bind/bin/nslookup/nslookup.8:1.3	Sun Mar 21 16:21:35 2021
+++ src/external/mpl/bind/bin/nslookup/nslookup.8	Sun Mar 21 21:26:00 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: nslookup.8,v 1.3 2021/03/21 16:21:35 christos Exp $
+.\" $NetBSD: nslookup.8,v 1.4 2021/03/21 21:26:00 wiz Exp $
 .\"
 .\"
 .\" ++Copyright++ 1985, 1989
@@ -114,7 +114,7 @@ The command line length must be less tha
 To treat a built-in command as a host name,
 precede it with an escape character
 .Pq Sq \e .
-.Em N.B.:  An unrecognized command will be interpreted as a host name.
+.Em N.B.:  \ unrecognized command will be interpreted as a host name.
 .Bl -tag -width "lserver"
 .It Ar host Op Ar server
 Look up information for
@@ -445,7 +445,7 @@ abbreviation =
 .Oo Ic no Oc Ns Ic ig )
 .It Oo Ic no Oc Ns Ic fail
 This  keyword  tries  the next nameserver if a nameserver responds
-with 
+with
 .Dv SERVFAIL
 or a referral (nofail), or terminates the query
 (fail) on such a response.
@@ -453,24 +453,17 @@ or a referral (nofail), or terminates th
 The default is nofail.
 .El
 .El
-.Sh RETURN VALUES
-.Nm
-returns with an exit status of
-.Dv 1
-if any query failed, and
-.Dv 0
-otherwise.
 .Sh IDN SUPPORT
-If 
+If
 .Nm
 has been built with IDN (internationalized domain name)
 support, it can accept and display non-ASCII domain names.
-.Nm 
+.Nm
 appropriately converts character encoding of a domain name before sending
 a request to a DNS server or displaying a reply from the server.
 To turn off IDN support, define the IDN_DISABLE environment variable.
 IDN support is disabled if the variable is set when
-.Nm 
+.Nm
 runs, or when the standard output is not a tty.
 .Sh ENVIRONMENT
 .Bl -tag -width "HOSTALIASES" -compact
@@ -486,6 +479,13 @@ turns off IDN support
 .It Pa /etc/resolv.conf
 initial domain name and name server addresses
 .El
+.Sh EXIT STATUS
+.Nm
+returns with an exit status of
+.Dv 1
+if any query failed, and
+.Dv 0
+otherwise.
 .Sh DIAGNOSTICS
 If the lookup request was not successful, an error message is printed.
 Possible errors are:
@@ -545,4 +545,4 @@ It may indicate an error in
 .%D Nov 1, 1987
 .Re
 .Sh AUTHORS
-Andrew Cherenson
+.An Andrew Cherenson



CVS commit: src/lib/libc/sys

2021-03-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Mar 17 08:13:29 UTC 2021

Modified Files:
src/lib/libc/sys: open.2

Log Message:
Remove superfluous article.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/lib/libc/sys/open.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/open.2
diff -u src/lib/libc/sys/open.2:1.64 src/lib/libc/sys/open.2:1.65
--- src/lib/libc/sys/open.2:1.64	Wed Mar 17 08:04:39 2021
+++ src/lib/libc/sys/open.2	Wed Mar 17 08:13:29 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: open.2,v 1.64 2021/03/17 08:04:39 dholland Exp $
+.\"	$NetBSD: open.2,v 1.65 2021/03/17 08:13:29 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -103,7 +103,7 @@ The
 are specified by
 .Em or Ns 'ing
 the values listed below.
-Applications must specify exactly one of the these four values
+Applications must specify exactly one of these four values
 (file access methods):
 .Bl -tag -offset indent -width O_DIRECTORY
 .It Dv O_RDONLY



CVS commit: src/usr.bin/sed

2021-03-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Mar 11 17:14:35 UTC 2021

Modified Files:
src/usr.bin/sed: sed.1

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/usr.bin/sed/sed.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/sed/sed.1
diff -u src/usr.bin/sed/sed.1:1.42 src/usr.bin/sed/sed.1:1.43
--- src/usr.bin/sed/sed.1:1.42	Thu Mar 11 15:45:55 2021
+++ src/usr.bin/sed/sed.1	Thu Mar 11 17:14:35 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sed.1,v 1.42 2021/03/11 15:45:55 christos Exp $
+.\"	$NetBSD: sed.1,v 1.43 2021/03/11 17:14:35 wiz Exp $
 .\" Copyright (c) 1992, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -101,7 +101,7 @@ The editing commands should each be list
 Turn off GNU regex extensions (the default).
 .It Fl g
 Turn on GNU regex extensions.
-See 
+See
 .Xr regex 3
 for details.
 .It Fl I Ns Op Ar extension



CVS commit: src/lib/libc/regex

2021-03-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Mar 11 17:13:29 UTC 2021

Modified Files:
src/lib/libc/regex: regex.3

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/regex/regex.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/regex/regex.3
diff -u src/lib/libc/regex/regex.3:1.30 src/lib/libc/regex/regex.3:1.31
--- src/lib/libc/regex/regex.3:1.30	Thu Mar 11 16:36:41 2021
+++ src/lib/libc/regex/regex.3	Thu Mar 11 17:13:29 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: regex.3,v 1.30 2021/03/11 16:36:41 christos Exp $
+.\" $NetBSD: regex.3,v 1.31 2021/03/11 17:13:29 wiz Exp $
 .\"
 .\" Copyright (c) 1992, 1993, 1994 Henry Spencer.
 .\" Copyright (c) 1992, 1993, 1994
@@ -194,15 +194,15 @@ caution in software intended to be porta
 .It Dv REG_GNU
 Include GNU-inspired extensions:
 .Pp
-.Bl -tag -offset indent -width XX -compact 
+.Bl -tag -offset indent -width XX -compact
 .It \eN
 Use backreference
 .Dv N
 where
 .Dv N
-is a single digit number between 
-.Dv 1 
-and 
+is a single digit number between
+.Dv 1
+and
 .Dv 9 .
 .It \ea
 Visual Bell



CVS commit: src

2021-03-09 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Mar 10 07:23:42 UTC 2021

Modified Files:
src/share/man/man4: drm.4
src/sys/arch/amd64/conf: GENERIC
src/sys/external/bsd/drm2/dist/drm: drm_modes.c

Log Message:
drm(4): allow limiting maximum X/Y resolution

With some drivers (at least radeon(4)), in some cases the driver
does not choose the resolution correctly.  The options
DRM_MAX_RESOLUTION_HORIZONTAL and DRM_MAX_RESOLUTION_VERTICAL allow
limiting the maximum resolution in X and Y direction.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/share/man/man4/drm.4
cvs rdiff -u -r1.587 -r1.588 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.8 -r1.9 src/sys/external/bsd/drm2/dist/drm/drm_modes.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/drm.4
diff -u src/share/man/man4/drm.4:1.17 src/share/man/man4/drm.4:1.18
--- src/share/man/man4/drm.4:1.17	Wed Jul 18 16:41:53 2018
+++ src/share/man/man4/drm.4	Wed Mar 10 07:23:42 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: drm.4,v 1.17 2018/07/18 16:41:53 wiz Exp $
+.\"	$NetBSD: drm.4,v 1.18 2021/03/10 07:23:42 wiz Exp $
 .\"
 .\" Copyright (c) 2007, 2013 Thomas Klausner
 .\" All rights reserved.
@@ -23,7 +23,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 10, 2018
+.Dd March 10, 2021
 .Dt DRM 4
 .Os
 .Sh NAME
@@ -41,6 +41,8 @@
 .Pp
 .Cd optionsDRM_DEBUG
 .Cd optionsDRM_NO_AGP
+.Cd optionsDRM_MAX_RESOLUTION_HORIZONTAL=integer
+.Cd optionsDRM_MAX_RESOLUTION_VERTICAL=integer
 .Sh DESCRIPTION
 The Direct Rendering Manager is part of the Direct Rendering
 Infrastructure for supporting video acceleration (3d acceleration,
@@ -88,6 +90,15 @@ and compiled from
 .Xr pkgsrc 7
 do so automatically where supported.
 .Pp
+With some drivers (at least
+.Xr radeon 4 ) ,
+in some cases the driver does not choose the resolution correctly.
+The options
+.Dv DRM_MAX_RESOLUTION_HORIZONTAL
+and
+.Dv DRM_MAX_RESOLUTION_VERTICAL
+allow limiting the maximum resolution in X and Y direction.
+.Pp
 .Xr X 7
 will attempt to create the device node automatically.
 To create the device node manually:

Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.587 src/sys/arch/amd64/conf/GENERIC:1.588
--- src/sys/arch/amd64/conf/GENERIC:1.587	Wed Mar 10 06:38:44 2021
+++ src/sys/arch/amd64/conf/GENERIC	Wed Mar 10 07:23:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.587 2021/03/10 06:38:44 msaitoh Exp $
+# $NetBSD: GENERIC,v 1.588 2021/03/10 07:23:42 wiz Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.587 $"
+#ident		"GENERIC-$Revision: 1.588 $"
 
 maxusers	64		# estimated number of users
 
@@ -456,6 +456,9 @@ nouveaufb*	at nouveaufbbus?
 # DRMUMS drivers
 #viadrmums*	at drm?
 
+#options 	DRM_MAX_RESOLUTION_HORIZONTAL=1920	# Limit DRM size in horizontal dimension
+#options 	DRM_MAX_RESOLUTION_VERTICAL=1080	# Limit DRM size in vertical dimension
+
 # Cryptographic Devices
 
 # PCI cryptographic devices

Index: src/sys/external/bsd/drm2/dist/drm/drm_modes.c
diff -u src/sys/external/bsd/drm2/dist/drm/drm_modes.c:1.8 src/sys/external/bsd/drm2/dist/drm/drm_modes.c:1.9
--- src/sys/external/bsd/drm2/dist/drm/drm_modes.c:1.8	Fri Feb 14 04:38:36 2020
+++ src/sys/external/bsd/drm2/dist/drm/drm_modes.c	Wed Mar 10 07:23:42 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: drm_modes.c,v 1.8 2020/02/14 04:38:36 riastradh Exp $	*/
+/*	$NetBSD: drm_modes.c,v 1.9 2021/03/10 07:23:42 wiz Exp $	*/
 
 /*
  * Copyright © 1997-2003 by The XFree86 Project, Inc.
@@ -33,7 +33,7 @@
  */
 
 #include 
-__KERNEL_RCSID(0, "$NetBSD: drm_modes.c,v 1.8 2020/02/14 04:38:36 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drm_modes.c,v 1.9 2021/03/10 07:23:42 wiz Exp $");
 
 #include 
 #include 
@@ -1019,9 +1019,19 @@ drm_mode_validate_size(const struct drm_
 	if (maxX > 0 && mode->hdisplay > maxX)
 		return MODE_VIRTUAL_X;
 
+#if defined(DRM_MAX_RESOLUTION_HORIZONTAL)
+	if (mode->hdisplay > DRM_MAX_RESOLUTION_HORIZONTAL)
+		return MODE_VIRTUAL_X;
+#endif
+
 	if (maxY > 0 && mode->vdisplay > maxY)
 		return MODE_VIRTUAL_Y;
 
+#if defined(DRM_MAX_RESOLUTION_VERTICAL)
+	if (mode->vdisplay > DRM_MAX_RESOLUTION_VERTICAL)
+		return MODE_VIRTUAL_Y;
+#endif
+
 	return MODE_OK;
 }
 EXPORT_SYMBOL(drm_mode_validate_size);



CVS commit: src/share/man/man4

2021-03-09 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Mar  9 12:02:24 UTC 2021

Modified Files:
src/share/man/man4: ixg.4 ixv.4

Log Message:
Improve wording, use more macros.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/share/man/man4/ixg.4
cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/ixv.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/ixg.4
diff -u src/share/man/man4/ixg.4:1.13 src/share/man/man4/ixg.4:1.14
--- src/share/man/man4/ixg.4:1.13	Tue Mar  9 10:03:18 2021
+++ src/share/man/man4/ixg.4	Tue Mar  9 12:02:24 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: ixg.4,v 1.13 2021/03/09 10:03:18 msaitoh Exp $
+.\" $NetBSD: ixg.4,v 1.14 2021/03/09 12:02:24 wiz Exp $
 .\"
 .\" Copyright (c) 2001-2008, Intel Corporation
 .\" All rights reserved.
@@ -89,17 +89,19 @@ The
 driver doesn't use the common
 .Xr MCLGET 9
 interface and use the driver specific cluster allocation mechanism.
-If it's exhausted,
+If it's exhausted, the
 .Xr evcnt 9
-counter "ixgX qY Rx no jumbo mbuf" is incremented. If it's observed,
-The number can be changed by the following config parameter:
+counter "ixgX qY Rx no jumbo mbuf" is incremented.
+If this is observed,
+the number can be changed by the following config parameter:
 .Bl -tag -width IXGBE_JCLNUM_MULTI -offset 3n
 .It Dv IXGBE_JCLNUM_MULTI
-The number of RX jumbo buffer (cluster) per queue is calculated by
+The number of RX jumbo buffers (clusters) per queue is calculated by
 .Dv IXGBE_JCLNUM_MULTI
-* (number of rx descriptor).
-The total number of clusters per queue is available with
-hw.ixgN.num_jcl_per_queue sysctl.
+* (number of rx descriptors).
+The total number of clusters per queue is available via the
+.Li hw.ixgN.num_jcl_per_queue
+.Xr sysctl 7 .
 .El
 .Sh SEE ALSO
 .Xr arp 4 ,

Index: src/share/man/man4/ixv.4
diff -u src/share/man/man4/ixv.4:1.6 src/share/man/man4/ixv.4:1.7
--- src/share/man/man4/ixv.4:1.6	Tue Mar  9 10:03:18 2021
+++ src/share/man/man4/ixv.4	Tue Mar  9 12:02:24 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ixv.4,v 1.6 2021/03/09 10:03:18 msaitoh Exp $
+.\"	$NetBSD: ixv.4,v 1.7 2021/03/09 12:02:24 wiz Exp $
 .\"
 .\" Copyright (c) 2018 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -49,17 +49,19 @@ The
 driver doesn't use the common
 .Xr MCLGET 9
 interface and use the driver specific cluster allocation mechanism.
-If it's exhausted,
+If it's exhausted, the
 .Xr evcnt 9
-counter "ixgX qY Rx no jumbo mbuf" is incremented. If it's observed,
-The number can be changed by the following config parameter:
+counter "ixgX qY Rx no jumbo mbuf" is incremented.
+If this is observed,
+the number can be changed by the following config parameter:
 .Bl -tag -width IXGBE_JCLNUM_MULTI -offset 3n
 .It Dv IXGBE_JCLNUM_MULTI
-The number of RX jumbo buffer (cluster) per queue is calculated by
+The number of RX jumbo buffers (clusters) per queue is calculated by
 .Dv IXGBE_JCLNUM_MULTI
-* (number of rx descriptor).
-The total number of clusters per queue is available with
-hw.ixgN.num_jcl_per_queue sysctl.
+* (number of rx descriptors).
+The total number of clusters per queue is available with the
+.Li hw.ixgN.num_jcl_per_queue
+.Xr sysctl 7 .
 .El
 .Sh SEE ALSO
 .Xr arp 4 ,



CVS commit: src/usr.bin/newsyslog

2021-03-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Mar  1 21:43:00 UTC 2021

Modified Files:
src/usr.bin/newsyslog: newsyslog.8

Log Message:
Sort options in synopsis


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/usr.bin/newsyslog/newsyslog.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/newsyslog/newsyslog.8
diff -u src/usr.bin/newsyslog/newsyslog.8:1.42 src/usr.bin/newsyslog/newsyslog.8:1.43
--- src/usr.bin/newsyslog/newsyslog.8:1.42	Mon Mar  1 21:37:10 2021
+++ src/usr.bin/newsyslog/newsyslog.8	Mon Mar  1 21:43:00 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: newsyslog.8,v 1.42 2021/03/01 21:37:10 otis Exp $
+.\"	$NetBSD: newsyslog.8,v 1.43 2021/03/01 21:43:00 wiz Exp $
 .\"
 .\" Copyright (c) 1999, 2000 Andrew Doran 
 .\" All rights reserved.
@@ -49,7 +49,7 @@
 .Nd maintain system log files to manageable sizes
 .Sh SYNOPSIS
 .Nm newsyslog
-.Op Fl nrsvF
+.Op Fl Fnrsv
 .Op Fl f Ar config_file
 .Op Pa file ...
 .Sh DESCRIPTION



CVS commit: src/share/man/man4

2021-03-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Mar  1 18:14:05 UTC 2021

Modified Files:
src/share/man/man4: rge.4

Log Message:
Fix Dd, comment out OpenBSD-only page.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/rge.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/rge.4
diff -u src/share/man/man4/rge.4:1.2 src/share/man/man4/rge.4:1.3
--- src/share/man/man4/rge.4:1.2	Mon Mar  1 17:58:33 2021
+++ src/share/man/man4/rge.4	Mon Mar  1 18:14:05 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: rge.4,v 1.2 2021/03/01 17:58:33 jakllsch Exp $
+.\" $NetBSD: rge.4,v 1.3 2021/03/01 18:14:05 wiz Exp $
 .\" $OpenBSD: rge.4,v 1.4 2020/10/12 02:11:10 kevlo Exp $
 .\"
 .\" Copyright (c) 2019, 2020 Kevin Lo 
@@ -15,7 +15,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: October 12 2020 $
+.Dd March 1, 2021
 .Dt RGE 4
 .Os
 .Sh NAME
@@ -44,7 +44,7 @@ TP-LINK TL-NG421 Adapter (2500baseT)
 .Xr intro 4 ,
 .Xr netintro 4 ,
 .Xr pci 4 ,
-.Xr hostname.if 5 ,
+.\".Xr hostname.if 5 ,
 .Xr ifconfig 8
 .Sh HISTORY
 The



CVS commit: src/share/man/man8/man8.amiga

2021-02-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Feb 26 10:44:31 UTC 2021

Modified Files:
src/share/man/man8/man8.amiga: boot.8 installboot.8

Log Message:
More markup. New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/share/man/man8/man8.amiga/boot.8
cvs rdiff -u -r1.24 -r1.25 src/share/man/man8/man8.amiga/installboot.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man8/man8.amiga/boot.8
diff -u src/share/man/man8/man8.amiga/boot.8:1.17 src/share/man/man8/man8.amiga/boot.8:1.18
--- src/share/man/man8/man8.amiga/boot.8:1.17	Thu Feb 25 03:43:57 2021
+++ src/share/man/man8/man8.amiga/boot.8	Fri Feb 26 10:44:31 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: boot.8,v 1.17 2021/02/25 03:43:57 rin Exp $
+.\"	$NetBSD: boot.8,v 1.18 2021/02/26 10:44:31 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
@@ -91,7 +91,6 @@ The command line looks like:
 .Op Fl n Ar memsegments
 .Op Fl I Ar mask
 .Ed
-.Pp
 .Bl -tag -width flag
 .It kernel-path
 This gives you the opportunity to boot another kernel, say:

Index: src/share/man/man8/man8.amiga/installboot.8
diff -u src/share/man/man8/man8.amiga/installboot.8:1.24 src/share/man/man8/man8.amiga/installboot.8:1.25
--- src/share/man/man8/man8.amiga/installboot.8:1.24	Thu Feb 25 03:43:57 2021
+++ src/share/man/man8/man8.amiga/installboot.8	Fri Feb 26 10:44:31 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: installboot.8,v 1.24 2021/02/25 03:43:57 rin Exp $
+.\"	$NetBSD: installboot.8,v 1.25 2021/02/26 10:44:31 wiz Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -40,7 +40,8 @@
 .Ar device
 .Sh DESCRIPTION
 .Nm installboot
-copies the bootblock to a bootable partition. The
+copies the bootblock to a bootable partition.
+The
 bootstrap is written into the bootblock area on the partition, right
 in front of the superblock, and hence limited in size to
 8192 bytes.
@@ -57,7 +58,8 @@ the operator from the boot menu (on Amig
 mouse buttons during boot; on DraCo machines, press the left mouse button
 when prompted).
 .Pp
-On RDB devices, the whole bootblock is loaded by the ROM. The number of
+On RDB devices, the whole bootblock is loaded by the ROM.
+The number of
 boot blocks in the RDB partition entry must be correct.
 .Pp
 On floppy disks, the ROM always loads the first two blocks (1024 bytes),
@@ -108,9 +110,9 @@ If
 is accidentally used on the whole disk partition, the RDB will be overwritten,
 making your system unusable after the next reboot.
 .Pp
-Some third-party accelerator boards are not autoconfiguring. You won't
-be able to use their memory when booting from the bootblock after a cold
-start.
+Some third-party accelerator boards are not autoconfiguring.
+You won't be able to use their memory when booting from the bootblock
+after a cold start.
 .Pp
 Some third-party disk controllers don't support bootblock booting.
 .Pp
@@ -118,7 +120,9 @@ DraCo ROMs don't support bootblock booti
 .Pp
 Most 68060 boards, unlike the DraCo, don't set the SysBase->AttnFlags
 bit for the 68060 CPU (a patch program which is called during
-AmigaOS startup does this). You need to add options BB060STUPIDROM
+AmigaOS startup does this).
+You need to add
+.Cd options BB060STUPIDROM
 to your kernel to boot on such a machine.
 .Pp
 There is currently no easy way to edit the RDB from within
@@ -128,6 +132,8 @@ set the partition to bootable, "use cust
 of bootblocks to 16 (for bootxx_ffsv1 or bootxx_ffsv2) or 2 (for bootxx_fd),
 at least the first time you install the bootblock.
 .Pp
-As normal dd is used to install the bootblock, you can only install onto
+As normal
+.Xr dd 1
+is used to install the bootblock, you can only install onto
 your currently used root (or any other mounted) partition from single-user
 mode, or while otherwise running in insecure mode.



CVS commit: src/lib/libc/gen

2021-02-25 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Feb 26 06:39:14 UTC 2021

Modified Files:
src/lib/libc/gen: endutent.3

Log Message:
Fix xref, add missing word.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/gen/endutent.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/endutent.3
diff -u src/lib/libc/gen/endutent.3:1.1 src/lib/libc/gen/endutent.3:1.2
--- src/lib/libc/gen/endutent.3:1.1	Fri Feb 26 03:05:01 2021
+++ src/lib/libc/gen/endutent.3	Fri Feb 26 06:39:14 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: endutent.3,v 1.1 2021/02/26 03:05:01 christos Exp $
+.\"	$NetBSD: endutent.3,v 1.2 2021/02/26 06:39:14 wiz Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -58,7 +58,7 @@ user accounting database.
 .Pp
 These interfaces are only provided for compatibility purpuses and
 have been superseeded by
-.Xr endutent 3 ,
+.Xr endutxent 3 ,
 .Xr utmpx 5 .
 .Pp
 .Fn getutent
@@ -88,7 +88,6 @@ the same user if it exists.
 The
 .Nm utmp
 structure has the following definition:
-.Pp
 .Bd -literal
 struct utmp {
 char ut_line[UT_LINESIZE];/* tty name */
@@ -119,5 +118,5 @@ The
 .Fn getutline ,
 .Fn pututline ,
 .Fn setutent
-all conform to
+functions all conform to
 .St -xpg4.2 .



CVS commit: src/lib/libc/regex

2021-02-24 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb 24 09:10:12 UTC 2021

Modified Files:
src/lib/libc/regex: engine.c re_format.7 regex.3

Log Message:
Restore NetBSD RCS Ids.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/regex/engine.c
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/regex/re_format.7
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/regex/regex.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/regex/engine.c
diff -u src/lib/libc/regex/engine.c:1.25 src/lib/libc/regex/engine.c:1.26
--- src/lib/libc/regex/engine.c:1.25	Tue Feb 23 22:14:59 2021
+++ src/lib/libc/regex/engine.c	Wed Feb 24 09:10:12 2021
@@ -1,3 +1,5 @@
+/* $NetBSD: engine.c,v 1.26 2021/02/24 09:10:12 wiz Exp $ */
+
 /*-
  * SPDX-License-Identifier: BSD-3-Clause
  *
@@ -39,7 +41,7 @@
 #ifdef __FBSDID
 __FBSDID("$FreeBSD: head/lib/libc/regex/engine.c 368358 2020-12-05 03:16:05Z kevans $");
 #endif
-__RCSID("$NetBSD: engine.c,v 1.25 2021/02/23 22:14:59 christos Exp $");
+__RCSID("$NetBSD: engine.c,v 1.26 2021/02/24 09:10:12 wiz Exp $");
 
 #include 
 

Index: src/lib/libc/regex/re_format.7
diff -u src/lib/libc/regex/re_format.7:1.13 src/lib/libc/regex/re_format.7:1.14
--- src/lib/libc/regex/re_format.7:1.13	Tue Feb 23 22:14:59 2021
+++ src/lib/libc/regex/re_format.7	Wed Feb 24 09:10:12 2021
@@ -1,3 +1,5 @@
+.\" $NetBSD: re_format.7,v 1.14 2021/02/24 09:10:12 wiz Exp $
+.\"
 .\" Copyright (c) 1992, 1993, 1994 Henry Spencer.
 .\" Copyright (c) 1992, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.

Index: src/lib/libc/regex/regex.3
diff -u src/lib/libc/regex/regex.3:1.27 src/lib/libc/regex/regex.3:1.28
--- src/lib/libc/regex/regex.3:1.27	Tue Feb 23 22:14:59 2021
+++ src/lib/libc/regex/regex.3	Wed Feb 24 09:10:12 2021
@@ -1,3 +1,5 @@
+.\" $NetBSD: regex.3,v 1.28 2021/02/24 09:10:12 wiz Exp $
+.\"
 .\" Copyright (c) 1992, 1993, 1994 Henry Spencer.
 .\" Copyright (c) 1992, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.



CVS commit: src/share/man/man3

2021-02-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Feb 23 09:28:00 UTC 2021

Modified Files:
src/share/man/man3: timeradd.3

Log Message:
Fix timespeccmp declaration.

>From Kouichi Hashikawa in PR 56010.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man3/timeradd.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man3/timeradd.3
diff -u src/share/man/man3/timeradd.3:1.8 src/share/man/man3/timeradd.3:1.9
--- src/share/man/man3/timeradd.3:1.8	Mon Jun  7 18:40:16 2010
+++ src/share/man/man3/timeradd.3	Tue Feb 23 09:28:00 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: timeradd.3,v 1.8 2010/06/07 18:40:16 jruoho Exp $
+.\" $NetBSD: timeradd.3,v 1.9 2021/02/23 09:28:00 wiz Exp $
 .\"
 .\" Copyright (c) 2009 Jukka Ruohonen 
 .\" Copyright (c) 1999 Kelly Yancey 
@@ -59,7 +59,7 @@
 .Ft int
 .Fn timespecisset "struct timespec *ts"
 .Ft int
-.Fn timespeccmp "struct timespec *a" "struct timespec b" CMP
+.Fn timespeccmp "struct timespec *a" "struct timespec *b" CMP
 .Sh DESCRIPTION
 These macros are provided for manipulating the
 .Fa timeval



CVS commit: src/usr.bin/who

2021-02-22 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Feb 23 07:15:41 UTC 2021

Modified Files:
src/usr.bin/who: who.1

Log Message:
Fix Fl argument.

>From Kouichi Hashikawa in PR 56009.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/who/who.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/who/who.1
diff -u src/usr.bin/who/who.1:1.25 src/usr.bin/who/who.1:1.26
--- src/usr.bin/who/who.1:1.25	Sun Sep  1 18:46:22 2019
+++ src/usr.bin/who/who.1	Tue Feb 23 07:15:41 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: who.1,v 1.25 2019/09/01 18:46:22 sevan Exp $
+.\"	$NetBSD: who.1,v 1.26 2021/02/23 07:15:41 wiz Exp $
 .\"
 .\" Copyright (c) 1986, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -52,7 +52,7 @@ Available options:
 .Bl -tag -width file
 .It Fl a
 Same as
-.Fl -bdlprTtuv .
+.Fl bdlprTtuv .
 .It Fl b
 Time of last system boot.
 .It Fl d



CVS commit: src/usr.bin/unzip

2021-02-18 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Feb 18 18:02:09 UTC 2021

Modified Files:
src/usr.bin/unzip: unzip.1

Log Message:
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/unzip/unzip.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/unzip/unzip.1
diff -u src/usr.bin/unzip/unzip.1:1.13 src/usr.bin/unzip/unzip.1:1.14
--- src/usr.bin/unzip/unzip.1:1.13	Thu Feb 18 17:58:51 2021
+++ src/usr.bin/unzip/unzip.1	Thu Feb 18 18:02:09 2021
@@ -25,7 +25,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\" $FreeBSD: revision 180125$
-.\" $NetBSD: unzip.1,v 1.13 2021/02/18 17:58:51 christos Exp $
+.\" $NetBSD: unzip.1,v 1.14 2021/02/18 18:02:09 wiz Exp $
 .\"
 .Dd February 18, 2021
 .Dt UNZIP 1
@@ -84,8 +84,9 @@ The normal output is suppressed as if
 .Fl q
 was specified.
 .It Fl P Ar password
-Extract encrypted files using a password. Putting a password on
-the command line using this option can be insecure.
+Extract encrypted files using a password.
+Putting a password on the command line using this option can be
+insecure.
 .It Fl q
 Quiet: print less information while extracting.
 .It Fl t



CVS commit: src/lib/libc/sys

2021-02-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb 17 22:55:20 UTC 2021

Modified Files:
src/lib/libc/sys: fsync.2

Log Message:
Merge EINVAL descriptions; replace Xr to itself with Nm.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/sys/fsync.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/fsync.2
diff -u src/lib/libc/sys/fsync.2:1.20 src/lib/libc/sys/fsync.2:1.21
--- src/lib/libc/sys/fsync.2:1.20	Wed Feb 17 17:43:09 2021
+++ src/lib/libc/sys/fsync.2	Wed Feb 17 22:55:20 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fsync.2,v 1.20 2021/02/17 17:43:09 dholland Exp $
+.\"	$NetBSD: fsync.2,v 1.21 2021/02/17 22:55:20 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -106,7 +106,7 @@ on the specified range.
 .It Dv FFILESYNC
 Synchronize all modified file data and meta-data for the specified range.
 This is equivalent to
-.Xr fsync 2
+.Nm
 on the specified range.
 .It Dv FDISKSYNC
 Request the destination device to ensure that the relevant data
@@ -165,8 +165,7 @@ is less than zero, or
 .Fa length
 is less than
 .Fa start
-or triggers an integer overflow.
-.It Bq Er EINVAL
+or triggers an integer overflow; or
 .Fa how
 contains an invalid value.
 .El



CVS commit: src/usr.sbin/mountd

2021-02-16 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Feb 16 10:01:55 UTC 2021

Modified Files:
src/usr.sbin/mountd: mountd.8

Log Message:
Reword slightly.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/mountd/mountd.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/mountd/mountd.8
diff -u src/usr.sbin/mountd/mountd.8:1.39 src/usr.sbin/mountd/mountd.8:1.40
--- src/usr.sbin/mountd/mountd.8:1.39	Tue Feb 16 10:00:27 2021
+++ src/usr.sbin/mountd/mountd.8	Tue Feb 16 10:01:55 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mountd.8,v 1.39 2021/02/16 10:00:27 hannken Exp $
+.\"	$NetBSD: mountd.8,v 1.40 2021/02/16 10:01:55 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -101,7 +101,7 @@ The
 .Ar exportsfile
 argument specifies an alternative location
 for the exports file.
-There can many exports files.
+Multiple exports files can be defined.
 .El
 .Pp
 When



CVS commit: src/lib/libc/locale

2021-02-15 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Feb 15 15:38:43 UTC 2021

Modified Files:
src/lib/libc/locale: duplocale.3 freelocale.3 newlocale.3

Log Message:
Remove reference to multibyte(3) and trailing commas.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/locale/duplocale.3 \
src/lib/libc/locale/freelocale.3 src/lib/libc/locale/newlocale.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/locale/duplocale.3
diff -u src/lib/libc/locale/duplocale.3:1.2 src/lib/libc/locale/duplocale.3:1.3
--- src/lib/libc/locale/duplocale.3:1.2	Mon Feb 15 15:36:53 2021
+++ src/lib/libc/locale/duplocale.3	Mon Feb 15 15:38:43 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: duplocale.3,v 1.2 2021/02/15 15:36:53 christos Exp $
+.\" $NetBSD: duplocale.3,v 1.3 2021/02/15 15:38:43 wiz Exp $
 .\" Copyright (c) 2011 The FreeBSD Foundation
 .\" All rights reserved.
 .\"
@@ -51,7 +51,7 @@ The locale returned by this call must be
 .Sh SEE ALSO
 .Xr freelocale 3 ,
 .Xr localeconv 3 ,
-.Xr newlocale 3 ,
+.Xr newlocale 3
 .\" .Xr querylocale 3 ,
 .\" .Xr uselocale 3 ,
 .\" .Xr xlocale 3
Index: src/lib/libc/locale/freelocale.3
diff -u src/lib/libc/locale/freelocale.3:1.2 src/lib/libc/locale/freelocale.3:1.3
--- src/lib/libc/locale/freelocale.3:1.2	Mon Feb 15 15:36:53 2021
+++ src/lib/libc/locale/freelocale.3	Mon Feb 15 15:38:43 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: freelocale.3,v 1.2 2021/02/15 15:36:53 christos Exp $
+.\" $NetBSD: freelocale.3,v 1.3 2021/02/15 15:38:43 wiz Exp $
 .\" Copyright (c) 2011 The FreeBSD Foundation
 .\" All rights reserved.
 .\"
@@ -49,7 +49,7 @@ This relinquishes any resources held exc
 .Sh SEE ALSO
 .Xr duplocale 3 ,
 .Xr localeconv 3 ,
-.Xr newlocale 3 ,
+.Xr newlocale 3
 .\" .Xr querylocale 3 ,
 .\" .Xr uselocale 3 ,
 .\" .Xr xlocale 3
Index: src/lib/libc/locale/newlocale.3
diff -u src/lib/libc/locale/newlocale.3:1.2 src/lib/libc/locale/newlocale.3:1.3
--- src/lib/libc/locale/newlocale.3:1.2	Mon Feb 15 15:36:53 2021
+++ src/lib/libc/locale/newlocale.3	Mon Feb 15 15:38:43 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: newlocale.3,v 1.2 2021/02/15 15:36:53 christos Exp $
+.\" $NetBSD: newlocale.3,v 1.3 2021/02/15 15:38:43 wiz Exp $
 .\" Copyright (c) 2011 The FreeBSD Foundation
 .\" All rights reserved.
 .\"
@@ -78,8 +78,8 @@ and
 .It LC_CTYPE_MASK
 The locale for the
 .Xr ctype 3
-and
-.Xr multibyte 3
+.\" and
+.\" .Xr multibyte 3
 functions.
 This controls recognition of upper and lower case, alphabetic or
 non-alphabetic characters, and so on.
@@ -117,7 +117,7 @@ You must free the returned locale with
 .Sh SEE ALSO
 .Xr duplocale 3 ,
 .Xr freelocale 3 ,
-.Xr localeconv 3 ,
+.Xr localeconv 3
 .\" .Xr querylocale 3 ,
 .\" .Xr uselocale 3 ,
 .\" .Xr xlocale 3



CVS commit: src/lib/libc/sys

2021-02-09 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Feb  9 09:01:29 UTC 2021

Modified Files:
src/lib/libc/sys: poll.2

Log Message:
Try improving readability in wrt negations.

Use Nx.  Remove trailing whitespace.  Fix some typos.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/sys/poll.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/poll.2
diff -u src/lib/libc/sys/poll.2:1.36 src/lib/libc/sys/poll.2:1.37
--- src/lib/libc/sys/poll.2:1.36	Tue Feb  9 01:12:01 2021
+++ src/lib/libc/sys/poll.2	Tue Feb  9 09:01:29 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: poll.2,v 1.36 2021/02/09 01:12:01 dholland Exp $
+.\"	$NetBSD: poll.2,v 1.37 2021/02/09 09:01:29 wiz Exp $
 .\"
 .\" Copyright (c) 1998, 2005, 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -57,7 +57,7 @@ and
 examine a set of file descriptors to see if some of them are ready for
 I/O.
 For each object inspected, the caller provides a list of conditions
-(called ``events'') to check for, and the kernel returns a list of 
+(called ``events'') to check for, and the kernel returns a list of
 conditions that are true.
 The intent, as with
 .Xr select 2 ,
@@ -95,7 +95,7 @@ will return without blocking.
 .Pp
 Similarly, if
 .Fa ts
-is a non-null pointer, it references a timespec structure which specifies a
+is not a null pointer, it references a timespec structure which specifies a
 maximum interval to wait for any file descriptor to become ready.
 If
 .Fa ts
@@ -106,7 +106,7 @@ and
 block indefinitely.
 If
 .Fa ts
-is a non-null pointer, referencing a zero-valued timespec structure, then
+is not a null pointer, referencing a zero-valued timespec structure, then
 .Fn pollts
 and
 .Fn ppoll
@@ -114,7 +114,7 @@ will return without blocking.
 .Pp
 If
 .Fa sigmask
-is a non-null pointer, then the
+is not a null pointer, then the
 .Fn pollts
 and
 .Fn ppoll
@@ -134,7 +134,7 @@ struct pollfd {
 short  revents;  /* events returned */
 };
 .Ed
-.\" without this Pp there is no blank line after the struct which is oogly
+.\" without this Pp there is no blank line after the struct which is ugly
 .Pp
 The fields of
 .Fa struct pollfd
@@ -151,11 +151,10 @@ Conditions to poll for.
 Conditions that are true.
 (Output)
 .El
-.Pp
 .Ss Conditions
 There are four conditions that can be placed in
 .Fa events
-and reported in 
+and reported in
 .Fa revents :
 .Pp
 .Bl -tag -width XXXPOLLWRNORM -compact
@@ -237,13 +236,13 @@ bitmask to the
 .Fa revents
 bitmask.
 Attempting to perform I/O on this descriptor will then return an error.
-This behaviour is believed to be more useful.
+This behavior is believed to be more useful.
 .Pp
 The
 .Fn ppoll
 function is a wrapper for
 .Fn pollts
-to provide compatiblity with the Linux implementation.
+to provide compatibility with the Linux implementation.
 .Sh ERRORS
 An error return from
 .Fn poll
@@ -273,7 +272,9 @@ The
 .Fn poll
 function appeared in
 .At V.3 ,
-and was added to NetBSD in
+and was added to
+.Nx
+in
 .Nx 1.3 .
 The
 .Fn pollts



CVS commit: src/sys/kern

2021-02-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Feb  8 09:31:05 UTC 2021

Modified Files:
src/sys/kern: subr_pcq.c

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/kern/subr_pcq.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/subr_pcq.c
diff -u src/sys/kern/subr_pcq.c:1.12 src/sys/kern/subr_pcq.c:1.13
--- src/sys/kern/subr_pcq.c:1.12	Tue Jan 12 19:36:39 2021
+++ src/sys/kern/subr_pcq.c	Mon Feb  8 09:31:05 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: subr_pcq.c,v 1.12 2021/01/12 19:36:39 skrll Exp $	*/
+/*	$NetBSD: subr_pcq.c,v 1.13 2021/02/08 09:31:05 wiz Exp $	*/
 
 /*-
  * Copyright (c) 2009, 2019 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include 
-__KERNEL_RCSID(0, "$NetBSD: subr_pcq.c,v 1.12 2021/01/12 19:36:39 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_pcq.c,v 1.13 2021/02/08 09:31:05 wiz Exp $");
 
 #include 
 #include 
@@ -124,7 +124,7 @@ pcq_put(pcq_t *pcq, void *item)
 	/*
 	 * Synchronization activity to wake up the consumer will ensure
 	 * that the update to pcq_items[] is visible before the wakeup
-	 * arrives.  So, we do not need an additonal memory barrier here.
+	 * arrives.  So, we do not need an additional memory barrier here.
 	 */
 	return true;
 }



CVS commit: src/doc

2021-01-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan 27 15:29:27 UTC 2021

Modified Files:
src/doc: 3RDPARTY

Log Message:
binutils-2.36 out.


To generate a diff of this commit:
cvs rdiff -u -r1.1774 -r1.1775 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1774 src/doc/3RDPARTY:1.1775
--- src/doc/3RDPARTY:1.1774	Sun Jan 24 22:02:47 2021
+++ src/doc/3RDPARTY	Wed Jan 27 15:29:27 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1774 2021/01/24 22:02:47 kre Exp $
+#	$NetBSD: 3RDPARTY,v 1.1775 2021/01/27 15:29:27 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -498,7 +498,7 @@ When updating GDB, it is imperative to t
 
 Package:	binutils
 Version:	2.34
-Current Vers:	2.34
+Current Vers:	2.36
 Maintainer:	FSF
 Archive Site:	ftp://ftp.gnu.org/gnu/binutils/
 Home Page:	http://www.gnu.org/software/binutils/



CVS commit: src/share/man/man9

2021-01-21 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Jan 21 17:05:51 UTC 2021

Modified Files:
src/share/man/man9: strlist.9

Log Message:
Quote minus.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/strlist.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/strlist.9
diff -u src/share/man/man9/strlist.9:1.2 src/share/man/man9/strlist.9:1.3
--- src/share/man/man9/strlist.9:1.2	Thu Jan 21 16:57:52 2021
+++ src/share/man/man9/strlist.9	Thu Jan 21 17:05:50 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: strlist.9,v 1.2 2021/01/21 16:57:52 wiz Exp $
+.\"	$NetBSD: strlist.9,v 1.3 2021/01/21 17:05:50 wiz Exp $
 .\"
 .\" Copyright (c) 2021 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -122,7 +122,7 @@ to compare strings, allowing for wildcar
 .Fa pattern .
 .It Fn strlist_index "const char *sl" "size_t slsize" "const char *str"
 Returns the index of the specified string if it appears in the
-string list, or -1 if the string does not appear in the string list.
+string list, or \-1 if the string does not appear in the string list.
 .It Fn strlist_append "char **slp" "size_t *slsizep" "const char *str"
 Appends a copy of the specified string to the stringlist.
 Begin by initializing



CVS commit: src/share/man/man9

2021-01-21 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Jan 21 16:57:53 UTC 2021

Modified Files:
src/share/man/man9: strlist.9

Log Message:
Use Nm instead of xref to itself. Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/strlist.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/strlist.9
diff -u src/share/man/man9/strlist.9:1.1 src/share/man/man9/strlist.9:1.2
--- src/share/man/man9/strlist.9:1.1	Thu Jan 21 15:53:16 2021
+++ src/share/man/man9/strlist.9	Thu Jan 21 16:57:52 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: strlist.9,v 1.1 2021/01/21 15:53:16 thorpej Exp $
+.\"	$NetBSD: strlist.9,v 1.2 2021/01/21 16:57:52 wiz Exp $
 .\"
 .\" Copyright (c) 2021 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -186,7 +186,7 @@ is_pc_printer_port(const char *pnp_id_li
 }
 .Ed
 .Pp
-The folowing example converts an array of strings to a string list using
+The following example converts an array of strings to a string list using
 .Fn strlist_append :
 .Bd -literal
 char *
@@ -213,6 +213,6 @@ string_array_to_string_list(const char *
 .Xr pmatch 9
 .Sh HISTORY
 The
-.Xr strlist 9
+.Nm
 functions first appeared in
 .Nx 10.0 .



CVS commit: src/sys/compat/netbsd32

2021-01-19 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Jan 19 08:10:17 UTC 2021

Modified Files:
src/sys/compat/netbsd32: netbsd32_compat_20.c

Log Message:
Fix syntax error


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/compat/netbsd32/netbsd32_compat_20.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/netbsd32/netbsd32_compat_20.c
diff -u src/sys/compat/netbsd32/netbsd32_compat_20.c:1.40 src/sys/compat/netbsd32/netbsd32_compat_20.c:1.41
--- src/sys/compat/netbsd32/netbsd32_compat_20.c:1.40	Tue Jan 19 03:20:13 2021
+++ src/sys/compat/netbsd32/netbsd32_compat_20.c	Tue Jan 19 08:10:17 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: netbsd32_compat_20.c,v 1.40 2021/01/19 03:20:13 simonb Exp $	*/
+/*	$NetBSD: netbsd32_compat_20.c,v 1.41 2021/01/19 08:10:17 wiz Exp $	*/
 
 /*
  * Copyright (c) 1998, 2001 Matthew R. Green
@@ -27,7 +27,7 @@
  */
 
 #include 
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_20.c,v 1.40 2021/01/19 03:20:13 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_20.c,v 1.41 2021/01/19 08:10:17 wiz Exp $");
 
 #include 
 #include 
@@ -201,7 +201,7 @@ compat_20_netbsd32_fstatfs(struct lwp *l
  out:
 	STATVFSBUF_PUT(sb);
 	fd_putfile(SCARG(uap, fd));
-	return error)
+	return error;
 }
 
 int



CVS commit: src/usr.sbin/vnconfig

2021-01-09 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan  9 23:54:26 UTC 2021

Modified Files:
src/usr.sbin/vnconfig: vnconfig.8

Log Message:
Add magic incantation to configure an image for mount_udf(8).


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/usr.sbin/vnconfig/vnconfig.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/vnconfig/vnconfig.8
diff -u src/usr.sbin/vnconfig/vnconfig.8:1.45 src/usr.sbin/vnconfig/vnconfig.8:1.46
--- src/usr.sbin/vnconfig/vnconfig.8:1.45	Sun Oct  7 20:30:50 2018
+++ src/usr.sbin/vnconfig/vnconfig.8	Sat Jan  9 23:54:26 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: vnconfig.8,v 1.45 2018/10/07 20:30:50 wiz Exp $
+.\"	$NetBSD: vnconfig.8,v 1.46 2021/01/09 23:54:26 wiz Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -61,7 +61,7 @@
 .\"
 .\"	@(#)vnconfig.8	8.1 (Berkeley) 6/5/93
 .\"
-.Dd November 6, 2015
+.Dd January 10, 2021
 .Dt VNDCONFIG 8
 .Os
 .Sh NAME
@@ -240,6 +240,13 @@ Configures the vnode disk
 emulating the geometry of 512 bytes per sector, 18 sectors per track,
 2 tracks per cylinder, and 80 cylinders total.
 .Pp
+.Dl vndconfig vnd0 /tmp/image.udf 2048/1/1/0
+.Pp
+Configures the vnode disk
+.Pa vnd0
+for an UDF image to be used with
+.Xr mount_udf 8 .
+.Pp
 .Dl vndconfig -t floppy vnd0 /tmp/floppy.img
 .Pp
 Configures the vnode disk



CVS commit: src/share/man/man4

2021-01-06 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan  6 18:05:58 UTC 2021

Modified Files:
src/share/man/man4: dk.4

Log Message:
Simplify macro usage.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man4/dk.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/dk.4
diff -u src/share/man/man4/dk.4:1.12 src/share/man/man4/dk.4:1.13
--- src/share/man/man4/dk.4:1.12	Wed Jan  6 17:22:36 2021
+++ src/share/man/man4/dk.4	Wed Jan  6 18:05:58 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: dk.4,v 1.12 2021/01/06 17:22:36 pgoyette Exp $
+.\"	$NetBSD: dk.4,v 1.13 2021/01/06 18:05:58 wiz Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -80,16 +80,16 @@ a wedge is created and named after the
 field followed by
 .Sq \&/
 and the partition letter
-.So a Sc Ns \&.. Ns So p Sc Ns \&.
+.So a Sc Ns \&.. Ns So p Sc .
 .Pp
 When the
 .Va d_packname
 is empty or has the value
-.Do fictitious Dc Ns \&,
+.Dq fictitious ,
 the regular partition names
 are used as wedge names, i.e. the device name, unit number and
 partition letter, for example
-.Do wd0a Dc Ns \&.
+.Dq wd0a .
 .It Dv DKWEDGE_METHOD_GPT
 Extensible Firmware Interface Globally Unique Identifier Partition Table
 (GPT) detection method.
@@ -105,11 +105,11 @@ with support for Extended MBRs.
 For every partition in the MBR a wedge is created and named like a
 regular partition name, i.e. the device name, unit number and a
 partition letter, for example
-.Do wd0e Dc Ns \&.
+.Dq wd0e .
 Primary partitions start with
-.So e Sc Ns \&,
+.Sq e ,
 extended partitions start with
-.So i Sc Ns \&.
+.Sq i .
 .It Dv DKWEDGE_METHOD_RDB
 Amiga Rigid Disk Block (RDB) partitioning detection method.
 .It Dv DKWEDGE_METHOD_APPLE



CVS commit: src/share/man/man4

2021-01-06 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan  6 14:07:43 UTC 2021

Modified Files:
src/share/man/man4: dk.4

Log Message:
Add some paragraph breaks.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/dk.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/dk.4
diff -u src/share/man/man4/dk.4:1.9 src/share/man/man4/dk.4:1.10
--- src/share/man/man4/dk.4:1.9	Wed Jan  6 10:19:27 2021
+++ src/share/man/man4/dk.4	Wed Jan  6 14:07:43 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: dk.4,v 1.9 2021/01/06 10:19:27 wiz Exp $
+.\"	$NetBSD: dk.4,v 1.10 2021/01/06 14:07:43 wiz Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -53,6 +53,7 @@ to an area of a physical disk.
 Wedges may be configured manually with
 .Xr dkctl 8
 or automatically by the kernel upon the attachment of the physical disk.
+.Pp
 Wedges needs to have a unique name.
 If a duplicate name is detected during
 auto-discovery, that partition is ignored.
@@ -60,11 +61,13 @@ auto-discovery, that partition is ignore
 .Bl -tag -width DKWEDGE_METHOD_BSDLABEL
 .It Dv DKWEDGE_AUTODISCOVER
 Automatically detect and configure wedges using any available methods.
+.Pp
 Currently only
 .Dv DKWEDGE_METHOD_GPT
 and
 .Dv DKWEDGE_METHOD_APPLE
 are enabled by default.
+.Pp
 For each partition found, a wedge with a corresponding name is created.
 .It Dv DKWEDGE_METHOD_BSDLABEL
 BSD disklabel detection method.
@@ -75,6 +78,7 @@ that is not of type
 a wedge is created and named after the
 .Va d_packname
 field followed by "/" and the partition letter a..p.
+.Pp
 When the
 .Va d_packname
 is empty or has the value "fictitious", the regular partition names
@@ -83,6 +87,7 @@ partition letter, for example "wd0a".
 .It Dv DKWEDGE_METHOD_GPT
 Extensible Firmware Interface Globally Unique Identifier Partition Table
 (GPT) detection method.
+.Pp
 For every GPT partition a wedge is created and named after the
 partition label.
 GPT partitions are UTF-16-encoded, this is converted into UTF-8.
@@ -90,6 +95,7 @@ If a partition has no label, its UUID is
 .It Dv DKWEDGE_METHOD_MBR
 IBM PC-compatible Master Boot Record (MBR) partitioning detection method,
 with support for Extended MBRs.
+.Pp
 For every partition in the MBR a wedge is created and named like a
 regular partition name, i.e. the device name, unit number and a
 partition letter, for example "wd0e".



CVS commit: src/share/man/man4

2021-01-06 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan  6 10:19:27 UTC 2021

Modified Files:
src/share/man/man4: dk.4

Log Message:
Markup improvements and typo fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/dk.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/dk.4
diff -u src/share/man/man4/dk.4:1.8 src/share/man/man4/dk.4:1.9
--- src/share/man/man4/dk.4:1.8	Tue Jan  5 22:17:40 2021
+++ src/share/man/man4/dk.4	Wed Jan  6 10:19:27 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: dk.4,v 1.8 2021/01/05 22:17:40 mlelstv Exp $
+.\"	$NetBSD: dk.4,v 1.9 2021/01/06 10:19:27 wiz Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -53,48 +53,46 @@ to an area of a physical disk.
 Wedges may be configured manually with
 .Xr dkctl 8
 or automatically by the kernel upon the attachment of the physical disk.
-
-Wedges needs to have a unique name. If a duplicate name is detected during
-autodiscovery, that partition is ignored.
+Wedges needs to have a unique name.
+If a duplicate name is detected during
+auto-discovery, that partition is ignored.
 .Sh KERNEL OPTIONS
 .Bl -tag -width DKWEDGE_METHOD_BSDLABEL
 .It Dv DKWEDGE_AUTODISCOVER
 Automatically detect and configure wedges using any available methods.
-Currently only DKWEDGE_METHOD_GPT and DKWEDGE_METHOD_APPLE are enabled
-by default.
-
+Currently only
+.Dv DKWEDGE_METHOD_GPT
+and
+.Dv DKWEDGE_METHOD_APPLE
+are enabled by default.
 For each partition found, a wedge with a corresponding name is created.
 .It Dv DKWEDGE_METHOD_BSDLABEL
 BSD disklabel detection method.
-
 For each configured partition in the
 .Xr disklabel 5
 that is not of type
-.Va FS_UNUSED,
+.Dv FS_UNUSED ,
 a wedge is created and named after the
 .Va d_packname
 field followed by "/" and the partition letter a..p.
-
 When the
 .Va d_packname
-is empty or has the value "fictitious" the regular partition names
+is empty or has the value "fictitious", the regular partition names
 are used as wedge names, i.e. the device name, unit number and
 partition letter, for example "wd0a".
 .It Dv DKWEDGE_METHOD_GPT
 Extensible Firmware Interface Globally Unique Identifier Partition Table
 (GPT) detection method.
-
 For every GPT partition a wedge is created and named after the
 partition label.
 GPT partitions are UTF-16-encoded, this is converted into UTF-8.
-If a partition has no label, it's UUID is used instead.
+If a partition has no label, its UUID is used instead.
 .It Dv DKWEDGE_METHOD_MBR
 IBM PC-compatible Master Boot Record (MBR) partitioning detection method,
 with support for Extended MBRs.
-
 For every partition in the MBR a wedge is created and named like a
 regular partition name, i.e. the device name, unit number and a
-parititon letter, for example "wd0e".
+partition letter, for example "wd0e".
 Primary partitions start with "e", extended partitions start with "i".
 .It Dv DKWEDGE_METHOD_RDB
 Amiga Rigid Disk Block (RDB) partitioning detection method.



CVS commit: src/games/testpat

2021-01-02 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan  2 08:55:51 UTC 2021

Modified Files:
src/games/testpat: testpat.6

Log Message:
Markup/typo fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/games/testpat/testpat.6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/testpat/testpat.6
diff -u src/games/testpat/testpat.6:1.1 src/games/testpat/testpat.6:1.2
--- src/games/testpat/testpat.6:1.1	Sat Jan  2 03:21:39 2021
+++ src/games/testpat/testpat.6	Sat Jan  2 08:55:51 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: testpat.6,v 1.1 2021/01/02 03:21:39 nat Exp $
+.\"	$NetBSD: testpat.6,v 1.2 2021/01/02 08:55:51 wiz Exp $
 .\"
 .\" Copyright (c) 2021 Nathanial Sloss 
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd Janurary 2, 2021
+.Dd January 2, 2021
 .Dt TESTPAT 6
 .Os
 .Sh NAME
@@ -38,7 +38,6 @@ The
 .Nm
 command displays a test pattern on a color capable terminal using
 .Xr curses 3 .
-
 Title is a string to display as the title of the test pattern.
 .Sh SEE ALSO
 .Xr curses 3
@@ -47,4 +46,4 @@ Title is a string to display as the titl
 appeared in
 .Nx 10.0 .
 .Sh AUTHORS
-Nathanial Sloss
+.An Nathanial Sloss



CVS commit: src/doc

2020-12-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec 12 11:02:06 UTC 2020

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Mention pkg_install-20201212


To generate a diff of this commit:
cvs rdiff -u -r1.1768 -r1.1769 src/doc/3RDPARTY
cvs rdiff -u -r1.2765 -r1.2766 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1768 src/doc/3RDPARTY:1.1769
--- src/doc/3RDPARTY:1.1768	Thu Dec 10 00:36:22 2020
+++ src/doc/3RDPARTY	Sat Dec 12 11:02:06 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1768 2020/12/10 00:36:22 christos Exp $
+#	$NetBSD: 3RDPARTY,v 1.1769 2020/12/12 11:02:06 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1192,11 +1192,11 @@ definition (files.pf).  userland code is
 reachover Makefiles are in src/usr.sbin/pf.
 
 Package:	pkg_install
-Version:	20201205
-Current Vers:	20201205
+Version:	20201212
+Current Vers:	20201212
 Maintainer:	The pkgsrc developers
 Home Page:	http://www.pkgsrc.org/
-Date:		2020-12-05
+Date:		2020-12-12
 Mailing List:	tech-...@netbsd.org
 Responsible:	joerg
 License:	BSD

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2765 src/doc/CHANGES:1.2766
--- src/doc/CHANGES:1.2765	Thu Dec 10 00:36:23 2020
+++ src/doc/CHANGES	Sat Dec 12 11:02:06 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2765 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2766 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -315,3 +315,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 	pkg_install: Updated to 20201205. [wiz 20201205]
 	acpicpu(4): Add support for Arm CPUs. [jmcneill 20201207]
 	OpenSSL: Imported 1.1.1i. [christos 20201209]
+	pkg_install: Updated to 20201212. [wiz 20201212]



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

2020-12-12 Thread Thomas Klausner
1.3 2019/04/06 00:05:47 sevan Exp $	*/
+/*	$NetBSD: parse-config.c,v 1.4 2020/12/12 11:00:57 wiz Exp $	*/
 
 #if HAVE_CONFIG_H
 #include "config.h"
@@ -7,7 +7,7 @@
 #if HAVE_SYS_CDEFS_H
 #include 
 #endif
-__RCSID("$NetBSD: parse-config.c,v 1.3 2019/04/06 00:05:47 sevan Exp $");
+__RCSID("$NetBSD: parse-config.c,v 1.4 2020/12/12 11:00:57 wiz Exp $");
 
 /*-
  * Copyright (c) 2008, 2009 Joerg Sonnenberger .
@@ -66,6 +66,7 @@ const char *cert_chain_file;
 const char *certs_packages;
 const char *certs_pkg_vulnerabilities;
 const char *check_eol = "yes";
+const char *check_os_version = "yes";
 const char *check_vulnerabilities;
 static const char *config_cache_connections;
 static const char *config_cache_connections_host;
@@ -100,6 +101,7 @@ static struct config_variable {
 	{ "CERTIFICATE_CHAIN", _chain_file },
 	{ "CHECK_LICENSE", _license_check },
 	{ "CHECK_END_OF_LIFE", _eol },
+	{ "CHECK_OS_VERSION", _os_version },
 	{ "CHECK_VULNERABILITIES", _vulnerabilities },
 	{ "DEFAULT_ACCEPTABLE_LICENSES", _acceptable_licenses },
 	{ "GPG", _cmd },
Index: src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in
diff -u src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in:1.3 src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in:1.4
--- src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in:1.3	Thu Apr 20 13:18:23 2017
+++ src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in	Sat Dec 12 11:00:57 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pkg_install.conf.5.in,v 1.3 2017/04/20 13:18:23 joerg Exp $
+.\"	$NetBSD: pkg_install.conf.5.in,v 1.4 2020/12/12 11:00:57 wiz Exp $
 .\"
 .\" Copyright (c) 2008, 2009, 2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -93,6 +93,10 @@ Missing license conditions are considere
 During vulnerability checks, consider packages that have reached end-of-life
 as vulnerable.
 This option is enabled by default.
+.It Dv CHECK_OS_VERSION
+If "no", pkg_add will not warn if the host OS version does not exactly match
+the OS version the package was built on.
+The default is "yes".
 .It Dv CHECK_OSABI
 If "no", osabi package does not check OS version.
 The default is "yes".

Index: src/external/bsd/pkg_install/dist/lib/version.h
diff -u src/external/bsd/pkg_install/dist/lib/version.h:1.17 src/external/bsd/pkg_install/dist/lib/version.h:1.18
--- src/external/bsd/pkg_install/dist/lib/version.h:1.17	Sat Dec  5 16:21:26 2020
+++ src/external/bsd/pkg_install/dist/lib/version.h	Sat Dec 12 11:00:57 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: version.h,v 1.17 2020/12/05 16:21:26 wiz Exp $	*/
+/*	$NetBSD: version.h,v 1.18 2020/12/12 11:00:57 wiz Exp $	*/
 
 /*
  * Copyright (c) 2001 Thomas Klausner.  All rights reserved.
@@ -27,6 +27,6 @@
 #ifndef _INST_LIB_VERSION_H_
 #define _INST_LIB_VERSION_H_
 
-#define PKGTOOLS_VERSION 20201205
+#define PKGTOOLS_VERSION 20201212
 
 #endif /* _INST_LIB_VERSION_H_ */



CVS import: src/external/bsd/pkg_install/dist

2020-12-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec 12 10:59:13 UTC 2020

Update of /cvsroot/src/external/bsd/pkg_install/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv25140

Log Message:
pkg_install: import version 20201212 from pkgsrc

Two bugfixes and a check_os_version config variable.

Addresses PR 55865

Status:

Vendor Tag: PKGSRC
Release Tags:   pkg_install-20201212

U src/external/bsd/pkg_install/dist/add/add.h
U src/external/bsd/pkg_install/dist/add/main.c
C src/external/bsd/pkg_install/dist/add/perform.c
U src/external/bsd/pkg_install/dist/add/pkg_add.1
U src/external/bsd/pkg_install/dist/admin/audit-packages.8
U src/external/bsd/pkg_install/dist/admin/admin.h
U src/external/bsd/pkg_install/dist/admin/audit-packages.sh.in
U src/external/bsd/pkg_install/dist/admin/audit.c
U src/external/bsd/pkg_install/dist/admin/check.c
U src/external/bsd/pkg_install/dist/admin/download-vulnerability-list.sh.in
U src/external/bsd/pkg_install/dist/admin/download-vulnerability-list.8
U src/external/bsd/pkg_install/dist/admin/main.c
U src/external/bsd/pkg_install/dist/admin/pkg_admin.1
C src/external/bsd/pkg_install/dist/lib/parse-config.c
U src/external/bsd/pkg_install/dist/lib/automatic.c
U src/external/bsd/pkg_install/dist/lib/config.h.in
U src/external/bsd/pkg_install/dist/lib/conflicts.c
U src/external/bsd/pkg_install/dist/lib/defs.h
U src/external/bsd/pkg_install/dist/lib/dewey.c
U src/external/bsd/pkg_install/dist/lib/dewey.h
U src/external/bsd/pkg_install/dist/lib/fexec.c
U src/external/bsd/pkg_install/dist/lib/file.c
U src/external/bsd/pkg_install/dist/lib/global.c
U src/external/bsd/pkg_install/dist/lib/gpgsig.c
U src/external/bsd/pkg_install/dist/lib/iterate.c
C src/external/bsd/pkg_install/dist/lib/lib.h
U src/external/bsd/pkg_install/dist/lib/license.c
U src/external/bsd/pkg_install/dist/lib/lpkg.c
U src/external/bsd/pkg_install/dist/lib/opattern.c
U src/external/bsd/pkg_install/dist/lib/pkcs7.c
U src/external/bsd/pkg_install/dist/lib/pkg_io.c
U src/external/bsd/pkg_install/dist/lib/vulnerabilities-file.c
C src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in
U src/external/bsd/pkg_install/dist/lib/pkg_signature.c
U src/external/bsd/pkg_install/dist/lib/pkg_summary.5
U src/external/bsd/pkg_install/dist/lib/pkgdb.c
U src/external/bsd/pkg_install/dist/lib/pkgsrc.7
U src/external/bsd/pkg_install/dist/lib/plist.c
U src/external/bsd/pkg_install/dist/lib/remove.c
U src/external/bsd/pkg_install/dist/lib/str.c
U src/external/bsd/pkg_install/dist/lib/var.c
U src/external/bsd/pkg_install/dist/lib/version.c
C src/external/bsd/pkg_install/dist/lib/version.h
U src/external/bsd/pkg_install/dist/lib/xwrapper.c
U src/external/bsd/pkg_install/dist/create/build.c
U src/external/bsd/pkg_install/dist/create/create.h
U src/external/bsd/pkg_install/dist/create/main.c
U src/external/bsd/pkg_install/dist/create/perform.c
U src/external/bsd/pkg_install/dist/create/pkg_create.1
U src/external/bsd/pkg_install/dist/create/util.c
U src/external/bsd/pkg_install/dist/create/pl.c
U src/external/bsd/pkg_install/dist/delete/pkg_delete.1
U src/external/bsd/pkg_install/dist/delete/pkg_delete.c
U src/external/bsd/pkg_install/dist/info/info.h
U src/external/bsd/pkg_install/dist/info/main.c
U src/external/bsd/pkg_install/dist/info/perform.c
U src/external/bsd/pkg_install/dist/info/pkg_info.1
U src/external/bsd/pkg_install/dist/info/show.c
U src/external/bsd/pkg_install/dist/x509/pkgsrc.cnf
U src/external/bsd/pkg_install/dist/x509/pkgsrc.sh
U src/external/bsd/pkg_install/dist/x509/signing.txt

5 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jPKGSRC:yesterday -jPKGSRC 
src/external/bsd/pkg_install/dist



CVS commit: src/doc

2020-12-05 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  5 16:23:08 UTC 2020

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
pkg_install updated to 20201205


To generate a diff of this commit:
cvs rdiff -u -r1.1766 -r1.1767 src/doc/3RDPARTY
cvs rdiff -u -r1.2762 -r1.2763 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1766 src/doc/3RDPARTY:1.1767
--- src/doc/3RDPARTY:1.1766	Fri Dec  4 18:44:49 2020
+++ src/doc/3RDPARTY	Sat Dec  5 16:23:08 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1766 2020/12/04 18:44:49 christos Exp $
+#	$NetBSD: 3RDPARTY,v 1.1767 2020/12/05 16:23:08 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1192,11 +1192,11 @@ definition (files.pf).  userland code is
 reachover Makefiles are in src/usr.sbin/pf.
 
 Package:	pkg_install
-Version:	20190405
-Current Vers:	20201202
+Version:	20201205
+Current Vers:	20201205
 Maintainer:	The pkgsrc developers
 Home Page:	http://www.pkgsrc.org/
-Date:		2020-12-02
+Date:		2020-12-05
 Mailing List:	tech-...@netbsd.org
 Responsible:	joerg
 License:	BSD

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2762 src/doc/CHANGES:1.2763
--- src/doc/CHANGES:1.2762	Fri Dec  4 18:44:49 2020
+++ src/doc/CHANGES	Sat Dec  5 16:23:08 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2762 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2763 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -308,7 +308,8 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 		except for vchiq(4) and vcaudio(4) are supported. Pi 3 is
 		capable to run both in aarch64eb and earmv7{,hf}eb modes.
 		[rin 20201201]
-	pkg_install(8): Updated to 20201202. This changes the default database
+	pkg_install: Updated to 20201202. This changes the default database
 		location from /var/db/pkg to /usr/pkg/pkgdb. [wiz 20201202]
 	libfido2: Update to 1.5.0 for OpenSSH 8.4 support [christos 20201204]
 	OpenSSH: Import 8.4. [christos 20201204]
+	pkg_install: Updated to 20201205. [wiz 20201205]



CVS commit: src/external/bsd/pkg_install/dist/lib

2020-12-05 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  5 16:21:26 UTC 2020

Modified Files:
src/external/bsd/pkg_install/dist/lib: pkgdb.c version.h

Log Message:
Merge pkg_install-20201205


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pkg_install/dist/lib/pkgdb.c
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/pkg_install/dist/lib/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/pkg_install/dist/lib/pkgdb.c
diff -u src/external/bsd/pkg_install/dist/lib/pkgdb.c:1.3 src/external/bsd/pkg_install/dist/lib/pkgdb.c:1.4
--- src/external/bsd/pkg_install/dist/lib/pkgdb.c:1.3	Wed Dec  2 13:53:50 2020
+++ src/external/bsd/pkg_install/dist/lib/pkgdb.c	Sat Dec  5 16:21:26 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: pkgdb.c,v 1.3 2020/12/02 13:53:50 wiz Exp $	*/
+/*	$NetBSD: pkgdb.c,v 1.4 2020/12/05 16:21:26 wiz Exp $	*/
 
 #if HAVE_CONFIG_H
 #include "config.h"
@@ -7,7 +7,7 @@
 #if HAVE_SYS_CDEFS_H
 #include 
 #endif
-__RCSID("$NetBSD: pkgdb.c,v 1.3 2020/12/02 13:53:50 wiz Exp $");
+__RCSID("$NetBSD: pkgdb.c,v 1.4 2020/12/05 16:21:26 wiz Exp $");
 
 /*-
  * Copyright (c) 1999-2010 The NetBSD Foundation, Inc.
@@ -310,8 +310,9 @@ pkgdb_get_dir(void)
 	stat("/var/db/pkg", ) == 0) {
 		errx(EXIT_FAILURE,
 		 "The default PKG_DBDIR has changed, but this installation still uses the old one.\n"
-		 "Please move the database and re-run this command:\n"
-		 "\tmv /var/db/pkg " DEF_LOG_DIR);
+		 "Please move the databases and re-run this command:\n"
+		 "\tmv /var/db/pkg " DEF_LOG_DIR "\n"
+		 "\tmv /var/db/pkg.refcount " DEF_LOG_DIR ".refcount");
 	}
 
 return pkgdb_dir;

Index: src/external/bsd/pkg_install/dist/lib/version.h
diff -u src/external/bsd/pkg_install/dist/lib/version.h:1.16 src/external/bsd/pkg_install/dist/lib/version.h:1.17
--- src/external/bsd/pkg_install/dist/lib/version.h:1.16	Wed Dec  2 13:53:50 2020
+++ src/external/bsd/pkg_install/dist/lib/version.h	Sat Dec  5 16:21:26 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: version.h,v 1.16 2020/12/02 13:53:50 wiz Exp $	*/
+/*	$NetBSD: version.h,v 1.17 2020/12/05 16:21:26 wiz Exp $	*/
 
 /*
  * Copyright (c) 2001 Thomas Klausner.  All rights reserved.
@@ -27,6 +27,6 @@
 #ifndef _INST_LIB_VERSION_H_
 #define _INST_LIB_VERSION_H_
 
-#define PKGTOOLS_VERSION 20200828
+#define PKGTOOLS_VERSION 20201205
 
 #endif /* _INST_LIB_VERSION_H_ */



CVS import: src/external/bsd/pkg_install/dist

2020-12-05 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  5 16:19:18 UTC 2020

Update of /cvsroot/src/external/bsd/pkg_install/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv1114

Log Message:
Import pkg_install 20201205

Improves the warning about the old database.

Status:

Vendor Tag: PKGSRC
Release Tags:   pkg_install-20201205

U src/external/bsd/pkg_install/dist/add/add.h
U src/external/bsd/pkg_install/dist/add/main.c
U src/external/bsd/pkg_install/dist/add/perform.c
U src/external/bsd/pkg_install/dist/add/pkg_add.1
U src/external/bsd/pkg_install/dist/admin/audit-packages.8
U src/external/bsd/pkg_install/dist/admin/admin.h
U src/external/bsd/pkg_install/dist/admin/audit-packages.sh.in
U src/external/bsd/pkg_install/dist/admin/audit.c
U src/external/bsd/pkg_install/dist/admin/check.c
U src/external/bsd/pkg_install/dist/admin/download-vulnerability-list.sh.in
U src/external/bsd/pkg_install/dist/admin/download-vulnerability-list.8
U src/external/bsd/pkg_install/dist/admin/main.c
U src/external/bsd/pkg_install/dist/admin/pkg_admin.1
U src/external/bsd/pkg_install/dist/lib/parse-config.c
U src/external/bsd/pkg_install/dist/lib/automatic.c
U src/external/bsd/pkg_install/dist/lib/config.h.in
U src/external/bsd/pkg_install/dist/lib/conflicts.c
U src/external/bsd/pkg_install/dist/lib/defs.h
U src/external/bsd/pkg_install/dist/lib/dewey.c
U src/external/bsd/pkg_install/dist/lib/dewey.h
U src/external/bsd/pkg_install/dist/lib/fexec.c
U src/external/bsd/pkg_install/dist/lib/file.c
U src/external/bsd/pkg_install/dist/lib/global.c
U src/external/bsd/pkg_install/dist/lib/gpgsig.c
U src/external/bsd/pkg_install/dist/lib/iterate.c
U src/external/bsd/pkg_install/dist/lib/lib.h
U src/external/bsd/pkg_install/dist/lib/license.c
U src/external/bsd/pkg_install/dist/lib/lpkg.c
U src/external/bsd/pkg_install/dist/lib/opattern.c
U src/external/bsd/pkg_install/dist/lib/pkcs7.c
U src/external/bsd/pkg_install/dist/lib/pkg_io.c
U src/external/bsd/pkg_install/dist/lib/vulnerabilities-file.c
U src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in
U src/external/bsd/pkg_install/dist/lib/pkg_signature.c
U src/external/bsd/pkg_install/dist/lib/pkg_summary.5
C src/external/bsd/pkg_install/dist/lib/pkgdb.c
U src/external/bsd/pkg_install/dist/lib/pkgsrc.7
U src/external/bsd/pkg_install/dist/lib/plist.c
U src/external/bsd/pkg_install/dist/lib/remove.c
U src/external/bsd/pkg_install/dist/lib/str.c
U src/external/bsd/pkg_install/dist/lib/var.c
U src/external/bsd/pkg_install/dist/lib/version.c
C src/external/bsd/pkg_install/dist/lib/version.h
U src/external/bsd/pkg_install/dist/lib/xwrapper.c
U src/external/bsd/pkg_install/dist/create/build.c
U src/external/bsd/pkg_install/dist/create/create.h
U src/external/bsd/pkg_install/dist/create/main.c
U src/external/bsd/pkg_install/dist/create/perform.c
U src/external/bsd/pkg_install/dist/create/pkg_create.1
U src/external/bsd/pkg_install/dist/create/util.c
U src/external/bsd/pkg_install/dist/create/pl.c
U src/external/bsd/pkg_install/dist/delete/pkg_delete.1
U src/external/bsd/pkg_install/dist/delete/pkg_delete.c
U src/external/bsd/pkg_install/dist/info/info.h
U src/external/bsd/pkg_install/dist/info/main.c
U src/external/bsd/pkg_install/dist/info/perform.c
U src/external/bsd/pkg_install/dist/info/pkg_info.1
U src/external/bsd/pkg_install/dist/info/show.c
U src/external/bsd/pkg_install/dist/x509/pkgsrc.cnf
U src/external/bsd/pkg_install/dist/x509/pkgsrc.sh
U src/external/bsd/pkg_install/dist/x509/signing.txt

2 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jPKGSRC:yesterday -jPKGSRC 
src/external/bsd/pkg_install/dist



CVS commit: src

2020-12-02 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Dec  2 14:20:20 UTC 2020

Modified Files:
src/doc: HACKS
src/lib/libc_vfp: vfpdf.S vfpsf.S
src/sys/arch/arm/cortex: a9tmr.c
src/sys/arch/mac68k/mac68k: pram.c
src/sys/net: if_sppp.h
src/usr.sbin/etcupdate: etcupdate
src/usr.sbin/sysinst: label.c partitions.h

Log Message:
comparision -> comparison


To generate a diff of this commit:
cvs rdiff -u -r1.214 -r1.215 src/doc/HACKS
cvs rdiff -u -r1.4 -r1.5 src/lib/libc_vfp/vfpdf.S src/lib/libc_vfp/vfpsf.S
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/cortex/a9tmr.c
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/mac68k/mac68k/pram.c
cvs rdiff -u -r1.29 -r1.30 src/sys/net/if_sppp.h
cvs rdiff -u -r1.60 -r1.61 src/usr.sbin/etcupdate/etcupdate
cvs rdiff -u -r1.30 -r1.31 src/usr.sbin/sysinst/label.c
cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/sysinst/partitions.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/HACKS
diff -u src/doc/HACKS:1.214 src/doc/HACKS:1.215
--- src/doc/HACKS:1.214	Thu Oct  8 08:31:37 2020
+++ src/doc/HACKS	Wed Dec  2 14:20:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.214 2020/10/08 08:31:37 rin Exp $
+# $NetBSD: HACKS,v 1.215 2020/12/02 14:20:19 wiz Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -300,7 +300,7 @@ file	usr.sbin/rbootd/Makefile	: 1.10
 file	usr.sbin/rpc.pcnfsd/Makefile	: 1.17
 file	usr.sbin/tcpdump/Makefile	: 1.42
 descr
-	GCC 4.1 warns on pointer sign comparision/assignments and lots of
+	GCC 4.1 warns on pointer sign comparison/assignments and lots of
 	code does not conform.  For now we use -Wno-pointer-sign and
 	-fno-strict-aliasing.
 kcah

Index: src/lib/libc_vfp/vfpdf.S
diff -u src/lib/libc_vfp/vfpdf.S:1.4 src/lib/libc_vfp/vfpdf.S:1.5
--- src/lib/libc_vfp/vfpdf.S:1.4	Thu Jul 19 19:35:02 2018
+++ src/lib/libc_vfp/vfpdf.S	Wed Dec  2 14:20:20 2020
@@ -29,7 +29,7 @@
 
 #include 
 
-RCSID("$NetBSD: vfpdf.S,v 1.4 2018/07/19 19:35:02 joerg Exp $")
+RCSID("$NetBSD: vfpdf.S,v 1.5 2020/12/02 14:20:20 wiz Exp $")
 
 /*
  * This file provides softfloat compatible routines which use VFP instructions
@@ -145,7 +145,7 @@ ENTRY(__floatunsidf)
 END(__floatunsidf)
 
 /*
- * Effect of a floating point comparision on the condition flags.
+ * Effect of a floating point comparison on the condition flags.
  *  N Z C V
  * EQ = 0 1 1 0
  * LT = 1 0 0 0
Index: src/lib/libc_vfp/vfpsf.S
diff -u src/lib/libc_vfp/vfpsf.S:1.4 src/lib/libc_vfp/vfpsf.S:1.5
--- src/lib/libc_vfp/vfpsf.S:1.4	Thu Jul 19 19:35:02 2018
+++ src/lib/libc_vfp/vfpsf.S	Wed Dec  2 14:20:20 2020
@@ -30,7 +30,7 @@
 #include 
 #include 
 
-RCSID("$NetBSD: vfpsf.S,v 1.4 2018/07/19 19:35:02 joerg Exp $")
+RCSID("$NetBSD: vfpsf.S,v 1.5 2020/12/02 14:20:20 wiz Exp $")
 
 /*
  * This file provides softfloat compatible routines which use VFP instructions
@@ -139,7 +139,7 @@ ENTRY(__floatunsisf)
 END(__floatunsisf)
 
 /*
- * Effect of a floating point comparision on the condition flags.
+ * Effect of a floating point comparison on the condition flags.
  *  N Z C V
  * EQ = 0 1 1 0
  * LT = 1 0 0 0

Index: src/sys/arch/arm/cortex/a9tmr.c
diff -u src/sys/arch/arm/cortex/a9tmr.c:1.20 src/sys/arch/arm/cortex/a9tmr.c:1.21
--- src/sys/arch/arm/cortex/a9tmr.c:1.20	Tue Jun 11 12:48:30 2019
+++ src/sys/arch/arm/cortex/a9tmr.c	Wed Dec  2 14:20:20 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: a9tmr.c,v 1.20 2019/06/11 12:48:30 skrll Exp $	*/
+/*	$NetBSD: a9tmr.c,v 1.21 2020/12/02 14:20:20 wiz Exp $	*/
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include 
-__KERNEL_RCSID(0, "$NetBSD: a9tmr.c,v 1.20 2019/06/11 12:48:30 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: a9tmr.c,v 1.21 2020/12/02 14:20:20 wiz Exp $");
 
 #include 
 #include 
@@ -189,7 +189,7 @@ a9tmr_init_cpu_clock(struct cpu_info *ci
 	a9tmr_global_write(sc, TMR_GBL_AUTOINC, sc->sc_autoinc);
 
 	/*
-	 * To update the compare register we have to disable comparisions first.
+	 * To update the compare register we have to disable comparisons first.
 	 */
 	uint32_t ctl = a9tmr_global_read(sc, TMR_GBL_CTL);
 	if (ctl & TMR_GBL_CTL_CMP_ENABLE) {

Index: src/sys/arch/mac68k/mac68k/pram.c
diff -u src/sys/arch/mac68k/mac68k/pram.c:1.24 src/sys/arch/mac68k/mac68k/pram.c:1.25
--- src/sys/arch/mac68k/mac68k/pram.c:1.24	Fri Jun 19 16:30:31 2020
+++ src/sys/arch/mac68k/mac68k/pram.c	Wed Dec  2 14:20:20 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: pram.c,v 1.24 2020/06/19 16:30:31 tsutsui Exp $	*/
+/*	$NetBSD: pram.c,v 1.25 2020/12/02 14:20:20 wiz Exp $	*/
 
 /*-
  * Copyright (C) 1993	Allen K. Briggs, Chris P. Caputo,
@@ -34,7 +34,7 @@
  */
 
 #include 
-__KERNEL_RCSID(0, "$NetBSD: pram.c,v 1.24 2020/06/19 16:30:31 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pram.c,v 1.25 2020/12/02 14:20:20 wiz Exp $");
 
 #include "opt_adb.h"
 
@@ -129,7 +129,7 @@ pram_readtime(void)
 
 

CVS commit: src

2020-12-02 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Dec  2 14:18:13 UTC 2020

Modified Files:
src/etc: security
src/share/man/man5: daily.5 security.conf.5

Log Message:
Update default pkgsrc database location from /var/db/pkg to /usr/pkg/pkgdb.


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/etc/security
cvs rdiff -u -r1.6 -r1.7 src/share/man/man5/daily.5
cvs rdiff -u -r1.41 -r1.42 src/share/man/man5/security.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/security
diff -u src/etc/security:1.126 src/etc/security:1.127
--- src/etc/security:1.126	Fri Dec  6 14:43:30 2019
+++ src/etc/security	Wed Dec  2 14:18:13 2020
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#	$NetBSD: security,v 1.126 2019/12/06 14:43:30 riastradh Exp $
+#	$NetBSD: security,v 1.127 2020/12/02 14:18:13 wiz Exp $
 #	from: @(#)security	8.1 (Berkeley) 6/9/93
 #
 
@@ -991,7 +991,7 @@ if checkyesno check_pkgs && have_pkgs; t
 	pkgs=$work_dir/pkgs
 	migrate_file "$backup_dir/pkgs" "$pkgs"
 	pkg_dbdir=$(${pkg_admin} config-var PKG_DBDIR)
-	: ${pkg_dbdir:=/var/db/pkg}
+	: ${pkg_dbdir:=/usr/pkg/pkgdb}
 	(	cd $pkg_dbdir
 		$pkg_info | sort
 		echo ""

Index: src/share/man/man5/daily.5
diff -u src/share/man/man5/daily.5:1.6 src/share/man/man5/daily.5:1.7
--- src/share/man/man5/daily.5:1.6	Mon Jul 30 17:29:00 2012
+++ src/share/man/man5/daily.5	Wed Dec  2 14:18:13 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: daily.5,v 1.6 2012/07/30 17:29:00 wiz Exp $
+.\"	$NetBSD: daily.5,v 1.7 2020/12/02 14:18:13 wiz Exp $
 .\"
 .\" Copyright (c) 1996 Matthew R. Green
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd July 30, 2012
+.Dd December 2, 2020
 .Dt DAILY 5
 .Os
 .Sh NAME
@@ -199,7 +199,7 @@ instead.
 .Pp
 If defined, points to the location of the packages database.
 Defaults to
-.Pa /var/db/pkg .
+.Pa /usr/pkg/pkgdb .
 .El
 .Sh FILES
 .Bl -tag -width /etc/defaults/daily.conf -compact

Index: src/share/man/man5/security.conf.5
diff -u src/share/man/man5/security.conf.5:1.41 src/share/man/man5/security.conf.5:1.42
--- src/share/man/man5/security.conf.5:1.41	Fri Dec  6 14:43:30 2019
+++ src/share/man/man5/security.conf.5	Wed Dec  2 14:18:13 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: security.conf.5,v 1.41 2019/12/06 14:43:30 riastradh Exp $
+.\"	$NetBSD: security.conf.5,v 1.42 2020/12/02 14:18:13 wiz Exp $
 .\"
 .\" Copyright (c) 1996 Matthew R. Green
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd April 5, 2012
+.Dd December 2, 2020
 .Dt SECURITY.CONF 5
 .Os
 .Sh NAME
@@ -271,7 +271,7 @@ instead.
 .Pp
 If defined, points to the location of the packages database.
 Defaults to
-.Pa /var/db/pkg .
+.Pa /usr/pkg/pkgdb .
 .It Sy backup_uses_rcs
 Use
 .Xr rcs 1



CVS commit: src/doc

2020-12-02 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Dec  2 14:09:18 UTC 2020

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Mention pkg_install update.


To generate a diff of this commit:
cvs rdiff -u -r1.1763 -r1.1764 src/doc/3RDPARTY
cvs rdiff -u -r1.2759 -r1.2760 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1763 src/doc/3RDPARTY:1.1764
--- src/doc/3RDPARTY:1.1763	Sat Nov 28 14:29:25 2020
+++ src/doc/3RDPARTY	Wed Dec  2 14:09:18 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1763 2020/11/28 14:29:25 roy Exp $
+#	$NetBSD: 3RDPARTY,v 1.1764 2020/12/02 14:09:18 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1193,10 +1193,10 @@ reachover Makefiles are in src/usr.sbin/
 
 Package:	pkg_install
 Version:	20190405
-Current Vers:	20190405
+Current Vers:	20201202
 Maintainer:	The pkgsrc developers
 Home Page:	http://www.pkgsrc.org/
-Date:		2019-01-09
+Date:		2020-12-02
 Mailing List:	tech-...@netbsd.org
 Responsible:	joerg
 License:	BSD

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2759 src/doc/CHANGES:1.2760
--- src/doc/CHANGES:1.2759	Tue Dec  1 22:09:43 2020
+++ src/doc/CHANGES	Wed Dec  2 14:09:18 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2759 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2760 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -308,3 +308,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 		except for vchiq(4) and vcaudio(4) are supported. Pi 3 is
 		capable to run both in aarch64eb and earmv7{,hf}eb modes.
 		[rin 20201201]
+	pkg_install(8): Updated to 20201202. This changes the default database
+		location from /var/db/pkg to /usr/pkg/pkgdb. [wiz 20201202]



CVS commit: src/external/bsd/pkg_install/lib

2020-12-02 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Dec  2 13:54:25 UTC 2020

Modified Files:
src/external/bsd/pkg_install/lib: Makefile

Log Message:
Define PREFIX for pkg_install build.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/pkg_install/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/pkg_install/lib/Makefile
diff -u src/external/bsd/pkg_install/lib/Makefile:1.10 src/external/bsd/pkg_install/lib/Makefile:1.11
--- src/external/bsd/pkg_install/lib/Makefile:1.10	Fri Oct  4 09:47:28 2019
+++ src/external/bsd/pkg_install/lib/Makefile	Wed Dec  2 13:54:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/10/04 09:47:28 mrg Exp $
+# $NetBSD: Makefile,v 1.11 2020/12/02 13:54:25 wiz Exp $
 # Original from FreeBSD, no rcs id.
 
 LIBISPRIVATE=	yes
@@ -24,6 +24,7 @@ pkg_install.conf.5: ${DIST}/lib/pkg_inst
 CLEANFILES+=	pkg_install.conf.5
 
 CPPFLAGS+=	-DNETBSD
+CPPFLAGS+=	-DPREFIX=\"/usr/pkg\"
 
 COPTS.plist.c+=	${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} == 8:? -Wno-error=restrict :}
 



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

2020-12-02 Thread Thomas Klausner
s(const char *fname, B
 
 	if (remove(fname)) {
 		if (!ign_err && (!ign_nonempty || errno != ENOTEMPTY))
-			warnx("Couldn't remove %s", fname);
+			warn("Couldn't remove %s", fname);
 		return 0;
 	}
 	cp = xstrdup(fname);
Index: src/external/bsd/pkg_install/dist/lib/vulnerabilities-file.c
diff -u src/external/bsd/pkg_install/dist/lib/vulnerabilities-file.c:1.3 src/external/bsd/pkg_install/dist/lib/vulnerabilities-file.c:1.4
--- src/external/bsd/pkg_install/dist/lib/vulnerabilities-file.c:1.3	Sun Mar 25 04:04:36 2018
+++ src/external/bsd/pkg_install/dist/lib/vulnerabilities-file.c	Wed Dec  2 13:53:50 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: vulnerabilities-file.c,v 1.3 2018/03/25 04:04:36 sevan Exp $	*/
+/*	$NetBSD: vulnerabilities-file.c,v 1.4 2020/12/02 13:53:50 wiz Exp $	*/
 
 /*-
  * Copyright (c) 2008, 2010 Joerg Sonnenberger .
@@ -38,7 +38,7 @@
 #if HAVE_SYS_CDEFS_H
 #include 
 #endif
-__RCSID("$NetBSD: vulnerabilities-file.c,v 1.3 2018/03/25 04:04:36 sevan Exp $");
+__RCSID("$NetBSD: vulnerabilities-file.c,v 1.4 2020/12/02 13:53:50 wiz Exp $");
 
 #if HAVE_SYS_STAT_H
 #include 
@@ -77,6 +77,7 @@ static const char pgp_msg_end[] = "-
 static const char pkcs7_begin[] = "-BEGIN PKCS7-\n";
 static const char pkcs7_end[] = "-END PKCS7-\n";
 
+#ifndef BOOTSTRAP
 static struct archive *
 prepare_raw_file(void)
 {
@@ -90,6 +91,7 @@ prepare_raw_file(void)
 	archive_read_support_format_raw(a);
 	return a;
 }
+#endif
 
 static void
 verify_signature_pkcs7(const char *input)

Index: src/external/bsd/pkg_install/dist/lib/version.h
diff -u src/external/bsd/pkg_install/dist/lib/version.h:1.15 src/external/bsd/pkg_install/dist/lib/version.h:1.16
--- src/external/bsd/pkg_install/dist/lib/version.h:1.15	Sun Oct 13 21:56:14 2019
+++ src/external/bsd/pkg_install/dist/lib/version.h	Wed Dec  2 13:53:50 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: version.h,v 1.15 2019/10/13 21:56:14 joerg Exp $	*/
+/*	$NetBSD: version.h,v 1.16 2020/12/02 13:53:50 wiz Exp $	*/
 
 /*
  * Copyright (c) 2001 Thomas Klausner.  All rights reserved.
@@ -27,6 +27,6 @@
 #ifndef _INST_LIB_VERSION_H_
 #define _INST_LIB_VERSION_H_
 
-#define PKGTOOLS_VERSION 20191008
+#define PKGTOOLS_VERSION 20200828
 
 #endif /* _INST_LIB_VERSION_H_ */



CVS import: src/external/bsd/pkg_install/dist

2020-12-02 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Dec  2 13:49:26 UTC 2020

Update of /cvsroot/src/external/bsd/pkg_install/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv5229

Log Message:
Import pkg_install from pkgsrc as of 20201202.

This changes the default database path from /var/db/pkg to /usr/pkg/pkgdb

Status:

Vendor Tag: PKGSRC
Release Tags:   pkg_install-20201202

U src/external/bsd/pkg_install/dist/add/add.h
U src/external/bsd/pkg_install/dist/add/main.c
C src/external/bsd/pkg_install/dist/add/perform.c
U src/external/bsd/pkg_install/dist/add/pkg_add.1
U src/external/bsd/pkg_install/dist/admin/audit-packages.8
U src/external/bsd/pkg_install/dist/admin/admin.h
U src/external/bsd/pkg_install/dist/admin/audit-packages.sh.in
U src/external/bsd/pkg_install/dist/admin/audit.c
C src/external/bsd/pkg_install/dist/admin/check.c
U src/external/bsd/pkg_install/dist/admin/download-vulnerability-list.sh.in
U src/external/bsd/pkg_install/dist/admin/download-vulnerability-list.8
C src/external/bsd/pkg_install/dist/admin/main.c
C src/external/bsd/pkg_install/dist/admin/pkg_admin.1
U src/external/bsd/pkg_install/dist/lib/parse-config.c
U src/external/bsd/pkg_install/dist/lib/automatic.c
U src/external/bsd/pkg_install/dist/lib/config.h.in
U src/external/bsd/pkg_install/dist/lib/conflicts.c
U src/external/bsd/pkg_install/dist/lib/defs.h
U src/external/bsd/pkg_install/dist/lib/dewey.c
U src/external/bsd/pkg_install/dist/lib/dewey.h
U src/external/bsd/pkg_install/dist/lib/fexec.c
U src/external/bsd/pkg_install/dist/lib/file.c
U src/external/bsd/pkg_install/dist/lib/global.c
U src/external/bsd/pkg_install/dist/lib/gpgsig.c
C src/external/bsd/pkg_install/dist/lib/iterate.c
C src/external/bsd/pkg_install/dist/lib/lib.h
C src/external/bsd/pkg_install/dist/lib/license.c
U src/external/bsd/pkg_install/dist/lib/lpkg.c
U src/external/bsd/pkg_install/dist/lib/opattern.c
U src/external/bsd/pkg_install/dist/lib/pkcs7.c
U src/external/bsd/pkg_install/dist/lib/pkg_io.c
C src/external/bsd/pkg_install/dist/lib/vulnerabilities-file.c
U src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in
U src/external/bsd/pkg_install/dist/lib/pkg_signature.c
U src/external/bsd/pkg_install/dist/lib/pkg_summary.5
C src/external/bsd/pkg_install/dist/lib/pkgdb.c
U src/external/bsd/pkg_install/dist/lib/pkgsrc.7
C src/external/bsd/pkg_install/dist/lib/plist.c
U src/external/bsd/pkg_install/dist/lib/remove.c
U src/external/bsd/pkg_install/dist/lib/str.c
U src/external/bsd/pkg_install/dist/lib/var.c
U src/external/bsd/pkg_install/dist/lib/version.c
C src/external/bsd/pkg_install/dist/lib/version.h
U src/external/bsd/pkg_install/dist/lib/xwrapper.c
U src/external/bsd/pkg_install/dist/create/build.c
U src/external/bsd/pkg_install/dist/create/create.h
U src/external/bsd/pkg_install/dist/create/main.c
C src/external/bsd/pkg_install/dist/create/perform.c
U src/external/bsd/pkg_install/dist/create/pkg_create.1
U src/external/bsd/pkg_install/dist/create/util.c
C src/external/bsd/pkg_install/dist/create/pl.c
U src/external/bsd/pkg_install/dist/delete/pkg_delete.1
U src/external/bsd/pkg_install/dist/delete/pkg_delete.c
U src/external/bsd/pkg_install/dist/info/info.h
U src/external/bsd/pkg_install/dist/info/main.c
C src/external/bsd/pkg_install/dist/info/perform.c
U src/external/bsd/pkg_install/dist/info/pkg_info.1
U src/external/bsd/pkg_install/dist/info/show.c
U src/external/bsd/pkg_install/dist/x509/pkgsrc.cnf
U src/external/bsd/pkg_install/dist/x509/pkgsrc.sh
U src/external/bsd/pkg_install/dist/x509/signing.txt

14 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jPKGSRC:yesterday -jPKGSRC 
src/external/bsd/pkg_install/dist



CVS commit: src/sys/kern

2020-11-25 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Nov 25 21:08:59 UTC 2020

Modified Files:
src/sys/kern: kern_exec.c

Log Message:
Define LMSG outside the MAXTSIZ check so it also exists in non-MAXTSIZ kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.502 -r1.503 src/sys/kern/kern_exec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/kern_exec.c
diff -u src/sys/kern/kern_exec.c:1.502 src/sys/kern/kern_exec.c:1.503
--- src/sys/kern/kern_exec.c:1.502	Tue Oct  6 13:38:00 2020
+++ src/sys/kern/kern_exec.c	Wed Nov 25 21:08:59 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: kern_exec.c,v 1.502 2020/10/06 13:38:00 christos Exp $	*/
+/*	$NetBSD: kern_exec.c,v 1.503 2020/11/25 21:08:59 wiz Exp $	*/
 
 /*-
  * Copyright (c) 2008, 2019, 2020 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
  */
 
 #include 
-__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.502 2020/10/06 13:38:00 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.503 2020/11/25 21:08:59 wiz Exp $");
 
 #include "opt_exec.h"
 #include "opt_execfmt.h"
@@ -498,10 +498,12 @@ check_exec(struct lwp *l, struct exec_pa
 			}
 
 			/* check limits */
+#ifdef DIAGNOSTIC
+#define LMSG "%s: rejecting due to %s limit (%ju > %ju)\n"
+#endif
 #ifdef MAXTSIZ
 			if (epp->ep_tsize > MAXTSIZ) {
 #ifdef DIAGNOSTIC
-#define LMSG "%s: rejecting due to %s limit (%ju > %ju)\n"
 printf(LMSG, __func__, "text",
 (uintmax_t)epp->ep_tsize,
 (uintmax_t)MAXTSIZ);



CVS commit: src/share/man/man5

2020-11-21 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Nov 21 12:26:41 UTC 2020

Modified Files:
src/share/man/man5: boot.cfg.5

Log Message:
Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/share/man/man5/boot.cfg.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man5/boot.cfg.5
diff -u src/share/man/man5/boot.cfg.5:1.29 src/share/man/man5/boot.cfg.5:1.30
--- src/share/man/man5/boot.cfg.5:1.29	Sat Nov 21 11:41:54 2020
+++ src/share/man/man5/boot.cfg.5	Sat Nov 21 12:26:41 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: boot.cfg.5,v 1.29 2020/11/21 11:41:54 kim Exp $
+.\"	$NetBSD: boot.cfg.5,v 1.30 2020/11/21 12:26:41 wiz Exp $
 .\"
 .\" Copyright (c) 2007 Stephen Borrill
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 25, 2014
+.Dd November 21, 2020
 .Dt BOOT.CFG 5
 .Os
 .Sh NAME



CVS commit: src/usr.bin/ktrace

2020-11-18 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Nov 18 20:00:15 UTC 2020

Modified Files:
src/usr.bin/ktrace: ktrace.1

Log Message:
Sort options.

Prompted by pgoyette.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/usr.bin/ktrace/ktrace.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/ktrace/ktrace.1
diff -u src/usr.bin/ktrace/ktrace.1:1.45 src/usr.bin/ktrace/ktrace.1:1.46
--- src/usr.bin/ktrace/ktrace.1:1.45	Sun Mar 29 17:50:23 2020
+++ src/usr.bin/ktrace/ktrace.1	Wed Nov 18 20:00:15 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ktrace.1,v 1.45 2020/03/29 17:50:23 sevan Exp $
+.\"	$NetBSD: ktrace.1,v 1.46 2020/11/18 20:00:15 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -110,6 +110,10 @@ Clear the trace points associated with t
 .It Fl d
 Descendants; perform the operation for all current children of the
 designated processes.
+.It Fl e Ar emulation
+If an emulation of a process is unknown,
+interpret system call maps assuming the named emulation instead of
+default "netbsd".
 .It Fl f Ar trfile
 Log trace records to
 .Ar trfile
@@ -160,10 +164,10 @@ readable format to standard out.
 Enable (disable) tracing on the indicated process id (only one
 .Fl p
 flag is permitted).
-.It Fl s
-Write to the trace file with synchronized I/O.
 .It Fl R
 Display relative time stamps to output.
+.It Fl s
+Write to the trace file with synchronized I/O.
 .It Fl T
 Same as the
 .Fl R
@@ -205,14 +209,6 @@ trace the default set of trace points (c
 .It Cm -
 do not trace following trace points
 .El
-.It Fl e Ar emulation
-If an emulation of a process is unknown,
-interpret system call maps assuming the named emulation instead of
-default "netbsd".
-.It Ar command
-Execute
-.Ar command
-with the specified trace flags.
 .It Fl v Ar version
 Determines the
 .Ar version
@@ -220,6 +216,10 @@ of the file generated.
 Version 0 is the compatible ktrace format, and
 version 1 is the new format with lwp IDs and nanosecond (instead of
 microsecond) timestamps.
+.It Ar command
+Execute
+.Ar command
+with the specified trace flags.
 .El
 .Pp
 The



CVS commit: src/usr.sbin/envstat

2020-11-14 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Nov 14 20:07:13 UTC 2020

Modified Files:
src/usr.sbin/envstat: envstat.8

Log Message:
New sentence, new line.
Other whitespace fixes, and some Xr fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/usr.sbin/envstat/envstat.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/envstat/envstat.8
diff -u src/usr.sbin/envstat/envstat.8:1.65 src/usr.sbin/envstat/envstat.8:1.66
--- src/usr.sbin/envstat/envstat.8:1.65	Sat Nov 14 16:32:53 2020
+++ src/usr.sbin/envstat/envstat.8	Sat Nov 14 20:07:13 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: envstat.8,v 1.65 2020/11/14 16:32:53 mlelstv Exp $
+.\"	$NetBSD: envstat.8,v 1.66 2020/11/14 20:07:13 wiz Exp $
 .\"
 .\" Copyright (c) 2000, 2007, 2008, 2009, 2014 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 18, 2014
+.Dd November 14, 2020
 .Dt ENVSTAT 8
 .Os
 .Sh NAME
@@ -152,11 +152,14 @@ and sensors.
 If
 .Ar property
 is specified, the value of that property is printed.
-The property list can be filtered with the 
-.Fl d or
+The property list can be filtered with the
+.Fl d
+or
 .Fl s
-options. If
-.Fl s is used with only a single sensor, only the properties
+options.
+If
+.Fl s
+is used with only a single sensor, only the properties
 of this sensor are returned, not a list of sensors.
 .El
 .Sh UNITS
@@ -235,7 +238,7 @@ To return values of temperature sensors 
 .Sh SEE ALSO
 .Xr units 1 ,
 .Xr proplib 3 ,
-.r acpiacad 4 ,
+.Xr acpiacad 4 ,
 .Xr acpibat 4 ,
 .Xr acpitz 4 ,
 .Xr admtemp 4 ,
@@ -245,9 +248,7 @@ To return values of temperature sensors 
 .Xr arcmsr 4 ,
 .Xr battery_pmu 4 ,
 .Xr cac 4 ,
-.Xr coretemp 4 ,
 .Xr dbcool 4 ,
-.Xr envctrl 4 ,
 .Xr envsys 4 ,
 .Xr finsio 4 ,
 .Xr hythygtemp 4 ,
@@ -258,13 +259,15 @@ To return values of temperature sensors 
 .Xr mfi 4 ,
 .Xr nsclpcsio 4 ,
 .Xr owtemp 4 ,
-.Xr pic16lc 4 ,
+.\".Xr pic16lc 4 ,
 .Xr smsc 4 ,
-.Xr tctrl 4 ,
+.Xr sparc/tctrl 4 ,
+.Xr sparc64/envctrl 4 ,
 .Xr thinkpad 4 ,
 .Xr tm121temp 4 ,
 .Xr ug 4 ,
 .Xr viaenv 4 ,
+.Xr x86/coretemp 4 ,
 .Xr envsys.conf 5
 .Sh HISTORY
 .Nm



CVS commit: src/share/man/man4/man4.x86

2020-11-14 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Nov 14 20:04:46 UTC 2020

Modified Files:
src/share/man/man4/man4.x86: coretemp.4 est.4 imcsmb.4 odcm.4
powernow.4

Log Message:
Add "x86" to Dt


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/man4.x86/coretemp.4 \
src/share/man/man4/man4.x86/powernow.4
cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/man4.x86/est.4
cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/man4.x86/imcsmb.4
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/man4.x86/odcm.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/man4.x86/coretemp.4
diff -u src/share/man/man4/man4.x86/coretemp.4:1.4 src/share/man/man4/man4.x86/coretemp.4:1.5
--- src/share/man/man4/man4.x86/coretemp.4:1.4	Tue Mar 18 18:20:40 2014
+++ src/share/man/man4/man4.x86/coretemp.4	Sat Nov 14 20:04:46 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: coretemp.4,v 1.4 2014/03/18 18:20:40 riastradh Exp $
+.\" $NetBSD: coretemp.4,v 1.5 2020/11/14 20:04:46 wiz Exp $
 .\"-
 .\" Copyright (c) 2007 Juan Romero Pardines.
 .\" Copyright (c) 2007 Dag-Erling Coïdan Smørgrav
@@ -28,7 +28,7 @@
 .\" $FreeBSD: src/share/man/man4/coretemp.4,v 1.4 2007/10/15 20:00:19 netchild Exp $
 .\"
 .Dd February 23, 2010
-.Dt CORETEMP 4
+.Dt CORETEMP 4 x86
 .Os
 .Sh NAME
 .Nm coretemp
Index: src/share/man/man4/man4.x86/powernow.4
diff -u src/share/man/man4/man4.x86/powernow.4:1.4 src/share/man/man4/man4.x86/powernow.4:1.5
--- src/share/man/man4/man4.x86/powernow.4:1.4	Sun Oct 25 16:39:00 2020
+++ src/share/man/man4/man4.x86/powernow.4	Sat Nov 14 20:04:46 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: powernow.4,v 1.4 2020/10/25 16:39:00 nia Exp $
+.\" $NetBSD: powernow.4,v 1.5 2020/11/14 20:04:46 wiz Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen 
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
 .Dd September 7, 2020
-.Dt POWERNOW 4
+.Dt POWERNOW 4 x86
 .Os
 .Sh NAME
 .Nm powernow

Index: src/share/man/man4/man4.x86/est.4
diff -u src/share/man/man4/man4.x86/est.4:1.6 src/share/man/man4/man4.x86/est.4:1.7
--- src/share/man/man4/man4.x86/est.4:1.6	Sun Oct 25 16:39:00 2020
+++ src/share/man/man4/man4.x86/est.4	Sat Nov 14 20:04:46 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: est.4,v 1.6 2020/10/25 16:39:00 nia Exp $
+.\" $NetBSD: est.4,v 1.7 2020/11/14 20:04:46 wiz Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen 
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
 .Dd September 7, 2020
-.Dt EST 4
+.Dt EST 4 x86
 .Os
 .Sh NAME
 .Nm est

Index: src/share/man/man4/man4.x86/imcsmb.4
diff -u src/share/man/man4/man4.x86/imcsmb.4:1.9 src/share/man/man4/man4.x86/imcsmb.4:1.10
--- src/share/man/man4/man4.x86/imcsmb.4:1.9	Thu Apr 16 18:56:04 2020
+++ src/share/man/man4/man4.x86/imcsmb.4	Sat Nov 14 20:04:46 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: imcsmb.4,v 1.9 2020/04/16 18:56:04 pgoyette Exp $
+.\" $NetBSD: imcsmb.4,v 1.10 2020/11/14 20:04:46 wiz Exp $
 .\"
 .\" Copyright (c) 2018 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -55,7 +55,7 @@
 .\" $FreeBSD$
 .\"
 .Dd April 16, 2020
-.Dt IMCSMB 4
+.Dt IMCSMB 4 x86
 .Os
 .Sh NAME
 .Nm imcsmb

Index: src/share/man/man4/man4.x86/odcm.4
diff -u src/share/man/man4/man4.x86/odcm.4:1.5 src/share/man/man4/man4.x86/odcm.4:1.6
--- src/share/man/man4/man4.x86/odcm.4:1.5	Fri Feb 17 22:10:47 2017
+++ src/share/man/man4/man4.x86/odcm.4	Sat Nov 14 20:04:46 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: odcm.4,v 1.5 2017/02/17 22:10:47 christos Exp $
+.\" $NetBSD: odcm.4,v 1.6 2020/11/14 20:04:46 wiz Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen 
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
 .Dd February 17, 2017
-.Dt ODCM 4
+.Dt ODCM 4 x86
 .Os
 .Sh NAME
 .Nm odcm



CVS commit: src/doc

2020-11-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Nov  8 15:57:01 UTC 2020

Modified Files:
src/doc: 3RDPARTY

Log Message:
grep 3.5 is out for a while.


To generate a diff of this commit:
cvs rdiff -u -r1.1759 -r1.1760 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1759 src/doc/3RDPARTY:1.1760
--- src/doc/3RDPARTY:1.1759	Sun Nov  1 17:54:46 2020
+++ src/doc/3RDPARTY	Sun Nov  8 15:57:01 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1759 2020/11/01 17:54:46 christos Exp $
+#	$NetBSD: 3RDPARTY,v 1.1760 2020/11/08 15:57:01 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -2080,7 +2080,7 @@ we use BSD-licensed implementation from 
 
 Package:	grep
 Version:	2.5.1a (last GPLv2+ version)
-Current Vers:	3.1
+Current Vers:	3.5
 Maintainer:	FSF
 Archive Site:	ftp://ftp.gnu.org/gnu/grep/
 Home Page:	http://www.gnu.org/software/grep/



CVS commit: src/usr.bin/find

2020-11-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Nov  1 16:47:29 UTC 2020

Modified Files:
src/usr.bin/find: find.1

Log Message:
Properly quote '\;' in example.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/usr.bin/find/find.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/find/find.1
diff -u src/usr.bin/find/find.1:1.90 src/usr.bin/find/find.1:1.91
--- src/usr.bin/find/find.1:1.90	Sun Nov  1 16:34:02 2020
+++ src/usr.bin/find/find.1	Sun Nov  1 16:47:29 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: find.1,v 1.90 2020/11/01 16:34:02 kim Exp $
+.\"	$NetBSD: find.1,v 1.91 2020/11/01 16:47:29 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -824,7 +824,7 @@ but do not print them.
 .It Li "find / \e( \-newer ttt \-or \-user wnj \e) \-ls \-exit 1"
 Same as above, but list the first file matching the criteria before exiting
 with a value of 1.
-.It Li "find . \-type f \-exec sh \-c 'file=\*[q]$1\*[q]; ...;' - {} \;"
+.It Li "find . \-type f \-exec sh \-c 'file=\*[q]$1\*[q]; ...;' - {} \e;"
 Perform an arbitrarily complex shell command for every file.
 .El
 .Sh SEE ALSO



CVS commit: src/crypto/external/bsd/netpgp/dist/src/netpgpverify

2020-11-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Nov  1 11:29:17 UTC 2020

Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: Makefile.in
bzlib_private.h libverify.c verify.h
Added Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: HOWTO
dash-escaped-text dash-escaped-text.asc netpgpv-bzlib.h verify.map
Removed Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: bzlib.h

Log Message:
Sync with netpgpverify-20201101 from pkgsrc (the master for this).

No effective change except for version bump.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/HOWTO \
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/dash-escaped-text \
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/dash-escaped-text.asc \
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/netpgpv-bzlib.h \
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/verify.map
cvs rdiff -u -r1.11 -r1.12 \
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.in \
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/verify.h
cvs rdiff -u -r1.2 -r0 \
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/bzlib.h
cvs rdiff -u -r1.4 -r1.5 \
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/bzlib_private.h
cvs rdiff -u -r1.16 -r1.17 \
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/libverify.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.in
diff -u src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.in:1.11 src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.in:1.12
--- src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.in:1.11	Mon Apr 17 19:50:28 2017
+++ src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.in	Sun Nov  1 11:29:17 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.11 2017/04/17 19:50:28 agc Exp $
+# $NetBSD: Makefile.in,v 1.12 2020/11/01 11:29:17 wiz Exp $
 
 PROG=netpgpverify
 
@@ -16,7 +16,7 @@ MANDIR=@MANDIR@
 all: ${PROG}
 
 ${PROG}: ${OBJS}
-	${CC} ${OBJS} -o ${PROG}
+	${CC} ${LDFLAGS} ${CFLAGS} ${OBJS} -o ${PROG}
 
 install:
 	install -c -s ${PROG} ${DESTDIR}${PREFIX}/bin
Index: src/crypto/external/bsd/netpgp/dist/src/netpgpverify/verify.h
diff -u src/crypto/external/bsd/netpgp/dist/src/netpgpverify/verify.h:1.11 src/crypto/external/bsd/netpgp/dist/src/netpgpverify/verify.h:1.12
--- src/crypto/external/bsd/netpgp/dist/src/netpgpverify/verify.h:1.11	Mon May  4 00:18:34 2020
+++ src/crypto/external/bsd/netpgp/dist/src/netpgpverify/verify.h	Sun Nov  1 11:29:17 2020
@@ -23,9 +23,9 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 #ifndef NETPGP_VERIFY_H_
-#define NETPGP_VERIFY_H_	20200503
+#define NETPGP_VERIFY_H_	20201101
 
-#define NETPGPVERIFY_VERSION	"netpgpverify portable 20200503"
+#define NETPGPVERIFY_VERSION	"netpgpverify portable 20201101"
 
 #include 
 

Index: src/crypto/external/bsd/netpgp/dist/src/netpgpverify/bzlib_private.h
diff -u src/crypto/external/bsd/netpgp/dist/src/netpgpverify/bzlib_private.h:1.4 src/crypto/external/bsd/netpgp/dist/src/netpgpverify/bzlib_private.h:1.5
--- src/crypto/external/bsd/netpgp/dist/src/netpgpverify/bzlib_private.h:1.4	Mon May  4 00:18:34 2020
+++ src/crypto/external/bsd/netpgp/dist/src/netpgpverify/bzlib_private.h	Sun Nov  1 11:29:17 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: bzlib_private.h,v 1.4 2020/05/04 00:18:34 agc Exp $	*/
+/*	$NetBSD: bzlib_private.h,v 1.5 2020/11/01 11:29:17 wiz Exp $	*/
 
 
 /*-*/
@@ -32,7 +32,7 @@
 #include 
 #endif
 
-#include "bzlib.h"
+#include "netpgpv-bzlib.h"
 
 
 

Index: src/crypto/external/bsd/netpgp/dist/src/netpgpverify/libverify.c
diff -u src/crypto/external/bsd/netpgp/dist/src/netpgpverify/libverify.c:1.16 src/crypto/external/bsd/netpgp/dist/src/netpgpverify/libverify.c:1.17
--- src/crypto/external/bsd/netpgp/dist/src/netpgpverify/libverify.c:1.16	Sat Oct 17 23:08:57 2020
+++ src/crypto/external/bsd/netpgp/dist/src/netpgpverify/libverify.c	Sun Nov  1 11:29:17 2020
@@ -40,7 +40,7 @@
 #include 
 #include 
 
-#include "bzlib.h"
+#include "netpgpv-bzlib.h"
 #include "zlib.h"
 
 #include "array.h"

Added files:

Index: src/crypto/external/bsd/netpgp/dist/src/netpgpverify/HOWTO
diff -u /dev/null src/crypto/external/bsd/netpgp/dist/src/netpgpverify/HOWTO:1.1
--- /dev/null	Sun Nov  1 11:29:17 2020
+++ src/crypto/external/bsd/netpgp/dist/src/netpgpverify/HOWTO	Sun Nov  1 11:29:17 2020
@@ -0,0 +1,55 @@
+How to use ssh keys in PGP signatures
+=
+
+1. generate a new ssh key pair
+
+	% ssh-keygen -t rsa -b 4096 -f sshtest-20140202
+	Generating public/private rsa key pair.
+	Enter passphrase (empty for no passphrase):
+	Enter same passphrase again:
+	

CVS commit: src/doc

2020-11-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Nov  1 11:06:30 UTC 2020

Modified Files:
src/doc: 3RDPARTY

Log Message:
tmux-3.1c out.


To generate a diff of this commit:
cvs rdiff -u -r1.1756 -r1.1757 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1756 src/doc/3RDPARTY:1.1757
--- src/doc/3RDPARTY:1.1756	Thu Oct 22 08:26:00 2020
+++ src/doc/3RDPARTY	Sun Nov  1 11:06:30 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1756 2020/10/22 08:26:00 kre Exp $
+#	$NetBSD: 3RDPARTY,v 1.1757 2020/11/01 11:06:30 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1370,7 +1370,7 @@ purposes.
 
 Package:	tmux
 Version:	3.0a
-Current Vers:	3.1b
+Current Vers:	3.1c
 Maintainer:	Nicholas Marriott 
 Archive site:	https://github.com/tmux/tmux
 Home page:	http://tmux.github.io



CVS commit: src/lib/libc/sys

2020-10-31 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Oct 31 10:51:59 UTC 2020

Modified Files:
src/lib/libc/sys: kqueue.2

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/lib/libc/sys/kqueue.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/kqueue.2
diff -u src/lib/libc/sys/kqueue.2:1.51 src/lib/libc/sys/kqueue.2:1.52
--- src/lib/libc/sys/kqueue.2:1.51	Sat Oct 31 01:08:31 2020
+++ src/lib/libc/sys/kqueue.2	Sat Oct 31 10:51:59 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: kqueue.2,v 1.51 2020/10/31 01:08:31 christos Exp $
+.\"	$NetBSD: kqueue.2,v 1.52 2020/10/31 10:51:59 wiz Exp $
 .\"
 .\" Copyright (c) 2000 Jonathan Lemon
 .\" All rights reserved.
@@ -137,7 +137,7 @@ The
 .Fa eventlist
 argument
 is a pointer to an array of kevent structures.
-The 
+The
 .Fa nevents
 argument
 determines the size of



CVS commit: src/share/man/man9

2020-10-31 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Oct 31 10:48:17 UTC 2020

Modified Files:
src/share/man/man9: ddb.9

Log Message:
Improve wording.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/ddb.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/ddb.9
diff -u src/share/man/man9/ddb.9:1.2 src/share/man/man9/ddb.9:1.3
--- src/share/man/man9/ddb.9:1.2	Fri Oct 30 22:29:30 2020
+++ src/share/man/man9/ddb.9	Sat Oct 31 10:48:17 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ddb.9,v 1.2 2020/10/30 22:29:30 uwe Exp $
+.\"	$NetBSD: ddb.9,v 1.3 2020/10/31 10:48:17 wiz Exp $
 .\"
 .\" Copyright (c) 2020 Valery Ushakov
 .\" All rights reserved.
@@ -95,7 +95,7 @@ command.
 .Pp
 The
 .Fa commands
-is an array of
+argument is an array of
 .Vt struct db_command\|
 entries.
 The initializer list for the array should use the
@@ -103,7 +103,7 @@ The initializer list for the array shoul
 macro for its entries.
 The
 .Fa name
-is the name of the debugger command.
+argument is the name of the debugger command.
 An entry with
 .Dv NULL
 .Fa name



CVS commit: src/usr.bin/renice

2020-10-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Oct 23 16:16:10 UTC 2020

Modified Files:
src/usr.bin/renice: renice.c

Log Message:
renice: Make usage match man page more.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/renice/renice.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/renice/renice.c
diff -u src/usr.bin/renice/renice.c:1.19 src/usr.bin/renice/renice.c:1.20
--- src/usr.bin/renice/renice.c:1.19	Thu Oct 22 19:34:12 2020
+++ src/usr.bin/renice/renice.c	Fri Oct 23 16:16:10 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: renice.c,v 1.19 2020/10/22 19:34:12 dholland Exp $	*/
+/*	$NetBSD: renice.c,v 1.20 2020/10/23 16:16:10 wiz Exp $	*/
 
 /*
  * Copyright (c) 1983, 1989, 1993
@@ -37,7 +37,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 19
 
 #ifndef lint
 /*static char sccsid[] = "from: @(#)renice.c	8.1 (Berkeley) 6/9/93";*/
-__RCSID("$NetBSD: renice.c,v 1.19 2020/10/22 19:34:12 dholland Exp $");
+__RCSID("$NetBSD: renice.c,v 1.20 2020/10/23 16:16:10 wiz Exp $");
 #endif /* not lint */
 
 #include 
@@ -175,7 +175,6 @@ usage(void)
 
 	(void)fprintf(stderr, "Usage: %s [ | -n ] ",
 	getprogname());
-	(void)fprintf(stderr, "[[-p] ...] [-g ...] ");
-	(void)fprintf(stderr, "[-u ...]\n");
+	(void)fprintf(stderr, "[[-gpu] who ...] ...\n");
 	exit(1);
 }



CVS commit: src/usr.bin/renice

2020-10-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Oct 23 16:14:41 UTC 2020

Modified Files:
src/usr.bin/renice: renice.8

Log Message:
Fix macro use, sort.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/renice/renice.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/renice/renice.8
diff -u src/usr.bin/renice/renice.8:1.17 src/usr.bin/renice/renice.8:1.18
--- src/usr.bin/renice/renice.8:1.17	Thu Oct 22 20:13:02 2020
+++ src/usr.bin/renice/renice.8	Fri Oct 23 16:14:40 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: renice.8,v 1.17 2020/10/22 20:13:02 dholland Exp $
+.\"	$NetBSD: renice.8,v 1.18 2020/10/23 16:14:40 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -39,7 +39,7 @@
 .Nm
 .Ar priority
 .Oo
-.Op Fl pgu
+.Op Fl gpu
 .Ar who ...
 .Oc
 .Ar ...
@@ -47,7 +47,7 @@
 .Fl n
 .Ar increment
 .Oo
-.Op Fl pgu
+.Op Fl gpu
 .Ar who ...
 .Oc
 .Ar ...
@@ -66,22 +66,22 @@ The following
 parameters name the target processes, as either process IDs, process
 group IDs, or user names.
 The
-.It pgf
+.Fl gpu
 options control the interpretation as follows:
 .Bl -tag -width Ds
 .It Fl g
 Interpret
 .Ar who
 parameters as process group ID's.
-.It Fl u
-Interpret
-.Ar who
-parameters as user names.
 .It Fl p
 Interpret
 .Ar who
 parameters as process IDs.
 This is the default.
+.It Fl u
+Interpret
+.Ar who
+parameters as user names.
 .El
 .Pp
 Each
@@ -96,6 +96,11 @@ If an
 .Ar increment
 is used, the increment is added to the highest priority found among
 the members of the process group prior to the change.
+.It with Fl p
+The named process is updated to the selected priority.
+If an
+.Ar increment
+is used, the increment is added to the process's previous priority.
 .It with Fl u
 All processes belonging to the specified user are updated to the
 selected priority.
@@ -103,11 +108,6 @@ If an
 .Ar increment
 is used, the increment is added to the highest priority found among
 the processes belonging to the user prior to the change.
-.It with Fl p
-The named process is updated to the selected priority.
-If an
-.Ar increment
-is used, the increment is added to the process's previous priority.
 .El
 .Pp
 In conventional terminology a



CVS commit: src/lib/libossaudio

2020-10-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Oct 23 12:13:04 UTC 2020

Modified Files:
src/lib/libossaudio: ossaudio.c

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/lib/libossaudio/ossaudio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libossaudio/ossaudio.c
diff -u src/lib/libossaudio/ossaudio.c:1.56 src/lib/libossaudio/ossaudio.c:1.57
--- src/lib/libossaudio/ossaudio.c:1.56	Fri Oct 23 09:05:20 2020
+++ src/lib/libossaudio/ossaudio.c	Fri Oct 23 12:13:04 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: ossaudio.c,v 1.56 2020/10/23 09:05:20 nia Exp $	*/
+/*	$NetBSD: ossaudio.c,v 1.57 2020/10/23 12:13:04 wiz Exp $	*/
 
 /*-
  * Copyright (c) 1997, 2020 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include 
-__RCSID("$NetBSD: ossaudio.c,v 1.56 2020/10/23 09:05:20 nia Exp $");
+__RCSID("$NetBSD: ossaudio.c,v 1.57 2020/10/23 12:13:04 wiz Exp $");
 
 /*
  * This is an Open Sound System compatibility layer, which provides
@@ -1179,7 +1179,7 @@ mixer_oss4_ioctl(int fd, unsigned long c
 		 * OSSv4 does not document this ioctl, and claims it should
 		 * not be used by applications and is provided for "utiltiy
 		 * programs included in OSS". We follow the Solaris
-		 * implementation (which is doucmented) and leave these fields
+		 * implementation (which is documented) and leave these fields
 		 * unset.
 		 */
 		cardinfo->flags = 0;



CVS commit: src/lib/libossaudio

2020-10-20 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Oct 20 07:52:05 UTC 2020

Modified Files:
src/lib/libossaudio: ossaudio.3

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libossaudio/ossaudio.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libossaudio/ossaudio.3
diff -u src/lib/libossaudio/ossaudio.3:1.26 src/lib/libossaudio/ossaudio.3:1.27
--- src/lib/libossaudio/ossaudio.3:1.26	Tue Oct 20 06:43:55 2020
+++ src/lib/libossaudio/ossaudio.3	Tue Oct 20 07:52:04 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ossaudio.3,v 1.26 2020/10/20 06:43:55 nia Exp $
+.\"	$NetBSD: ossaudio.3,v 1.27 2020/10/20 07:52:04 wiz Exp $
 .\"
 .\" Copyright (c) 1997, 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -115,7 +115,7 @@ is not currently implemented as in OSSv4
 global volume.
 Applications need to provide samples with the appropriate gain.
 .It
-Linux, 
+Linux,
 .Fx ,
 and Solaris provide
 .Pa /dev/dsp



CVS commit: src/share/man/man7

2020-10-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Oct 17 09:20:33 UTC 2020

Modified Files:
src/share/man/man7: sysctl.7

Log Message:
Use Dv. Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 src/share/man/man7/sysctl.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man7/sysctl.7
diff -u src/share/man/man7/sysctl.7:1.150 src/share/man/man7/sysctl.7:1.151
--- src/share/man/man7/sysctl.7:1.150	Sat Oct 17 09:06:15 2020
+++ src/share/man/man7/sysctl.7	Sat Oct 17 09:20:33 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysctl.7,v 1.150 2020/10/17 09:06:15 mlelstv Exp $
+.\"	$NetBSD: sysctl.7,v 1.151 2020/10/17 09:20:33 wiz Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)sysctl.3	8.4 (Berkeley) 5/9/95
 .\"
-.Dd August 20, 2020
+.Dd October 17, 2020
 .Dt SYSCTL 7
 .Os
 .Sh NAME
@@ -1208,7 +1208,10 @@ See
 .Xr sched 3 .
 .El
 .It Li kern.sofixedbuf ( Dv KERN_SOFIXEDBUF )
-Prevent socket buffer autoscaling when a size is set with SO_SNDBUF or SO_RCVBUF.
+Prevent socket buffer autoscaling when a size is set with
+.Dv SO_SNDBUF
+or
+.Dv SO_RCVBUF .
 .It Li kern.somaxkva ( Dv KERN_SOMAXKVA )
 Maximum amount of kernel memory to be used for socket buffers in bytes.
 .It Li kern.sooptions



CVS commit: src/lib/libossaudio

2020-10-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Oct 17 09:04:59 UTC 2020

Modified Files:
src/lib/libossaudio: ossaudio.3

Log Message:
Use Fx and Nx. End Rs block. Remove trailing whitespace.
Remove unnecessary Pp.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libossaudio/ossaudio.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libossaudio/ossaudio.3
diff -u src/lib/libossaudio/ossaudio.3:1.23 src/lib/libossaudio/ossaudio.3:1.24
--- src/lib/libossaudio/ossaudio.3:1.23	Fri Oct 16 20:51:54 2020
+++ src/lib/libossaudio/ossaudio.3	Sat Oct 17 09:04:59 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ossaudio.3,v 1.23 2020/10/16 20:51:54 nia Exp $
+.\"	$NetBSD: ossaudio.3,v 1.24 2020/10/17 09:04:59 wiz Exp $
 .\"
 .\" Copyright (c) 1997, 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -51,7 +51,6 @@ building code written for other operatin
 .Ss Mixer Control Map
 The following table summarizes the mappings from native interface
 device names to OSS mixer controls.
-.Pp
 .Bl -column ".Sy Native Device Name" "SOUND_MIXER_SPEAKER"
 .It Sy "Native Device Name" Ta Sy "OSS Mixer Control"
 .It *.mic Ta SOUND_MIXER_MIC
@@ -77,9 +76,10 @@ described in:
 .Pp
 .Rs
 .%A 4Front Technologies
-.%T OSS 4.x Programmer's Guide 
+.%T OSS 4.x Programmer's Guide
 .%U http://manuals.opensound.com/developer/
 .%D 2007
+.Re
 .Sh SEE ALSO
 .Xr ioctl 2 ,
 .Xr audio 4 ,
@@ -94,10 +94,10 @@ library first appeared in
 The Open Sound System up to version 3 was originally the preferred
 API for writing audio code under Linux until ALSA became the new default
 in Linux 2.6.
-It remains the preferred API in FreeBSD and Solaris, and a large body
-of code exists supporting it.
+It remains the preferred API in
+.Fx
+and Solaris, and a large body of code exists supporting it.
 .Sh BUGS
-.Pp
 The emulation is incomplete, covering most of OSSv3 and some of OSSv4.
 Some obscure features are not included, but the essential ioctls used
 by the majority of software are covered.
@@ -107,7 +107,9 @@ The emulation uses a #define for
 so some obscure programs
 can fail to compile.
 .Pp
-Linux, FreeBSD, and Solaris provide
+Linux,
+.Fx ,
+and Solaris provide
 .Pa /dev/dsp
 and
 .Pa /dev/mixer
@@ -115,7 +117,8 @@ devices in place of the
 .Pa /dev/audio
 and
 .Pa /dev/mixer
-devices this compatibility layer must be accessed through on NetBSD.
+devices this compatibility layer must be accessed through on
+.Nx .
 However, changing this is typically trivial when porting programs.
 .Pp
 The emulation only covers



CVS commit: src/doc

2020-10-16 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Oct 16 11:17:54 UTC 2020

Modified Files:
src/doc: 3RDPARTY

Log Message:
lua 5.3.6/5.4.1 out.


To generate a diff of this commit:
cvs rdiff -u -r1.1752 -r1.1753 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1752 src/doc/3RDPARTY:1.1753
--- src/doc/3RDPARTY:1.1752	Mon Oct 12 14:10:37 2020
+++ src/doc/3RDPARTY	Fri Oct 16 11:17:54 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1752 2020/10/12 14:10:37 roy Exp $
+#	$NetBSD: 3RDPARTY,v 1.1753 2020/10/16 11:17:54 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -831,7 +831,7 @@ into inetd. The provided libwrap2netbsd 
 
 Package:	Lua
 Version:	Lua 5.3.5
-Current Vers:	Lua 5.4.0
+Current Vers:	Lua 5.3.6/5.4.1
 Maintainer:	PUC Rio
 Home Page:	https://www.lua.org/
 Date:		2020-06-30



CVS commit: src/libexec/httpd

2020-10-15 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Oct 15 09:54:22 UTC 2020

Modified Files:
src/libexec/httpd: bozohttpd.8

Log Message:
New sentence, new line. Fix xref.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/libexec/httpd/bozohttpd.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/httpd/bozohttpd.8
diff -u src/libexec/httpd/bozohttpd.8:1.86 src/libexec/httpd/bozohttpd.8:1.87
--- src/libexec/httpd/bozohttpd.8:1.86	Thu Oct 15 04:21:53 2020
+++ src/libexec/httpd/bozohttpd.8	Thu Oct 15 09:54:22 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: bozohttpd.8,v 1.86 2020/10/15 04:21:53 mrg Exp $
+.\"	$NetBSD: bozohttpd.8,v 1.87 2020/10/15 09:54:22 wiz Exp $
 .\"
 .\"	$eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $
 .\"
@@ -127,7 +127,8 @@ Enables CGI/1.1 interface for
 .Em ~user
 translation.
 Note that enabling this support implies that users can run commands
-as the web server user. This may have security implications.
+as the web server user.
+This may have security implications.
 .It Fl e
 Causes
 .Nm
@@ -141,7 +142,8 @@ Stops the
 .Fl b
 flag from detaching
 .Nm
-from the tty and going into the background. This implies the
+from the tty and going into the background.
+This implies the
 .Fl b
 flag.
 .It Fl G
@@ -809,7 +811,7 @@ provided chroot and change-to-user suppo
 .An Jukka Ruohonen
 .Aq Mt jru...@netbsd.org
 provided support for
-.Xr blocklist 8
+.Xr blocklistd 8
 .It
 .An Jared McNeill
 .Aq Mt jmcne...@netbsd.org



CVS commit: src/doc

2020-10-07 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Oct  7 19:53:33 UTC 2020

Modified Files:
src/doc: 3RDPARTY

Log Message:
expat-2.2.10 out.


To generate a diff of this commit:
cvs rdiff -u -r1.1748 -r1.1749 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1748 src/doc/3RDPARTY:1.1749
--- src/doc/3RDPARTY:1.1748	Mon Oct  5 16:04:11 2020
+++ src/doc/3RDPARTY	Wed Oct  7 19:53:32 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1748 2020/10/05 16:04:11 roy Exp $
+#	$NetBSD: 3RDPARTY,v 1.1749 2020/10/07 19:53:32 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -408,7 +408,7 @@ Notes:
 
 Package:	expat
 Version:	2.2.8
-Current Vers:	2.2.9
+Current Vers:	2.2.10
 Maintainer:	Expat Project
 Archive Site:	https://github.com/libexpat/libexpat/releases
 Home Page:	http://www.libexpat.org/



CVS commit: src/sbin/mount_nfs

2020-10-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Oct  3 18:29:02 UTC 2020

Modified Files:
src/sbin/mount_nfs: mount_nfs.8

Log Message:
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sbin/mount_nfs/mount_nfs.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/mount_nfs/mount_nfs.8
diff -u src/sbin/mount_nfs/mount_nfs.8:1.49 src/sbin/mount_nfs/mount_nfs.8:1.50
--- src/sbin/mount_nfs/mount_nfs.8:1.49	Sat Oct  3 18:06:37 2020
+++ src/sbin/mount_nfs/mount_nfs.8	Sat Oct  3 18:29:02 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mount_nfs.8,v 1.49 2020/10/03 18:06:37 christos Exp $
+.\"	$NetBSD: mount_nfs.8,v 1.50 2020/10/03 18:29:02 wiz Exp $
 .\"
 .\" Copyright (c) 1992, 1993, 1994, 1995
 .\"	The Regents of the University of California.  All rights reserved.
@@ -79,13 +79,14 @@ fall back to version 2 if the mount fail
 Disable the attribute cache in the client, making it consult the server
 for the current version of a given file's attributes every time the file
 is accessed.
-
+.Pp
 By default the attribute cache is enabled, making the client only consult
-the server every handful of seconds.  This improves performance, however
-at the cost of the risk of a mid-air collision when changes are made
-simultaneously by different NFS clients and/or locally on the NFS server
-that affect the same file.  In that case changes made elsewhere may be
-missed, leading to consistency issues.
+the server every handful of seconds.
+This improves performance, however at the cost of the risk of a
+mid-air collision when changes are made simultaneously by different
+NFS clients and/or locally on the NFS server that affect the same file.
+In that case changes made elsewhere may be missed, leading to
+consistency issues.
 .It Fl a Ar maxreadahead
 Set the read-ahead count to the specified value.
 This may be in the range of 0 - 4, and determines how many blocks



CVS commit: src/share/man/man4

2020-09-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Sep 27 13:59:24 UTC 2020

Modified Files:
src/share/man/man4: vether.4

Log Message:
Fix punctuation nit and add RCS Id.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/vether.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/vether.4
diff -u src/share/man/man4/vether.4:1.1 src/share/man/man4/vether.4:1.2
--- src/share/man/man4/vether.4:1.1	Sun Sep 27 13:31:04 2020
+++ src/share/man/man4/vether.4	Sun Sep 27 13:59:24 2020
@@ -1,3 +1,5 @@
+.\"	$NetBSD: vether.4,v 1.2 2020/09/27 13:59:24 wiz Exp $
+.\"
 .\"	$OpenBSD: vether.4,v 1.5 2017/10/17 22:47:58 schwarze Exp $
 .\"
 .\" Copyright (c) 2009 Theo de Raadt 
@@ -46,8 +48,9 @@ the frame will show up there.
 The
 .Nm
 interface first appeared in
-.Ox 4.7 and
-.Nx 10.
+.Ox 4.7
+and
+.Nx 10 .
 .Sh AUTHORS
 .An Theo de Raadt Aq Mt dera...@openbsd.org
 .Sh BUGS



CVS commit: src/bin/sh

2020-09-18 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Sep 18 07:21:26 UTC 2020

Modified Files:
src/bin/sh: sh.1

Log Message:
Remove superfluous Ed.


To generate a diff of this commit:
cvs rdiff -u -r1.228 -r1.229 src/bin/sh/sh.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/sh/sh.1
diff -u src/bin/sh/sh.1:1.228 src/bin/sh/sh.1:1.229
--- src/bin/sh/sh.1:1.228	Fri Sep 18 06:48:28 2020
+++ src/bin/sh/sh.1	Fri Sep 18 07:21:26 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sh.1,v 1.228 2020/09/18 06:48:28 kre Exp $
+.\"	$NetBSD: sh.1,v 1.229 2020/09/18 07:21:26 wiz Exp $
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -2618,7 +2618,6 @@ and also exporting the variables named
 and
 .Dq c ,
 which is probably not as intended.
-.Ed
 .Pp
 With no arguments the export command lists the names of all
 set exported variables,



CVS commit: src/share/man/man4

2020-09-13 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Sep 13 07:36:55 UTC 2020

Modified Files:
src/share/man/man4: wskbd.4

Log Message:
Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/share/man/man4/wskbd.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/wskbd.4
diff -u src/share/man/man4/wskbd.4:1.23 src/share/man/man4/wskbd.4:1.24
--- src/share/man/man4/wskbd.4:1.23	Sun Sep 13 07:35:15 2020
+++ src/share/man/man4/wskbd.4	Sun Sep 13 07:36:55 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: wskbd.4,v 1.23 2020/09/13 07:35:15 mlelstv Exp $
+.\" $NetBSD: wskbd.4,v 1.24 2020/09/13 07:36:55 wiz Exp $
 .\"
 .\" Copyright (c) 1999
 .\" 	Matthias Drochner.  All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd July 13, 2020
+.Dd September 13, 2020
 .Dt WSKBD 4
 .Os
 .Sh NAME
@@ -178,7 +178,7 @@ layout
 .Pp
 The
 .Dq Li \&.nodead
-suffix 
+suffix
 .Dv ( KB_NODEAD
 flag)
 can be applied to layouts with



CVS commit: src/doc

2020-09-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Sep 12 08:39:31 UTC 2020

Modified Files:
src/doc: CHANGES

Log Message:
Fix typo in gcc version.


To generate a diff of this commit:
cvs rdiff -u -r1.2736 -r1.2737 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2736 src/doc/CHANGES:1.2737
--- src/doc/CHANGES:1.2736	Sat Sep 12 08:31:39 2020
+++ src/doc/CHANGES	Sat Sep 12 08:39:31 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2736 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2737 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -276,7 +276,7 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 	kernel: Disable COMPAT_LINUX by default [jdolecek 20200816]
 	mips: Port crash(8) to mips.  [mrg 20200816]
 	wg(4): Add implementation of WireGuard protocol. [ozaki-r 20200820]
-	gcc(1): Import GCC 8.4. [mrg 20200904]
+	gcc(1): Import GCC 9.3. [mrg 20200904]
 	dhcpcd: Update to version 9.2.0. [roy 20200906]
 	iavf(4): Add driver for Intel Ethernet Adaptive Virtual Function
 		[yamaguchi 20200908]



CVS commit: src/doc

2020-09-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Sep 12 08:39:37 UTC 2020

Modified Files:
src/doc: 3RDPARTY

Log Message:
Update gcc entry.


To generate a diff of this commit:
cvs rdiff -u -r1.1744 -r1.1745 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1744 src/doc/3RDPARTY:1.1745
--- src/doc/3RDPARTY:1.1744	Sun Sep  6 14:58:53 2020
+++ src/doc/3RDPARTY	Sat Sep 12 08:39:36 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1744 2020/09/06 14:58:53 roy Exp $
+#	$NetBSD: 3RDPARTY,v 1.1745 2020/09/12 08:39:36 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -449,8 +449,8 @@ Notes:
 There is a flex2netbsd script to help newer imports.
 
 Package:	gcc
-Version:	7.4.0/8.4.0
-Current Vers:	7.5.0/8.4.0/9.3.0/10.1
+Version:	8.4.0/9.3.0
+Current Vers:	8.4.0/9.3.0/10.1
 Maintainer:	FSF
 Archive Site:	ftp://ftp.gnu.org/gnu/gcc/
 Home Page:	http://www.gnu.org/software/gcc/



CVS commit: src/share/man/man5

2020-09-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Sep 11 12:20:01 UTC 2020

Modified Files:
src/share/man/man5: rc.conf.5

Log Message:
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 src/share/man/man5/rc.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man5/rc.conf.5
diff -u src/share/man/man5/rc.conf.5:1.186 src/share/man/man5/rc.conf.5:1.187
--- src/share/man/man5/rc.conf.5:1.186	Fri Sep 11 12:01:59 2020
+++ src/share/man/man5/rc.conf.5	Fri Sep 11 12:20:01 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rc.conf.5,v 1.186 2020/09/11 12:01:59 kim Exp $
+.\"	$NetBSD: rc.conf.5,v 1.187 2020/09/11 12:20:01 wiz Exp $
 .\"
 .\" Copyright (c) 1996 Matthew R. Green
 .\" All rights reserved.
@@ -616,8 +616,8 @@ updates a second
 version string in the
 .Pa /etc/motd
 file to reflect the version, architecture, and Build ID of
-the installed userland. An optional prefix can be provided
-for this version string in
+the installed userland.
+An optional prefix can be provided for this version string in
 .Sy motd_release_tag .
 .It Sy virecover
 Boolean value.



CVS commit: src/share/man/man4

2020-09-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Sep  8 17:30:44 UTC 2020

Modified Files:
src/share/man/man4: ip.4

Log Message:
Serial comma.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/share/man/man4/ip.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/ip.4
diff -u src/share/man/man4/ip.4:1.46 src/share/man/man4/ip.4:1.47
--- src/share/man/man4/ip.4:1.46	Tue Sep  8 17:29:09 2020
+++ src/share/man/man4/ip.4	Tue Sep  8 17:30:44 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ip.4,v 1.46 2020/09/08 17:29:09 wiz Exp $
+.\"	$NetBSD: ip.4,v 1.47 2020/09/08 17:30:44 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -230,7 +230,7 @@ If the
 .Dv IP_BINDANY
 option is enabled on a
 .Dv SOCK_STREAM ,
-.Dv SOCK_DGRAM
+.Dv SOCK_DGRAM ,
 or a
 .Dv SOCK_RAW
 socket, one can



CVS commit: src/share/man/man4

2020-09-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Sep  8 17:30:10 UTC 2020

Modified Files:
src/share/man/man4: ip6.4

Log Message:
Improve BINDANY formatting.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/share/man/man4/ip6.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/ip6.4
diff -u src/share/man/man4/ip6.4:1.33 src/share/man/man4/ip6.4:1.34
--- src/share/man/man4/ip6.4:1.33	Tue Sep  8 17:29:20 2020
+++ src/share/man/man4/ip6.4	Tue Sep  8 17:30:10 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ip6.4,v 1.33 2020/09/08 17:29:20 wiz Exp $
+.\"	$NetBSD: ip6.4,v 1.34 2020/09/08 17:30:10 wiz Exp $
 .\"	$KAME: ip6.4,v 1.23 2005/01/11 05:56:25 itojun Exp $
 .\"	$OpenBSD: ip6.4,v 1.21 2005/01/06 03:50:46 itojun Exp $
 .\"
@@ -429,10 +429,10 @@ Get or set the ESP encapsulation level.
 Get or set the
 .Xr ipcomp 4
 level.
-.Dv IPV6_BINDANY
-option is enabled on a
+.It Dv IPV6_BINDANY
+If this option is enabled on a
 .Dv SOCK_STREAM ,
-.Dv SOCK_DGRAM
+.Dv SOCK_DGRAM ,
 or a
 .Dv SOCK_RAW
 socket, one can



CVS commit: src/share/man/man4

2020-09-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Sep  8 17:29:20 UTC 2020

Modified Files:
src/share/man/man4: ip6.4

Log Message:
Remove superfluous Pp.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/share/man/man4/ip6.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/ip6.4
diff -u src/share/man/man4/ip6.4:1.32 src/share/man/man4/ip6.4:1.33
--- src/share/man/man4/ip6.4:1.32	Tue Sep  8 14:12:57 2020
+++ src/share/man/man4/ip6.4	Tue Sep  8 17:29:20 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ip6.4,v 1.32 2020/09/08 14:12:57 christos Exp $
+.\"	$NetBSD: ip6.4,v 1.33 2020/09/08 17:29:20 wiz Exp $
 .\"	$KAME: ip6.4,v 1.23 2005/01/11 05:56:25 itojun Exp $
 .\"	$OpenBSD: ip6.4,v 1.21 2005/01/06 03:50:46 itojun Exp $
 .\"
@@ -253,7 +253,6 @@ variables:
 .Dv net.inet.ip6.anonportalgo.available
 and
 .Dv net.inet.ip6.anonportalgo.selected .
-.Pp
 .It Dv IPV6_PORTRANGE Fa "int *"
 Get or set the allocation policy of ephemeral ports for when the kernel
 automatically binds a local address to this socket.



CVS commit: src/share/man/man4

2020-09-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Sep  8 17:29:10 UTC 2020

Modified Files:
src/share/man/man4: ip.4

Log Message:
Use \(em.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/share/man/man4/ip.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/ip.4
diff -u src/share/man/man4/ip.4:1.45 src/share/man/man4/ip.4:1.46
--- src/share/man/man4/ip.4:1.45	Tue Sep  8 14:12:57 2020
+++ src/share/man/man4/ip.4	Tue Sep  8 17:29:09 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ip.4,v 1.45 2020/09/08 14:12:57 christos Exp $
+.\"	$NetBSD: ip.4,v 1.46 2020/09/08 17:29:09 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -536,7 +536,7 @@ Source code compatibility with both envi
 .%R RFC
 .%N 1122
 .%D October 1989
-.%T "Requirements for Internet Hosts -- Communication Layers"
+.%T "Requirements for Internet Hosts \(em Communication Layers"
 .Re
 .Sh HISTORY
 The



CVS commit: src/share/man/man4

2020-09-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Sep  8 10:07:35 UTC 2020

Modified Files:
src/share/man/man4: iavf.4

Log Message:
Remove empty line. End sentence with dot. Avoid unnecessary linebreak.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/iavf.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/iavf.4
diff -u src/share/man/man4/iavf.4:1.1 src/share/man/man4/iavf.4:1.2
--- src/share/man/man4/iavf.4:1.1	Tue Sep  8 10:05:47 2020
+++ src/share/man/man4/iavf.4	Tue Sep  8 10:07:35 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: iavf.4,v 1.1 2020/09/08 10:05:47 yamaguchi Exp $
+.\"	$NetBSD: iavf.4,v 1.2 2020/09/08 10:07:35 wiz Exp $
 .\"
 .\" Copyright (c) 2020 Internet Initiative Japan, Inc.
 .\" All rights reserved.
@@ -24,7 +24,6 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-
 .Dd September 7, 2020
 .Dt IAVF 4
 .Os
@@ -51,6 +50,7 @@ driver comes from
 It first appeared in
 .Nx 10.0 .
 .Sh AUTHORS
+.An -nosplit
 The
 .Nm
 driver was written by
@@ -60,4 +60,4 @@ and
 It was imported from
 .Ox
 into
-.Nx
+.Nx .



CVS commit: src/bin/kill

2020-08-30 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Aug 30 20:14:07 UTC 2020

Modified Files:
src/bin/kill: kill.1

Log Message:
Mark up path with Pa and use Ev for environment variable.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/bin/kill/kill.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/kill/kill.1
diff -u src/bin/kill/kill.1:1.32 src/bin/kill/kill.1:1.33
--- src/bin/kill/kill.1:1.32	Sun Aug 30 19:41:39 2020
+++ src/bin/kill/kill.1	Sun Aug 30 20:14:07 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: kill.1,v 1.32 2020/08/30 19:41:39 kre Exp $
+.\"	$NetBSD: kill.1,v 1.33 2020/08/30 20:14:07 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -81,8 +81,10 @@ parameter
 or a signal number.
 .Pp
 If no operand is given, display the names of all the signals.
-In /bin/kill, if the variable
-.Dv POSIXLY_CORRECT
+In
+.Pa /bin/kill ,
+if the variable
+.Ev POSIXLY_CORRECT
 is set in the environment, this uses the POSIX specified format,
 otherwise a slightly more pleasing layout is used.
 .It Fl signal_name



CVS commit: src/share/man/man8

2020-08-28 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Aug 28 17:13:14 UTC 2020

Modified Files:
src/share/man/man8: compat_bsdos.8

Log Message:
Add RCS Id. Remove Pp before/after Sh. Remove port after section,
since the man page is in man8 directly (the ports are mentioned
in the text).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man8/compat_bsdos.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man8/compat_bsdos.8
diff -u src/share/man/man8/compat_bsdos.8:1.2 src/share/man/man8/compat_bsdos.8:1.3
--- src/share/man/man8/compat_bsdos.8:1.2	Fri Aug 28 15:35:34 2020
+++ src/share/man/man8/compat_bsdos.8	Fri Aug 28 17:13:13 2020
@@ -1,4 +1,4 @@
-.\"
+.\" $NetBSD: compat_bsdos.8,v 1.3 2020/08/28 17:13:13 wiz Exp $
 .\"
 .\" Copyright (c) 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -28,13 +28,12 @@
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
 .Dd August 27, 2020
-.Dt COMPAT_BSDOS 8 amd64,i386,sparc,sparc64
+.Dt COMPAT_BSDOS 8
 .Os
 .Sh NAME
 .Nm compat_bsdos
 .Nd binary compatibility for BSDi releases
 .Sh DESCRIPTION
-.Pp
 The
 .Dv COMPAT_NOMID
 kernel option provides compatibility with
@@ -79,7 +78,6 @@ compatibility layers currently available
 .Xr compat_netbsd32 8 ,
 .Xr ldconfig 8
 .Sh HISTORY
-.Pp
 .Tn BSD/386 Ns No \ 1.0\|\(en\|1.1
 was derived from
 .Bx 4.3 Tn Reno
@@ -106,7 +104,6 @@ under the
 .Dv COMPAT_BSDOS
 kernel option.
 .Sh BUGS
-.Pp
 .Bsx
 compatibility was broken on
 .Nx 5\|\(en\|6



  1   2   3   4   5   6   7   8   9   10   >