CVS commit: src/distrib/notes/hp300

2021-07-11 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Jul 11 14:17:48 UTC 2021

Modified Files:
src/distrib/notes/hp300: hardware

Log Message:
Mention that emulated disks by HPDisk and HPDrive work.

Also add more HP-IB disk models per recent changes.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/distrib/notes/hp300/hardware

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

Modified files:

Index: src/distrib/notes/hp300/hardware
diff -u src/distrib/notes/hp300/hardware:1.25 src/distrib/notes/hp300/hardware:1.26
--- src/distrib/notes/hp300/hardware:1.25	Sun Jul 11 13:53:48 2021
+++ src/distrib/notes/hp300/hardware	Sun Jul 11 14:17:48 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.25 2021/07/11 13:53:48 tsutsui Exp $
+.\"	$NetBSD: hardware,v 1.26 2021/07/11 14:17:48 tsutsui Exp $
 .
 .Nx*M
 \*V will run on most HP 9000/300- and 400-series machines.
@@ -73,8 +73,14 @@ up to 128 MB RAM)
 HP-IB devices
 .(bullet -compact
 .Em rd ;
-CS80 disks: 2200, 2203, 7912, 7914, 7933, 7936, 7937, 7945, 7946,
-7957, 7958, and 7959
+CS80 disks: 2200, 2202, 2203, 7908, 7911, 7912, 7914, 7933, 7936, 7937, 7941,
+7945, 7946, 7957, 7958, and 7959
+.br
+.Em "Emulated CS80 disks by"
+.Lk http://www.dalton.ax/hpdisk/ HPDisk
+.Em and
+.Lk https://www.hp9845.net/9845/projects/hpdrive/ HPDrive
+.Em "also work."
 .It
 .Em rd ;
 CS80 floppy disks: 9122, 9134 (possibly others)



CVS commit: src/distrib/notes/hp300

2021-07-11 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Jul 11 13:53:49 UTC 2021

Modified Files:
src/distrib/notes/hp300: hardware

Log Message:
HP9000/360 can have up to 16 MB RAM, not 48 MB.

Per Service Information Manual HP 9000 Series 300 Computers Models 360/370.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/distrib/notes/hp300/hardware

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

Modified files:

Index: src/distrib/notes/hp300/hardware
diff -u src/distrib/notes/hp300/hardware:1.24 src/distrib/notes/hp300/hardware:1.25
--- src/distrib/notes/hp300/hardware:1.24	Wed Dec 23 17:57:17 2020
+++ src/distrib/notes/hp300/hardware	Sun Jul 11 13:53:48 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.24 2020/12/23 17:57:17 tsutsui Exp $
+.\"	$NetBSD: hardware,v 1.25 2021/07/11 13:53:48 tsutsui Exp $
 .
 .Nx*M
 \*V will run on most HP 9000/300- and 400-series machines.
@@ -31,7 +31,7 @@ CPUs
 .br
 .Em "Requires Human Interface board"
 .It
-360 (25 MHz 68030, with 4 MB RAM built-in, up to 48 MB RAM)
+360 (25 MHz 68030, with 4 MB RAM built-in, up to 16 MB RAM)
 .br
 .Em "Requires System Interface board"
 .It



CVS commit: src/distrib/notes/alpha

2021-05-29 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sat May 29 19:03:08 UTC 2021

Modified Files:
src/distrib/notes/alpha: contents

Log Message:
Document netbsd-GENERIC.QEMU.gz


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/distrib/notes/alpha/contents

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

Modified files:

Index: src/distrib/notes/alpha/contents
diff -u src/distrib/notes/alpha/contents:1.24 src/distrib/notes/alpha/contents:1.25
--- src/distrib/notes/alpha/contents:1.24	Tue Sep 22 02:53:52 2020
+++ src/distrib/notes/alpha/contents	Sat May 29 19:03:08 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.24 2020/09/22 02:53:52 snj Exp $
+.\"	$NetBSD: contents,v 1.25 2021/05/29 19:03:08 thorpej Exp $
 .\"
 .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -62,6 +62,14 @@ A gzipped
 .Nx
 kernel containing code for everything supported in this release.
 .
+.			It Pa netbsd-GENERIC.QEMU.gz
+.
+A gzipped
+.Nx
+kernel, identical to netbsd-GENERIC, except that it contains a static
+copy of the kernel symbol table for convenience when running under Qemu,
+which loads the kernel directly but does not load the kernel symbols.
+.
 .		tag) \" binary/kernel/
 .
 .		It Pa sets/



CVS commit: src/distrib/notes

2021-05-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri May 28 13:55:25 UTC 2021

Modified Files:
src/distrib/notes/amd64: hardware
src/distrib/notes/common: sysinst

Log Message:
PR 55413: 64-bit and OK police; grammar improvements.
>From Michael Siegel.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/notes/amd64/hardware
cvs rdiff -u -r1.111 -r1.112 src/distrib/notes/common/sysinst

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

Modified files:

Index: src/distrib/notes/amd64/hardware
diff -u src/distrib/notes/amd64/hardware:1.1 src/distrib/notes/amd64/hardware:1.2
--- src/distrib/notes/amd64/hardware:1.1	Sun Aug 21 18:35:26 2005
+++ src/distrib/notes/amd64/hardware	Fri May 28 13:55:24 2021
@@ -1,6 +1,6 @@
-.\"$NetBSD: hardware,v 1.1 2005/08/21 18:35:26 riz Exp $
+.\"$NetBSD: hardware,v 1.2 2021/05/28 13:55:24 martin Exp $
 .
 .Nx*M
-supports CPUs that implement the 64bit AMD64 architecture.
+supports CPUs that implement the 64-bit AMD64 architecture.
 These currently include AMD Opteron, AMD Athlon64, and Intel CPUs that 
 implement the EM64T extension.

Index: src/distrib/notes/common/sysinst
diff -u src/distrib/notes/common/sysinst:1.111 src/distrib/notes/common/sysinst:1.112
--- src/distrib/notes/common/sysinst:1.111	Thu May 27 15:47:42 2021
+++ src/distrib/notes/common/sysinst	Fri May 28 13:55:24 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysinst,v 1.111 2021/05/27 15:47:42 martin Exp $
+.\"	$NetBSD: sysinst,v 1.112 2021/05/28 13:55:24 martin Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -509,7 +509,7 @@ See the section on
 When prompted, choose
 .Me CD-ROM
 as the install medium if booted from CD-ROM.
-The default values for the path and device should be ok.
+The default values for the path and device should be OK.
 .if \n[amd64]:\n[i386] \{\
 If you booted using a USB image, choose
 .Me Local directory .
@@ -745,7 +745,7 @@ It will also include instructions for us
 .Pp
 If you do not intend to use networking during the installation,
 but you do want your machine to be configured for networking once
-it is installed, you should first go to the
+the system is installed, you should first go to the
 .Me Utility menu
 and select the
 .Me Configure network
@@ -1287,7 +1287,7 @@ the option to install a bootselector, wh
 to pick the operating system to start up when your computer
 is (re-)started.
 .Pp
-If everything is ok, you can go on to the next step,
+If everything is OK, you can go on to the next step,
 editing the
 .Nx
 disklabel.



CVS commit: src/distrib/notes/common

2021-05-27 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu May 27 15:47:42 UTC 2021

Modified Files:
src/distrib/notes/common: main postinstall sysinst xfer

Log Message:
Consistency and typo/grammar fixes from Michael Siegel in PR 55413,
With minor adjustments.


To generate a diff of this commit:
cvs rdiff -u -r1.563 -r1.564 src/distrib/notes/common/main
cvs rdiff -u -r1.88 -r1.89 src/distrib/notes/common/postinstall
cvs rdiff -u -r1.110 -r1.111 src/distrib/notes/common/sysinst
cvs rdiff -u -r1.76 -r1.77 src/distrib/notes/common/xfer

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

Modified files:

Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.563 src/distrib/notes/common/main:1.564
--- src/distrib/notes/common/main:1.563	Sun Jul 26 11:05:39 2020
+++ src/distrib/notes/common/main	Thu May 27 15:47:42 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.563 2020/07/26 11:05:39 jmcneill Exp $
+.\"	$NetBSD: main,v 1.564 2021/05/27 15:47:42 martin Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -469,7 +469,7 @@ For third-party programs which are not p
 .Nx
 distribution, you will want to explore the
 .Ic pkgsrc
-package management system, which contains thousands of third party software
+package management system, which contains thousands of third-party software
 applications.
 .El
 .\}
@@ -478,11 +478,9 @@ applications.
 .
 The
 .Nx
-Operating System is a fully functional
-.Tn Open Source
-.Ul
-operating system derived from the University of California, Berkeley
-Networking Release 2 (Net/2), 4.4BSD-Lite, and 4.4BSD-Lite2 sources.
+Operating System is a fully functional open-source operating system derived
+from the University of California, Berkeley Networking Release 2 (Net/2),
+4.4BSD-Lite, and 4.4BSD-Lite2 sources.
 .Nx
 runs on many different different system architectures (ports)
 across a variety of distinct CPU families, and is being ported to more.
@@ -589,7 +587,7 @@ can still be found in pkgsrc as
 The
 .Nx
 Foundation is a tax exempt, not-for-profit 501(c)(3) corporation
-that devotes itself to the traditional goals and Spirit of the
+that devotes itself to the traditional goals and spirit of the
 .Nx
 Project and owns the trademark of the word
 .Dq NetBSD .

Index: src/distrib/notes/common/postinstall
diff -u src/distrib/notes/common/postinstall:1.88 src/distrib/notes/common/postinstall:1.89
--- src/distrib/notes/common/postinstall:1.88	Wed Oct 21 07:46:22 2020
+++ src/distrib/notes/common/postinstall	Thu May 27 15:47:42 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: postinstall,v 1.88 2020/10/21 07:46:22 nia Exp $
+.\"	$NetBSD: postinstall,v 1.89 2021/05/27 15:47:42 martin Exp $
 .\"
 .\" Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -308,7 +308,7 @@ modified to match the resolution depth.
 .\}
 .\}
 .It
-Installing third party packages
+Installing third-party packages
 .Pp
 If you wish to install any of the software freely available for
 .Ul

Index: src/distrib/notes/common/sysinst
diff -u src/distrib/notes/common/sysinst:1.110 src/distrib/notes/common/sysinst:1.111
--- src/distrib/notes/common/sysinst:1.110	Wed Nov 27 09:29:25 2019
+++ src/distrib/notes/common/sysinst	Thu May 27 15:47:42 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysinst,v 1.110 2019/11/27 09:29:25 martin Exp $
+.\"	$NetBSD: sysinst,v 1.111 2021/05/27 15:47:42 martin Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -149,7 +149,7 @@ installing
 .Nx
 on your hard disk.
 .Ic sysinst
-is a menu driven program that guides you through the installation process.
+is a menu-driven program that guides you through the installation process.
 Sometimes questions will be asked, and in many cases
 the default answer will be displayed in brackets
 .Pq Dq \&[\ ]
@@ -171,7 +171,7 @@ detail, but you may find that you do not
 If you want detailed instructions, skip to the next section.
 This section describes a basic installation, using a CD / DVD
 .if \n[i386]:\n[amd64] (or USB stick)
-as the install media.
+as the install medium.
 .Pp
 .(bullet
 What you need.
@@ -402,7 +402,7 @@ The main menu will be displayed.
 .ie \n[alpha]:\n[amd64]:\n[i386] \{\
 Insert the CD into the drive
 .if \n[amd64]:\n[i386] \{\
-or the USB memstick into an available USB port
+or the USB stick into an available USB port
 .\}
 and boot the computer from it.
 .if \n[alpha] \{\
@@ -1381,7 +1381,7 @@ but this is historical practice and not 
 .
 .Pp
 You will then be asked to name your disk's disklabel.
-The default response will be ok for most purposes.
+The default response will be OK for most purposes.
 If you choose to name it something different, make sure the name
 is a single word and contains no special characters.
 You don't need to remember this name.
@@ -1473,7 +1473,7 @@ specified location and proceed to the ex
 .To 2 "Installation using FTP"
 .Em 

CVS commit: src/distrib/notes/evbarm

2021-04-27 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Apr 27 19:52:06 UTC 2021

Modified Files:
src/distrib/notes/evbarm: install

Log Message:
ignore machine-dependent disklabel partitions


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/distrib/notes/evbarm/install

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

Modified files:

Index: src/distrib/notes/evbarm/install
diff -u src/distrib/notes/evbarm/install:1.16 src/distrib/notes/evbarm/install:1.17
--- src/distrib/notes/evbarm/install:1.16	Fri Aug  7 00:27:11 2020
+++ src/distrib/notes/evbarm/install	Tue Apr 27 19:52:06 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: install,v 1.16 2020/08/07 00:27:11 snj Exp $
+.\"	$NetBSD: install,v 1.17 2021/04/27 19:52:06 nia Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -35,7 +35,7 @@ on Unix.
 .It
 Write the image to disk:
 .Bd -literal
-# dd if=armv7.img of=/dev/rld0d bs=1m conv=sync
+# dd if=armv7.img of=/dev/rld0 bs=1m conv=sync progress=1
 .Ed
 .It
 If you are using Microsoft Windows, you can use
@@ -61,12 +61,12 @@ existing
 Install the board-specific U-Boot to the SD card,
 e.g. for Allwinner devices (PINE H64 in this case):
 .Bd -literal
-# dd if=/usr/pkg/share/u-boot/pine-h64/u-boot-sunxi-with-spl.bin of=/dev/rld0d bs=1k seek=8 conv=sync
+# dd if=/usr/pkg/share/u-boot/pine-h64/u-boot-sunxi-with-spl.bin of=/dev/rld0 bs=1k seek=8 conv=sync progress=1
 .Ed
 .Pp
 Or a Rockchip device (e.g. RockPro64):
 .Bd -literal
-# dd if=/usr/pkg/share/u-boot/rockpro64/rksd_loader.img of=/dev/rld0d seek=64 conv=sync
+# dd if=/usr/pkg/share/u-boot/rockpro64/rksd_loader.img of=/dev/rld0 seek=64 conv=sync progress=1
 .Ed
 .El
 .Pp



CVS commit: src/distrib/notes/common

2021-04-24 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Apr 24 15:38:10 UTC 2021

Modified Files:
src/distrib/notes/common: netboot

Log Message:
For netboot via DHCP, "next-server" in dhcpd.conf(5) is mandatory.

Pointed out by Anders Gustafsson on port-hp300@.
 https://mail-index.netbsd.org/port-hp300/2021/04/21/msg000201.html

Should be pulled up to netbsd-8 and netbsd-9.

XXX: kernel should use the dhcpd/bootp server address for nfsroot
 if the specified next-server (siaddr) is 0.0.0.0?


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/distrib/notes/common/netboot

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

Modified files:

Index: src/distrib/notes/common/netboot
diff -u src/distrib/notes/common/netboot:1.38 src/distrib/notes/common/netboot:1.39
--- src/distrib/notes/common/netboot:1.38	Wed Nov 27 09:29:25 2019
+++ src/distrib/notes/common/netboot	Sat Apr 24 15:38:10 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: netboot,v 1.38 2019/11/27 09:29:25 martin Exp $
+.\"	$NetBSD: netboot,v 1.39 2021/04/24 15:38:10 tsutsui Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -345,16 +345,15 @@ group {
 .\}
 
 #
-# If your DHCP server is not your NFS server, supply the
-# address of the NFS server. Since we assume you run everything
-# on one server, this is not needed.
+# The host address of the NFS server. This is mandatory for
+# NetBSD kernels even it's the same host as the DHCP server.
 .if \n[macppc] \{\
 #
 # macppc machines will look for their bootloader, 
 # ofwboot.xcf, on the next-server as well.
 .\}
 #
-# next-server server.test.net;
+next-server server.test.net;
 }
  #you may paste another "host" entry here for additional 
  #clients on this network



CVS commit: src/distrib/notes

2021-04-07 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Apr  7 07:51:13 UTC 2021

Modified Files:
src/distrib/notes/arc: prep
src/distrib/notes/cats: prep
src/distrib/notes/macppc: prep.OPENFIRMWARE

Log Message:
Update for pkgsrc README.html transition


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/notes/arc/prep
cvs rdiff -u -r1.14 -r1.15 src/distrib/notes/cats/prep
cvs rdiff -u -r1.21 -r1.22 src/distrib/notes/macppc/prep.OPENFIRMWARE

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

Modified files:

Index: src/distrib/notes/arc/prep
diff -u src/distrib/notes/arc/prep:1.5 src/distrib/notes/arc/prep:1.6
--- src/distrib/notes/arc/prep:1.5	Sun Nov 24 11:15:32 2019
+++ src/distrib/notes/arc/prep	Wed Apr  7 07:51:12 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: prep,v 1.5 2019/11/24 11:15:32 martin Exp $
+.\"	$NetBSD: prep,v 1.6 2021/04/07 07:51:12 nia Exp $
 .
 First and foremost, before beginning the installation process,
 .Em make sure you have a reliable backup
@@ -49,7 +49,7 @@ This is available in the packages collec
 Systems not supported by the packages
 collection should get it from the official website:
 .br
-.Lk https://cdn.NetBSD.org/pub/NetBSD/packages/pkgsrc/sysutils/cdrtools/README.html
+.Lk https://cdn.NetBSD.org/pub/NetBSD/packages/pkgsrc/sysutils/cdrtools/
 .br
 .Lk http://cdrecord.berlios.de/old/private/cdrecord.html
 .Pp

Index: src/distrib/notes/cats/prep
diff -u src/distrib/notes/cats/prep:1.14 src/distrib/notes/cats/prep:1.15
--- src/distrib/notes/cats/prep:1.14	Sun Nov 24 11:15:32 2019
+++ src/distrib/notes/cats/prep	Wed Apr  7 07:51:12 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: prep,v 1.14 2019/11/24 11:15:32 martin Exp $
+.\"	$NetBSD: prep,v 1.15 2021/04/07 07:51:12 nia Exp $
 .
 A \*M machine usually needs little or no preparation before installing
 .Nx ,
@@ -45,7 +45,7 @@ This is available in the packages collec
 Systems not supported by the packages
 collection should get it from the official website:
 .br
-.Lk https://cdn.NetBSD.org/pub/NetBSD/packages/pkgsrc/sysutils/cdrtools/README.html
+.Lk https://cdn.NetBSD.org/pub/NetBSD/packages/pkgsrc/sysutils/cdrtools/
 .br
 .Lk http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
 .Pp

Index: src/distrib/notes/macppc/prep.OPENFIRMWARE
diff -u src/distrib/notes/macppc/prep.OPENFIRMWARE:1.21 src/distrib/notes/macppc/prep.OPENFIRMWARE:1.22
--- src/distrib/notes/macppc/prep.OPENFIRMWARE:1.21	Sun Nov 24 11:15:34 2019
+++ src/distrib/notes/macppc/prep.OPENFIRMWARE	Wed Apr  7 07:51:12 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: prep.OPENFIRMWARE,v 1.21 2019/11/24 11:15:34 martin Exp $
+.\"	$NetBSD: prep.OPENFIRMWARE,v 1.22 2021/04/07 07:51:12 nia Exp $
 .if \*[OF_VERSION_3] \{\
 .
 .Ss2 Updating your BootROM
@@ -1056,7 +1056,7 @@ for 
 file systems, and 
 .Ic hfstools
 to create and mount HFS file systems.
-.Lk https://cdn.NetBSD.org/pub/NetBSD/packages/pkgsrc/sysutils/hfsutils/README.html
+.Lk https://cdn.NetBSD.org/pub/NetBSD/packages/pkgsrc/sysutils/hfsutils/
 .Pp
 Make the following partitions:
 .(tag "A/UXxUserxandxA/UXxFree1" -offset indent
@@ -1199,7 +1199,7 @@ Other
 .Ul
 systems should get it from the official website:
 .br
-.Lk https://cdn.NetBSD.org/pub/NetBSD/packages/pkgsrc/sysutils/cdrtools/README.html
+.Lk https://cdn.NetBSD.org/pub/NetBSD/packages/pkgsrc/sysutils/cdrtools/
 .br
 .Lk http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
 .Pp
@@ -1391,7 +1391,7 @@ Other
 .Ul
 systems should get it from the official website:
 .br
-.Lk https://cdn.NetBSD.org/pub/NetBSD/packages/pkgsrc/sysutils/cdrtools/README.html
+.Lk https://cdn.NetBSD.org/pub/NetBSD/packages/pkgsrc/sysutils/cdrtools/
 .br
 .Lk http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
 .Pp



CVS commit: src/distrib/notes

2021-04-02 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Fri Apr  2 07:09:11 UTC 2021

Modified Files:
src/distrib/notes/common: contents
src/distrib/notes/evbppc: contents

Log Message:
Document DHT kernel for evbppc.


To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 src/distrib/notes/common/contents
cvs rdiff -u -r1.8 -r1.9 src/distrib/notes/evbppc/contents

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

Modified files:

Index: src/distrib/notes/common/contents
diff -u src/distrib/notes/common/contents:1.184 src/distrib/notes/common/contents:1.185
--- src/distrib/notes/common/contents:1.184	Tue Sep 22 02:53:52 2020
+++ src/distrib/notes/common/contents	Fri Apr  2 07:09:11 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.184 2020/09/22 02:53:52 snj Exp $
+.\"	$NetBSD: contents,v 1.185 2021/04/02 07:09:11 rin Exp $
 .\"
 .\" Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -206,6 +206,10 @@ A kernel suitable for booting on O2.
 .\}
 .
 .if \n[evbppc] \{\
+.			It Pa netbsd-DHT.gz
+A gzipped kernel (in ELF format) for the DHT Walnut 405GP evaluation board.
+.			It Pa netbsd.bin-DHT.gz
+Same as the above, but in the raw binary format expected by the firmware.
 .			It Pa netbsd-EV64260.gz
 A gzipped kernel (in ELF format) for the Marvell EV-64260.
 .			It Pa netbsd.img-EV64260.gz
@@ -743,6 +747,15 @@ kernel, which will use multiple processo
 .\}
 .el \{\
 .ie \n[evbppc] \{\
+.It Sy kern-DHT
+This set contains a
+.Nx*M
+\*V
+kernel in ELF format named
+.Pa /netbsd
+and the same kernel in the raw binary format needed by the bootloader as
+.Pa /netbsd.bin .
+These kernels are specific to the DHT Walnut 405GP evaluation board.
 .It Sy kern-EV64260
 This set contains a
 .Nx*M

Index: src/distrib/notes/evbppc/contents
diff -u src/distrib/notes/evbppc/contents:1.8 src/distrib/notes/evbppc/contents:1.9
--- src/distrib/notes/evbppc/contents:1.8	Fri Aug  7 00:43:48 2020
+++ src/distrib/notes/evbppc/contents	Fri Apr  2 07:09:11 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.8 2020/08/07 00:43:48 snj Exp $
+.\"	$NetBSD: contents,v 1.9 2021/04/02 07:09:11 rin Exp $
 .\"
 .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,6 +56,14 @@ conventions for indicating italic and bo
 .
 .		(tag netbsd.gz -compact \" binary/kernel
 .
+.			It Pa netbsd-DHT.gz
+.
+A gzipped kernel (in ELF format) for the DHT Walnut 405GP evaluation board.
+.
+.			It Pa netbsd.bin-DHT.gz
+.
+Same as the above, but in the raw binary format expected by the firmware.
+.
 .			It Pa netbsd-EV64260.gz
 .
 A gzipped kernel (in ELF format) for the Marvell EV-64260.
@@ -222,6 +230,15 @@ This set includes the games and their ma
 .
 .\" MD kernel set(s) -
 .
+.It Sy kern-DHT
+This set contains a
+.Nx*M
+\*V
+kernel in ELF format named
+.Pa /netbsd
+and the same kernel in the raw binary format needed by the bootloader as
+.Pa /netbsd.bin .
+These kernels are specific to the DHT Walnut 405GP evaluation board.
 .It Sy kern-EV64260
 This set contains a
 .Nx*M



CVS commit: src/distrib/notes/evbarm

2021-03-07 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Mar  7 16:25:06 UTC 2021

Modified Files:
src/distrib/notes/evbarm: hardware

Log Message:
G12


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/distrib/notes/evbarm/hardware

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

Modified files:

Index: src/distrib/notes/evbarm/hardware
diff -u src/distrib/notes/evbarm/hardware:1.24 src/distrib/notes/evbarm/hardware:1.25
--- src/distrib/notes/evbarm/hardware:1.24	Tue Sep 15 07:15:21 2020
+++ src/distrib/notes/evbarm/hardware	Sun Mar  7 16:25:06 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.24 2020/09/15 07:15:21 nia Exp $
+.\"	$NetBSD: hardware,v 1.25 2021/03/07 16:25:06 nia Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -61,7 +61,7 @@ are also supported.
 .It
 Allwinner H5, H6, A64 (e.g. PINE64, Pinebook, NanoPi A64, OLinuXino...)
 .It
-Amlogic S905, S805X, S905D, S905W, S905X (e.g. ODROID-C2, Le Potato, NanoPi K2...)
+Amlogic G12, S905, S805X, S905D, S905W, S905X (e.g. ODROID-N2+, Le Potato, NanoPi K2...)
 .It
 Broadcom BCM2837, BCM2711 (e.g. Raspberry Pi 3 and 4)
 .It



CVS commit: src/distrib/notes/hp300

2020-12-23 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Dec 23 17:57:17 UTC 2020

Modified Files:
src/distrib/notes/hp300: hardware

Log Message:
Add A1659A CRX framebuffer to "Supported hardware" list.

Also remove SGC support from "Unsupported hardware" list.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/distrib/notes/hp300/hardware

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

Modified files:

Index: src/distrib/notes/hp300/hardware
diff -u src/distrib/notes/hp300/hardware:1.23 src/distrib/notes/hp300/hardware:1.24
--- src/distrib/notes/hp300/hardware:1.23	Sat May 23 00:02:10 2020
+++ src/distrib/notes/hp300/hardware	Wed Dec 23 17:57:17 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.23 2020/05/23 00:02:10 tsutsui Exp $
+.\"	$NetBSD: hardware,v 1.24 2020/12/23 17:57:17 tsutsui Exp $
 .
 .Nx*M
 \*V will run on most HP 9000/300- and 400-series machines.
@@ -177,6 +177,8 @@ A1096A monochrome Hyperion (1280x1024, 1
 .It
 A1416A Kathmandu (a.k.a. Color VRX) (1280x1024 @ 60 hz, 8 bits, DIO-II)
 .It
+A1659A CRX (1280x1024 @ 72 hz, 8 bits, SGC)
+.It
 98705 Tigershark PersonalVRX DIO-II graphics device
 .br
 .Em "Untested"
@@ -249,8 +251,6 @@ CPUs
 .It
 Graphics Devices
 .(bullet -compact
-SGC support for some rare configurations of 4XXt and 4XXdl workstations
-.It
 98702 TurboVRX DIO-II graphics device
 .bullet)
 .It



CVS commit: src/distrib/notes/common

2020-10-21 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Oct 21 07:46:22 UTC 2020

Modified Files:
src/distrib/notes/common: postinstall

Log Message:
Improve instructions for getting you a pkgsrc.
Use awge on evbarm.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/distrib/notes/common/postinstall

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

Modified files:

Index: src/distrib/notes/common/postinstall
diff -u src/distrib/notes/common/postinstall:1.87 src/distrib/notes/common/postinstall:1.88
--- src/distrib/notes/common/postinstall:1.87	Sun Jul 26 18:53:50 2020
+++ src/distrib/notes/common/postinstall	Wed Oct 21 07:46:22 2020
@@ -1,6 +1,6 @@
-.\"	$NetBSD: postinstall,v 1.87 2020/07/26 18:53:50 nia Exp $
+.\"	$NetBSD: postinstall,v 1.88 2020/10/21 07:46:22 nia Exp $
 .\"
-.\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
+.\" Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -164,7 +164,7 @@ For example:
 .if \n[amd64] .ds IFname wm0
 .if \n[arc]   .ds IFname sn0
 .if \n[cats]  .ds IFname tlp0
-.if \n[evbarm].ds IFname fxp0
+.if \n[evbarm].ds IFname awge0
 .if \n[hppa]  .ds IFname ie0
 .if \n[hpcmips]   .ds IFname ne0
 .if \n[hpcsh] .ds IFname ne0
@@ -344,31 +344,33 @@ Assuming that
 is correctly configured, you can install them with the following commands:
 .Pp
 .Bd -unfilled
-.Ic # pkgin install tcsh
-.Ic # pkgin install bash
-.Ic # pkgin install perl
-.Ic # pkgin install apache
-.Ic # pkgin install xfce4
-.Ic # pkgin install firefox
+.Ic # pkgin install tcsh bash perl apache xfce4 firefox
 \&...
 .Ed
-.(Note
-Some mirror sites don't mirror the
-.Pa /pub/pkgsrc
-directory.
-.Note)
 .Pp
-The above commands will install the Tenex-csh and Bourne Again shells,
+The above command will install the Tenex-csh and Bourne Again shells,
 the Perl programming language, Apache web server, Xfce desktop
 environment and the Firefox web browser
 as well as all the packages they depend on.
+.Pp
+If it was not automatically installed,
+.Xr pkgin 1
+can be installed on a fresh
+.Nx
+system with
+.Xr pkg_add 1 :
+.Pp
+.Bd -unfilled
+.Ic export PKG_PATH=https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r | cut -d_ -f1)/All
+.Ic pkg_add pkgin
+.Ed
 .It
-If you did not install it from the
-.Ic sysinst
-post-installation configuration menu, the
+If you wish to use the
 .Xr pkgsrc 7
-framework for compiling packages can be obtained by
-retrieving the file
+framework for compiling packages and did not install it from the
+.Xr sysinst 8
+post-installation configuration menu, you can obtain it by retrieving
+the file
 .Lk https://cdn.NetBSD.org/pub/pkgsrc/pkgsrc.tar.gz .
 It is typically extracted into
 .Pa /usr/pkgsrc



CVS commit: src/distrib/notes/common

2020-09-16 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Sep 16 09:58:37 UTC 2020

Modified Files:
src/distrib/notes/common: contents

Log Message:
ancient ARM stuff


To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 src/distrib/notes/common/contents

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

Modified files:

Index: src/distrib/notes/common/contents
diff -u src/distrib/notes/common/contents:1.182 src/distrib/notes/common/contents:1.183
--- src/distrib/notes/common/contents:1.182	Fri Aug  7 00:43:48 2020
+++ src/distrib/notes/common/contents	Wed Sep 16 09:58:37 2020
@@ -1,6 +1,6 @@
-.\"	$NetBSD: contents,v 1.182 2020/08/07 00:43:48 snj Exp $
+.\"	$NetBSD: contents,v 1.183 2020/09/16 09:58:37 nia Exp $
 .\"
-.\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
+.\" Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -567,34 +567,6 @@ You
 install the kernel that matches your hardware.
 .\}
 .el \{\
-.ie \n[evbarm] \{\
-.It Sy kern-INTEGRATOR
-(see below)
-.It Sy kern-IQ80310
-(see below)
-.It Sy kern-IQ80321
-(see below)
-.It Sy kern-MV2120
-(see below)
-.It Sy kern-SHEEVAPLUG
-(see below)
-.It Sy kern-TEAMASA_NPWR
-.Pp
-These sets contain a
-.Nx*M
-\*V
-kernel, named
-.Pa /netbsd .
-Some of these sets also contain a binary format kernel named
-.Pa /netbsd.bin
-and an S-record format kernel named
-.Pa /netbsd.srec
-that your firmware may need to boot.
-You
-.Em must
-install the kernel that matches your hardware.
-.\}
-.el \{\
 .ie \n[mac68k] \{\
 .It Sy kern-GENERIC
 This set contains a



CVS commit: src/distrib/notes/evbarm

2020-09-15 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Sep 15 07:15:22 UTC 2020

Modified Files:
src/distrib/notes/evbarm: contents hardware upgrade

Log Message:
new dtb set needs reflecting in instructions


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/distrib/notes/evbarm/contents
cvs rdiff -u -r1.23 -r1.24 src/distrib/notes/evbarm/hardware
cvs rdiff -u -r1.5 -r1.6 src/distrib/notes/evbarm/upgrade

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

Modified files:

Index: src/distrib/notes/evbarm/contents
diff -u src/distrib/notes/evbarm/contents:1.13 src/distrib/notes/evbarm/contents:1.14
--- src/distrib/notes/evbarm/contents:1.13	Fri Aug  7 00:43:48 2020
+++ src/distrib/notes/evbarm/contents	Tue Sep 15 07:15:21 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.13 2020/08/07 00:43:48 snj Exp $
+.\"	$NetBSD: contents,v 1.14 2020/09/15 07:15:21 nia Exp $
 .\"
 .\" Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -74,8 +74,6 @@ do not need board-specific kernels.
 A gzipped Armv6 kernel which supports the Raspberry Pi 1 only.
 .			It Pa netbsd-RPI2.gz
 A gzipped Armv6 kernel which supports the Raspberry Pi 2 only.
-.			It Pa *.dtb.gz
-Gzipped board-specific device trees.
 .		tag) \" binary/kernel/
 .
 .		It Pa sets/
@@ -155,6 +153,9 @@ It is useful when reporting issues with 
 development.
 This set is huge, if the target disk is small, do not install it.
 .
+.It Sy dtb
+Devicetree hardware descriptions for specific boards.
+.
 .It Sy etc
 This distribution set contains the system
 configuration files that reside in

Index: src/distrib/notes/evbarm/hardware
diff -u src/distrib/notes/evbarm/hardware:1.23 src/distrib/notes/evbarm/hardware:1.24
--- src/distrib/notes/evbarm/hardware:1.23	Sun Jul 26 11:00:28 2020
+++ src/distrib/notes/evbarm/hardware	Tue Sep 15 07:15:21 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.23 2020/07/26 11:00:28 jmcneill Exp $
+.\"	$NetBSD: hardware,v 1.24 2020/09/15 07:15:21 nia Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -46,6 +46,11 @@ Xilinx Zynq (e.g. Zedboard, Parallella..
 .It
 NVIDIA Tegra K1
 .El
+.Pp
+For a full list of supported devicetree-based boards, see the
+contents of the
+.Pa dtb.tgz
+set.
 .Ss2 64-bit SoCs supported by GENERIC64 kernels
 .Pp
 Devices conforming to the Arm "ServerReady" (SBBR and SBSA) specifications,
@@ -66,3 +71,8 @@ Rockchip RK3328, RK3328 (e.g. Pinebook P
 .It
 NVIDIA Tegra X1
 .El
+.Pp
+For a full list of supported devicetree-based boards, see the
+contents of the
+.Pa dtb.tar.xz
+set.

Index: src/distrib/notes/evbarm/upgrade
diff -u src/distrib/notes/evbarm/upgrade:1.5 src/distrib/notes/evbarm/upgrade:1.6
--- src/distrib/notes/evbarm/upgrade:1.5	Fri Jul 24 12:41:20 2020
+++ src/distrib/notes/evbarm/upgrade	Tue Sep 15 07:15:21 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: upgrade,v 1.5 2020/07/24 12:41:20 nia Exp $
+.\"	$NetBSD: upgrade,v 1.6 2020/09/15 07:15:21 nia Exp $
 .\"
 .\" Copyright (c) 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -52,9 +52,9 @@ e.g. allwinner, amlogic, broadcom, frees
 .Pp
 For example, for the Allwinner-based PINE A64 LTS:
 .Bd -literal
-$ ftp https://cdn.netbsd.org/pub/NetBSD/NetBSD-\*V/evbarm-aarch64/binary/kernel/sun50i-a64-pine64-lts.dtb.gz
-$ gunzip sun50i-a64-pine64-lts.dtb.gz
-# cp sun50i-a64-pine64-lts.dtb /boot/dtb/allwinner/
+$ ftp https://cdn.netbsd.org/pub/NetBSD/NetBSD-\*V/evbarm-aarch64/binary/sets/dtb.tar.xz
+$ unxz dtb.tar.xz
+# cp ./boot/dtb/allwinner/sun50i-a64-pine64-lts.dtb /boot/dtb/allwinner/
 .Ed
 Also copy
 .Pa bootaa64.efi



CVS commit: src/distrib/notes

2020-08-06 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Aug  7 00:43:52 UTC 2020

Modified Files:
src/distrib/notes/acorn32: contents
src/distrib/notes/alpha: contents
src/distrib/notes/amd64: contents
src/distrib/notes/amiga: contents
src/distrib/notes/arc: contents
src/distrib/notes/atari: contents
src/distrib/notes/bebox: contents
src/distrib/notes/cats: contents
src/distrib/notes/common: contents
src/distrib/notes/emips: contents
src/distrib/notes/evbarm: contents
src/distrib/notes/evbppc: contents
src/distrib/notes/ews4800mips: contents
src/distrib/notes/hp300: contents
src/distrib/notes/hpcarm: contents
src/distrib/notes/hpcmips: contents
src/distrib/notes/hpcsh: contents
src/distrib/notes/hppa: contents
src/distrib/notes/i386: contents
src/distrib/notes/landisk: contents
src/distrib/notes/mac68k: contents
src/distrib/notes/macppc: contents
src/distrib/notes/mmeye: contents
src/distrib/notes/mvme68k: contents
src/distrib/notes/news68k: contents
src/distrib/notes/newsmips: contents
src/distrib/notes/next68k: contents
src/distrib/notes/ofppc: contents
src/distrib/notes/pmax: contents
src/distrib/notes/prep: contents
src/distrib/notes/rs6000: contents
src/distrib/notes/sandpoint: contents
src/distrib/notes/sgimips: contents
src/distrib/notes/shark: contents
src/distrib/notes/sparc: contents
src/distrib/notes/sparc64: contents
src/distrib/notes/sun2: contents
src/distrib/notes/sun3: contents
src/distrib/notes/vax: contents
src/distrib/notes/x68k: contents

Log Message:
s/developement/development/


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/acorn32/contents
cvs rdiff -u -r1.22 -r1.23 src/distrib/notes/alpha/contents
cvs rdiff -u -r1.11 -r1.12 src/distrib/notes/amd64/contents
cvs rdiff -u -r1.24 -r1.25 src/distrib/notes/amiga/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/arc/contents
cvs rdiff -u -r1.24 -r1.25 src/distrib/notes/atari/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/bebox/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/cats/contents
cvs rdiff -u -r1.181 -r1.182 src/distrib/notes/common/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/emips/contents
cvs rdiff -u -r1.12 -r1.13 src/distrib/notes/evbarm/contents
cvs rdiff -u -r1.7 -r1.8 src/distrib/notes/evbppc/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/ews4800mips/contents
cvs rdiff -u -r1.21 -r1.22 src/distrib/notes/hp300/contents
cvs rdiff -u -r1.7 -r1.8 src/distrib/notes/hpcarm/contents
cvs rdiff -u -r1.14 -r1.15 src/distrib/notes/hpcmips/contents
cvs rdiff -u -r1.7 -r1.8 src/distrib/notes/hpcsh/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/hppa/contents
cvs rdiff -u -r1.33 -r1.34 src/distrib/notes/i386/contents
cvs rdiff -u -r1.7 -r1.8 src/distrib/notes/landisk/contents
cvs rdiff -u -r1.24 -r1.25 src/distrib/notes/mac68k/contents
cvs rdiff -u -r1.18 -r1.19 src/distrib/notes/macppc/contents
cvs rdiff -u -r1.7 -r1.8 src/distrib/notes/mmeye/contents
cvs rdiff -u -r1.17 -r1.18 src/distrib/notes/mvme68k/contents
cvs rdiff -u -r1.10 -r1.11 src/distrib/notes/news68k/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/newsmips/contents
cvs rdiff -u -r1.11 -r1.12 src/distrib/notes/next68k/contents
cvs rdiff -u -r1.7 -r1.8 src/distrib/notes/ofppc/contents
cvs rdiff -u -r1.21 -r1.22 src/distrib/notes/pmax/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/prep/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/rs6000/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/sandpoint/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/sgimips/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/shark/contents
cvs rdiff -u -r1.26 -r1.27 src/distrib/notes/sparc/contents
cvs rdiff -u -r1.11 -r1.12 src/distrib/notes/sparc64/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/sun2/contents
cvs rdiff -u -r1.20 -r1.21 src/distrib/notes/sun3/contents
cvs rdiff -u -r1.15 -r1.16 src/distrib/notes/vax/contents
cvs rdiff -u -r1.21 -r1.22 src/distrib/notes/x68k/contents

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

Modified files:

Index: src/distrib/notes/acorn32/contents
diff -u src/distrib/notes/acorn32/contents:1.6 src/distrib/notes/acorn32/contents:1.7
--- src/distrib/notes/acorn32/contents:1.6	Sun Nov 24 11:15:31 2019
+++ src/distrib/notes/acorn32/contents	Fri Aug  7 00:43:47 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.6 2019/11/24 11:15:31 martin Exp $
+.\"	$NetBSD: contents,v 1.7 2020/08/07 00:43:47 snj Exp $
 .\"
 .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -143,7 +143,7 @@ system call and library manual pages.
 This distribution set contains debug information for
 

CVS commit: src/distrib/notes/evbarm

2020-08-06 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Aug  7 00:27:11 UTC 2020

Modified Files:
src/distrib/notes/evbarm: install

Log Message:
fix typo.
new sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/distrib/notes/evbarm/install

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

Modified files:

Index: src/distrib/notes/evbarm/install
diff -u src/distrib/notes/evbarm/install:1.15 src/distrib/notes/evbarm/install:1.16
--- src/distrib/notes/evbarm/install:1.15	Sun Jul 26 11:00:28 2020
+++ src/distrib/notes/evbarm/install	Fri Aug  7 00:27:11 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: install,v 1.15 2020/07/26 11:00:28 jmcneill Exp $
+.\"	$NetBSD: install,v 1.16 2020/08/07 00:27:11 snj Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -43,7 +43,8 @@ If you are using Microsoft Windows, you 
 to write SD card images, which can handle decompression too.
 .It
 To replace the vendor U-Boot bootloader with a "mainline" U-Boot,
-obtain a board-specific image. Bootloaders are provided by the
+obtain a board-specific image.
+Bootloaders are provided by the
 .Pa sysutils/u-boot-*
 packages in
 .Lk https://www.pkgsrc.org/ "pkgsrc" .
@@ -58,7 +59,7 @@ existing
 .Lk https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/aarch64/9.0/All/ "NetBSD binary package set".
 .Pp
 Install the board-specific U-Boot to the SD card,
-e.g. for Allwiner devices (PINE H64 in this case):
+e.g. for Allwinner devices (PINE H64 in this case):
 .Bd -literal
 # dd if=/usr/pkg/share/u-boot/pine-h64/u-boot-sunxi-with-spl.bin of=/dev/rld0d bs=1k seek=8 conv=sync
 .Ed



CVS commit: src/distrib/notes/common

2020-07-26 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Jul 26 18:53:50 UTC 2020

Modified Files:
src/distrib/notes/common: postinstall

Log Message:
replace KDE with a desktop that's actually current in pkgsrc


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/distrib/notes/common/postinstall

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

Modified files:

Index: src/distrib/notes/common/postinstall
diff -u src/distrib/notes/common/postinstall:1.86 src/distrib/notes/common/postinstall:1.87
--- src/distrib/notes/common/postinstall:1.86	Wed Nov 27 09:29:25 2019
+++ src/distrib/notes/common/postinstall	Sun Jul 26 18:53:50 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: postinstall,v 1.86 2019/11/27 09:29:25 martin Exp $
+.\"	$NetBSD: postinstall,v 1.87 2020/07/26 18:53:50 nia Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -348,7 +348,7 @@ is correctly configured, you can install
 .Ic # pkgin install bash
 .Ic # pkgin install perl
 .Ic # pkgin install apache
-.Ic # pkgin install kde
+.Ic # pkgin install xfce4
 .Ic # pkgin install firefox
 \&...
 .Ed
@@ -359,7 +359,7 @@ directory.
 .Note)
 .Pp
 The above commands will install the Tenex-csh and Bourne Again shells,
-the Perl programming language, Apache web server, KDE desktop
+the Perl programming language, Apache web server, Xfce desktop
 environment and the Firefox web browser
 as well as all the packages they depend on.
 .It



CVS commit: src/distrib/notes/common

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 11:05:39 UTC 2020

Modified Files:
src/distrib/notes/common: main

Log Message:
Remove Arm OABI -> EABI change notice


To generate a diff of this commit:
cvs rdiff -u -r1.562 -r1.563 src/distrib/notes/common/main

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

Modified files:

Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.562 src/distrib/notes/common/main:1.563
--- src/distrib/notes/common/main:1.562	Thu Jan 23 23:56:07 2020
+++ src/distrib/notes/common/main	Sun Jul 26 11:05:39 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.562 2020/01/23 23:56:07 uwe Exp $
+.\"	$NetBSD: main,v 1.563 2020/07/26 11:05:39 jmcneill Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -793,61 +793,6 @@ A number of things have been removed fro
 See the
 .Dq Components removed from NetBSD
 section near the beginning of this document for a list.
-.if \n[arm] \{\
-.Ss2 Important note regarding ABI change on ARM ports
-.Pp
-In
-.Nx
-7.0, most ARM ports (all but acorn32, and epoc32) have switched
-to the official standard ABI
-.Pq EABI5
-which is recommended by ARM for ELF binaries.
-.Pp
-Backwards compatibility is provided for binaries using the previous ABI
-.Pq oabi .
-A
-.Nx
-\*V
-kernel with the
-.Dv COMPAT_NETBSD32
-option enabled will allow you to execute oabi binaries.
-This option is enabled in the kernels distributed with this release.
-.Pp
-However, new binaries can not be mixed with old libraries, and shared
-libraries are incompatible.
-.Pp
-.Ic sysinst
-does not provide an automatic mechanism to partially upgrade an old
-installation.
-There are two ways to handle the transition:
-.(enum
-.Pp
-Do a complete update.
-.Pp
-This means updating your system with
-.Ic sysinst ,
-then deleting and recompiling all other binaries, whether they were
-installed locally or through pkgsrc.
-This is the preferred, cleanest approach.
-.It
-Move your old binaries and libraries to
-.Pa /compat/netbsd32
-and replace them one by one.
-.Pp
-For example, move all of
-.Pa /usr/pkg
-to
-.Pa /compat/netbsd32/usr/pkg
-and add
-.Pa /compat/netbsd32/usr/pkg/bin
-to the end of your PATH.
-Most binaries should still run, and can be replaced over time with
-recompiled packages, which will install to
-.Pa /usr/pkg
-again.
-.enum)
-.
-.\}
 .Ss "Using online NetBSD documentation"
 .Pp
 Documentation is available if you installed the manual



CVS commit: src/distrib/notes/evbarm

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 11:00:28 UTC 2020

Modified Files:
src/distrib/notes/evbarm: contents hardware install prep xfer

Log Message:
ARM -> Arm


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/distrib/notes/evbarm/contents
cvs rdiff -u -r1.22 -r1.23 src/distrib/notes/evbarm/hardware
cvs rdiff -u -r1.14 -r1.15 src/distrib/notes/evbarm/install
cvs rdiff -u -r1.12 -r1.13 src/distrib/notes/evbarm/prep
cvs rdiff -u -r1.5 -r1.6 src/distrib/notes/evbarm/xfer

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

Modified files:

Index: src/distrib/notes/evbarm/contents
diff -u src/distrib/notes/evbarm/contents:1.11 src/distrib/notes/evbarm/contents:1.12
--- src/distrib/notes/evbarm/contents:1.11	Tue Jul 21 02:21:12 2020
+++ src/distrib/notes/evbarm/contents	Sun Jul 26 11:00:28 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.11 2020/07/21 02:21:12 nia Exp $
+.\"	$NetBSD: contents,v 1.12 2020/07/26 11:00:28 jmcneill Exp $
 .\"
 .\" Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -65,15 +65,15 @@ operating system for Raspberry Pi varian
 .		It Pa kernel/
 .		(tag netbsd.gz -compact \" binary/kernel
 .			It Pa netbsd-GENERIC.gz
-A gzipped ARMv7 kernel which supports a range of 32-bit devices that
+A gzipped Armv7 kernel which supports a range of 32-bit devices that
 do not need board-specific kernels.
 .			It Pa netbsd-GENERIC64.gz
 A gzipped AArch64 kernel which supports a range of 64-bit devices that
 do not need board-specific kernels.
 .			It Pa netbsd-RPI.gz
-A gzipped ARMv6 kernel which supports the Raspberry Pi 1 only.
+A gzipped Armv6 kernel which supports the Raspberry Pi 1 only.
 .			It Pa netbsd-RPI2.gz
-A gzipped ARMv6 kernel which supports the Raspberry Pi 2 only.
+A gzipped Armv6 kernel which supports the Raspberry Pi 2 only.
 .			It Pa *.dtb.gz
 Gzipped board-specific device trees.
 .		tag) \" binary/kernel/

Index: src/distrib/notes/evbarm/hardware
diff -u src/distrib/notes/evbarm/hardware:1.22 src/distrib/notes/evbarm/hardware:1.23
--- src/distrib/notes/evbarm/hardware:1.22	Sun Jul 26 10:58:27 2020
+++ src/distrib/notes/evbarm/hardware	Sun Jul 26 11:00:28 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.22 2020/07/26 10:58:27 jmcneill Exp $
+.\"	$NetBSD: hardware,v 1.23 2020/07/26 11:00:28 jmcneill Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" 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.
 .\"
-.Ss2 32-bit SoCs supported by GENERIC kernels (ARMv7-A)
+.Ss2 32-bit SoCs supported by GENERIC kernels (Armv7-A)
 .Pp
 .Lk "https://wiki.netbsd.org/ports/evbarm/qemu_arm/; "QEMU"
 is also supported.

Index: src/distrib/notes/evbarm/install
diff -u src/distrib/notes/evbarm/install:1.14 src/distrib/notes/evbarm/install:1.15
--- src/distrib/notes/evbarm/install:1.14	Sat Jul 18 16:41:14 2020
+++ src/distrib/notes/evbarm/install	Sun Jul 26 11:00:28 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: install,v 1.14 2020/07/18 16:41:14 nia Exp $
+.\"	$NetBSD: install,v 1.15 2020/07/26 11:00:28 jmcneill Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" 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.
 .\"
-.Ss2 Installation for ARMv7 and AArch64 devices with U-Boot
+.Ss2 Installation for Armv7 and AArch64 devices with U-Boot
 .Bl -bullet -offset indent -compact
 .It
 Download or build armv7.img.gz (32-bit) or arm64.img.gz (64-bit).
@@ -73,14 +73,14 @@ If you do not want to prepare a SD card 
 Jared McNeill provides pre-prepared images on his website
 .Lk http://www.armbsd.org/arm/ "armbsd.org" .
 .Ss2 Installing NetBSD/evbarm to a SATA hard disk
-Some ARM boards offer a SATA interface, and you might want to install NetBSD
+Some Arm boards offer a SATA interface, and you might want to install NetBSD
 to a hard disk after you've got it running from an SD card.
 You can do this using 
 .Xr sysinst 8
 from within NetBSD.
 .Pp
 There are instructions for using
-.Lk https://wiki.netbsd.org/ports/evbarm/install_using_sysinst/ "sysinst on ARM"
+.Lk https://wiki.netbsd.org/ports/evbarm/install_using_sysinst/ "sysinst on Arm"
 on the NetBSD wiki.
 The main difference from installing on other ports is that a FAT32
 partition is required for /boot.

Index: src/distrib/notes/evbarm/prep
diff -u src/distrib/notes/evbarm/prep:1.12 src/distrib/notes/evbarm/prep:1.13
--- src/distrib/notes/evbarm/prep:1.12	Sat Jul 18 16:41:14 2020
+++ src/distrib/notes/evbarm/prep	Sun Jul 26 11:00:28 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: prep,v 1.12 2020/07/18 16:41:14 nia Exp $
+.\"	$NetBSD: prep,v 1.13 2020/07/26 11:00:28 jmcneill Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .
 .Pp
 

CVS commit: src/distrib/notes/evbarm

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 10:58:27 UTC 2020

Modified Files:
src/distrib/notes/evbarm: hardware

Log Message:
List all supported Amlogic SoCs


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/distrib/notes/evbarm/hardware

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

Modified files:

Index: src/distrib/notes/evbarm/hardware
diff -u src/distrib/notes/evbarm/hardware:1.21 src/distrib/notes/evbarm/hardware:1.22
--- src/distrib/notes/evbarm/hardware:1.21	Sun Jul 26 10:55:36 2020
+++ src/distrib/notes/evbarm/hardware	Sun Jul 26 10:58:27 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.21 2020/07/26 10:55:36 jmcneill Exp $
+.\"	$NetBSD: hardware,v 1.22 2020/07/26 10:58:27 jmcneill Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,7 +56,7 @@ are also supported.
 .It
 Allwinner H5, H6, A64 (e.g. PINE64, Pinebook, NanoPi A64, OLinuXino...)
 .It
-Amlogic S905 (e.g. ODROID-C2, Le Potato, NanoPi K2...)
+Amlogic S905, S805X, S905D, S905W, S905X (e.g. ODROID-C2, Le Potato, NanoPi K2...)
 .It
 Broadcom BCM2837, BCM2711 (e.g. Raspberry Pi 3 and 4)
 .It



CVS commit: src/distrib/notes/evbarm

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 10:58:59 UTC 2020

Modified Files:
src/distrib/notes/evbarm: xfer

Log Message:
Remove duplicate word


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/notes/evbarm/xfer

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

Modified files:

Index: src/distrib/notes/evbarm/xfer
diff -u src/distrib/notes/evbarm/xfer:1.4 src/distrib/notes/evbarm/xfer:1.5
--- src/distrib/notes/evbarm/xfer:1.4	Sat Jul 18 17:10:23 2020
+++ src/distrib/notes/evbarm/xfer	Sun Jul 26 10:58:59 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: xfer,v 1.4 2020/07/18 17:10:23 nia Exp $
+.\"	$NetBSD: xfer,v 1.5 2020/07/26 10:58:59 jmcneill Exp $
 .\"
 .\" Copyright (c) 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -42,7 +42,7 @@ to decompress .gz files.
 .Pp
 ARM devices generally also ship with a vendor-specific U-Boot
 bootloader, which may be replaced with a board-specific "mainline"
-U-Boot image from pkgsrc for an an optimal NetBSD experience.
+U-Boot image from pkgsrc for an optimal NetBSD experience.
 The images available from
 .Lk http://www.armbsd.org/arm/ "armbsd.org"
 come pre-prepared with a board-specific U-Boot image if one is



CVS commit: src/distrib/notes/evbarm

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 10:50:27 UTC 2020

Modified Files:
src/distrib/notes/evbarm: hardware

Log Message:
Clarify SBSA support


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/distrib/notes/evbarm/hardware

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

Modified files:

Index: src/distrib/notes/evbarm/hardware
diff -u src/distrib/notes/evbarm/hardware:1.17 src/distrib/notes/evbarm/hardware:1.18
--- src/distrib/notes/evbarm/hardware:1.17	Sun Jul 26 10:49:05 2020
+++ src/distrib/notes/evbarm/hardware	Sun Jul 26 10:50:26 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.17 2020/07/26 10:49:05 jmcneill Exp $
+.\"	$NetBSD: hardware,v 1.18 2020/07/26 10:50:26 jmcneill Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -48,7 +48,7 @@ NVIDIA Tegra K1
 .El
 .Ss2 64-bit SoCs supported by GENERIC64 kernels
 .Pp
-Devices conforming to the Server Base System Architecture specification,
+Devices conforming to the Arm "ServerReady" (SBBR and SBSA) specifications,
 and
 .Lk "https://wiki.netbsd.org/ports/evbarm/qemu_arm/; "QEMU"
 are also supported.



CVS commit: src/distrib/notes/evbarm

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 10:51:57 UTC 2020

Modified Files:
src/distrib/notes/evbarm: hardware

Log Message:
Add BCM2711


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/distrib/notes/evbarm/hardware

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

Modified files:

Index: src/distrib/notes/evbarm/hardware
diff -u src/distrib/notes/evbarm/hardware:1.18 src/distrib/notes/evbarm/hardware:1.19
--- src/distrib/notes/evbarm/hardware:1.18	Sun Jul 26 10:50:26 2020
+++ src/distrib/notes/evbarm/hardware	Sun Jul 26 10:51:57 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.18 2020/07/26 10:50:26 jmcneill Exp $
+.\"	$NetBSD: hardware,v 1.19 2020/07/26 10:51:57 jmcneill Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -58,7 +58,7 @@ Allwinner H5, H6, A64 (e.g. PINE64, Pine
 .It
 Amlogic S905 (e.g. ODROID-C2, Le Potato, NanoPi K2...)
 .It
-Broadcom BCM2837 (e.g. Raspberry Pi 3)
+Broadcom BCM2837, BCM2711 (e.g. Raspberry Pi 3 and 4)
 .It
 Marvell ThunderX
 .It



CVS commit: src/distrib/notes/evbarm

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 10:52:17 UTC 2020

Modified Files:
src/distrib/notes/evbarm: hardware

Log Message:
ThunderX is covered by SBBR+SBSA


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/distrib/notes/evbarm/hardware

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

Modified files:

Index: src/distrib/notes/evbarm/hardware
diff -u src/distrib/notes/evbarm/hardware:1.19 src/distrib/notes/evbarm/hardware:1.20
--- src/distrib/notes/evbarm/hardware:1.19	Sun Jul 26 10:51:57 2020
+++ src/distrib/notes/evbarm/hardware	Sun Jul 26 10:52:17 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.19 2020/07/26 10:51:57 jmcneill Exp $
+.\"	$NetBSD: hardware,v 1.20 2020/07/26 10:52:17 jmcneill Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -60,8 +60,6 @@ Amlogic S905 (e.g. ODROID-C2, Le Potato,
 .It
 Broadcom BCM2837, BCM2711 (e.g. Raspberry Pi 3 and 4)
 .It
-Marvell ThunderX
-.It
 Rockchip RK3328, RK3328 (e.g. Pinebook Pro, RockPro64, Firefly...)
 .It
 NVIDIA Tegra X1



CVS commit: src/distrib/notes/evbarm

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 10:55:36 UTC 2020

Modified Files:
src/distrib/notes/evbarm: hardware

Log Message:
Add i.MX8MQ


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/notes/evbarm/hardware

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

Modified files:

Index: src/distrib/notes/evbarm/hardware
diff -u src/distrib/notes/evbarm/hardware:1.20 src/distrib/notes/evbarm/hardware:1.21
--- src/distrib/notes/evbarm/hardware:1.20	Sun Jul 26 10:52:17 2020
+++ src/distrib/notes/evbarm/hardware	Sun Jul 26 10:55:36 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.20 2020/07/26 10:52:17 jmcneill Exp $
+.\"	$NetBSD: hardware,v 1.21 2020/07/26 10:55:36 jmcneill Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -36,7 +36,7 @@ Amlogic S805 (e.g. ODROID-C1)
 .It
 Broadcom BCM2836 (e.g. Raspberry Pi 2)
 .It
-Freescale i.MX6 Dual/DualLite/Quad, i.MX7 Dual (e.g. Wandboard, UDOO, Hummingboard...)
+Freescale/NXP i.MX6 Dual/DualLite/Quad, i.MX7 Dual (e.g. Wandboard, UDOO, Hummingboard...)
 .It
 Samsung Exynos 5422 (e.g. ODROID-XU3/XU-4)
 .It
@@ -60,6 +60,8 @@ Amlogic S905 (e.g. ODROID-C2, Le Potato,
 .It
 Broadcom BCM2837, BCM2711 (e.g. Raspberry Pi 3 and 4)
 .It
+Freescale/NXP i.MX8MQ (e.g. Hummingboard...)
+.It
 Rockchip RK3328, RK3328 (e.g. Pinebook Pro, RockPro64, Firefly...)
 .It
 NVIDIA Tegra X1



CVS commit: src/distrib/notes/evbarm

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 10:49:05 UTC 2020

Modified Files:
src/distrib/notes/evbarm: hardware

Log Message:
Note support for TI AM335x SoC


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/distrib/notes/evbarm/hardware

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

Modified files:

Index: src/distrib/notes/evbarm/hardware
diff -u src/distrib/notes/evbarm/hardware:1.16 src/distrib/notes/evbarm/hardware:1.17
--- src/distrib/notes/evbarm/hardware:1.16	Thu Jul 23 14:10:25 2020
+++ src/distrib/notes/evbarm/hardware	Sun Jul 26 10:49:05 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.16 2020/07/23 14:10:25 nia Exp $
+.\"	$NetBSD: hardware,v 1.17 2020/07/26 10:49:05 jmcneill Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -40,7 +40,7 @@ Freescale i.MX6 Dual/DualLite/Quad, i.MX
 .It
 Samsung Exynos 5422 (e.g. ODROID-XU3/XU-4)
 .It
-Texas Instruments OMAP3 (e.g. BeagleBoard, BeagleBone Black...)
+Texas Instruments AM335x and OMAP3 (e.g. BeagleBoard, BeagleBone Black...)
 .It
 Xilinx Zynq (e.g. Zedboard, Parallella...)
 .It



CVS commit: src/distrib/notes/evbarm

2020-07-24 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri Jul 24 12:41:20 UTC 2020

Modified Files:
src/distrib/notes/evbarm: upgrade

Log Message:
upgrades to upgrade instructions


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/notes/evbarm/upgrade

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

Modified files:

Index: src/distrib/notes/evbarm/upgrade
diff -u src/distrib/notes/evbarm/upgrade:1.4 src/distrib/notes/evbarm/upgrade:1.5
--- src/distrib/notes/evbarm/upgrade:1.4	Sat Jul 18 17:45:11 2020
+++ src/distrib/notes/evbarm/upgrade	Fri Jul 24 12:41:20 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: upgrade,v 1.4 2020/07/18 17:45:11 nia Exp $
+.\"	$NetBSD: upgrade,v 1.5 2020/07/24 12:41:20 nia Exp $
 .\"
 .\" Copyright (c) 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,31 +34,40 @@ is by using the sysutils/sysupgrade pack
 .Pp
 First, edit
 .Pa /usr/pkg/etc/sysupgrade.conf .
-Make sure RELEASEDIR and KERNEL are correct:
+Make sure RELEASEDIR and ARCHIVE_EXTENSION are correct:
 .Bd -literal
+# Replace evbarm-aarch64 with evbarm-earmv7hf on a 32-bit system, evbarm-earmv6hf on the original RPI
 RELEASEDIR="https://cdn.netbsd.org/pub/NetBSD/NetBSD-\*V/evbarm-aarch64/;
-.Ed
-or
-.Bd -literal
-RELEASEDIR="https://cdn.netbsd.org/pub/NetBSD/NetBSD-\*V/evbarm-earmv7hf/;
-.Ed
-or
-.Bd -literal
-RELEASEDIR="https://cdn.netbsd.org/pub/NetBSD/NetBSD-\*V/evbarm-earmv6hf/;
+ARCHIVE_EXTENSION=tar.xz
 .Ed
 .Pp
 Make sure
 .Pa /boot
 is mounted, and copy the new board-specific
 .Pa *.dts
-file into place, and
+device tree file into place.
+Note that the device tree files are sorted into SoC-type subdirectories in
+.Pa /boot/dtb ,
+e.g. allwinner, amlogic, broadcom, freescale, nvidia, rockchip.
+.Pp
+For example, for the Allwinner-based PINE A64 LTS:
+.Bd -literal
+$ ftp https://cdn.netbsd.org/pub/NetBSD/NetBSD-\*V/evbarm-aarch64/binary/kernel/sun50i-a64-pine64-lts.dtb.gz
+$ gunzip sun50i-a64-pine64-lts.dtb.gz
+# cp sun50i-a64-pine64-lts.dtb /boot/dtb/allwinner/
+.Ed
+Also copy
 .Pa bootaa64.efi
-if applicable.
+if applicable:
+.Bd -literal
+$ ftp https://cdn.netbsd.org/pub/NetBSD/NetBSD-\*V/evbarm-aarch64/installation/misc/bootaa64.efi
+# cp bootaa64.efi /boot/EFI/BOOT/bootaa64.efi
+.Ed
 .Pp
 Finally:
 .Bd -literal
 # sysupgrade fetch
-# sysupgrade kernel netbsd-GENERIC (or netbsd-GENERIC64)
+# sysupgrade kernel
 # sysupgrade modules
 # reboot
 # sysupgrade sets
@@ -67,8 +76,9 @@ Finally:
 # reboot
 .Ed
 .Pp
-Rebooting with a new kernel before updating the sets is the most
-careful possible path.
+This is the most careful possible path with sysupgrade that makes sure
+the kernel and userland are always fully compatible, by making sure the
+kernel and boot files are newer than the userland.
 It is also possible to:
 .Bd -literal
 # sysupgrade auto



CVS commit: src/distrib/notes/evbarm

2020-07-23 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Jul 23 14:09:31 UTC 2020

Modified Files:
src/distrib/notes/evbarm: hardware

Log Message:
more 9.0 hardware


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/notes/evbarm/hardware

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

Modified files:

Index: src/distrib/notes/evbarm/hardware
diff -u src/distrib/notes/evbarm/hardware:1.14 src/distrib/notes/evbarm/hardware:1.15
--- src/distrib/notes/evbarm/hardware:1.14	Sat Jul 18 18:11:46 2020
+++ src/distrib/notes/evbarm/hardware	Thu Jul 23 14:09:31 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.14 2020/07/18 18:11:46 nia Exp $
+.\"	$NetBSD: hardware,v 1.15 2020/07/23 14:09:31 nia Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -40,6 +40,8 @@ Samsung Exynos 5422 (e.g. ODROID-XU3/XU-
 .It
 Texas Instruments OMAP3 (e.g. BeagleBoard, BeagleBone Black...)
 .It
+Xilinx Zynq (e.g. Zedboard, Parallella...)
+.It
 NVIDIA Tegra K1
 .El
 .Ss2 64-bit SoCs supported by GENERIC64 kernels
@@ -56,6 +58,8 @@ Amlogic S905 (e.g. ODROID-C2, Le Potato,
 .It
 Broadcom BCM2837 (e.g. Raspberry Pi 3)
 .It
+Marvell ThunderX
+.It
 Rockchip RK3328, RK3328 (e.g. Pinebook Pro, RockPro64, Firefly...)
 .It
 NVIDIA Tegra X1



CVS commit: src/distrib/notes/evbarm

2020-07-23 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Jul 23 14:10:25 UTC 2020

Modified Files:
src/distrib/notes/evbarm: hardware

Log Message:
freescale support in GENERIC


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/distrib/notes/evbarm/hardware

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

Modified files:

Index: src/distrib/notes/evbarm/hardware
diff -u src/distrib/notes/evbarm/hardware:1.15 src/distrib/notes/evbarm/hardware:1.16
--- src/distrib/notes/evbarm/hardware:1.15	Thu Jul 23 14:09:31 2020
+++ src/distrib/notes/evbarm/hardware	Thu Jul 23 14:10:25 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.15 2020/07/23 14:09:31 nia Exp $
+.\"	$NetBSD: hardware,v 1.16 2020/07/23 14:10:25 nia Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -36,6 +36,8 @@ Amlogic S805 (e.g. ODROID-C1)
 .It
 Broadcom BCM2836 (e.g. Raspberry Pi 2)
 .It
+Freescale i.MX6 Dual/DualLite/Quad, i.MX7 Dual (e.g. Wandboard, UDOO, Hummingboard...)
+.It
 Samsung Exynos 5422 (e.g. ODROID-XU3/XU-4)
 .It
 Texas Instruments OMAP3 (e.g. BeagleBoard, BeagleBone Black...)



CVS commit: src/distrib/notes/evbarm

2020-07-20 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Jul 21 02:21:12 UTC 2020

Modified Files:
src/distrib/notes/evbarm: contents

Log Message:
Fix location of device trees


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/distrib/notes/evbarm/contents

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

Modified files:

Index: src/distrib/notes/evbarm/contents
diff -u src/distrib/notes/evbarm/contents:1.10 src/distrib/notes/evbarm/contents:1.11
--- src/distrib/notes/evbarm/contents:1.10	Sat Jul 18 17:20:59 2020
+++ src/distrib/notes/evbarm/contents	Tue Jul 21 02:21:12 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.10 2020/07/18 17:20:59 nia Exp $
+.\"	$NetBSD: contents,v 1.11 2020/07/21 02:21:12 nia Exp $
 .\"
 .\" Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -61,8 +61,6 @@ operating system for a range of 64-bit d
 A gzipped writable image containing the complete 32-bit
 .Nx
 operating system for Raspberry Pi variants only (includes RPI kernels).
-.			It Pa *.dtb.gz
-Gzipped board-specific device trees.
 .		tag) \" binary/gzimg/
 .		It Pa kernel/
 .		(tag netbsd.gz -compact \" binary/kernel
@@ -76,6 +74,8 @@ do not need board-specific kernels.
 A gzipped ARMv6 kernel which supports the Raspberry Pi 1 only.
 .			It Pa netbsd-RPI2.gz
 A gzipped ARMv6 kernel which supports the Raspberry Pi 2 only.
+.			It Pa *.dtb.gz
+Gzipped board-specific device trees.
 .		tag) \" binary/kernel/
 .
 .		It Pa sets/



CVS commit: src/distrib/notes/evbarm

2020-07-18 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Jul 18 18:11:46 UTC 2020

Modified Files:
src/distrib/notes/evbarm: hardware

Log Message:
missing e.g.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/distrib/notes/evbarm/hardware

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

Modified files:

Index: src/distrib/notes/evbarm/hardware
diff -u src/distrib/notes/evbarm/hardware:1.13 src/distrib/notes/evbarm/hardware:1.14
--- src/distrib/notes/evbarm/hardware:1.13	Sat Jul 18 18:09:42 2020
+++ src/distrib/notes/evbarm/hardware	Sat Jul 18 18:11:46 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.13 2020/07/18 18:09:42 nia Exp $
+.\"	$NetBSD: hardware,v 1.14 2020/07/18 18:11:46 nia Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -30,7 +30,7 @@
 is also supported.
 .Bl -bullet -offset indent -compact
 .It
-Allwinner A10, A13, A20, A32, A80, A83T, H3 (Cubieboard, OLinuXino, LeMaker Banana Pi...)
+Allwinner A10, A13, A20, A32, A80, A83T, H3 (e.g. Cubieboard, OLinuXino, LeMaker Banana Pi...)
 .It
 Amlogic S805 (e.g. ODROID-C1)
 .It



CVS commit: src/distrib/notes/evbarm

2020-07-18 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Jul 18 18:09:42 UTC 2020

Modified Files:
src/distrib/notes/evbarm: hardware

Log Message:
more hardware


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/distrib/notes/evbarm/hardware

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

Modified files:

Index: src/distrib/notes/evbarm/hardware
diff -u src/distrib/notes/evbarm/hardware:1.12 src/distrib/notes/evbarm/hardware:1.13
--- src/distrib/notes/evbarm/hardware:1.12	Sat Jul 18 16:41:14 2020
+++ src/distrib/notes/evbarm/hardware	Sat Jul 18 18:09:42 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.12 2020/07/18 16:41:14 nia Exp $
+.\"	$NetBSD: hardware,v 1.13 2020/07/18 18:09:42 nia Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -30,7 +30,7 @@
 is also supported.
 .Bl -bullet -offset indent -compact
 .It
-Allwinner A10, A13, A20, A32, A80, A83T, H3
+Allwinner A10, A13, A20, A32, A80, A83T, H3 (Cubieboard, OLinuXino, LeMaker Banana Pi...)
 .It
 Amlogic S805 (e.g. ODROID-C1)
 .It
@@ -50,13 +50,13 @@ and
 are also supported.
 .Bl -bullet -offset indent -compact
 .It
-Allwinner H5, H6, A64 (e.g. PINE64...)
+Allwinner H5, H6, A64 (e.g. PINE64, Pinebook, NanoPi A64, OLinuXino...)
 .It
-Amlogic S905 (e.g. ODROID-C2)
+Amlogic S905 (e.g. ODROID-C2, Le Potato, NanoPi K2...)
 .It
 Broadcom BCM2837 (e.g. Raspberry Pi 3)
 .It
-Rockchip RK3328, RK3328 (e.g. Pinebook Pro, RockPro64...)
+Rockchip RK3328, RK3328 (e.g. Pinebook Pro, RockPro64, Firefly...)
 .It
 NVIDIA Tegra X1
 .El



CVS commit: src/distrib/notes/evbarm

2020-07-18 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Jul 18 17:45:11 UTC 2020

Modified Files:
src/distrib/notes/evbarm: upgrade

Log Message:
clarify


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/evbarm/upgrade

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

Modified files:

Index: src/distrib/notes/evbarm/upgrade
diff -u src/distrib/notes/evbarm/upgrade:1.3 src/distrib/notes/evbarm/upgrade:1.4
--- src/distrib/notes/evbarm/upgrade:1.3	Sat Jul 18 17:40:14 2020
+++ src/distrib/notes/evbarm/upgrade	Sat Jul 18 17:45:11 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: upgrade,v 1.3 2020/07/18 17:40:14 nia Exp $
+.\"	$NetBSD: upgrade,v 1.4 2020/07/18 17:45:11 nia Exp $
 .\"
 .\" Copyright (c) 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -62,11 +62,13 @@ Finally:
 # sysupgrade modules
 # reboot
 # sysupgrade sets
-# reboot
+# sysupgrade etcupdate
 # sysupgrade postinstall
+# reboot
 .Ed
 .Pp
-This is the most careful possible path.
+Rebooting with a new kernel before updating the sets is the most
+careful possible path.
 It is also possible to:
 .Bd -literal
 # sysupgrade auto



CVS commit: src/distrib/notes/evbarm

2020-07-18 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Jul 18 17:40:15 UTC 2020

Modified Files:
src/distrib/notes/evbarm: upgrade

Log Message:
Initial evbarm upgrade instructions - need work


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/evbarm/upgrade

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

Modified files:

Index: src/distrib/notes/evbarm/upgrade
diff -u src/distrib/notes/evbarm/upgrade:1.2 src/distrib/notes/evbarm/upgrade:1.3
--- src/distrib/notes/evbarm/upgrade:1.2	Thu Apr 23 01:56:49 2009
+++ src/distrib/notes/evbarm/upgrade	Sat Jul 18 17:40:14 2020
@@ -1,3 +1,74 @@
-.\"	$NetBSD: upgrade,v 1.2 2009/04/23 01:56:49 snj Exp $
+.\"	$NetBSD: upgrade,v 1.3 2020/07/18 17:40:14 nia Exp $
+.\"
+.\" Copyright (c) 2020 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"notice, this list of conditions and the following disclaimer in the
+.\"documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
 .
-.so ../common/upgrade
+.Pp
+The easiest way to upgrade to
+.Nx
+\*M
+\*V
+is by using the sysutils/sysupgrade package from pkgsrc.
+.Pp
+First, edit
+.Pa /usr/pkg/etc/sysupgrade.conf .
+Make sure RELEASEDIR and KERNEL are correct:
+.Bd -literal
+RELEASEDIR="https://cdn.netbsd.org/pub/NetBSD/NetBSD-\*V/evbarm-aarch64/;
+.Ed
+or
+.Bd -literal
+RELEASEDIR="https://cdn.netbsd.org/pub/NetBSD/NetBSD-\*V/evbarm-earmv7hf/;
+.Ed
+or
+.Bd -literal
+RELEASEDIR="https://cdn.netbsd.org/pub/NetBSD/NetBSD-\*V/evbarm-earmv6hf/;
+.Ed
+.Pp
+Make sure
+.Pa /boot
+is mounted, and copy the new board-specific
+.Pa *.dts
+file into place, and
+.Pa bootaa64.efi
+if applicable.
+.Pp
+Finally:
+.Bd -literal
+# sysupgrade fetch
+# sysupgrade kernel netbsd-GENERIC (or netbsd-GENERIC64)
+# sysupgrade modules
+# reboot
+# sysupgrade sets
+# reboot
+# sysupgrade postinstall
+.Ed
+.Pp
+This is the most careful possible path.
+It is also possible to:
+.Bd -literal
+# sysupgrade auto
+# reboot
+.Ed



CVS commit: src/distrib/notes/evbarm

2020-07-18 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Jul 18 17:20:59 UTC 2020

Modified Files:
src/distrib/notes/evbarm: contents

Log Message:
more contents


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/notes/evbarm/contents

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

Modified files:

Index: src/distrib/notes/evbarm/contents
diff -u src/distrib/notes/evbarm/contents:1.9 src/distrib/notes/evbarm/contents:1.10
--- src/distrib/notes/evbarm/contents:1.9	Sat Jul 18 16:41:14 2020
+++ src/distrib/notes/evbarm/contents	Sat Jul 18 17:20:59 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.9 2020/07/18 16:41:14 nia Exp $
+.\"	$NetBSD: contents,v 1.10 2020/07/18 17:20:59 nia Exp $
 .\"
 .\" Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -61,6 +61,8 @@ operating system for a range of 64-bit d
 A gzipped writable image containing the complete 32-bit
 .Nx
 operating system for Raspberry Pi variants only (includes RPI kernels).
+.			It Pa *.dtb.gz
+Gzipped board-specific device trees.
 .		tag) \" binary/gzimg/
 .		It Pa kernel/
 .		(tag netbsd.gz -compact \" binary/kernel
@@ -91,9 +93,12 @@ see below.
 root file systems for expert usage.
 .
 .		It Pa misc/
-.
-Miscellaneous \*M installation utilities; see
-installation section below.
+.		(tag bootaa64.efi -compact \" misc/bootaa64.efi
+.			It Pa bootaa64.efi
+.			(tag bootaa64.efi -compact \" misc/bootaa64.efi
+AArch64 EFI bootloader
+.			tag) \" misc/bootaa64.efi
+.		tag) \" misc/bootaa64.efi
 .
 .	tag) \" installation/
 .



CVS commit: src/distrib/notes/evbarm

2020-07-18 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Jul 18 17:10:23 UTC 2020

Modified Files:
src/distrib/notes/evbarm: xfer

Log Message:
safe estimation of required storage


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/evbarm/xfer

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

Modified files:

Index: src/distrib/notes/evbarm/xfer
diff -u src/distrib/notes/evbarm/xfer:1.3 src/distrib/notes/evbarm/xfer:1.4
--- src/distrib/notes/evbarm/xfer:1.3	Sat Jul 18 16:41:14 2020
+++ src/distrib/notes/evbarm/xfer	Sat Jul 18 17:10:23 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: xfer,v 1.3 2020/07/18 16:41:14 nia Exp $
+.\"	$NetBSD: xfer,v 1.4 2020/07/18 17:10:23 nia Exp $
 .\"
 .\" Copyright (c) 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -30,6 +30,7 @@ Generally, NetBSD is installed on ARM de
 (armv7.img, or arm64.img for 64-bit devices)
 to a SD card or USB device.
 For ARMv6 Raspberry Pi 1s, this image is rpi.img.gz.
+The storage device should be at least 2GB.
 .Pp
 If you're on Windows rather than a Unix variant, you can use
 .Lk https://www.netbsd.org/~martin/rawrite32/index.html rawrite32



CVS commit: src/distrib/notes/evbarm

2020-07-18 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Jul 18 16:41:14 UTC 2020

Modified Files:
src/distrib/notes/evbarm: Makefile contents hardware install prep xfer

Log Message:
more modernization of evbarm install instructions


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/evbarm/Makefile \
src/distrib/notes/evbarm/xfer
cvs rdiff -u -r1.8 -r1.9 src/distrib/notes/evbarm/contents
cvs rdiff -u -r1.11 -r1.12 src/distrib/notes/evbarm/hardware \
src/distrib/notes/evbarm/prep
cvs rdiff -u -r1.13 -r1.14 src/distrib/notes/evbarm/install

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

Modified files:

Index: src/distrib/notes/evbarm/Makefile
diff -u src/distrib/notes/evbarm/Makefile:1.2 src/distrib/notes/evbarm/Makefile:1.3
--- src/distrib/notes/evbarm/Makefile:1.2	Sun Jul 21 08:14:48 2002
+++ src/distrib/notes/evbarm/Makefile	Sat Jul 18 16:41:14 2020
@@ -1,5 +1,3 @@
-#	$NetBSD: Makefile,v 1.2 2002/07/21 08:14:48 lukem Exp $
-
-MERGED_SRCS+=	${COMMON}/xfer
+#	$NetBSD: Makefile,v 1.3 2020/07/18 16:41:14 nia Exp $
 
 .include 
Index: src/distrib/notes/evbarm/xfer
diff -u src/distrib/notes/evbarm/xfer:1.2 src/distrib/notes/evbarm/xfer:1.3
--- src/distrib/notes/evbarm/xfer:1.2	Fri May 27 17:38:42 2011
+++ src/distrib/notes/evbarm/xfer	Sat Jul 18 16:41:14 2020
@@ -1,6 +1,6 @@
-.\"	$NetBSD: xfer,v 1.2 2011/05/27 17:38:42 tsutsui Exp $
+.\"	$NetBSD: xfer,v 1.3 2020/07/18 16:41:14 nia Exp $
 .\"
-.\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
+.\" Copyright (c) 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -25,10 +25,24 @@
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
 .
-.\" -- MD instructions on setting up boot media
-.
-.\" XXX to be written
-.
-.\" -- MI instructions for getting distribution off installation medium
-.
-.so ../common/xfer
+.Pp
+Generally, NetBSD is installed on ARM devices by writing a live image
+(armv7.img, or arm64.img for 64-bit devices)
+to a SD card or USB device.
+For ARMv6 Raspberry Pi 1s, this image is rpi.img.gz.
+.Pp
+If you're on Windows rather than a Unix variant, you can use
+.Lk https://www.netbsd.org/~martin/rawrite32/index.html rawrite32
+instead of
+.Xr dd 1
+to write images, and
+.Lk https://www.7-zip.org/ 7-Zip
+to decompress .gz files.
+.Pp
+ARM devices generally also ship with a vendor-specific U-Boot
+bootloader, which may be replaced with a board-specific "mainline"
+U-Boot image from pkgsrc for an an optimal NetBSD experience.
+The images available from
+.Lk http://www.armbsd.org/arm/ "armbsd.org"
+come pre-prepared with a board-specific U-Boot image if one is
+available, and otherwise a generic image can be used.

Index: src/distrib/notes/evbarm/contents
diff -u src/distrib/notes/evbarm/contents:1.8 src/distrib/notes/evbarm/contents:1.9
--- src/distrib/notes/evbarm/contents:1.8	Tue Jun 23 06:28:02 2020
+++ src/distrib/notes/evbarm/contents	Sat Jul 18 16:41:14 2020
@@ -1,6 +1,6 @@
-.\"	$NetBSD: contents,v 1.8 2020/06/23 06:28:02 martin Exp $
+.\"	$NetBSD: contents,v 1.9 2020/07/18 16:41:14 nia Exp $
 .\"
-.\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
+.\" Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -45,34 +45,51 @@ The
 file contains underlined text using the
 .Xr more 1
 conventions for indicating italic and bold display.
-.
-.\" MD binary and installation directories ---
-.
 .	It Pa binary/
-.
 .	(tag kernel/ -compact \" binary/
-.
+.		It Pa gzimg/
+.		(tag armv7.img.gz -compact \" binary/gzimg
+.			It Pa armv7.img.gz
+A gzipped writable image containing the complete
+.Nx
+operating system for a range of 32-bit devices (includes a GENERIC kernel).
+.			It Pa arm64.img.gz
+A gzipped writable image containing the complete
+.Nx
+operating system for a range of 64-bit devices (includes a GENERIC64 kernel).
+.			It Pa rpi.img.gz
+A gzipped writable image containing the complete 32-bit
+.Nx
+operating system for Raspberry Pi variants only (includes RPI kernels).
+.		tag) \" binary/gzimg/
 .		It Pa kernel/
-.
 .		(tag netbsd.gz -compact \" binary/kernel
 .			It Pa netbsd-GENERIC.gz
-A gzipped
-.Nx
-kernel containing code for everything supported in this release.
-.
+A gzipped ARMv7 kernel which supports a range of 32-bit devices that
+do not need board-specific kernels.
+.			It Pa netbsd-GENERIC64.gz
+A gzipped AArch64 kernel which supports a range of 64-bit devices that
+do not need board-specific kernels.
+.			It Pa netbsd-RPI.gz
+A gzipped ARMv6 kernel which supports the Raspberry Pi 1 only.
+.			It Pa netbsd-RPI2.gz
+A gzipped ARMv6 kernel which supports the Raspberry Pi 2 only.
 .		tag) \" binary/kernel/
 .
 .		It Pa sets/
-.
 \*M binary distribution sets;
 see below.
 .
 .	tag) \" binary/
-.
 .	It Pa 

CVS commit: src/distrib/notes

2020-06-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jun 23 06:28:02 UTC 2020

Modified Files:
src/distrib/notes: Makefile.inc
src/distrib/notes/alpha: contents
src/distrib/notes/amd64: contents
src/distrib/notes/common: contents
src/distrib/notes/evbarm: contents
src/distrib/notes/sparc64: contents

Log Message:
Pass the name of the compressor actually used for sets to groff and use
it in the content description (XXX need to adapt a few more copies in,
as of now, unaffected architectures)


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/distrib/notes/Makefile.inc
cvs rdiff -u -r1.21 -r1.22 src/distrib/notes/alpha/contents
cvs rdiff -u -r1.10 -r1.11 src/distrib/notes/amd64/contents
cvs rdiff -u -r1.180 -r1.181 src/distrib/notes/common/contents
cvs rdiff -u -r1.7 -r1.8 src/distrib/notes/evbarm/contents
cvs rdiff -u -r1.10 -r1.11 src/distrib/notes/sparc64/contents

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

Modified files:

Index: src/distrib/notes/Makefile.inc
diff -u src/distrib/notes/Makefile.inc:1.55 src/distrib/notes/Makefile.inc:1.56
--- src/distrib/notes/Makefile.inc:1.55	Tue Jun 16 00:45:56 2020
+++ src/distrib/notes/Makefile.inc	Tue Jun 23 06:28:01 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.55 2020/06/16 00:45:56 christos Exp $
+#	$NetBSD: Makefile.inc,v 1.56 2020/06/23 06:28:01 martin Exp $
 #
 
 # Ross Harvey 
@@ -36,8 +36,10 @@ PRESET=	${GFLAGS} -U -dM=${M} -dV=${DIST
 PRESET+=	-rmajor=${DISTRIBVER:C/\..*$//}
 .if ${USE_XZ_SETS:Uno} == "yes"
 PRESET+=	-dsetsuffix=tar.xz
+PRESET+=	-dcompressor=xz
 .else
 PRESET+=	-dsetsuffix=tgz
+PRESET+=	-dcompressor=gzip
 .endif
 .if ${NETBSD_OFFICIAL_RELEASE:Uno} == "yes"
 PRESET+=	-rFOR_RELEASE=1

Index: src/distrib/notes/alpha/contents
diff -u src/distrib/notes/alpha/contents:1.21 src/distrib/notes/alpha/contents:1.22
--- src/distrib/notes/alpha/contents:1.21	Mon Jun 22 12:03:46 2020
+++ src/distrib/notes/alpha/contents	Tue Jun 23 06:28:02 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.21 2020/06/22 12:03:46 maya Exp $
+.\"	$NetBSD: contents,v 1.22 2020/06/23 06:28:02 martin Exp $
 .\"
 .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -309,7 +309,9 @@ The X server.
 .\" XXX: should be in notes/common
 .
 .Pp
-The \*M binary distribution sets are distributed as xzipped tar files
+The \*M binary distribution sets are distributed as tar files
+compressed with
+.Sy \*[compressor]
 named with the extension
 .Sy .\*[setsuffix] ,
 e.g.

Index: src/distrib/notes/amd64/contents
diff -u src/distrib/notes/amd64/contents:1.10 src/distrib/notes/amd64/contents:1.11
--- src/distrib/notes/amd64/contents:1.10	Mon Jun 22 12:03:47 2020
+++ src/distrib/notes/amd64/contents	Tue Jun 23 06:28:02 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.10 2020/06/22 12:03:47 maya Exp $
+.\"	$NetBSD: contents,v 1.11 2020/06/23 06:28:02 martin Exp $
 .\"
 .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -245,7 +245,9 @@ This includes the modular X.Org server.
 .\"
 .
 .Pp
-The \*M binary distribution sets are distributed as xzipped tar files
+The \*M binary distribution sets are distributed as tar files
+compressed with
+.Sy \*[compressor]
 named with the extension
 .Sy .\*[setsuffix]
 .Pq e.g., Pa base.\*[setsuffix] .

Index: src/distrib/notes/common/contents
diff -u src/distrib/notes/common/contents:1.180 src/distrib/notes/common/contents:1.181
--- src/distrib/notes/common/contents:1.180	Sun Nov 24 11:15:33 2019
+++ src/distrib/notes/common/contents	Tue Jun 23 06:28:02 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.180 2019/11/24 11:15:33 martin Exp $
+.\"	$NetBSD: contents,v 1.181 2020/06/23 06:28:02 martin Exp $
 .\"
 .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -965,7 +965,9 @@ servers with man pages and the runtime c
 .
 .
 .Pp
-The \*M binary distribution sets are distributed as gzipped tar files
+The \*M binary distribution sets are distributed as tar files
+compressed with
+.Sy \*[compressor]
 named with the extension
 .Sy .\*[setsuffix] ,
 e.g.

Index: src/distrib/notes/evbarm/contents
diff -u src/distrib/notes/evbarm/contents:1.7 src/distrib/notes/evbarm/contents:1.8
--- src/distrib/notes/evbarm/contents:1.7	Mon Jun 22 12:03:47 2020
+++ src/distrib/notes/evbarm/contents	Tue Jun 23 06:28:02 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.7 2020/06/22 12:03:47 maya Exp $
+.\"	$NetBSD: contents,v 1.8 2020/06/23 06:28:02 martin Exp $
 .\"
 .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -259,8 +259,10 @@ The X server.
 .\" XXX: should be in notes/common
 .
 .Pp
-The \*M binary distribution sets are distributed as gzipped or xzipped
-tar files named with the extension
+The \*M binary distribution sets are distributed as tar files
+compressed with
+.Sy \*[compressor]
+named with the 

CVS commit: src/distrib/notes

2020-06-22 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Mon Jun 22 12:03:47 UTC 2020

Modified Files:
src/distrib/notes/alpha: contents
src/distrib/notes/amd64: contents
src/distrib/notes/evbarm: contents
src/distrib/notes/sparc64: contents

Log Message:
Mention that USE_XZ_SETS are either always xzipped, and in evbarm might
be xzipped or gzipped.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/notes/alpha/contents
cvs rdiff -u -r1.9 -r1.10 src/distrib/notes/amd64/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/evbarm/contents
cvs rdiff -u -r1.9 -r1.10 src/distrib/notes/sparc64/contents

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

Modified files:

Index: src/distrib/notes/alpha/contents
diff -u src/distrib/notes/alpha/contents:1.20 src/distrib/notes/alpha/contents:1.21
--- src/distrib/notes/alpha/contents:1.20	Sun Nov 24 11:15:31 2019
+++ src/distrib/notes/alpha/contents	Mon Jun 22 12:03:46 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.20 2019/11/24 11:15:31 martin Exp $
+.\"	$NetBSD: contents,v 1.21 2020/06/22 12:03:46 maya Exp $
 .\"
 .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -309,7 +309,7 @@ The X server.
 .\" XXX: should be in notes/common
 .
 .Pp
-The \*M binary distribution sets are distributed as gzipped tar files
+The \*M binary distribution sets are distributed as xzipped tar files
 named with the extension
 .Sy .\*[setsuffix] ,
 e.g.

Index: src/distrib/notes/amd64/contents
diff -u src/distrib/notes/amd64/contents:1.9 src/distrib/notes/amd64/contents:1.10
--- src/distrib/notes/amd64/contents:1.9	Sun Nov 24 11:15:32 2019
+++ src/distrib/notes/amd64/contents	Mon Jun 22 12:03:47 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.9 2019/11/24 11:15:32 martin Exp $
+.\"	$NetBSD: contents,v 1.10 2020/06/22 12:03:47 maya Exp $
 .\"
 .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -245,7 +245,7 @@ This includes the modular X.Org server.
 .\"
 .
 .Pp
-The \*M binary distribution sets are distributed as gzipped tar files
+The \*M binary distribution sets are distributed as xzipped tar files
 named with the extension
 .Sy .\*[setsuffix]
 .Pq e.g., Pa base.\*[setsuffix] .

Index: src/distrib/notes/evbarm/contents
diff -u src/distrib/notes/evbarm/contents:1.6 src/distrib/notes/evbarm/contents:1.7
--- src/distrib/notes/evbarm/contents:1.6	Sun Nov 24 11:15:33 2019
+++ src/distrib/notes/evbarm/contents	Mon Jun 22 12:03:47 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.6 2019/11/24 11:15:33 martin Exp $
+.\"	$NetBSD: contents,v 1.7 2020/06/22 12:03:47 maya Exp $
 .\"
 .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -259,8 +259,8 @@ The X server.
 .\" XXX: should be in notes/common
 .
 .Pp
-The \*M binary distribution sets are distributed as gzipped tar files
-named with the extension
+The \*M binary distribution sets are distributed as gzipped or xzipped
+tar files named with the extension
 .Sy .\*[setsuffix] ,
 e.g.
 .Pa base.\*[setsuffix] .

Index: src/distrib/notes/sparc64/contents
diff -u src/distrib/notes/sparc64/contents:1.9 src/distrib/notes/sparc64/contents:1.10
--- src/distrib/notes/sparc64/contents:1.9	Sun Nov 24 11:15:36 2019
+++ src/distrib/notes/sparc64/contents	Mon Jun 22 12:03:47 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.9 2019/11/24 11:15:36 martin Exp $
+.\"	$NetBSD: contents,v 1.10 2020/06/22 12:03:47 maya Exp $
 .\"
 .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -295,7 +295,7 @@ This includes the modular Xorg and Xvfb 
 .\" XXX: should be in notes/common
 .
 .Pp
-The \*M binary distribution sets are distributed as gzipped tar files
+The \*M binary distribution sets are distributed as xzipped tar files
 named with the extension
 .Sy .\*[setsuffix] ,
 e.g.,



CVS commit: src/distrib/notes

2020-06-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jun 16 00:45:56 UTC 2020

Modified Files:
src/distrib/notes: Makefile.inc

Log Message:
For MKREPRO builds:
1. compute cur_date from the timestamp
2. pass the date to groff so that it can set its registers


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/distrib/notes/Makefile.inc

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

Modified files:

Index: src/distrib/notes/Makefile.inc
diff -u src/distrib/notes/Makefile.inc:1.54 src/distrib/notes/Makefile.inc:1.55
--- src/distrib/notes/Makefile.inc:1.54	Thu Jan 23 18:59:53 2020
+++ src/distrib/notes/Makefile.inc	Mon Jun 15 20:45:56 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.54 2020/01/23 23:59:53 uwe Exp $
+#	$NetBSD: Makefile.inc,v 1.55 2020/06/16 00:45:56 christos Exp $
 #
 
 # Ross Harvey 
@@ -6,6 +6,11 @@
 .include 	# So we get /etc/mk.conf vars.
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
+.if ${MKREPRO_TIMESTAMP:Uno} != "no"
+GROFF_TIMESTAMP=--timestamp=${MKREPRO_TIMESTAMP}
+DATE_TIMESTAMP=-r ${MKREPRO_TIMESTAMP}
+.endif
+
 # Whether or not to regenerate tables of contents
 #
 MKTOCS?=yes
@@ -55,7 +60,7 @@ curdate!=	env LANG="C" date -d "${BUILDI
 .if ${NETBSD_OFFICIAL_RELEASE:Uno} == "yes"
 .error "No release date could be derived from BUILDID"
 .else
-curdate!=	env LANG="C" date "+%b %d, %Y"
+curdate!=	env LANG="C" date ${DATE_TIMESTAMP} "+%b %d, %Y"
 .endif
 .endif
 PRESET+=	-dcur_date="${curdate}"
@@ -86,7 +91,7 @@ TOC.more=	${TOCS:M*.more.*}
 REMOVE_CREATION_DATE= ${TOOL_SED} -e '/^%%CreationDate:/d'
 
 ${TARG}.ps: ${SRCS} ${TOC.ps} ${DISTRIBVERDEP}
-	${TOOL_GROFF} ${ARGS_PS}   -mdoc  ${MAIN} \
+	${TOOL_GROFF} ${ARGS_PS} ${GROFF_TIMESTAMP} -mdoc  ${MAIN} \
 	${${MKREPRO:Uno} == "yes":? | ${REMOVE_CREATION_DATE} :} \
 	> $@
 
@@ -94,13 +99,13 @@ ${TARG}.pdf: ${TARG}.ps
 	ps2pdf ${TARG}.ps $@
 
 ${TARG}.txt: ${SRCS} ${TOC.txt} ${DISTRIBVERDEP}
-	${TOOL_GROFF} ${ARGS_TXT}  -mdoc  ${MAIN} > $@
+	${TOOL_GROFF} ${ARGS_TXT} ${GROFF_TIMESTAMP}  -mdoc  ${MAIN} > $@
 
 ${TARG}.html: ${SRCS} ${TOC.html} ${DISTRIBVERDEP}
-	${TOOL_GROFF} ${ARGS_HTML} -mdoc2html ${MAIN} > $@
+	${TOOL_GROFF} ${ARGS_HTML} ${GROFF_TIMESTAMP} -mdoc2html ${MAIN} > $@
 
 ${TARG}.more: ${SRCS} ${TOC.more} ${DISTRIBVERDEP}
-	${TOOL_GROFF} ${ARGS_MORE} -mdoc  ${MAIN} > $@
+	${TOOL_GROFF} ${ARGS_MORE} ${GROFF_TIMESTAMP} -mdoc  ${MAIN} > $@
 
 
 # Rules to build the table of contents (.toc) files.  For the
@@ -108,21 +113,21 @@ ${TARG}.more: ${SRCS} ${TOC.more} ${DIST
 # space taken by the TOC itself.  Other versions are not paginated.
 
 ${TARG}.PostScript.toc: ${SRCS}
-	${TOOL_GROFF} -dTOC=1 ${ARGS_PS} -mdoc ${MAIN} > /dev/null
+	${TOOL_GROFF} -dTOC=1 ${ARGS_PS} ${GROFF_TIMESTAMP} -mdoc ${MAIN} > /dev/null
 	mv -f $@.tmp $@
-	${TOOL_GROFF} -dTOC=1 ${ARGS_PS} -mdoc ${MAIN} > /dev/null
+	${TOOL_GROFF} -dTOC=1 ${ARGS_PS} ${GROFF_TIMESTAMP} -mdoc ${MAIN} > /dev/null
 	mv -f $@.tmp $@
 
 ${TARG}.ASCII.toc: ${SRCS}
-	${TOOL_GROFF} -dTOC=1 ${ARGS_TXT} -mdoc ${MAIN} > /dev/null
+	${TOOL_GROFF} -dTOC=1 ${ARGS_TXT} ${GROFF_TIMESTAMP} -mdoc ${MAIN} > /dev/null
 	mv -f $@.tmp $@
 
 ${TARG}.HTML.toc: ${SRCS}
-	${TOOL_GROFF} -dTOC=1 ${ARGS_HTML} -mdoc2html ${MAIN} > /dev/null
+	${TOOL_GROFF} -dTOC=1 ${ARGS_HTML} ${GROFF_TIMESTAMP} -mdoc2html ${MAIN} > /dev/null
 	mv -f $@.tmp $@
 
 ${TARG}.more.toc: ${SRCS}
-	${TOOL_GROFF} -dTOC=1 ${ARGS_MORE} -mdoc ${MAIN} > /dev/null
+	${TOOL_GROFF} -dTOC=1 ${ARGS_MORE} ${GROFF_TIMESTAMP} -mdoc ${MAIN} > /dev/null
 	mv -f $@.tmp $@
 
 



CVS commit: src/distrib/notes/evbarm

2020-05-27 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed May 27 13:51:05 UTC 2020

Modified Files:
src/distrib/notes/evbarm: install

Log Message:
Briefly explain how to pkgsrc u-boot. Pointed out by maya.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/distrib/notes/evbarm/install

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

Modified files:

Index: src/distrib/notes/evbarm/install
diff -u src/distrib/notes/evbarm/install:1.12 src/distrib/notes/evbarm/install:1.13
--- src/distrib/notes/evbarm/install:1.12	Wed May 27 12:47:47 2020
+++ src/distrib/notes/evbarm/install	Wed May 27 13:51:05 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: install,v 1.12 2020/05/27 12:47:47 nia Exp $
+.\"	$NetBSD: install,v 1.13 2020/05/27 13:51:05 nia Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,18 @@ Write the image to disk:
 # dd if=armv7.img of=/dev/rld0d bs=1m conv=sync
 .Ed
 .It
-Install a board-specific U-Boot from pkgsrc to the SD card (the u-boot-sunxi-with-spl.bin-s are provided by sysutils/u-boot- packages):
+Obtain a board-specific U-Boot image. Bootloaders are provided by
+the
+.Pa sysutils/u-boot-*
+packages in
+.Lk https://www.pkgsrc.org/ "pkgsrc" .
+.Pp
+If you're using pkgsrc on an UNIX-like operating system that isn't NetBSD,
+you must bootstrap first (see the 
+.Pa README
+file in the root directory of pkgsrc).
+.Pp
+Install the board-specific U-Boot to the SD card:
 .Bd -literal
 # dd if=/usr/pkg/share/u-boot/[boardname]/u-boot-sunxi-with-spl.bin of=/dev/rld0d bs=1k seek=8 conv=sync
 .Ed
@@ -53,7 +64,18 @@ Write the image to disk:
 # dd if=arm64.img of=/dev/rld0d bs=1m conv=sync
 .Ed
 .It
-Install a board-specific U-Boot from pkgsrc to the SD card:
+Obtain a board-specific U-Boot image. Bootloaders are provided by
+the
+.Pa sysutils/u-boot-*
+packages in
+.Lk https://www.pkgsrc.org/ "pkgsrc" .
+.Pp
+If you're using pkgsrc on an UNIX-like operating system that isn't NetBSD,
+you must bootstrap first (see the 
+.Pa README
+file in the root directory of pkgsrc).
+.Pp
+Install the board-specific U-Boot to the SD card:
 .Bd -literal
 # dd if=/usr/pkg/share/u-boot/[boardname]/rksd_loader.img of=/dev/rld0d seek=64 conv=sync
 .Ed



CVS commit: src/distrib/notes/evbarm

2020-05-27 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed May 27 12:47:47 UTC 2020

Modified Files:
src/distrib/notes/evbarm: install

Log Message:
s/boards/devices/


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/distrib/notes/evbarm/install

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

Modified files:

Index: src/distrib/notes/evbarm/install
diff -u src/distrib/notes/evbarm/install:1.11 src/distrib/notes/evbarm/install:1.12
--- src/distrib/notes/evbarm/install:1.11	Wed May 27 12:45:07 2020
+++ src/distrib/notes/evbarm/install	Wed May 27 12:47:47 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: install,v 1.11 2020/05/27 12:45:07 nia Exp $
+.\"	$NetBSD: install,v 1.12 2020/05/27 12:47:47 nia Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" 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.
 .\"
-.Ss2 Installation for ARMv7 and AArch64 boards using U-Boot (example: Allwinner SoCs)
+.Ss2 Installation for ARMv7 and AArch64 devices with U-Boot (example: Allwinner SoCs)
 .Bl -bullet -offset indent -compact
 .It
 Download or build armv7.img (32-bit) or arm64.img (64-bit)
@@ -43,7 +43,7 @@ Install a board-specific U-Boot from pkg
 If you do not want to prepare a SD card image manually, NetBSD developer
 Jared McNeill provides pre-prepared images on his website
 .Lk http://www.armbsd.org/arm/ "armbsd.org" .
-.Ss2 Installation for AArch64 boards using U-Boot (example: Rockchip SoCs)
+.Ss2 Installation for AArch64 devices with U-Boot (example: Rockchip SoCs)
 .Bl -bullet -offset indent -compact
 .It
 Download or build arm64.img (64-bit)



CVS commit: src/distrib/notes/evbarm

2020-05-27 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed May 27 12:45:07 UTC 2020

Modified Files:
src/distrib/notes/evbarm: hardware install

Log Message:
First attempt at modernising the evbarm install guide and hardware lists

- Install instructions mostly based on wiki pages
- Supported hardware lists mostly based on GENERIC and GENERIC64 kernels


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/distrib/notes/evbarm/hardware \
src/distrib/notes/evbarm/install

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

Modified files:

Index: src/distrib/notes/evbarm/hardware
diff -u src/distrib/notes/evbarm/hardware:1.10 src/distrib/notes/evbarm/hardware:1.11
--- src/distrib/notes/evbarm/hardware:1.10	Wed Apr 30 13:10:48 2008
+++ src/distrib/notes/evbarm/hardware	Wed May 27 12:45:07 2020
@@ -1,6 +1,6 @@
-.\"	$NetBSD: hardware,v 1.10 2008/04/30 13:10:48 martin Exp $
+.\"	$NetBSD: hardware,v 1.11 2020/05/27 12:45:07 nia Exp $
 .\"
-.\" Copyright (c) 2001-2003 The NetBSD Foundation, Inc.
+.\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -25,8 +25,23 @@
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
 .Nx \*V
-runs on the following ARM architecture evaluation boards:
-.(bullet -offset indent
+runs on the following ARM architecture devices:
+.Bl -bullet -offset indent -compact
+.It
+ARM ServerReady (SBSA) devices
+.It
+Allwinner Technology SoCs (e.g. PINE64, Orange Pi...)
+.It
+RockChip RK3328, RK3399 (e.g. RockPro64, Pinebook Pro)
+.It
+BeagleBoard, BeagleBoard-xM, BeagleBone, BeagleBone Black
+.It
+ODROID C1 and C1+
+.It
+Raspberry Pi 1, 2, 3
+.It
+NVIDIA Tegra K1, X1
+.It
 Technologic Systems TS-7200
 .It
 ARM, Ltd. Integrator
@@ -44,33 +59,114 @@ Samsung SMDK2800
 ADI Engineering, Inc. BRH ("Big Red Head")
 .It
 Arcom Viper
-.bullet)
+.El
+.
+.Ss2 Supported devices (Allwinner Systems-on-a-Chip)
+The following Allwinner SoCs are known to be supported by GENERIC
+kernels (ARMv7-A):
+A10, A13, A20, A32, A80, A83T, H3
+.Pp
+The following Allwinner SoCs are known to be supported by GENERIC64
+kernels (AArch64):
+H5, H6, A64
+.Pp
+This is not an exhaustive list and only includes on-chip devices:
+.Bl -bullet -offset indent -compact
+.It
+Allwinner DRM framebuffer
+.It
+Allwinner audio codec
+.It
+Allwinner GPIO controller
+.It
+Allwinner SPI controller
+.It
+Allwinner RSB/TWI I2C controllers
+.It
+Allwinner SD/MMC
+.It
+Synopsys DesignWare SATA
+.It
+Synopsys DesignWare Ethernet MAC 10/100/1000 Universal
+.It
+USB 2.0/3.0 host controller
+.El
+.
+.Ss2 Supported devices (RockChip Systems-on-a-Chip)
+The following RockChip SoCs are known to be supported by GENERIC64
+kernels (AArch64): RK3328, RK3328
+.Pp
+Other systems may work, but they have not been tested.
+.Pp
+This is not an exhaustive list and only includes on-chip devices:
+.Bl -bullet -offset indent -compact
+.It
+RockChip DRM framebuffer
+.It
+RockChip I2S/PCM audio
+.It
+RockChip GPIO controller
+.It
+RockChip SPI controller
+.It
+RockChip I2C controller
+.It
+RockChip AXI PCI-E
+.It
+RockChip Power Management IC
+.It
+RockChip eMMC PHY
+.It
+Synopsys DesignWare Ethernet MAC 10/100/1000 Universal
+.It
+USB 2.0/3.0 host controller
+.El
+.
+.Ss2 Supported devices (Broadcom Systems-on-a-Chip)
+The following Broadcom SoCs are known to be supported by GENERIC
+kernels (ARMv7-A): BCM2836 (Raspberry Pi 2)
+.Pp
+The following Broadcom SoCs are known to be supported by GENERIC64
+kernels (AArch64): BCM2837 (Raspberry Pi 3)
+.Pp
+This is not an exhaustive list and only includes on-chip devices:
+.Bl -bullet -offset indent -compact
+.It
+Broadcom BCM283x ICU controller
+.It
+Broadcom VideoCore IV mailbox
+.It
+Broadcom BCM283x GPIO controller
+.It
+Broadcom GENET v5 ethernet
+.It
+Broadcom BCM283x SD Host Interface
+.It
+Broadcom BCM43xxx WiFi Interface
+.It
+Broadcom BCM283x SPI controller
+.It
+Synopsys DesignWare USB DRD controller
+.El
 .
 .Ss2 Supported devices (Technologic Systems TS-7200)
 For devices that have machine-independent drivers,
 this is not an exhaustive list, but merely reflects the
 devices that have been tested on this platform.
-.(bullet -offset indent
-.Te 2 "TS-5620 Real Time Clock"
+.Bl -bullet -offset indent -compact
+.It
+TS-5620 Real Time Clock
 .It
-.Te 2 "Serial ports"
-.(bullet -compact
 On-chip EP9302 UARTs
 .It
 TS-SER1, TS-SER2, TS-SER4 PC/104 serial adapters
 .It
 TS-MODEM, TS-MODEM2 PC/104 land-line/cellular modems
-.bullet)
 .It
-.Te 2 "Ethernet adapters"
-.(bullet -compact
 On-chip EP9302 10/100 ethernet
 .It
 TS-ETH10 PC/104 expansion ethernet adapters
-.bullet)
 .It
-.Te 2 "Other on-board functions"
-.(bullet -compact
 CompactFlash socket
 .It
 USB OHCI host
@@ -80,24 +176,19 @@ Text-mode HD44780 LCD display header
 Matrix keypad/GPIO header
 .It
 Board temperature sensor and watchdog timer
-.bullet)
-.bullet)
+.El
 .
 .Ss2 Supported 

CVS commit: src/distrib/notes/hp300

2020-05-22 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat May 23 00:02:10 UTC 2020

Modified Files:
src/distrib/notes/hp300: hardware

Log Message:
Now Xserver works on hp425e built-in EVRX framebuffer.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/distrib/notes/hp300/hardware

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

Modified files:

Index: src/distrib/notes/hp300/hardware
diff -u src/distrib/notes/hp300/hardware:1.22 src/distrib/notes/hp300/hardware:1.23
--- src/distrib/notes/hp300/hardware:1.22	Fri May  1 03:02:28 2020
+++ src/distrib/notes/hp300/hardware	Sat May 23 00:02:10 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.22 2020/05/01 03:02:28 tsutsui Exp $
+.\"	$NetBSD: hardware,v 1.23 2020/05/23 00:02:10 tsutsui Exp $
 .
 .Nx*M
 \*V will run on most HP 9000/300- and 400-series machines.
@@ -186,8 +186,6 @@ internal video on models 362/382 (A1474-
 .Em "No X server support"
 .It
 425e built-in EVRX framebuffer
-.br
-.Em "No X server support"
 .bullet)
 .It
 HP-HIL devices



CVS commit: src/distrib/notes/hp300

2020-04-30 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri May  1 03:02:28 UTC 2020

Modified Files:
src/distrib/notes/hp300: hardware

Log Message:
Move HP332 to "Supported hardware" list, as reported by Chris Hanson.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/distrib/notes/hp300/hardware

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

Modified files:

Index: src/distrib/notes/hp300/hardware
diff -u src/distrib/notes/hp300/hardware:1.21 src/distrib/notes/hp300/hardware:1.22
--- src/distrib/notes/hp300/hardware:1.21	Sun Apr 12 17:13:29 2020
+++ src/distrib/notes/hp300/hardware	Fri May  1 03:02:28 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.21 2020/04/12 17:13:29 tsutsui Exp $
+.\"	$NetBSD: hardware,v 1.22 2020/05/01 03:02:28 tsutsui Exp $
 .
 .Nx*M
 \*V will run on most HP 9000/300- and 400-series machines.
@@ -21,6 +21,8 @@ CPUs
 .br
 .Em "Requires Human Interface board"
 .It
+332 (16 MHz 68030, optional 68882, up to 8 MB RAM)
+.It
 340 (16 MHz 68030, up to 16 MB RAM)
 .It
 345 (50 MHz 68030 with 32 KB L2 cache, up to 128 MB RAM, built-in SCSI)
@@ -245,8 +247,6 @@ CPUs
 .(bullet -compact
 310 (10 MHz 68010, with built-in monochrome framebuffer, rs232
 (25 pin), hil, and slow hpib)
-.It
-332 (16? MHz 68030, with no floating point unit)
 .bullet)
 .It
 Graphics Devices



CVS commit: src/distrib/notes/hp300

2020-04-12 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Apr 12 17:13:30 UTC 2020

Modified Files:
src/distrib/notes/hp300: hardware

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/notes/hp300/hardware

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

Modified files:

Index: src/distrib/notes/hp300/hardware
diff -u src/distrib/notes/hp300/hardware:1.20 src/distrib/notes/hp300/hardware:1.21
--- src/distrib/notes/hp300/hardware:1.20	Sat Mar 25 23:33:11 2017
+++ src/distrib/notes/hp300/hardware	Sun Apr 12 17:13:29 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hardware,v 1.20 2017/03/25 23:33:11 tsutsui Exp $
+.\"	$NetBSD: hardware,v 1.21 2020/04/12 17:13:29 tsutsui Exp $
 .
 .Nx*M
 \*V will run on most HP 9000/300- and 400-series machines.
@@ -63,7 +63,7 @@ up to 128 MB RAM)
 .Ql SERVICE/NORMAL
 .Em "switch on the back panel is turned to"
 .Ql SERVICE
-.Em "potision."
+.Em "position."
 .It
 433s, 433t, 433dl (33 MHz 68040 with built-in SCSI, up to 128 MB RAM)
 .bullet)



CVS commit: src/distrib/notes/common

2020-04-10 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Apr 10 17:02:33 UTC 2020

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Drop the entry for Yasushi Yamasaki, per recent ad clause removal.


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.124 src/distrib/notes/common/legal.common:1.125
--- src/distrib/notes/common/legal.common:1.124	Tue Dec  3 16:45:21 2019
+++ src/distrib/notes/common/legal.common	Fri Apr 10 17:02:33 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.124 2019/12/03 16:45:21 uwe Exp $
+.\" $NetBSD: legal.common,v 1.125 2020/04/10 17:02:33 tsutsui Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -400,8 +400,6 @@ its contributors.
 .It
 This product includes software developed by Winning Strategies, Inc.
 .It
-This product includes software developed by Yasushi Yamasaki
-.It
 This product includes software developed by Yen Yen Lim and
 North Dakota State University
 .It



CVS commit: src/distrib/notes

2020-01-23 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Thu Jan 23 23:59:53 UTC 2020

Modified Files:
src/distrib/notes: Makefile.inc

Log Message:
Use -mdoc2html to generate HTML TOC to avoids warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/distrib/notes/Makefile.inc

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

Modified files:

Index: src/distrib/notes/Makefile.inc
diff -u src/distrib/notes/Makefile.inc:1.53 src/distrib/notes/Makefile.inc:1.54
--- src/distrib/notes/Makefile.inc:1.53	Sun Jan  5 18:37:54 2020
+++ src/distrib/notes/Makefile.inc	Thu Jan 23 23:59:53 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.53 2020/01/05 18:37:54 martin Exp $
+#	$NetBSD: Makefile.inc,v 1.54 2020/01/23 23:59:53 uwe Exp $
 #
 
 # Ross Harvey 
@@ -118,7 +118,7 @@ ${TARG}.ASCII.toc: ${SRCS}
 	mv -f $@.tmp $@
 
 ${TARG}.HTML.toc: ${SRCS}
-	${TOOL_GROFF} -dTOC=1 ${ARGS_HTML} -mdoc ${MAIN} > /dev/null
+	${TOOL_GROFF} -dTOC=1 ${ARGS_HTML} -mdoc2html ${MAIN} > /dev/null
 	mv -f $@.tmp $@
 
 ${TARG}.more.toc: ${SRCS}



CVS commit: src/distrib/notes/common

2020-01-23 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Thu Jan 23 23:56:07 UTC 2020

Modified Files:
src/distrib/notes/common: main

Log Message:
Override HTML  to something more informative.
Requested by martin@


To generate a diff of this commit:
cvs rdiff -u -r1.561 -r1.562 src/distrib/notes/common/main

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

Modified files:

Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.561 src/distrib/notes/common/main:1.562
--- src/distrib/notes/common/main:1.561	Thu Jan 23 23:34:47 2020
+++ src/distrib/notes/common/main	Thu Jan 23 23:56:07 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.561 2020/01/23 23:34:47 uwe Exp $
+.\"	$NetBSD: main,v 1.562 2020/01/23 23:56:07 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -72,6 +72,8 @@
 .as MACHINE_LIST " sgimips shark sparc sparc64 sun2 sun3 vax x68k zaurus .
 .so \*[.CURDIR]/../common/macros
 .
+.\" Override  for HTML output
+.if rHTML .ds title-section Installation procedure for NetBSD/\*M \*V
 .Dd \*[cur_date]
 .Dt INSTALL 8
 .Os NetBSD/\*M \*V



CVS commit: src/distrib/notes/common

2020-01-23 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Thu Jan 23 23:34:47 UTC 2020

Modified Files:
src/distrib/notes/common: main

Log Message:
Use .Os NetBSD/\*M \*V to get more informative footer.


To generate a diff of this commit:
cvs rdiff -u -r1.560 -r1.561 src/distrib/notes/common/main

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

Modified files:

Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.560 src/distrib/notes/common/main:1.561
--- src/distrib/notes/common/main:1.560	Wed Dec  4 13:04:09 2019
+++ src/distrib/notes/common/main	Thu Jan 23 23:34:47 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.560 2019/12/04 13:04:09 uwe Exp $
+.\"	$NetBSD: main,v 1.561 2020/01/23 23:34:47 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -74,7 +74,7 @@
 .
 .Dd \*[cur_date]
 .Dt INSTALL 8
-.Os NetBSD
+.Os NetBSD/\*M \*V
 .Sh NAME
 .Nm INSTALL
 .Nd Installation procedure for



CVS commit: src/distrib/notes

2020-01-05 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jan  5 18:37:55 UTC 2020

Modified Files:
src/distrib/notes: Makefile.inc

Log Message:
PR install/54836: fix broken conditional, passing the wrong set name suffix
to groff.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/distrib/notes/Makefile.inc

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

Modified files:

Index: src/distrib/notes/Makefile.inc
diff -u src/distrib/notes/Makefile.inc:1.52 src/distrib/notes/Makefile.inc:1.53
--- src/distrib/notes/Makefile.inc:1.52	Sat Nov 30 00:28:27 2019
+++ src/distrib/notes/Makefile.inc	Sun Jan  5 18:37:54 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.52 2019/11/30 00:28:27 uwe Exp $
+#	$NetBSD: Makefile.inc,v 1.53 2020/01/05 18:37:54 martin Exp $
 #
 
 # Ross Harvey 
@@ -29,7 +29,7 @@ whatis: .OPTIONAL
 
 PRESET=	${GFLAGS} -U -dM=${M} -dV=${DISTRIBVER} -d.CURDIR=${.CURDIR} -r${M}=1
 PRESET+=	-rmajor=${DISTRIBVER:C/\..*$//}
-.if ${USE_XZ_SETS}
+.if ${USE_XZ_SETS:Uno} == "yes"
 PRESET+=	-dsetsuffix=tar.xz
 .else
 PRESET+=	-dsetsuffix=tgz



CVS commit: src/distrib/notes/common

2019-12-04 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Wed Dec  4 13:04:09 UTC 2019

Modified Files:
src/distrib/notes/common: main

Log Message:
"Administrivia" is a real word and it was used here on purpose.


To generate a diff of this commit:
cvs rdiff -u -r1.559 -r1.560 src/distrib/notes/common/main

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

Modified files:

Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.559 src/distrib/notes/common/main:1.560
--- src/distrib/notes/common/main:1.559	Wed Dec  4 09:25:43 2019
+++ src/distrib/notes/common/main	Wed Dec  4 13:04:09 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.559 2019/12/04 09:25:43 wiz Exp $
+.\"	$NetBSD: main,v 1.560 2019/12/04 13:04:09 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -909,7 +909,7 @@ where
 is your topic of interest; a list of possibly
 related man pages will be displayed.
 .
-.Ss Administrativa
+.Ss Administrivia
 .Pp
 .
 If you've got something to say, do so!



CVS commit: src/distrib/notes/common

2019-12-04 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Dec  4 09:25:43 UTC 2019

Modified Files:
src/distrib/notes/common: main

Log Message:
Fix some typos.


To generate a diff of this commit:
cvs rdiff -u -r1.558 -r1.559 src/distrib/notes/common/main

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

Modified files:

Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.558 src/distrib/notes/common/main:1.559
--- src/distrib/notes/common/main:1.558	Wed Dec  4 09:03:34 2019
+++ src/distrib/notes/common/main	Wed Dec  4 09:25:43 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.558 2019/12/04 09:03:34 martin Exp $
+.\"	$NetBSD: main,v 1.559 2019/12/04 09:25:43 wiz Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -527,10 +527,10 @@ The result of these improvements is a st
 production use that rivals most commercially available systems.
 .Pp
 .if !\n[RELEASE_BRANCH] \{ \
-Please note that this build is a developement snapshot, not a formal release.
+Please note that this build is a development snapshot, not a formal release.
 You are testing the bleeding edge of
 .Nx
-developement, and no formal or informal testing may have been done for
+development, and no formal or informal testing may have been done for
 this snapshot (yet).
 .Pp
 .\} \" !\n[RELEASE_BRANCH] \{
@@ -815,7 +815,7 @@ However, new binaries can not be mixed w
 libraries are incompatible.
 .Pp
 .Ic sysinst
-does not provide an automatic mechanism to partlially upgrade an old
+does not provide an automatic mechanism to partially upgrade an old
 installation.
 There are two ways to handle the transition:
 .(enum
@@ -909,7 +909,7 @@ where
 is your topic of interest; a list of possibly
 related man pages will be displayed.
 .
-.Ss Administrivia
+.Ss Administrativa
 .Pp
 .
 If you've got something to say, do so!



CVS commit: src/distrib/notes/common

2019-12-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Dec  4 09:03:34 UTC 2019

Modified Files:
src/distrib/notes/common: main

Log Message:
For HEAD builds, add a small "bleeding edge" warning when we talk about
a rock solid OS.


To generate a diff of this commit:
cvs rdiff -u -r1.557 -r1.558 src/distrib/notes/common/main

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

Modified files:

Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.557 src/distrib/notes/common/main:1.558
--- src/distrib/notes/common/main:1.557	Wed Nov 27 09:29:25 2019
+++ src/distrib/notes/common/main	Wed Dec  4 09:03:34 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.557 2019/11/27 09:29:25 martin Exp $
+.\"	$NetBSD: main,v 1.558 2019/12/04 09:03:34 martin Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -526,6 +526,14 @@ numerous userland enhancements.
 The result of these improvements is a stable operating system fit for
 production use that rivals most commercially available systems.
 .Pp
+.if !\n[RELEASE_BRANCH] \{ \
+Please note that this build is a developement snapshot, not a formal release.
+You are testing the bleeding edge of
+.Nx
+developement, and no formal or informal testing may have been done for
+this snapshot (yet).
+.Pp
+.\} \" !\n[RELEASE_BRANCH] \{
 It is impossible to completely summarize the massive development that
 went into the
 .Nx



CVS commit: src/distrib/notes/common

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Dec  3 16:45:21 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Drop entries for "Scott Bartram and Frank van der Linden" and "the
University of Illinois at Urbana and their contributors".  They are
not referenced anywhere in the tree.


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.123 src/distrib/notes/common/legal.common:1.124
--- src/distrib/notes/common/legal.common:1.123	Tue Dec  3 16:43:16 2019
+++ src/distrib/notes/common/legal.common	Tue Dec  3 16:45:21 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.123 2019/12/03 16:43:16 uwe Exp $
+.\" $NetBSD: legal.common,v 1.124 2019/12/03 16:45:21 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -449,9 +449,6 @@ This product includes software developed
 Lawrence Berkeley Laboratory and its contributors.
 .It
 This product includes software developed by the University of
-Illinois at Urbana and their contributors.
-.It
-This product includes software developed by the University of
 Vermont and State Agricultural College and Garrett A. Wollman.
 .It
 This product includes software developed by the University of Vermont
@@ -503,9 +500,6 @@ by Perry E. Metzger.
 This product includes software developed for the NetBSD Project by
 Piermont Information Systems Inc.
 .It
-This product includes software developed for the NetBSD Project
-by Scott Bartram and Frank van der Linden
-.It
 This product includes software developed for the NetBSD Project by
 Shigeyuki Fukushima.
 .It



CVS commit: src/distrib/notes/common

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Dec  3 16:43:16 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Add a comment to the entry for Computer Systems Laboratory at the
University of Utah.  It's missed by the extraction script b/c of the
non-standard formatting of the ad clause.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.122 src/distrib/notes/common/legal.common:1.123
--- src/distrib/notes/common/legal.common:1.122	Tue Dec  3 16:31:40 2019
+++ src/distrib/notes/common/legal.common	Tue Dec  3 16:43:16 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.122 2019/12/03 16:31:40 uwe Exp $
+.\" $NetBSD: legal.common,v 1.123 2019/12/03 16:43:16 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -412,6 +412,8 @@ This product includes software developed
 This product includes software developed by the Computer Systems
 Engineering Group at Lawrence Berkeley Laboratory.
 .It
+.\" Nonstandard formatting of the ad clause in hp300 and hppa code
+.\" e.g. sys/arch/hppa/include/param.h
 This product includes software developed by the Computer Systems
 Laboratory at the University of Utah.
 .It



CVS commit: src/distrib/notes/common

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Dec  3 16:31:40 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Move the entry for Caldera to its proper place in the sorting order.


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.121 src/distrib/notes/common/legal.common:1.122
--- src/distrib/notes/common/legal.common:1.121	Tue Dec  3 16:27:24 2019
+++ src/distrib/notes/common/legal.common	Tue Dec  3 16:31:40 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.121 2019/12/03 16:27:24 uwe Exp $
+.\" $NetBSD: legal.common,v 1.122 2019/12/03 16:31:40 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -513,6 +513,9 @@ SUNET, Swedish University Computer Netwo
 This product includes software developed for the NetBSD Project by
 Wasabi Systems, Inc.
 .It
+This product includes software developed or owned by Caldera
+International, Inc.
+.It
 This product includes software developed under OpenBSD by
 Per Fogelstrom.
 .It
@@ -525,9 +528,6 @@ for use with "386BSD" and similar operat
 systems for research and education, including but not restricted to
 "NetBSD", "FreeBSD", "Mach" (by CMU).
 .It
-This product includes software developed or owned by Caldera
-International, Inc.
-.It
 .\" For compliance with term (b) of
 .\" localsrc/legal/TheOpenGroup/TOG_LICENSE:
 .\"



CVS commit: src/distrib/notes/common

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Dec  3 16:27:24 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Use troff \(xx names for the few accented characters we have here.

Extraction script outputs them literally, but some of them are in
utf-8 and some in latin1.  While here also use \(:o for Bodo Moeller
name as instructed.  Lule\(oa is now emited by the extraction script
directly.

This gives us the right characters in PostScript and HTML output.  In
text output they are transliterated with -mtty-char.


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.120 src/distrib/notes/common/legal.common:1.121
--- src/distrib/notes/common/legal.common:1.120	Tue Dec  3 10:51:46 2019
+++ src/distrib/notes/common/legal.common	Tue Dec  3 16:27:24 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.120 2019/12/03 10:51:46 uwe Exp $
+.\" $NetBSD: legal.common,v 1.121 2019/12/03 16:27:24 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -63,10 +63,10 @@ Eric Young (e...@mincom.oz.au)
 .It
 This product includes software designed by William Allen Simpson.
 .It
-This product includes software developed at Ludd, University of Lulea.
+This product includes software developed at Ludd, University of Lule\(oa.
 .It
 This product includes software developed at Ludd, University of
-Lulea, Sweden and its contributors.
+Lule\(oa, Sweden and its contributors.
 .It
 This product includes software developed at the Information
 Technology Division, US Naval Research Laboratory.
@@ -99,8 +99,7 @@ Inc.
 .It
 This product includes software developed by Bill Paul.
 .It
-This product includes software developed by Bodo Moeller.
-(If available, substitute umlauted o for oe)
+This product includes software developed by Bodo M\(:oller.
 .It
 This product includes software developed by Boris Popov.
 .It
@@ -354,7 +353,7 @@ This product includes software developed
 .It
 This product includes software developed by RiscBSD.
 .It
-This product includes software developed by Roar Thronæs.
+This product includes software developed by Roar Thron\(aes.
 .It
 This product includes software developed by Rodney W. Grimes.
 .It



CVS commit: src/distrib/notes/common

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Dec  3 16:21:34 UTC 2019

Modified Files:
src/distrib/notes/common: extract-contrib-string.pl

Log Message:
Translate Lule} to troff's Lule\(oa.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/distrib/notes/common/extract-contrib-string.pl

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

Modified files:

Index: src/distrib/notes/common/extract-contrib-string.pl
diff -u src/distrib/notes/common/extract-contrib-string.pl:1.23 src/distrib/notes/common/extract-contrib-string.pl:1.24
--- src/distrib/notes/common/extract-contrib-string.pl:1.23	Tue Dec  3 13:42:55 2019
+++ src/distrib/notes/common/extract-contrib-string.pl	Tue Dec  3 16:21:34 2019
@@ -258,8 +258,8 @@ while(<>) {
 		$msg =~ s/\"$//o;
 		$msg =~ s/\"\.$/./o;
 
-		# Fix ISO-646-SE spelling of Lule\[oa]
-		$msg =~ s/Lule\}/Lulea/g;
+		# Fix ISO-646-SE spelling of Lule\(oa
+		$msg =~ s/Lule\}/Lule\\(oa/g;
 
 		# Collapse multiple spaces between words.  There are a
 		# few entries with "by__Name" that affects sorting.



CVS commit: src/distrib/notes/common

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Dec  3 13:42:55 UTC 2019

Modified Files:
src/distrib/notes/common: extract-contrib-string.pl

Log Message:
Add xsrc to the invocation example.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/distrib/notes/common/extract-contrib-string.pl

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

Modified files:

Index: src/distrib/notes/common/extract-contrib-string.pl
diff -u src/distrib/notes/common/extract-contrib-string.pl:1.22 src/distrib/notes/common/extract-contrib-string.pl:1.23
--- src/distrib/notes/common/extract-contrib-string.pl:1.22	Tue Dec  3 13:41:56 2019
+++ src/distrib/notes/common/extract-contrib-string.pl	Tue Dec  3 13:42:55 2019
@@ -31,7 +31,7 @@
 # Extract BSD-mandated copyright messages for NetBSD documentation
 #
 # Usage:
-# 1) find /usr/src -type f -print \
+# 1) find src xsrc -type f -print \
 #| perl extract-contrib-string.pl
 #>x
 #



CVS commit: src/distrib/notes/common

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Dec  3 13:41:56 UTC 2019

Modified Files:
src/distrib/notes/common: extract-contrib-string.pl

Log Message:
Drop the final quote if followed by dot.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/distrib/notes/common/extract-contrib-string.pl

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

Modified files:

Index: src/distrib/notes/common/extract-contrib-string.pl
diff -u src/distrib/notes/common/extract-contrib-string.pl:1.21 src/distrib/notes/common/extract-contrib-string.pl:1.22
--- src/distrib/notes/common/extract-contrib-string.pl:1.21	Tue Dec  3 09:56:21 2019
+++ src/distrib/notes/common/extract-contrib-string.pl	Tue Dec  3 13:41:56 2019
@@ -256,6 +256,7 @@ while(<>) {
 	$msg =~ s/''\s*$//;
 		$msg =~ s/^\"//o;
 		$msg =~ s/\"$//o;
+		$msg =~ s/\"\.$/./o;
 
 		# Fix ISO-646-SE spelling of Lule\[oa]
 		$msg =~ s/Lule\}/Lulea/g;



CVS commit: src/distrib/notes/common

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Dec  3 10:51:46 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Fix the enry for Computer Systems Laboratory at the University of Utah
and move it to its proper place in the sorting order.


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.119 src/distrib/notes/common/legal.common:1.120
--- src/distrib/notes/common/legal.common:1.119	Tue Dec  3 10:46:40 2019
+++ src/distrib/notes/common/legal.common	Tue Dec  3 10:51:46 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.119 2019/12/03 10:46:40 uwe Exp $
+.\" $NetBSD: legal.common,v 1.120 2019/12/03 10:51:46 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -413,6 +413,9 @@ This product includes software developed
 This product includes software developed by the Computer Systems
 Engineering Group at Lawrence Berkeley Laboratory.
 .It
+This product includes software developed by the Computer Systems
+Laboratory at the University of Utah.
+.It
 This product includes software developed by the Harvard
 University and its contributors.
 .It
@@ -523,9 +526,6 @@ for use with "386BSD" and similar operat
 systems for research and education, including but not restricted to
 "NetBSD", "FreeBSD", "Mach" (by CMU).
 .It
-This software includes software developed by the Computer Systems
-Laboratory at the University of Utah.
-.It
 This product includes software developed or owned by Caldera
 International, Inc.
 .It



CVS commit: src/distrib/notes/common

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Dec  3 10:46:41 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Move the entry for CMU Computing Services to its proper place in the
sorting order.  Add more ad clauses from CMU ppp code.


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.118 src/distrib/notes/common/legal.common:1.119
--- src/distrib/notes/common/legal.common:1.118	Tue Dec  3 01:56:10 2019
+++ src/distrib/notes/common/legal.common	Tue Dec  3 10:46:40 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.118 2019/12/03 01:56:10 uwe Exp $
+.\" $NetBSD: legal.common,v 1.119 2019/12/03 10:46:40 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -139,6 +139,9 @@ This product includes software developed
 This product includes software developed by Colin Wood
 for the NetBSD Project.
 .It
+This product includes software developed by Computing Services
+at Carnegie Mellon University (http://www.cmu.edu/computing/).
+.It
 This product includes software developed by Daan Vreeken.
 .It
 This product includes software developed by Daishi Kato
@@ -331,6 +334,12 @@ This product includes software developed
 .It
 This product includes software developed by Paul Mackerras.
 .It
+This product includes software developed by Paul Mackerras
+.
+.It
+This product includes software developed by Pedro Roque Marques
+
+.It
 This product includes software developed by Per Fogelstrom.
 .It
 This product includes software developed by Peter Galbavy.
@@ -378,6 +387,9 @@ This product includes software developed
 This product includes software developed by Tatoku Ogaito
 for the NetBSD Project.
 .It
+This product includes software developed by Tommi Komulainen
+.
+.It
 This product includes software developed by TooLs GmbH.
 .It
 This product includes software developed by Trimble Navigation, Ltd.
@@ -514,9 +526,6 @@ systems for research and education, incl
 This software includes software developed by the Computer Systems
 Laboratory at the University of Utah.
 .It
-This product includes software developed by Computing Services
-at Carnegie Mellon University (http://www.cmu.edu/computing/).
-.It
 This product includes software developed or owned by Caldera
 International, Inc.
 .It



CVS commit: src/distrib/notes/common

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Dec  3 09:56:21 UTC 2019

Modified Files:
src/distrib/notes/common: extract-contrib-string.pl

Log Message:
Recognize ad clause in CMU PPP and some OpenSSL code.

Use "n" (grouping doesn't capture) when matching $ack* regexps to
alleviate performance hit a bit.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/notes/common/extract-contrib-string.pl

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

Modified files:

Index: src/distrib/notes/common/extract-contrib-string.pl
diff -u src/distrib/notes/common/extract-contrib-string.pl:1.20 src/distrib/notes/common/extract-contrib-string.pl:1.21
--- src/distrib/notes/common/extract-contrib-string.pl:1.20	Tue Dec  3 02:10:26 2019
+++ src/distrib/notes/common/extract-contrib-string.pl	Tue Dec  3 09:56:21 2019
@@ -49,8 +49,9 @@
 # -?  display help/usage message
 
 
-$ack_line1="[aA]ll( commercial)?( marketing or)? advertising materials mentioning( features)?";
-$ack_line2="display the( following)?( acknowledge?ment)?";
+$ack_line1='([aA]ll( commercial)?( marketing or)? advertising materials mentioning( features)?'
+.  '|\d\. Redistributions of any form whatsoever)';
+$ack_line2='(display the( following)?( acknowledge?ment)?|acknowledge?ment:$)';
 $ack_endline=
   '(\d\.\s*(Neither the name'
 . '|The name of the company nor the name'	# Wasn't my idea
@@ -64,6 +65,7 @@ $ack_endline=
 . '))'
 .'|(^Neither the name)'
 .'|(THIS SOFTWARE IS PROVIDED)'
+.'|(ALL WARRANTIES WITH REGARD)'
 .'|(The word \'cryptographic\' can be left out if)'
 .'|(may be used to endorse)'
 .'|(@end cartouche)'
@@ -118,7 +120,7 @@ while(<>) {
 
   line:
 while() {
-	if (0 and /$ack_line2/i){
+	if (0 and /$ack_line2/in){
 	print "?> $_" if $debug;
 	
 	if ($fn !~ m,$known_bad_clause_3_wording,) {
@@ -132,21 +134,21 @@ while(<>) {
 	# special case perl script generating a license (openssl's
 	# mkerr.pl) - ignore the quoted license, there is another one
 	# inside:
-	if (/^\"\s\*.*$ack_line1.*\\n\"\,/) {
-		while(!/$ack_endline/i) {
+	if (/^\"\s\*.*$ack_line1.*\\n\"\,/n) {
+		while(!/$ack_endline/in) {
 		print "S> $_" if $debug;
 		$_ = ;
 		}
 	}
 
-	if (/$ack_line1/i
-	or (/$ack_line2/ and $fn =~ m,$known_bad_clause_3_wording,)) {
+	if (/$ack_line1/in
+	or (/$ack_line2/n and $fn =~ m,$known_bad_clause_3_wording,)) {
 	
 	print "1> $_" if $debug;
 
 	$_=
 		unless $fn =~ m,$known_bad_clause_3_wording,;
-	if (/$ack_line2/i or $fn =~ m,$known_bad_clause_3_wording,){
+	if (/$ack_line2/in or $fn =~ m,$known_bad_clause_3_wording,){
 		
 		print "2> $_" if $debug;
 		
@@ -164,7 +166,7 @@ while(<>) {
 
 		$cnt=0;
 		$_=;
-		while(!/$ack_endline/i) {
+		while(!/$ack_endline/in) {
 		
 		print "C> $_" if $debug;
 



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Dec  3 02:10:26 UTC 2019

Modified Files:
src/distrib/notes/common: extract-contrib-string.pl

Log Message:
Special-case badly worded ad clause in src/sys/lib/libkern/rngtest.c


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/distrib/notes/common/extract-contrib-string.pl

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

Modified files:

Index: src/distrib/notes/common/extract-contrib-string.pl
diff -u src/distrib/notes/common/extract-contrib-string.pl:1.19 src/distrib/notes/common/extract-contrib-string.pl:1.20
--- src/distrib/notes/common/extract-contrib-string.pl:1.19	Tue Dec  3 01:52:04 2019
+++ src/distrib/notes/common/extract-contrib-string.pl	Tue Dec  3 02:10:26 2019
@@ -151,7 +151,17 @@ while(<>) {
 		print "2> $_" if $debug;
 		
 		$msg="";
-		$msg = $_ if ($fn =~ m,$known_bad_clause_3_wording, and /``/);
+
+		if ($fn =~ m,$known_bad_clause_3_wording, and /``/) {
+		$msg = $_;
+		}
+		elsif (/:\s+This product/) {
+		# src/sys/lib/libkern/rngtest.c - bad clause 3 wording
+		# that is not like others, so special case it here
+		$msg = $_;
+		$msg =~ s/^.*:\s+(This product.*)$/$1/;
+		}
+
 		$cnt=0;
 		$_=;
 		while(!/$ack_endline/i) {



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Dec  3 01:56:10 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
This product includes software developed by Ravikanth.


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.117 src/distrib/notes/common/legal.common:1.118
--- src/distrib/notes/common/legal.common:1.117	Tue Dec  3 01:43:11 2019
+++ src/distrib/notes/common/legal.common	Tue Dec  3 01:56:10 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.117 2019/12/03 01:43:11 uwe Exp $
+.\" $NetBSD: legal.common,v 1.118 2019/12/03 01:56:10 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -341,6 +341,8 @@ This product includes software developed
 .It
 This product includes software developed by QUALCOMM Incorporated.
 .It
+This product includes software developed by Ravikanth.
+.It
 This product includes software developed by RiscBSD.
 .It
 This product includes software developed by Roar Thronæs.



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Dec  3 01:52:04 UTC 2019

Modified Files:
src/distrib/notes/common: extract-contrib-string.pl

Log Message:
Fix typo in regexp to detect m4 comments.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/distrib/notes/common/extract-contrib-string.pl

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

Modified files:

Index: src/distrib/notes/common/extract-contrib-string.pl
diff -u src/distrib/notes/common/extract-contrib-string.pl:1.18 src/distrib/notes/common/extract-contrib-string.pl:1.19
--- src/distrib/notes/common/extract-contrib-string.pl:1.18	Tue Dec  3 01:24:45 2019
+++ src/distrib/notes/common/extract-contrib-string.pl	Tue Dec  3 01:52:04 2019
@@ -225,7 +225,7 @@ while(<>) {
 		$msg =~ s/^REM\s*//g;			# BASIC?!?
 		$msg =~ s/\nREM\s*/\n/g;		# BASIC?!?
 		$msg =~ s/^dnl\s*//g;			# m4
-		$msg =~ s/\dnl\s*/\n/g;			# m4
+		$msg =~ s/\ndnl\s*/\n/g;		# m4
 		$msg =~ s/^\s+-\s+//g;			# seen in docbook files
 		$msg =~ s/\n\s+-\s+/ /g;		#
 		$msg =~ s/^[#\\\|";]+\s*//g;		# sh etc.



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Dec  3 01:43:12 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Swap Per Fogelstrom entries.  Missed in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.116 src/distrib/notes/common/legal.common:1.117
--- src/distrib/notes/common/legal.common:1.116	Tue Dec  3 01:19:33 2019
+++ src/distrib/notes/common/legal.common	Tue Dec  3 01:43:11 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.116 2019/12/03 01:19:33 uwe Exp $
+.\" $NetBSD: legal.common,v 1.117 2019/12/03 01:43:11 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -498,10 +498,10 @@ This product includes software developed
 Wasabi Systems, Inc.
 .It
 This product includes software developed under OpenBSD by
-Per Fogelstrom Opsycon AB for RTMX Inc, North Carolina, USA.
+Per Fogelstrom.
 .It
 This product includes software developed under OpenBSD by
-Per Fogelstrom.
+Per Fogelstrom Opsycon AB for RTMX Inc, North Carolina, USA.
 .It
 This software was developed by Holger Veit and Brian Moore
 for use with "386BSD" and similar operating systems.



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Dec  3 01:24:45 UTC 2019

Modified Files:
src/distrib/notes/common: extract-contrib-string.pl

Log Message:
Detect more ad clauses, pick more duplicates.

If there are notices that differ in the final dot, prefer the version
with the dot.  Sort "by the" enries after all other "by Name" entries.
With the corresponding re-ordering of the legal.common the output of
this script is getting useful again.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/distrib/notes/common/extract-contrib-string.pl

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

Modified files:

Index: src/distrib/notes/common/extract-contrib-string.pl
diff -u src/distrib/notes/common/extract-contrib-string.pl:1.17 src/distrib/notes/common/extract-contrib-string.pl:1.18
--- src/distrib/notes/common/extract-contrib-string.pl:1.17	Mon Dec  2 21:54:33 2019
+++ src/distrib/notes/common/extract-contrib-string.pl	Tue Dec  3 01:24:45 2019
@@ -50,7 +50,7 @@
 
 
 $ack_line1="[aA]ll( commercial)?( marketing or)? advertising materials mentioning( features)?";
-$ack_line2="display the following( acknowledge?ment)?";
+$ack_line2="display the( following)?( acknowledge?ment)?";
 $ack_endline=
   '(\d\.\s*(Neither the name'
 . '|The name of the company nor the name'	# Wasn't my idea
@@ -59,11 +59,15 @@ $ack_endline=
 . '|The names? (of )?.* nor the names? of'
 . '|The names? (of )?.* or any of it\'?s members'
 . '|Redistributions of any form whatsoever'
-. '|The names .*"OpenSSL Toolkit.*" and .*"OpenSSL Project.*" must not be used))'
+. '|The names .*"OpenSSL Toolkit.*" and .*"OpenSSL Project.*" must not be used'
+. "|Urbana-Champaign Independent Media Center's name"
+. '))'
+.'|(^Neither the name)'
 .'|(THIS SOFTWARE IS PROVIDED)'
 .'|(The word \'cryptographic\' can be left out if)'
 .'|(may be used to endorse)'
 .'|(@end cartouche)'
+.'|()'
 .'|(Redistribution and use in source and binary forms)'
 .'|(may not be used to endorse)'
 .'|(\.IP 4)'
@@ -177,6 +181,11 @@ while(<>) {
 			$msg =~ s/''.*$//o;
 		}
 
+		# XXX: pcap  - add to known_bad_clause_3_wording but
+		# that code seems to have problems.  Easier to add a
+		# hack here, shouldn't affect good clause 3.
+		$msg =~ s/''\s+Neither the name.*$//;
+
 		# *roff
 		while ($msg =~ /^\.\\"\s*/) {
 			$msg =~ s/^\.\\"\s*//o;
@@ -259,52 +268,27 @@ while(<>) {
 			print "$msg";
 			print "\n\n";
 		}
-		
-		# Figure out if there's a version w/ or w/o trailing dot
-		# 
-		if ($msg =~ /\.$/) {
-			# check if there's a version of the same msg
-			# w/o a trailing dot
-			$msg2=$msg;
-			$msg2=~s,\.$,,;
-			if ($copyrights{"$msg2"}) {
-			# already there - skip
-			print "already there, w/o dot - skipping!\n"
-if $debug;
-			next msg;
-			}
-			
-			# ... maybe with other case?
-			$lc_msg2=lc($msg2);
-			if ($lc_copyrights{$lc_msg2}) {
-			print "already there, in different case - skipping\n"
-if $debug;
-			next msg;
-			}
-		} else {
-			# check if there's a version of the same msg
-			# with a trailing dot
-			$msg2=$msg;
-			$msg2.=".";
-			if ($copyrights{"$msg2"}) {
-			# already there - skip
-			print "already there, w/ dot - skipping!\n"
-if $debug;
-			next msg;
+
+		my $key = lc($msg);	# ignore difference in case
+		$key =~ s/\n/ /g;	# ignore difference in line breaks
+		$key =~ s/\.$//g;	# drop the final dot
+
+		# push organizations ("by the") to the end of the
+		# sorting order
+		$key =~ s/(developed by) the/$1 ~the/;
+
+		if (defined $copyrights{$key}) {
+			if ($copyrights{$key} !~ /\.$/ && $msg =~ /\.$/) {
+			print "already there, without dot - overriding!\n"
+if 1 || $debug;
 			}
-			
-			# ... maybe with other case?
-			$lc_msg2=lc($msg2);
-			if ($lc_copyrights{$lc_msg2}) {
-			print "already there, in different case - skipping\n"
-if $debug;
+			else {
 			next msg;
 			}
 		}
 
-		$copyrights{$msg} = 1;
-		$lc_copyrights{lc($msg)} = 1;
-		}		 
+		$copyrights{$key} = $msg;
+		}
 
 	} else {
 		print "?> $_" if $debug;
@@ -322,19 +306,22 @@ while(<>) {
 
 if ($html) {
 print "\n";
-foreach $msg (sort keys %copyrights) {
+foreach $key (sort keys %copyrights) {
+	my $msg = $copyrights{$key};
 	print "$msg\n";
 }
 print "\n";
 } elsif ($xml) {
-foreach $msg (sort keys %copyrights) {
+foreach $key (sort keys %copyrights) {
+	my $msg = $copyrights{$key};
 	print "$msg\n";
 }
 } else {
 print "\n";
 
 $firsttime=1;
-foreach $msg (sort keys %copyrights) {
+foreach $key (sort keys %copyrights) {
+	my $msg = $copyrights{$key};
 	if ($firsttime) {
 	$firsttime=0;
 	} else {



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Dec  3 01:19:33 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Sort entries "by Foo." before "by Foo and" etc.  Sort the section with
"for the NetBSD" notices that had a lot of entries out of order.  Drop
final dots that are not in any of the required notices to reduce diff
with the script output.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.115 src/distrib/notes/common/legal.common:1.116
--- src/distrib/notes/common/legal.common:1.115	Tue Dec  3 00:23:25 2019
+++ src/distrib/notes/common/legal.common	Tue Dec  3 01:19:33 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.115 2019/12/03 00:23:25 uwe Exp $
+.\" $NetBSD: legal.common,v 1.116 2019/12/03 01:19:33 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -63,11 +63,11 @@ Eric Young (e...@mincom.oz.au)
 .It
 This product includes software designed by William Allen Simpson.
 .It
+This product includes software developed at Ludd, University of Lulea.
+.It
 This product includes software developed at Ludd, University of
 Lulea, Sweden and its contributors.
 .It
-This product includes software developed at Ludd, University of Lulea.
-.It
 This product includes software developed at the Information
 Technology Division, US Naval Research Laboratory.
 .It
@@ -77,16 +77,16 @@ Harvard University.
 This product includes software developed by Adam Ciarcinski for
 the NetBSD project.
 .It
+This product includes software developed by Adam Glass.
+.It
 This product includes software developed by Adam Glass and Charles M.
 Hannum.
 .It
-This product includes software developed by Adam Glass.
+This product includes software developed by Alex Zepeda.
 .It
 This product includes software developed by Alex Zepeda, and
 Colin Wood for the NetBSD Projet.
 .It
-This product includes software developed by Alex Zepeda.
-.It
 This product includes software developed by Allen Briggs.
 .It
 This product includes software developed by Amancio Hasty and
@@ -94,7 +94,8 @@ Roger Hardiman
 .It
 This product includes software developed by Ben Gray.
 .It
-This product includes software developed by Berkeley Software Design, Inc.
+This product includes software developed by Berkeley Software Design,
+Inc.
 .It
 This product includes software developed by Bill Paul.
 .It
@@ -111,33 +112,33 @@ This product includes software developed
 .It
 This product includes software developed by Charles Hannum.
 .It
+This product includes software developed by Charles M. Hannum.
+.It
 This product includes software developed by Charles M. Hannum, by the
 University of Vermont and State Agricultural College and Garrett A.
 Wollman, by William F. Jolitz, and by the University of California,
 Berkeley, Lawrence Berkeley Laboratory, and its contributors.
 .It
-This product includes software developed by Charles M. Hannum.
+This product includes software developed by Christian E. Hopps.
 .It
 This product includes software developed by Christian E. Hopps,
 Ezra Story, Kari Mettinen, Markus Wild, Lutz Vieweg
 and Michael Teske.
 .It
-This product includes software developed by Christian E. Hopps.
+This product includes software developed by Christopher G. Demetriou.
 .It
 This product includes software developed by Christopher G. Demetriou
 for the NetBSD Project.
 .It
-This product includes software developed by Christopher G. Demetriou.
-.It
 This product includes software developed by Chuck Silvers.
 .It
 This product includes software developed by Cisco Systems, Inc.
 .It
+This product includes software developed by Colin Wood.
+.It
 This product includes software developed by Colin Wood
 for the NetBSD Project.
 .It
-This product includes software developed by Colin Wood.
-.It
 This product includes software developed by Daan Vreeken.
 .It
 This product includes software developed by Daishi Kato
@@ -165,6 +166,8 @@ This product includes software developed
 .It
 This product includes software developed by Eric Young (e...@mincom.oz.au)
 .It
+This product includes software developed by Ezra Story.
+.It
 This product includes software developed by Ezra Story and by Kari
 Mettinen.
 .It
@@ -172,12 +175,10 @@ This product includes software developed
 Mettinen and by Bernd Ernesti.
 .It
 This product includes software developed by Ezra Story, by Kari
-Mettinen, Michael Teske and by Bernd Ernesti.
-.It
-This product includes software developed by Ezra Story, by Kari
 Mettinen, and Michael Teske.
 .It
-This product includes software developed by Ezra Story.
+This product includes software developed by Ezra Story, by Kari
+Mettinen, Michael Teske and by Bernd Ernesti.
 .It
 This 

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Dec  3 00:23:25 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Move entries with short first line that ends with "by" to their proper
places in the sorting order.


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.114 src/distrib/notes/common/legal.common:1.115
--- src/distrib/notes/common/legal.common:1.114	Mon Dec  2 23:30:32 2019
+++ src/distrib/notes/common/legal.common	Tue Dec  3 00:23:25 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.114 2019/12/02 23:30:32 uwe Exp $
+.\" $NetBSD: legal.common,v 1.115 2019/12/03 00:23:25 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -71,18 +71,6 @@ This product includes software developed
 This product includes software developed at the Information
 Technology Division, US Naval Research Laboratory.
 .It
-This product includes software developed by
-David Jones and Gordon Ross
-.It
-This product includes software developed by
-Hellmuth Michaelis and Joerg Wunsch
-.It
-This product includes software developed by
-Internet Research Institute, Inc.
-.It
-This product includes software developed by
-Leo Weppelman and Waldi Ravens.
-.It
 This product includes software developed by Aaron Brown and
 Harvard University.
 .It
@@ -160,6 +148,9 @@ and Michael L. Hitch.
 This product includes software developed by Daniel Widenfalk
 for the NetBSD Project.
 .It
+This product includes software developed by
+David Jones and Gordon Ross
+.It
 This product includes software developed by David Miller.
 .It
 This product includes software developed by Dean Huxley.
@@ -204,6 +195,9 @@ its contributors.
 .It
 This product includes software developed by Harvard University.
 .It
+This product includes software developed by
+Hellmuth Michaelis and Joerg Wunsch
+.It
 This product includes software developed by Henrik Vestergaard Draboel.
 .It
 This product includes software developed by Herb Peyerl.
@@ -221,6 +215,9 @@ its contributors.
 This product includes software developed by Internet
 Initiative Japan Inc.
 .It
+This product includes software developed by
+Internet Research Institute, Inc.
+.It
 This product includes software developed by James R. Maynard III.
 .It
 This product includes software developed by Jared D. McNeill.
@@ -274,6 +271,9 @@ Berkeley and its contributors.
 .It
 This product includes software developed by Kyma Systems.
 .It
+This product includes software developed by
+Leo Weppelman and Waldi Ravens.
+.It
 This product includes software developed by Lloyd Parkes.
 .It
 This product includes software developed by Lutz Vieweg.



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 23:30:32 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Restore entries for "K. Kobayashi" and "K. Kobayashi and H. Shimokawa".
The script missed them as it was confused by the slighly non-standard
license wording.  My apologies.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.113 src/distrib/notes/common/legal.common:1.114
--- src/distrib/notes/common/legal.common:1.113	Mon Dec  2 23:27:52 2019
+++ src/distrib/notes/common/legal.common	Mon Dec  2 23:30:32 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.113 2019/12/02 23:27:52 uwe Exp $
+.\" $NetBSD: legal.common,v 1.114 2019/12/02 23:30:32 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -256,6 +256,10 @@ the NetBSD Project.
 .It
 This product includes software developed by Julian Highfield.
 .It
+This product includes software developed by K. Kobayashi
+.It
+This product includes software developed by K. Kobayashi and H. Shimokawa
+.It
 This product includes software developed by Kazuhisa Shimizu.
 .It
 This product includes software developed by Kazuki Sakamoto.



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 23:27:53 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Restore the entry for Yasushi Yamasaki - it comes from xsrc,
my apologies.


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.112 src/distrib/notes/common/legal.common:1.113
--- src/distrib/notes/common/legal.common:1.112	Mon Dec  2 22:14:21 2019
+++ src/distrib/notes/common/legal.common	Mon Dec  2 23:27:52 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.112 2019/12/02 22:14:21 uwe Exp $
+.\" $NetBSD: legal.common,v 1.113 2019/12/02 23:27:52 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -382,6 +382,8 @@ This product includes software developed
 .It
 This product includes software developed by Winning Strategies, Inc.
 .It
+This product includes software developed by Yasushi Yamasaki
+.It
 This product includes software developed by Yen Yen Lim and
 North Dakota State University.
 .It



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 22:14:21 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Drop the entry for "University of California, Berkeley and its
contributors, as well as the Trustees of Columbia University" that was
required by the ad clause in external/bsd/am-utils/dist/COPYING.
The ad clause was dropped in the versions we have since netbsd-8.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.111 src/distrib/notes/common/legal.common:1.112
--- src/distrib/notes/common/legal.common:1.111	Mon Dec  2 20:57:17 2019
+++ src/distrib/notes/common/legal.common	Mon Dec  2 22:14:21 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.111 2019/12/02 20:57:17 uwe Exp $
+.\" $NetBSD: legal.common,v 1.112 2019/12/02 22:14:21 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -415,10 +415,6 @@ This product includes software developed
 Development Group at Sun Microsystems, Inc.
 .It
 This product includes software developed by the University of
-California, Berkeley and its contributors, as well as the Trustees of
-Columbia University.
-.It
-This product includes software developed by the University of
 California, Lawrence Berkeley Laboratory and its contributors.
 .It
 This product includes software developed by the University of



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 21:54:33 UTC 2019

Modified Files:
src/distrib/notes/common: extract-contrib-string.pl

Log Message:
Don't use an undefined variable.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/distrib/notes/common/extract-contrib-string.pl

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

Modified files:

Index: src/distrib/notes/common/extract-contrib-string.pl
diff -u src/distrib/notes/common/extract-contrib-string.pl:1.16 src/distrib/notes/common/extract-contrib-string.pl:1.17
--- src/distrib/notes/common/extract-contrib-string.pl:1.16	Mon Dec  2 16:59:28 2019
+++ src/distrib/notes/common/extract-contrib-string.pl	Mon Dec  2 21:54:33 2019
@@ -303,7 +303,7 @@ while(<>) {
 		}
 
 		$copyrights{$msg} = 1;
-		$lc_copyrights{$lc_msg} = 1;
+		$lc_copyrights{lc($msg)} = 1;
 		}		 
 
 	} else {



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 20:57:17 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Drop the entry for Yasushi Yamasaki.  Nothing in the tree requires it.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.110 src/distrib/notes/common/legal.common:1.111
--- src/distrib/notes/common/legal.common:1.110	Mon Dec  2 20:49:25 2019
+++ src/distrib/notes/common/legal.common	Mon Dec  2 20:57:17 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.110 2019/12/02 20:49:25 uwe Exp $
+.\" $NetBSD: legal.common,v 1.111 2019/12/02 20:57:17 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -382,8 +382,6 @@ This product includes software developed
 .It
 This product includes software developed by Winning Strategies, Inc.
 .It
-This product includes software developed by Yasushi Yamasaki.
-.It
 This product includes software developed by Yen Yen Lim and
 North Dakota State University.
 .It



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 20:49:25 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Move the entry for Kyma Systems to its proper place in the sorting order.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.109 src/distrib/notes/common/legal.common:1.110
--- src/distrib/notes/common/legal.common:1.109	Mon Dec  2 20:18:45 2019
+++ src/distrib/notes/common/legal.common	Mon Dec  2 20:49:25 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.109 2019/12/02 20:18:45 uwe Exp $
+.\" $NetBSD: legal.common,v 1.110 2019/12/02 20:49:25 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -268,6 +268,8 @@ This product includes software developed
 Ernesti, by Michael van Elst, and by the University of California,
 Berkeley and its contributors.
 .It
+This product includes software developed by Kyma Systems.
+.It
 This product includes software developed by Lloyd Parkes.
 .It
 This product includes software developed by Lutz Vieweg.
@@ -455,8 +457,6 @@ by Jason R. Thorpe.
 This product includes software developed for the NetBSD Project
 by John M. Vinopal.
 .It
-This product includes software developed by Kyma Systems.
-.It
 This product includes software developed for the NetBSD Project by
 Kyma Systems LLC.
 .It



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 20:18:45 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Drop the entry for David Muir Sharnoff.  It was for expn(1) script in
am-utils that was never installed and is no longer there since netbsd-8.


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.108 src/distrib/notes/common/legal.common:1.109
--- src/distrib/notes/common/legal.common:1.108	Mon Dec  2 20:03:33 2019
+++ src/distrib/notes/common/legal.common	Mon Dec  2 20:18:45 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.108 2019/12/02 20:03:33 uwe Exp $
+.\" $NetBSD: legal.common,v 1.109 2019/12/02 20:18:45 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -392,8 +392,6 @@ This product includes software developed
 This product includes software developed by the Computer Systems
 Engineering Group at Lawrence Berkeley Laboratory.
 .It
-This product includes software developed by the David Muir Sharnoff.
-.It
 This product includes software developed by the Harvard
 University and its contributors.
 .It



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 20:03:33 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Drop the entry for Thomas Gerner.

thomas@ dropped clauses 3 and 4 from his license back in 2009 and the
entry was dropped from here, but a copy was forgotten in the atari
port-specific legal file and merged back here in 2015.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.107 src/distrib/notes/common/legal.common:1.108
--- src/distrib/notes/common/legal.common:1.107	Mon Dec  2 19:48:47 2019
+++ src/distrib/notes/common/legal.common	Mon Dec  2 20:03:33 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.107 2019/12/02 19:48:47 uwe Exp $
+.\" $NetBSD: legal.common,v 1.108 2019/12/02 20:03:33 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -369,8 +369,6 @@ This product includes software developed
 This product includes software developed by Tatoku Ogaito
 for the NetBSD Project.
 .It
-This product includes software developed by Thomas Gerner.
-.It
 This product includes software developed by TooLs GmbH.
 .It
 This product includes software developed by Trimble Navigation, Ltd.



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 19:48:48 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Drop the entry for Texas A University.
Nothing in the tree has its ad clause.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.106 src/distrib/notes/common/legal.common:1.107
--- src/distrib/notes/common/legal.common:1.106	Mon Dec  2 19:35:00 2019
+++ src/distrib/notes/common/legal.common	Mon Dec  2 19:48:47 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.106 2019/12/02 19:35:00 uwe Exp $
+.\" $NetBSD: legal.common,v 1.107 2019/12/02 19:48:47 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -369,9 +369,6 @@ This product includes software developed
 This product includes software developed by Tatoku Ogaito
 for the NetBSD Project.
 .It
-This product includes software developed by Texas A University
-and its contributors.
-.It
 This product includes software developed by Thomas Gerner.
 .It
 This product includes software developed by TooLs GmbH.



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 19:35:00 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Move the entry for Matthew Fredette to its proper place in the sorting order.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.105 src/distrib/notes/common/legal.common:1.106
--- src/distrib/notes/common/legal.common:1.105	Mon Dec  2 17:28:36 2019
+++ src/distrib/notes/common/legal.common	Mon Dec  2 19:35:00 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.105 2019/12/02 17:28:36 uwe Exp $
+.\" $NetBSD: legal.common,v 1.106 2019/12/02 19:35:00 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -294,10 +294,10 @@ This product includes software developed
 .It
 This product includes software developed by Masaru Oki.
 .It
-This product includes software developed by Matthew Fredette.
-.It
 This product includes software developed by Matt DeBergalis.
 .It
+This product includes software developed by Matthew Fredette.
+.It
 This product includes software developed by Michael Smith.
 .It
 This product includes software developed by Microsoft.



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 17:28:36 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Drop entries for "K. Kobayashi" and "K. Kobayashi and H. Shimokawa"
that are no longer referenced in tree.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.104 src/distrib/notes/common/legal.common:1.105
--- src/distrib/notes/common/legal.common:1.104	Mon Dec  2 17:23:23 2019
+++ src/distrib/notes/common/legal.common	Mon Dec  2 17:28:36 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.104 2019/12/02 17:23:23 uwe Exp $
+.\" $NetBSD: legal.common,v 1.105 2019/12/02 17:28:36 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -256,10 +256,6 @@ the NetBSD Project.
 .It
 This product includes software developed by Julian Highfield.
 .It
-This product includes software developed by K. Kobayashi.
-.It
-This product includes software developed by K. Kobayashi and H. Shimokawa.
-.It
 This product includes software developed by Kazuhisa Shimizu.
 .It
 This product includes software developed by Kazuki Sakamoto.



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 17:23:24 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Add entry for Cisco for the SCTP code.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.103 src/distrib/notes/common/legal.common:1.104
--- src/distrib/notes/common/legal.common:1.103	Mon Dec  2 17:17:09 2019
+++ src/distrib/notes/common/legal.common	Mon Dec  2 17:23:23 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.103 2019/12/02 17:17:09 uwe Exp $
+.\" $NetBSD: legal.common,v 1.104 2019/12/02 17:23:23 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -143,6 +143,8 @@ This product includes software developed
 .It
 This product includes software developed by Chuck Silvers.
 .It
+This product includes software developed by Cisco Systems, Inc.
+.It
 This product includes software developed by Colin Wood
 for the NetBSD Project.
 .It



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 17:17:09 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Add entry for Ben Gray.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.102 src/distrib/notes/common/legal.common:1.103
--- src/distrib/notes/common/legal.common:1.102	Mon Dec  2 16:43:06 2019
+++ src/distrib/notes/common/legal.common	Mon Dec  2 17:17:09 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.102 2019/12/02 16:43:06 uwe Exp $
+.\" $NetBSD: legal.common,v 1.103 2019/12/02 17:17:09 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -104,6 +104,8 @@ This product includes software developed
 This product includes software developed by Amancio Hasty and
 Roger Hardiman
 .It
+This product includes software developed by Ben Gray.
+.It
 This product includes software developed by Berkeley Software Design, Inc.
 .It
 This product includes software developed by Bill Paul.



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 16:59:28 UTC 2019

Modified Files:
src/distrib/notes/common: extract-contrib-string.pl

Log Message:
Fix ISO-646-SE spelling of Lule\[oa].


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/distrib/notes/common/extract-contrib-string.pl

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

Modified files:

Index: src/distrib/notes/common/extract-contrib-string.pl
diff -u src/distrib/notes/common/extract-contrib-string.pl:1.15 src/distrib/notes/common/extract-contrib-string.pl:1.16
--- src/distrib/notes/common/extract-contrib-string.pl:1.15	Mon Dec  2 16:38:37 2019
+++ src/distrib/notes/common/extract-contrib-string.pl	Mon Dec  2 16:59:28 2019
@@ -236,6 +236,9 @@ while(<>) {
 		$msg =~ s/^\"//o;
 		$msg =~ s/\"$//o;
 
+		# Fix ISO-646-SE spelling of Lule\[oa]
+		$msg =~ s/Lule\}/Lulea/g;
+
 		# Collapse multiple spaces between words.  There are a
 		# few entries with "by__Name" that affects sorting.
 		$msg =~ s/(\w)  +(\w)/$1 $2/g;



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 16:43:06 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Collapse multiple spaces in an entry (doesn't affect sorting).


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.101 src/distrib/notes/common/legal.common:1.102
--- src/distrib/notes/common/legal.common:1.101	Mon Dec  2 16:41:35 2019
+++ src/distrib/notes/common/legal.common	Mon Dec  2 16:43:06 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.101 2019/12/02 16:41:35 uwe Exp $
+.\" $NetBSD: legal.common,v 1.102 2019/12/02 16:43:06 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -170,7 +170,7 @@ This product includes software developed
 .It
 This product includes software developed by Eric Young (e...@mincom.oz.au)
 .It
-This product includes software developed by Ezra Story and  by Kari
+This product includes software developed by Ezra Story and by Kari
 Mettinen.
 .It
 This product includes software developed by Ezra Story, by Kari



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 16:41:35 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Move the entry for Mika Kortelainen to its proper place in the sorting
order after fixing multiple spaces.


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.100 src/distrib/notes/common/legal.common:1.101
--- src/distrib/notes/common/legal.common:1.100	Mon Dec  2 16:35:18 2019
+++ src/distrib/notes/common/legal.common	Mon Dec  2 16:41:35 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.100 2019/12/02 16:35:18 uwe Exp $
+.\" $NetBSD: legal.common,v 1.101 2019/12/02 16:41:35 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -83,8 +83,6 @@ Internet Research Institute, Inc.
 This product includes software developed by
 Leo Weppelman and Waldi Ravens.
 .It
-This product includes software developed by  Mika Kortelainen
-.It
 This product includes software developed by Aaron Brown and
 Harvard University.
 .It
@@ -304,6 +302,8 @@ This product includes software developed
 .It
 This product includes software developed by Microsoft.
 .It
+This product includes software developed by Mika Kortelainen
+.It
 This product includes software developed by Mike Pritchard.
 .It
 This product includes software developed by Mike Pritchard and



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 16:38:37 UTC 2019

Modified Files:
src/distrib/notes/common: extract-contrib-string.pl

Log Message:
Collapse multiple spaces between words.
There are a few entries with "by__Name" that affects sorting.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/notes/common/extract-contrib-string.pl

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

Modified files:

Index: src/distrib/notes/common/extract-contrib-string.pl
diff -u src/distrib/notes/common/extract-contrib-string.pl:1.14 src/distrib/notes/common/extract-contrib-string.pl:1.15
--- src/distrib/notes/common/extract-contrib-string.pl:1.14	Mon May 26 08:11:41 2008
+++ src/distrib/notes/common/extract-contrib-string.pl	Mon Dec  2 16:38:37 2019
@@ -236,6 +236,10 @@ while(<>) {
 		$msg =~ s/^\"//o;
 		$msg =~ s/\"$//o;
 
+		# Collapse multiple spaces between words.  There are a
+		# few entries with "by__Name" that affects sorting.
+		$msg =~ s/(\w)  +(\w)/$1 $2/g;
+
 		# Split up into separate paragraphs
 		#
 		$msgs=$msg;



CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Dec  2 16:35:18 UTC 2019

Modified Files:
src/distrib/notes/common: legal.common

Log Message:
Move Intel's entry to its proper place in the sorting order.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/distrib/notes/common/legal.common

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

Modified files:

Index: src/distrib/notes/common/legal.common
diff -u src/distrib/notes/common/legal.common:1.99 src/distrib/notes/common/legal.common:1.100
--- src/distrib/notes/common/legal.common:1.99	Thu Nov 21 19:23:17 2019
+++ src/distrib/notes/common/legal.common	Mon Dec  2 16:35:18 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.99 2019/11/21 19:23:17 martin Exp $
+.\" $NetBSD: legal.common,v 1.100 2019/12/02 16:35:18 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -55,9 +55,6 @@ This product includes software developed
 NetBSD Project.  See https://www.NetBSD.org/ for
 information about NetBSD.
 .It
-This product includes software developed by Intel Corporation and
-its contributors.
-.It
 This product includes cryptographic software written by
 Eric Young (e...@cryptsoft.com)
 .It
@@ -216,6 +213,9 @@ the NetBSD Project.
 .It
 This product includes software developed by Ian W. Dall.
 .It
+This product includes software developed by Intel Corporation and
+its contributors.
+.It
 This product includes software developed by Internet
 Initiative Japan Inc.
 .It



CVS commit: src/distrib/notes/macppc

2019-02-19 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Wed Feb 20 00:10:26 UTC 2019

Modified Files:
src/distrib/notes/macppc: contents

Log Message:
Document the netbsd-POWERMAC_G5 and netbsd-POWERMAC_G5.MP kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/distrib/notes/macppc/contents

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

Modified files:

Index: src/distrib/notes/macppc/contents
diff -u src/distrib/notes/macppc/contents:1.15 src/distrib/notes/macppc/contents:1.16
--- src/distrib/notes/macppc/contents:1.15	Tue Nov 13 18:48:25 2018
+++ src/distrib/notes/macppc/contents	Wed Feb 20 00:10:26 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.15 2018/11/13 18:48:25 scole Exp $
+.\"	$NetBSD: contents,v 1.16 2019/02/20 00:10:26 sevan Exp $
 .\"
 .\" Copyright (c) 1999-2016 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -99,6 +99,21 @@ kernel containing code only for PowerPC 
 1.0.5, 1.1.22, 2.0.x, and 2.4 systems (i.e. those that have floppy drives).
 It has a RAM-disk installer.
 .
+.			It Pa netbsd-POWERMAC_G5.gz
+.
+A gzipped
+.Nx
+kernel containing code only for uniprocessor PowerPC 970FX and 970MP machines.
+It is intended for netbooting, uncompressed, via TFTP.
+.
+.			It Pa netbsd-POWERMAC_G5.MP.gz
+.
+A gzipped
+.Nx
+kernel containing code only for multi-processor PowerPC 970FX and 970MP
+machines.
+It is intended for netbooting, uncompressed, via TFTP.
+.
 .
 .		tag) \" binary/kernel/
 .



CVS commit: src/distrib/notes

2018-11-13 Thread Sean Cole
Module Name:src
Committed By:   scole
Date:   Tue Nov 13 18:48:26 UTC 2018

Modified Files:
src/distrib/notes/common: main
src/distrib/notes/macppc: contents install prep.OPENFIRMWARE

Log Message:
Mention macppc 601 needs to use separate boot floppies, kernels, and specific 
kernel on CD


To generate a diff of this commit:
cvs rdiff -u -r1.549 -r1.550 src/distrib/notes/common/main
cvs rdiff -u -r1.14 -r1.15 src/distrib/notes/macppc/contents
cvs rdiff -u -r1.39 -r1.40 src/distrib/notes/macppc/install
cvs rdiff -u -r1.19 -r1.20 src/distrib/notes/macppc/prep.OPENFIRMWARE

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

Modified files:

Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.549 src/distrib/notes/common/main:1.550
--- src/distrib/notes/common/main:1.549	Tue Aug  7 08:26:42 2018
+++ src/distrib/notes/common/main	Tue Nov 13 18:48:25 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.549 2018/08/07 08:26:42 martin Exp $
+.\"	$NetBSD: main,v 1.550 2018/11/13 18:48:25 scole Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -381,6 +381,24 @@ kernel is called
 You may want to read the section below on
 .Sx Open Firmware boot syntax
 .\}
+.if \n[macppc] \{\
+.It
+.Pp
+PowerPC 601 machines need to use separate boot floppies 
+.Pa macppc/installation/floppy/boot601_1.fs
+and
+.Pa macppc/installation/floppy/boot602_2.fs ,
+a different kernel set
+.Pa kern-GENERIC_601.tgz ,
+and a different install kernel
+.Pa netbsd-INSTALL_601.gz .
+The same boot CD can be used but at the boot prompt you must specify
+the 601 kernel, i.e., replace
+.Ic netbsd.macppc
+with
+.Ic netbsd.601
+.
+.\}
 .if \n[sparc]:\n[sparc64] \{\
 .It
 You will need to get to the

Index: src/distrib/notes/macppc/contents
diff -u src/distrib/notes/macppc/contents:1.14 src/distrib/notes/macppc/contents:1.15
--- src/distrib/notes/macppc/contents:1.14	Sun Jun 24 09:38:47 2018
+++ src/distrib/notes/macppc/contents	Tue Nov 13 18:48:25 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.14 2018/06/24 09:38:47 leot Exp $
+.\"	$NetBSD: contents,v 1.15 2018/11/13 18:48:25 scole Exp $
 .\"
 .\" Copyright (c) 1999-2016 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -91,6 +91,15 @@ kernel containing code only for Open Fir
 and 2.4 systems (i.e. those that have floppy drives).
 It has a RAM-disk installer.
 .
+.			It Pa netbsd-INSTALL_601.gz
+.
+A gzipped
+.Nx
+kernel containing code only for PowerPC 601 machines, Open Firmware
+1.0.5, 1.1.22, 2.0.x, and 2.4 systems (i.e. those that have floppy drives).
+It has a RAM-disk installer.
+.
+.
 .		tag) \" binary/kernel/
 .
 .		It Pa sets/
@@ -112,6 +121,13 @@ kernel.  The second image has the instal
 Only usable on models that ship with a floppy drive (pre-Open Firmware 3);
 see below.
 .
+.
+.		It Pa floppy/boot601_1.fs
+.		It Pa floppy/boot601_2.fs
+.
+Same as boot1.fs, boot2.fs, except for PowerPC 601 machines only.
+.
+.
 .		It Pa ofwboot.xcf
 .
 \*M bootloader; see below.

Index: src/distrib/notes/macppc/install
diff -u src/distrib/notes/macppc/install:1.39 src/distrib/notes/macppc/install:1.40
--- src/distrib/notes/macppc/install:1.39	Sat Oct  6 05:28:46 2012
+++ src/distrib/notes/macppc/install	Tue Nov 13 18:48:25 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: install,v 1.39 2012/10/06 05:28:46 jnemeth Exp $
+.\"	$NetBSD: install,v 1.40 2018/11/13 18:48:25 scole Exp $
 .
 .Ss2 Open Firmware boot syntax
 .
@@ -298,6 +298,15 @@ listing if it is present on the disk.  F
 .No 0 \*[Gt] Ic "boot cd:,\eOFWBOOT.XCF;1 NETBSD.MACPPC;1"
 .disp)
 .Note)
+.(Note
+PowerPC 601 machines need to specify the
+.Pa NETBSD.601
+kernel when booting from the install CD, and use the
+.Pa kern-GENERIC_601.tgz
+and
+.Pa netbsd-INSTALL_601.gz
+kernels.
+.Note)
 .Pp
 If the
 .Ic dir
@@ -335,6 +344,7 @@ usually sets their CD-ROM drives to SCSI
 .Pp
 .(disp
 .No 0 \*[Gt] Ic "boot cd:0 NETBSD.MACPPC"
+.No 0 \*[Gt] Ic "boot cd:0 NETBSD.601"
 .No 0 \*[Gt] Ic "boot scsi-int/sd@3:0 NETBSD.MACPPC"
 .No 0 \*[Gt] Ic "boot scsi/sd@3:0 NETBSD.MACPPC"
 .No 0 \*[Gt] Ic "boot ata/atapi-disk:0 NETBSD.MACPPC"

Index: src/distrib/notes/macppc/prep.OPENFIRMWARE
diff -u src/distrib/notes/macppc/prep.OPENFIRMWARE:1.19 src/distrib/notes/macppc/prep.OPENFIRMWARE:1.20
--- src/distrib/notes/macppc/prep.OPENFIRMWARE:1.19	Wed Jun  7 09:14:32 2017
+++ src/distrib/notes/macppc/prep.OPENFIRMWARE	Tue Nov 13 18:48:25 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: prep.OPENFIRMWARE,v 1.19 2017/06/07 09:14:32 he Exp $
+.\"	$NetBSD: prep.OPENFIRMWARE,v 1.20 2018/11/13 18:48:25 scole Exp $
 .if \*[OF_VERSION_3] \{\
 .
 .Ss2 Updating your BootROM
@@ -1257,7 +1257,11 @@ Use a tool to write the boot floppy imag
 .Pa installation/floppy/boot1.fs
 and
 .Pa installation/floppy/boot2.fs
-to two floppy disks.
+to two floppy disks.  PowerPC 601 machines should use
+.Pa installation/floppy/boot601_1.fs
+and
+.Pa 

CVS commit: src/distrib/notes

2018-08-07 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Aug  7 08:26:42 UTC 2018

Modified Files:
src/distrib/notes: Makefile
src/distrib/notes/common: contents main postinstall
Removed Files:
src/distrib/notes/xen: Makefile hardware install instopt prep upgrade
xfer

Log Message:
Remove leftovers from the separate xen port (which is now part of i386
and amd64)


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/distrib/notes/Makefile
cvs rdiff -u -r1.177 -r1.178 src/distrib/notes/common/contents
cvs rdiff -u -r1.548 -r1.549 src/distrib/notes/common/main
cvs rdiff -u -r1.82 -r1.83 src/distrib/notes/common/postinstall
cvs rdiff -u -r1.2 -r0 src/distrib/notes/xen/Makefile \
src/distrib/notes/xen/install src/distrib/notes/xen/upgrade
cvs rdiff -u -r1.3 -r0 src/distrib/notes/xen/hardware \
src/distrib/notes/xen/instopt src/distrib/notes/xen/prep
cvs rdiff -u -r1.4 -r0 src/distrib/notes/xen/xfer

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

Modified files:

Index: src/distrib/notes/Makefile
diff -u src/distrib/notes/Makefile:1.45 src/distrib/notes/Makefile:1.46
--- src/distrib/notes/Makefile:1.45	Wed Jan 24 09:04:40 2018
+++ src/distrib/notes/Makefile	Tue Aug  7 08:26:42 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.45 2018/01/24 09:04:40 skrll Exp $
+#	$NetBSD: Makefile,v 1.46 2018/08/07 08:26:42 martin Exp $
 #
 
 .include 
@@ -47,7 +47,6 @@ SUBDIR+= sun2
 SUBDIR+= sun3
 SUBDIR+= vax
 SUBDIR+= x68k
-SUBDIR+= xen
 .endif
 
 .include 

Index: src/distrib/notes/common/contents
diff -u src/distrib/notes/common/contents:1.177 src/distrib/notes/common/contents:1.178
--- src/distrib/notes/common/contents:1.177	Thu Aug  2 16:26:09 2018
+++ src/distrib/notes/common/contents	Tue Aug  7 08:26:42 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.177 2018/08/02 16:26:09 maxv Exp $
+.\"	$NetBSD: contents,v 1.178 2018/08/07 08:26:42 martin Exp $
 .\"
 .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -315,7 +315,7 @@ Method), below.
 .\}
 .
 .if !\n[alpha]:\n[bebox]:\n[cats]:\n[evbppc]:\n[mvme68k]:\n[macppc]:\
-\n[sgimips]:\n[sandpoint]:\n[sparc]:\n[xen] \{\
+\n[sgimips]:\n[sandpoint]:\n[sparc] \{\
 .		It Pa misc/
 .
 Miscellaneous \*M installation utilities; see
@@ -819,9 +819,6 @@ and the same kernel in the format needed
 These kernels are specific to the IBM 405GP based Walnut evaluation board.
 .\}
 .el \{\
-.ie \n[xen] \{\
-.\}
-.el \{\
 .It Sy kern-GENERIC
 This set contains a
 .Nx*M
@@ -837,7 +834,6 @@ This set also contains an a.out kernel n
 .Pa /netbsd.aout
 that your system may need to boot.
 .\}
-.\} \" !\n[xen]
 .\} \" !\n[evbppc]
 .\} \" !\n[sparc64]
 .\} \" !\n[sparc]

Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.548 src/distrib/notes/common/main:1.549
--- src/distrib/notes/common/main:1.548	Fri Jun 29 12:34:13 2018
+++ src/distrib/notes/common/main	Tue Aug  7 08:26:42 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.548 2018/06/29 12:34:13 roy Exp $
+.\"	$NetBSD: main,v 1.549 2018/08/07 08:26:42 martin Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -47,7 +47,7 @@
 .as MACHINE_LIST " i386 ibmnws iyonix landisk luna68k mac68k macppc mipsco
 .as MACHINE_LIST " mmeye mvme68k mvmeppc netwinder news68k newsmips next68k
 .as MACHINE_LIST " ofppc playstation2 pmax prep rs6000 sandpoint sbmips
-.as MACHINE_LIST " sgimips shark sparc sparc64 sun2 sun3 vax x68k xen zaurus .
+.as MACHINE_LIST " sgimips shark sparc sparc64 sun2 sun3 vax x68k zaurus .
 .so \*[.CURDIR]/../common/macros
 .
 .Dd May 9, 2015
@@ -678,12 +678,6 @@ own checksum files, just as the source d
 .so hardware ---
 .br_ne 7P
 .
-.if \n[xen] \{.Ss "Installation options"
-.br_ne 7P
-.
-.so instopt ---
-.\}
-.
 .Ss "Getting the NetBSD System on to Useful Media"
 .
 .so xfer ---

Index: src/distrib/notes/common/postinstall
diff -u src/distrib/notes/common/postinstall:1.82 src/distrib/notes/common/postinstall:1.83
--- src/distrib/notes/common/postinstall:1.82	Wed Jan 24 09:04:41 2018
+++ src/distrib/notes/common/postinstall	Tue Aug  7 08:26:42 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: postinstall,v 1.82 2018/01/24 09:04:41 skrll Exp $
+.\"	$NetBSD: postinstall,v 1.83 2018/08/07 08:26:42 martin Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -179,7 +179,6 @@ For example:
 .if \n[shark] .ds IFname cs0
 .if \n[sparc64]   .ds IFname hme0
 .if \n[x68k]  .ds IFname ne0
-.if \n[xen]   .ds IFname xennet0
 .
 .Dl ifconfig_\*[IFname]="inet 192.0.2.123 netmask 255.255.255.0"
 .Pp



CVS commit: src/distrib/notes/common

2018-08-02 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Thu Aug  2 16:22:43 UTC 2018

Modified Files:
src/distrib/notes/common: contents

Log Message:
Remove netbsd-INSTALL_XEN3_DOMU.gz (it doesn't exist anymore), and add
netbsd-XEN3PAE_DOM0.gz (has always existed, but was apparently forgotten).


To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 src/distrib/notes/common/contents

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

Modified files:

Index: src/distrib/notes/common/contents
diff -u src/distrib/notes/common/contents:1.175 src/distrib/notes/common/contents:1.176
--- src/distrib/notes/common/contents:1.175	Thu Jul 26 16:22:49 2018
+++ src/distrib/notes/common/contents	Thu Aug  2 16:22:43 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.175 2018/07/26 16:22:49 maxv Exp $
+.\"	$NetBSD: contents,v 1.176 2018/08/02 16:22:43 maxv Exp $
 .\"
 .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -92,7 +92,7 @@ The monolithic kernel which doesn't use 
 .			It Pa netbsd-INSTALL.gz
 The installation kernel.
 .			It Pa netbsd-INSTALL_XEN3PAE_DOMU.gz
-.			It Pa netbsd-INSTALL_XEN3_DOMU.gz
+.			It Pa netbsd-XEN3PAE_DOM0.gz
 .			It Pa netbsd-XEN3PAE_DOMU.gz
 .\}
 .if \n[mac68k] \{\



CVS commit: src/distrib/notes

2018-06-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jun 26 10:49:55 UTC 2018

Modified Files:
src/distrib/notes/bebox: prep
src/distrib/notes/common: main
src/distrib/notes/ews4800mips: xfer
src/distrib/notes/i386: xfer
src/distrib/notes/news68k: xfer
src/distrib/notes/newsmips: xfer

Log Message:
Replace references to i386 install media for Rawrite32 with
links to the homepage.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/bebox/prep
cvs rdiff -u -r1.546 -r1.547 src/distrib/notes/common/main
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/ews4800mips/xfer
cvs rdiff -u -r1.20 -r1.21 src/distrib/notes/i386/xfer
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/news68k/xfer
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/newsmips/xfer

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

Modified files:

Index: src/distrib/notes/bebox/prep
diff -u src/distrib/notes/bebox/prep:1.2 src/distrib/notes/bebox/prep:1.3
--- src/distrib/notes/bebox/prep:1.2	Mon Nov 15 21:39:12 2010
+++ src/distrib/notes/bebox/prep	Tue Jun 26 10:49:54 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: prep,v 1.2 2010/11/15 21:39:12 wiz Exp $
+.\"	$NetBSD: prep,v 1.3 2018/06/26 10:49:54 martin Exp $
 .
 .Pp
 . 
@@ -45,13 +45,8 @@ If you have an x86 PC which runs
 and use it to write the floppy image(s) to floppy disk,
 you can use the
 .Ic Rawrite32
-Windows32 program
-.Pq installed by Pa rawr32.exe
-available in the
-.Pa i386/installation/misc/
-directory of the
-.Nx
-distribution.
+Windows program which can be found at
+.Lk https://www.NetBSD.org/~martin/rawrite32 .
 .Pp
 Also you can create boot.fs in the following way:
 .Pp

Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.546 src/distrib/notes/common/main:1.547
--- src/distrib/notes/common/main:1.546	Sat Jun 23 17:46:00 2018
+++ src/distrib/notes/common/main	Tue Jun 26 10:49:54 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.546 2018/06/23 17:46:00 snj Exp $
+.\"	$NetBSD: main,v 1.547 2018/06/26 10:49:54 martin Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -257,15 +257,14 @@ with the appropriate device for your sys
 On Windows, you will need to use a program such as Win32 Disk Imager,
 which can be found at
 .Lk http://sourceforge.net/projects/win32diskimager/
+or
+Rawrite32 which can be found at
+.Lk https://www.NetBSD.org/~martin/rawrite32 .
 .if \n[amd64]:\n[i386] \{\
 If you have problems writing a raw image to a floppy,
 the
 .Ic rawrite.exe
 MS-DOS program
-or the
-.Ic Rawrite32
-Windows32 program (installed by
-.Pa rawr32.exe )
 in the
 .Pa \*M/installation/misc/
 directory may be of help.

Index: src/distrib/notes/ews4800mips/xfer
diff -u src/distrib/notes/ews4800mips/xfer:1.2 src/distrib/notes/ews4800mips/xfer:1.3
--- src/distrib/notes/ews4800mips/xfer:1.2	Fri May 27 17:38:43 2011
+++ src/distrib/notes/ews4800mips/xfer	Tue Jun 26 10:49:54 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: xfer,v 1.2 2011/05/27 17:38:43 tsutsui Exp $
+.\"	$NetBSD: xfer,v 1.3 2018/06/26 10:49:54 martin Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -59,14 +59,9 @@ If you have an i386 machine which runs
 .Tn Microsoft Windows
 and use it to write the floppy image(s) to floppy disk, you can use the
 .Ic Rawrite32
-Windows32 program.
-It can be installed by
-Pa rawr32.exe
-provided in the
-.Pa i386/installation/misc/
-directory of the
-.Nx
-distribution.
+Windows program.
+It can be downloaded from
+.Lk https://www.NetBSD.org/~martin/rawrite32 .
 .Ic rawrite
 utility for the
 .Tn MS-DOS

Index: src/distrib/notes/i386/xfer
diff -u src/distrib/notes/i386/xfer:1.20 src/distrib/notes/i386/xfer:1.21
--- src/distrib/notes/i386/xfer:1.20	Fri May 27 17:38:43 2011
+++ src/distrib/notes/i386/xfer	Tue Jun 26 10:49:54 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: xfer,v 1.20 2011/05/27 17:38:43 tsutsui Exp $
+.\"	$NetBSD: xfer,v 1.21 2018/06/26 10:49:54 martin Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -59,21 +59,16 @@ If you are using
 .Tn Microsoft Windows
 to write the floppy image(s) to floppy disk, you can use the
 .Ic Rawrite32
-Windows32 program.
-It can be installed by
-Pa rawr32.exe
-provieded in the
-.Pa i386/installation/misc
-directory of the
-.Nx
-distribution.
+Windows program.
+It can be downloaded from
+.Lk https://www.NetBSD.org/~martin/rawrite32 .
 A
 .Ic rawrite
 utility for the
 .Tn MS-DOS
 environment is also available in the
 .Pa i386/installation/misc/
-directory.
+directory of the i386 install media.
 .Pp
 .
 .\" - MI instructions for getting distribution off installation medium

Index: src/distrib/notes/news68k/xfer
diff -u src/distrib/notes/news68k/xfer:1.3 src/distrib/notes/news68k/xfer:1.4
--- src/distrib/notes/news68k/xfer:1.3	Fri May 27 17:38:44 2011
+++ src/distrib/notes/news68k/xfer	Tue Jun 26 

CVS commit: src/distrib/notes

2018-06-24 Thread Leonardo Taccari
Module Name:src
Committed By:   leot
Date:   Sun Jun 24 09:38:49 UTC 2018

Modified Files:
src/distrib/notes/acorn32: contents
src/distrib/notes/alpha: contents
src/distrib/notes/amd64: contents
src/distrib/notes/amiga: contents
src/distrib/notes/arc: contents
src/distrib/notes/atari: contents
src/distrib/notes/bebox: contents
src/distrib/notes/cats: contents
src/distrib/notes/common: contents
src/distrib/notes/emips: contents
src/distrib/notes/evbarm: contents
src/distrib/notes/evbppc: contents
src/distrib/notes/ews4800mips: contents
src/distrib/notes/hp300: contents
src/distrib/notes/hpcarm: contents
src/distrib/notes/hpcmips: contents
src/distrib/notes/hpcsh: contents
src/distrib/notes/hppa: contents
src/distrib/notes/i386: contents
src/distrib/notes/landisk: contents
src/distrib/notes/mac68k: contents
src/distrib/notes/macppc: contents
src/distrib/notes/mmeye: contents
src/distrib/notes/mvme68k: contents
src/distrib/notes/news68k: contents
src/distrib/notes/newsmips: contents
src/distrib/notes/next68k: contents
src/distrib/notes/ofppc: contents
src/distrib/notes/pmax: contents
src/distrib/notes/prep: contents
src/distrib/notes/rs6000: contents
src/distrib/notes/sandpoint: contents
src/distrib/notes/sgimips: contents
src/distrib/notes/shark: contents
src/distrib/notes/sparc: contents
src/distrib/notes/sparc64: contents
src/distrib/notes/sun2: contents
src/distrib/notes/sun3: contents
src/distrib/notes/vax: contents
src/distrib/notes/x68k: contents

Log Message:
Fix a typo


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/acorn32/contents
cvs rdiff -u -r1.17 -r1.18 src/distrib/notes/alpha/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/amd64/contents
cvs rdiff -u -r1.21 -r1.22 src/distrib/notes/amiga/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/arc/contents
cvs rdiff -u -r1.21 -r1.22 src/distrib/notes/atari/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/bebox/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/cats/contents
cvs rdiff -u -r1.173 -r1.174 src/distrib/notes/common/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/emips/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/evbarm/contents
cvs rdiff -u -r1.4 -r1.5 src/distrib/notes/evbppc/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/ews4800mips/contents
cvs rdiff -u -r1.18 -r1.19 src/distrib/notes/hp300/contents
cvs rdiff -u -r1.4 -r1.5 src/distrib/notes/hpcarm/contents
cvs rdiff -u -r1.11 -r1.12 src/distrib/notes/hpcmips/contents
cvs rdiff -u -r1.4 -r1.5 src/distrib/notes/hpcsh/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/hppa/contents
cvs rdiff -u -r1.30 -r1.31 src/distrib/notes/i386/contents
cvs rdiff -u -r1.4 -r1.5 src/distrib/notes/landisk/contents
cvs rdiff -u -r1.21 -r1.22 src/distrib/notes/mac68k/contents
cvs rdiff -u -r1.13 -r1.14 src/distrib/notes/macppc/contents
cvs rdiff -u -r1.4 -r1.5 src/distrib/notes/mmeye/contents
cvs rdiff -u -r1.14 -r1.15 src/distrib/notes/mvme68k/contents
cvs rdiff -u -r1.7 -r1.8 src/distrib/notes/news68k/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/newsmips/contents
cvs rdiff -u -r1.8 -r1.9 src/distrib/notes/next68k/contents
cvs rdiff -u -r1.4 -r1.5 src/distrib/notes/ofppc/contents
cvs rdiff -u -r1.18 -r1.19 src/distrib/notes/pmax/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/prep/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/rs6000/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/sandpoint/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/sgimips/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/shark/contents
cvs rdiff -u -r1.22 -r1.23 src/distrib/notes/sparc/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/sparc64/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/sun2/contents
cvs rdiff -u -r1.17 -r1.18 src/distrib/notes/sun3/contents
cvs rdiff -u -r1.12 -r1.13 src/distrib/notes/vax/contents
cvs rdiff -u -r1.18 -r1.19 src/distrib/notes/x68k/contents

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

Modified files:

Index: src/distrib/notes/acorn32/contents
diff -u src/distrib/notes/acorn32/contents:1.3 src/distrib/notes/acorn32/contents:1.4
--- src/distrib/notes/acorn32/contents:1.3	Sun Jun 24 09:17:58 2018
+++ src/distrib/notes/acorn32/contents	Sun Jun 24 09:38:45 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.3 2018/06/24 09:17:58 martin Exp $
+.\"	$NetBSD: contents,v 1.4 2018/06/24 09:38:45 leot Exp $
 .\"
 .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -143,7 +143,7 @@ system call and library manual pages.
 .It Sy debug
 This distribution set contains debug information for
 all base 

CVS commit: src/distrib/notes

2018-06-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jun 24 09:18:01 UTC 2018

Modified Files:
src/distrib/notes/acorn32: contents
src/distrib/notes/alpha: contents
src/distrib/notes/amd64: contents
src/distrib/notes/amiga: contents
src/distrib/notes/arc: contents
src/distrib/notes/atari: contents
src/distrib/notes/bebox: contents
src/distrib/notes/cats: contents
src/distrib/notes/common: contents xfer
src/distrib/notes/emips: contents
src/distrib/notes/evbarm: contents
src/distrib/notes/evbppc: contents
src/distrib/notes/ews4800mips: contents
src/distrib/notes/hp300: contents
src/distrib/notes/hpcarm: contents
src/distrib/notes/hpcmips: contents
src/distrib/notes/hpcsh: contents
src/distrib/notes/hppa: contents
src/distrib/notes/i386: contents
src/distrib/notes/landisk: contents
src/distrib/notes/mac68k: contents
src/distrib/notes/macppc: contents
src/distrib/notes/mmeye: contents
src/distrib/notes/mvme68k: contents
src/distrib/notes/news68k: contents
src/distrib/notes/newsmips: contents
src/distrib/notes/next68k: contents
src/distrib/notes/ofppc: contents
src/distrib/notes/pmax: contents
src/distrib/notes/prep: contents
src/distrib/notes/rs6000: contents
src/distrib/notes/sandpoint: contents
src/distrib/notes/sgimips: contents
src/distrib/notes/shark: contents
src/distrib/notes/sparc: contents
src/distrib/notes/sparc64: contents
src/distrib/notes/sun2: contents
src/distrib/notes/sun3: contents
src/distrib/notes/vax: contents
src/distrib/notes/x68k: contents

Log Message:
Document debug sets and kernel module directory.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/acorn32/contents
cvs rdiff -u -r1.16 -r1.17 src/distrib/notes/alpha/contents
cvs rdiff -u -r1.5 -r1.6 src/distrib/notes/amd64/contents
cvs rdiff -u -r1.20 -r1.21 src/distrib/notes/amiga/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/arc/contents
cvs rdiff -u -r1.20 -r1.21 src/distrib/notes/atari/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/bebox/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/cats/contents
cvs rdiff -u -r1.172 -r1.173 src/distrib/notes/common/contents
cvs rdiff -u -r1.74 -r1.75 src/distrib/notes/common/xfer
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/emips/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/evbarm/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/evbppc/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/ews4800mips/contents
cvs rdiff -u -r1.17 -r1.18 src/distrib/notes/hp300/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/hpcarm/contents
cvs rdiff -u -r1.10 -r1.11 src/distrib/notes/hpcmips/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/hpcsh/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/hppa/contents
cvs rdiff -u -r1.29 -r1.30 src/distrib/notes/i386/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/landisk/contents
cvs rdiff -u -r1.20 -r1.21 src/distrib/notes/mac68k/contents
cvs rdiff -u -r1.12 -r1.13 src/distrib/notes/macppc/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/mmeye/contents
cvs rdiff -u -r1.13 -r1.14 src/distrib/notes/mvme68k/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/news68k/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/newsmips/contents
cvs rdiff -u -r1.7 -r1.8 src/distrib/notes/next68k/contents
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/ofppc/contents
cvs rdiff -u -r1.17 -r1.18 src/distrib/notes/pmax/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/prep/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/rs6000/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/sandpoint/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/sgimips/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/shark/contents
cvs rdiff -u -r1.21 -r1.22 src/distrib/notes/sparc/contents
cvs rdiff -u -r1.5 -r1.6 src/distrib/notes/sparc64/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/sun2/contents
cvs rdiff -u -r1.16 -r1.17 src/distrib/notes/sun3/contents
cvs rdiff -u -r1.11 -r1.12 src/distrib/notes/vax/contents
cvs rdiff -u -r1.17 -r1.18 src/distrib/notes/x68k/contents

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

Modified files:

Index: src/distrib/notes/acorn32/contents
diff -u src/distrib/notes/acorn32/contents:1.2 src/distrib/notes/acorn32/contents:1.3
--- src/distrib/notes/acorn32/contents:1.2	Tue May 19 19:30:26 2015
+++ src/distrib/notes/acorn32/contents	Sun Jun 24 09:17:58 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.2 2015/05/19 19:30:26 snj Exp $
+.\"	$NetBSD: contents,v 1.3 2018/06/24 09:17:58 martin Exp $
 .\"
 .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -140,6 +140,13 @@ This set also 

CVS commit: src/distrib/notes/common

2018-06-23 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jun 23 17:46:00 UTC 2018

Modified Files:
src/distrib/notes/common: main

Log Message:
remove core list, portmaster list, releng list, and developer list.

...as proposed several times in several places back in 2009/2010.

this info can all be found on the website (where it's more accurate) and
has no place in a document describing the installation of netbsd.


To generate a diff of this commit:
cvs rdiff -u -r1.545 -r1.546 src/distrib/notes/common/main

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

Modified files:

Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.545 src/distrib/notes/common/main:1.546
--- src/distrib/notes/common/main:1.545	Fri Jun 22 18:23:59 2018
+++ src/distrib/notes/common/main	Sat Jun 23 17:46:00 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.545 2018/06/22 18:23:59 roy Exp $
+.\"	$NetBSD: main,v 1.546 2018/06/23 17:46:00 snj Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -978,446 +978,6 @@ since its inception in January, 1993.
 If you're one of them, and would like to be mentioned, tell us!)
 .bullet)
 .
-.Ss "We are..."
-.
-.Pp
-(in alphabetical order)
-.Pp
-.
-.
-.Bl -column xxx "Jun-ichiro itojun Hagino" ".Mt sommerf...@netbsd.org" ".Sy playstation2"
-.
-.br_ne 1i
-.It Em "The NetBSD core group:"
-.It Ta Ta
-.It Ta Alistair Crooks Ta Mt a...@netbsd.org
-.It Ta Matthew Green Ta Mt m...@netbsd.org
-.It Ta Martin Husemann Ta Mt mar...@netbsd.org
-.It Ta Chuck Silvers Ta Mt c...@netbsd.org
-.It Ta Matt Thomas Ta Mt m...@netbsd.org
-.It Ta YAMAMOTO Takashi Ta Mt y...@netbsd.org
-.It Ta Christos Zoulas Ta Mt chris...@netbsd.org
-.It Ta Ta
-.
-.br_ne 2i
-.It Em "The portmasters (and their ports):"
-.\"
-.\" Please keep src/doc/RESPONSIBLE in sync with this list.
-.\"
-.\" XXX created by list-portmasters.pl
-.\"
-.It Ta Reinoud ZandijkTa Mt  reinoud Ta Sy acorn32
-.It Ta Matt ThomasTa Mt matt Ta Sy alpha
-.It Ta Ignatios Souvatzis Ta Mt   is Ta Sy amiga
-.It Ta Ignatios Souvatzis Ta Mt   is Ta Sy amigappc
-.It Ta Noriyuki Soda  Ta Mt soda Ta Sy arc
-.It Ta Julian Coleman Ta Mt  jdc Ta Sy atari
-.It Ta Matthias Drochner  Ta Mt drochner Ta Sy cesfic
-.It Ta Erik Berls Ta Mtcyber Ta Sy cobalt
-.It Ta Antti Kantee   Ta Mtpooka Ta Sy emips
-.It Ta Simon BurgeTa Mt   simonb Ta Sy evbmips
-.It Ta Steve Woodford Ta Mt  scw Ta Sy evbppc
-.It Ta Izumi Tsutsui  Ta Mt  tsutsui Ta Sy ews4800mips
-.It Ta Izumi Tsutsui  Ta Mt  tsutsui Ta Sy hp300
-.It Ta Nick HudsonTa Mtskrll Ta Sy hppa
-.It Ta Valeriy E. Ushakov Ta Mt  uwe Ta Sy hpcsh
-.It Ta Matt ThomasTa Mt matt Ta Sy ibmnws
-.It Ta Gavan Fantom   Ta Mtgavan Ta Sy iyonix
-.It Ta Valeriy E. Ushakov Ta Mt  uwe Ta Sy landisk
-.It Ta Izumi Tsutsui  Ta Mt  tsutsui Ta Sy luna68k
-.It Ta Scott Reynolds Ta Mt   scottr Ta Sy mac68k
-.It Ta Michael Lorenz Ta Mt macallan Ta Sy macppc
-.It Ta Steve Woodford Ta Mt  scw Ta Sy mvme68k
-.It Ta Steve Woodford Ta Mt  scw Ta Sy mvmeppc
-.It Ta Matt ThomasTa Mt matt Ta Sy netwinder
-.It Ta Izumi Tsutsui  Ta Mt  tsutsui Ta Sy news68k
-.It Ta Tim Rightnour  Ta Mt  garbled Ta Sy ofppc
-.It Ta Simon BurgeTa Mt   simonb Ta Sy pmax
-.It Ta Tim Rightnour  Ta Mt  garbled Ta Sy prep
-.It Ta Tim Rightnour  Ta Mt  garbled Ta Sy rs6000
-.It Ta Tohru NishimuraTa Mt nisimura Ta Sy sandpoint
-.It Ta Simon BurgeTa Mt   simonb Ta Sy sbmips
-.It Ta S\(/oren J\(/orvangTa Mtsoren Ta Sy sgimips
-.It Ta SAITOH MasanobuTa Mt  msaitoh Ta Sy sh3
-.It Ta Martin HusemannTa Mt   martin Ta Sy sparc64
-.It Ta Anders Magnusson   Ta Mtragge Ta Sy vax
-.It Ta NISHIMURA Takeshi  Ta Mt  nsmrtks Ta Sy x68k
-.It Ta Manuel Bouyer  Ta Mt   bouyer Ta Sy xen
-.It Ta Ta Ta
-.
-.br_ne 1i
-.It Em "The NetBSD \*V Release Engineering team:"
-.It Ta Ta
-.It Ta Stephen 

CVS commit: src/distrib/notes/common

2018-06-22 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Fri Jun 22 18:23:59 UTC 2018

Modified Files:
src/distrib/notes/common: main

Log Message:
rtsol(8) and rtsold(8) have been long removed.


To generate a diff of this commit:
cvs rdiff -u -r1.544 -r1.545 src/distrib/notes/common/main

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

Modified files:

Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.544 src/distrib/notes/common/main:1.545
--- src/distrib/notes/common/main:1.544	Sun Mar 11 11:48:39 2018
+++ src/distrib/notes/common/main	Fri Jun 22 18:23:59 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.544 2018/03/11 11:48:39 tih Exp $
+.\"	$NetBSD: main,v 1.545 2018/06/22 18:23:59 roy Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -523,11 +523,6 @@ and
 .Xr groff 1
 can still be found in pkgsrc as
 .Pa textproc/groff .
-.It
-.Xr rtsol 8
-and
-.Xr rtsold 8 .
-.bullet)
 .
 .Ss "The NetBSD Foundation"
 .Pp



CVS commit: src/distrib/notes/common

2018-03-11 Thread Tom Ivar Helbekkmo
Module Name:src
Committed By:   tih
Date:   Sun Mar 11 11:48:39 UTC 2018

Modified Files:
src/distrib/notes/common: main

Log Message:
Add myself.


To generate a diff of this commit:
cvs rdiff -u -r1.543 -r1.544 src/distrib/notes/common/main

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

Modified files:

Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.543 src/distrib/notes/common/main:1.544
--- src/distrib/notes/common/main:1.543	Mon Mar  5 00:06:24 2018
+++ src/distrib/notes/common/main	Sun Mar 11 11:48:39 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.543 2018/03/05 00:06:24 eadler Exp $
+.\"	$NetBSD: main,v 1.544 2018/03/11 11:48:39 tih Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1186,6 +1186,7 @@ If you're one of them, and would like to
 .It Ta Emile Heitor Ta Mt i...@netbsd.org
 .It Ta John Heasley Ta Mt h...@netbsd.org
 .It Ta Lars Heidieker Ta Mt p...@netbsd.org
+.It Ta Tom Ivar Helbekkmo Ta Mt t...@netbsd.org
 .It Ta Geert Hendrickx Ta Mt g...@netbsd.org
 .It Ta Wen Heping Ta Mt w...@netbsd.org
 .It Ta Ren\('e Hexel Ta Mt r...@netbsd.org



CVS commit: src/distrib/notes/common

2018-03-04 Thread Eitan Adler
Module Name:src
Committed By:   eadler
Date:   Mon Mar  5 00:06:24 UTC 2018

Modified Files:
src/distrib/notes/common: main

Log Message:
distrib: add myself

ok pgoyette@


To generate a diff of this commit:
cvs rdiff -u -r1.542 -r1.543 src/distrib/notes/common/main

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

Modified files:

Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.542 src/distrib/notes/common/main:1.543
--- src/distrib/notes/common/main:1.542	Wed Feb 28 20:13:09 2018
+++ src/distrib/notes/common/main	Mon Mar  5 00:06:24 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.542 2018/02/28 20:13:09 snj Exp $
+.\"	$NetBSD: main,v 1.543 2018/03/05 00:06:24 eadler Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1074,6 +1074,7 @@ If you're one of them, and would like to
 .\"
 .It Ta Ta
 .It Ta Hikaru Abe Ta Mt hik...@netbsd.org
+.It Ta Eitan Adler Ta Mt ead...@netbsd.org
 .It Ta Nathan Ahlstrom Ta Mt n...@netbsd.org
 .It Ta Steve Allen Ta Mt wor...@netbsd.org
 .It Ta Utkarsh Anand Ta Mt utkarsh...@netbsd.org



  1   2   3   >