CVS commit: src/distrib/notes/common

2024-03-25 Thread Valery Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Mar 25 13:35:28 UTC 2024

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

Log Message:
distrib/notes: add back the sentence final dot after .Lk

It was omitted in previous b/c of a bug in .Lk that was fixed
in PR bin/58074


To generate a diff of this commit:
cvs rdiff -u -r1.574 -r1.575 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.574 src/distrib/notes/common/main:1.575
--- src/distrib/notes/common/main:1.574	Sun Mar 24 13:18:02 2024
+++ src/distrib/notes/common/main	Mon Mar 25 13:35:28 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.574 2024/03/24 13:18:02 martin Exp $
+.\"	$NetBSD: main,v 1.575 2024/03/25 13:35:28 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -482,7 +482,7 @@ The
 system architectures, with preliminary support for the others included in
 source form.
 For more information please visit
-.Lk https://www.NetBSD.org/
+.Lk https://www.NetBSD.org/ .
 .Pp
 .Nx
 is a completely integrated system.



CVS commit: src/distrib/notes/common

2024-03-25 Thread Valery Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Mar 25 13:35:28 UTC 2024

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

Log Message:
distrib/notes: add back the sentence final dot after .Lk

It was omitted in previous b/c of a bug in .Lk that was fixed
in PR bin/58074


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

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



CVS commit: src/distrib/notes/common

2024-03-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Mar 24 13:18:03 UTC 2024

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

Log Message:
Use single-arg "Lk" macro for a link so we can get reasonable results
both in .more and .html output (still a bit odd, but better than before IMHO).


To generate a diff of this commit:
cvs rdiff -u -r1.573 -r1.574 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.573 src/distrib/notes/common/main:1.574
--- src/distrib/notes/common/main:1.573	Sun Mar 24 12:53:20 2024
+++ src/distrib/notes/common/main	Sun Mar 24 13:18:02 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.573 2024/03/24 12:53:20 martin Exp $
+.\"	$NetBSD: main,v 1.574 2024/03/24 13:18:02 martin Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -481,9 +481,8 @@ The
 \*V release contains complete binary releases for most of these
 system architectures, with preliminary support for the others included in
 source form.
-For more information please see the
-.Nx
-.Lk https://www.NetBSD.org/ website .
+For more information please visit
+.Lk https://www.NetBSD.org/
 .Pp
 .Nx
 is a completely integrated system.



CVS commit: src/distrib/notes/common

2024-03-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Mar 24 13:18:03 UTC 2024

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

Log Message:
Use single-arg "Lk" macro for a link so we can get reasonable results
both in .more and .html output (still a bit odd, but better than before IMHO).


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

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



CVS commit: src/distrib/notes/common

2023-12-15 Thread David H. Gutteridge
Module Name:src
Committed By:   gutteridge
Date:   Fri Dec 15 22:09:16 UTC 2023

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

Log Message:
main: minor style fix


To generate a diff of this commit:
cvs rdiff -u -r1.571 -r1.572 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.571 src/distrib/notes/common/main:1.572
--- src/distrib/notes/common/main:1.571	Thu Dec 14 20:46:45 2023
+++ src/distrib/notes/common/main	Fri Dec 15 22:09:16 2023
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.571 2023/12/14 20:46:45 abs Exp $
+.\"	$NetBSD: main,v 1.572 2023/12/15 22:09:16 gutteridge Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -815,7 +815,7 @@ In
 .Nx 9
 and earlier, filesystems listed in
 .Pa /etc/fstab
-would be mounted before non legacy
+would be mounted before non-legacy
 .Ic zfs
 filesystems. Starting from
 .Nx 10



CVS commit: src/distrib/notes/common

2023-12-15 Thread David H. Gutteridge
Module Name:src
Committed By:   gutteridge
Date:   Fri Dec 15 22:09:16 UTC 2023

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

Log Message:
main: minor style fix


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

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



CVS commit: src/distrib/notes/common

2023-12-14 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Thu Dec 14 20:46:45 UTC 2023

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

Log Message:
Add note about zfs mount behaviour change in NetBSD 10


To generate a diff of this commit:
cvs rdiff -u -r1.570 -r1.571 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.570 src/distrib/notes/common/main:1.571
--- src/distrib/notes/common/main:1.570	Fri Dec 16 16:58:14 2022
+++ src/distrib/notes/common/main	Thu Dec 14 20:46:45 2023
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.570 2022/12/16 16:58:14 martin Exp $
+.\"	$NetBSD: main,v 1.571 2023/12/14 20:46:45 abs Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -811,6 +811,16 @@ and thus all issues that are fixed by
 .Ic postinstall
 by default will be handled.
 .Pp
+In
+.Nx 9
+and earlier, filesystems listed in
+.Pa /etc/fstab
+would be mounted before non legacy
+.Ic zfs
+filesystems. Starting from
+.Nx 10
+this order has been reversed.
+.Pp
 If you have ever run a version of
 .Nx -current
 between April 18, 2020 and September 23, 2022 (the version numbers



CVS commit: src/distrib/notes/common

2023-12-14 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Thu Dec 14 20:46:45 UTC 2023

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

Log Message:
Add note about zfs mount behaviour change in NetBSD 10


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

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



CVS commit: src/distrib/notes/common

2023-12-11 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Dec 11 21:57:41 UTC 2023

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

Log Message:
s/MRCOFFE$/MRCOFFEE/ and s/MRCOFFE_OFW/MRCOFFEE_OFW/ in install docs.
Also apply uwe change from sparc/contents s/GENERIC-KRUPS/KRUPS/.


To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 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.185 src/distrib/notes/common/contents:1.186
--- src/distrib/notes/common/contents:1.185	Fri Apr  2 07:09:11 2021
+++ src/distrib/notes/common/contents	Mon Dec 11 21:57:41 2023
@@ -1,4 +1,4 @@
-.\"	$NetBSD: contents,v 1.185 2021/04/02 07:09:11 rin Exp $
+.\"	$NetBSD: contents,v 1.186 2023/12/11 21:57:41 andvar Exp $
 .\"
 .\" Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -707,21 +707,21 @@ kernel, which supports only UltraSPARC s
 This set contains a
 .Nx*M
 \*V
-.Li GENERIC-KRUPS
+.Li KRUPS
 kernel, which supports the JavaStation-NC, named
 .Pa /netbsd .
 .It Sy kern-MRCOFFEE
 This set contains a
 .Nx*M
 \*V
-.Li MRCOFFE
+.Li MRCOFFEE
 kernel, which which supports the OpenBOOT PROM 2 JavaStation-1, named
 .Pa /netbsd .
 .It Sy kern-MRCOFFEE_OFW
 This set contains a
 .Nx*M
 \*V
-.Li MRCOFFE_OFW
+.Li MRCOFFEE_OFW
 kernel, which which supports the OpenFirmware JavaStation-1, named
 .Pa /netbsd .
 .\}



CVS commit: src/distrib/notes/common

2023-12-11 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Dec 11 21:57:41 UTC 2023

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

Log Message:
s/MRCOFFE$/MRCOFFEE/ and s/MRCOFFE_OFW/MRCOFFEE_OFW/ in install docs.
Also apply uwe change from sparc/contents s/GENERIC-KRUPS/KRUPS/.


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

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



CVS commit: src/distrib/notes/common

2022-12-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Dec 16 16:58:14 UTC 2022

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

Log Message:
Add notes about FFS and extended attributes.


To generate a diff of this commit:
cvs rdiff -u -r1.569 -r1.570 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.569 src/distrib/notes/common/main:1.570
--- src/distrib/notes/common/main:1.569	Fri Apr  1 21:53:35 2022
+++ src/distrib/notes/common/main	Fri Dec 16 16:58:14 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.569 2022/04/01 21:53:35 andvar Exp $
+.\"	$NetBSD: main,v 1.570 2022/12/16 16:58:14 martin Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -526,6 +526,32 @@ development, and no formal or informal t
 this snapshot (yet).
 .Pp
 .\} \" !\n[RELEASE_BRANCH] \{
+One important new feature in this release is the support for extended
+attributes and access controll lists on FFS file systems.
+.Pp
+For new installations the installer will default to disable this features,
+so the file system is compatible with older
+.Nx
+releases (before 10), and allow other operating systems to mount this
+file systems at least in read-only mode.
+.Pp
+If you want a new installed file system to support extended attributes,
+change the file system type from
+.Dq FFSv2
+to
+.Dq FFSv2ea
+in the partitioning menu.
+You can also convert file systems later, using the
+.Xr fsck_ffs 8
+utility.
+More details are available in
+.Lk https://wiki.netbsd.org/tutorials/acls_and_extended_attributes_on_ffs "this guide" .
+.Pp
+If you are upgrading from a version of
+.Nx -current
+please also check the
+.Sx "Compatibility Issues With Previous NetBSD Releases" .
+.PP
 It is impossible to completely summarize the massive development that
 went into the
 .Nx
@@ -785,6 +811,20 @@ and thus all issues that are fixed by
 .Ic postinstall
 by default will be handled.
 .Pp
+If you have ever run a version of
+.Nx -current
+between April 18, 2020 and September 23, 2022 (the version numbers
+used in the affected time range are between 9.99.56 and 9.99.106)
+your FFS file systems might have broken extended attributes stored.
+.Pp
+You should follow this
+.Lk https://wiki.netbsd.org/features/UFS2ea/ guide
+before booting the updated system multi-user for the first time.
+.Pp
+.Em Note that you do not need to do anything special if you never did run any affected kernel,
+especially if you have never run
+.Nx -current .
+.Pp
 A number of things have been removed from the
 .Nx
 \*V release.



CVS commit: src/distrib/notes/common

2022-12-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Dec 16 16:58:14 UTC 2022

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

Log Message:
Add notes about FFS and extended attributes.


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

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



CVS commit: src/distrib/notes/common

2022-06-03 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Fri Jun  3 14:02:48 UTC 2022

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

Log Message:
fix link to pkgsrc.tar.gz file in postinstall section.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 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.89 src/distrib/notes/common/postinstall:1.90
--- src/distrib/notes/common/postinstall:1.89	Thu May 27 15:47:42 2021
+++ src/distrib/notes/common/postinstall	Fri Jun  3 14:02:48 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: postinstall,v 1.89 2021/05/27 15:47:42 martin Exp $
+.\"	$NetBSD: postinstall,v 1.90 2022/06/03 14:02:48 andvar Exp $
 .\"
 .\" Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -371,7 +371,7 @@ framework for compiling packages and did
 .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 .
+.Lk https://cdn.NetBSD.org/pub/pkgsrc/stable/pkgsrc.tar.gz .
 It is typically extracted into
 .Pa /usr/pkgsrc
 (though other locations work fine) with the commands:



CVS commit: src/distrib/notes/common

2022-06-03 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Fri Jun  3 14:02:48 UTC 2022

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

Log Message:
fix link to pkgsrc.tar.gz file in postinstall section.


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

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



CVS commit: src/distrib/notes/common

2022-02-05 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Feb  6 07:37:29 UTC 2022

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

Log Message:
Add pf(4) to the "list of features we plan to remove" (eventually)
list in the installation notes. Ironically, the only other thing here
is groff(1), which is used to generate these installation notes.


To generate a diff of this commit:
cvs rdiff -u -r1.567 -r1.568 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.567 src/distrib/notes/common/main:1.568
--- src/distrib/notes/common/main:1.567	Wed Oct 20 23:45:09 2021
+++ src/distrib/notes/common/main	Sun Feb  6 07:37:29 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.567 2021/10/20 23:45:09 gutteridge Exp $
+.\"	$NetBSD: main,v 1.568 2022/02/06 07:37:29 nia Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -574,7 +574,8 @@ The complete list of changes can be foun
 The following features are to be removed from
 .Nx
 in the future:
-.(bullet
+.Bl -bullet -offset indent
+.It
 .Xr groff 1 .
 Man pages are now handled with
 .Xr mandoc 1 ,
@@ -582,8 +583,15 @@ and
 .Xr groff 1
 can still be found in pkgsrc as
 .Pa textproc/groff .
-.
-.bullet)
+.It
+.Xr pf 4 .
+This packet filter is obsolete and unmaintained in
+.Nx .
+It will be eventually removed due to possible long-standing
+security issues and lack of multiprocessor support.
+New installations should use
+.Xr npf 7 .
+.El
 .Ss "The NetBSD Foundation"
 .Pp
 .



CVS commit: src/distrib/notes/common

2022-02-05 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Feb  6 07:37:29 UTC 2022

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

Log Message:
Add pf(4) to the "list of features we plan to remove" (eventually)
list in the installation notes. Ironically, the only other thing here
is groff(1), which is used to generate these installation notes.


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

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



CVS commit: src/distrib/notes/common

2021-10-20 Thread David H. Gutteridge
Module Name:src
Committed By:   gutteridge
Date:   Wed Oct 20 23:45:09 UTC 2021

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

Log Message:
main: add .gz extension to .img references for consistency


To generate a diff of this commit:
cvs rdiff -u -r1.566 -r1.567 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.566 src/distrib/notes/common/main:1.567
--- src/distrib/notes/common/main:1.566	Wed Oct 20 23:30:30 2021
+++ src/distrib/notes/common/main	Wed Oct 20 23:45:09 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.566 2021/10/20 23:30:30 gutteridge Exp $
+.\"	$NetBSD: main,v 1.567 2021/10/20 23:45:09 gutteridge Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -266,8 +266,8 @@ Many commercial and freeware programs ar
 If installing via USB, you must first uncompress the USB image, which
 is gzipped.
 .if \n[amd64] \{\
-Note the \*M architecture has two images, NetBSD-\*V-\*M-install.img and
-NetBSD-\*V-\*M-bios-install.img. The latter is intended for older
+Note the \*M architecture has two images, NetBSD-\*V-\*M-install.img.gz
+and NetBSD-\*V-\*M-bios-install.img.gz. The latter is intended for older
 hardware which is unable to boot using a hybrid MBR and GPT image.
 .\}
 .Dl $ Ic "gunzip NetBSD-\*V-\*M-install.img.gz"



CVS commit: src/distrib/notes/common

2021-10-20 Thread David H. Gutteridge
Module Name:src
Committed By:   gutteridge
Date:   Wed Oct 20 23:45:09 UTC 2021

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

Log Message:
main: add .gz extension to .img references for consistency


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

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



CVS commit: src/distrib/notes/common

2021-10-20 Thread David H. Gutteridge
Module Name:src
Committed By:   gutteridge
Date:   Wed Oct 20 23:30:30 UTC 2021

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

Log Message:
main: add note about amd64 now having a "bios" image, too


To generate a diff of this commit:
cvs rdiff -u -r1.565 -r1.566 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.565 src/distrib/notes/common/main:1.566
--- src/distrib/notes/common/main:1.565	Wed Oct 20 23:23:59 2021
+++ src/distrib/notes/common/main	Wed Oct 20 23:30:30 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.565 2021/10/20 23:23:59 gutteridge Exp $
+.\"	$NetBSD: main,v 1.566 2021/10/20 23:30:30 gutteridge Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -265,6 +265,11 @@ Many commercial and freeware programs ar
 .Pp
 If installing via USB, you must first uncompress the USB image, which
 is gzipped.
+.if \n[amd64] \{\
+Note the \*M architecture has two images, NetBSD-\*V-\*M-install.img and
+NetBSD-\*V-\*M-bios-install.img. The latter is intended for older
+hardware which is unable to boot using a hybrid MBR and GPT image.
+.\}
 .Dl $ Ic "gunzip NetBSD-\*V-\*M-install.img.gz"
 Next, write the USB image to a USB stick/drive.
 Note that this will overwrite any existing data on the device that you



CVS commit: src/distrib/notes/common

2021-10-20 Thread David H. Gutteridge
Module Name:src
Committed By:   gutteridge
Date:   Wed Oct 20 23:30:30 UTC 2021

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

Log Message:
main: add note about amd64 now having a "bios" image, too


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

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



CVS commit: src/distrib/notes/common

2021-10-20 Thread David H. Gutteridge
Module Name:src
Committed By:   gutteridge
Date:   Wed Oct 20 23:23:59 UTC 2021

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

Log Message:
main: simplify conditional markup


To generate a diff of this commit:
cvs rdiff -u -r1.564 -r1.565 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.564 src/distrib/notes/common/main:1.565
--- src/distrib/notes/common/main:1.564	Thu May 27 15:47:42 2021
+++ src/distrib/notes/common/main	Wed Oct 20 23:23:59 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.564 2021/05/27 15:47:42 martin Exp $
+.\"	$NetBSD: main,v 1.565 2021/10/20 23:23:59 gutteridge Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -257,7 +257,7 @@ and
 .Pa etc.\*[setsuffix] .
 In a typical workstation installation you will probably want
 all the installation sets.
-.ie \n[i386]:\n[amd64] \{\
+.if \n[i386]:\n[amd64] \{\
 .It
 Write the boot images
 .Pp
@@ -280,7 +280,6 @@ On Windows, you will need to use a progr
 .Lk http://sourceforge.net/projects/win32diskimager/ "Win32 Disk Imager" ,
 or
 .Lk https://www.NetBSD.org/~martin/rawrite32 Rawrite32 .
-.if \n[amd64]:\n[i386] \{\
 If you have problems writing a raw image to a floppy,
 the
 .Ic rawrite.exe
@@ -289,7 +288,6 @@ in the
 .Pa \*M/installation/misc/
 directory may be of help.
 .\}
-.\}
 .if \n[macppc] \{\
 .It
 If your \*M has a floppy drive, create the pair of boot floppies using
@@ -640,7 +638,7 @@ Changes after the release of \n[major].\
 Changes in previous
 .Nx
 releases.
-.ie \n[FOR_RELEASE] \{\
+.if \n[FOR_RELEASE] \{\
 .It Li LAST_MINUTE
 Last minute changes and notes about the release.
 .\} \" \n[FOR_RELEASE]



CVS commit: src/distrib/notes/common

2021-10-20 Thread David H. Gutteridge
Module Name:src
Committed By:   gutteridge
Date:   Wed Oct 20 23:23:59 UTC 2021

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

Log Message:
main: simplify conditional markup


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

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



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/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.



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/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.



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.



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/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.



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 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.



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/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.



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/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.



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.



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/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.



Re: CVS commit: src/distrib/notes/common

2019-12-04 Thread Valery Ushakov
On Wed, Dec 04, 2019 at 19:59:06 +0700, Robert Elz wrote:

> While "Administrivia" is not really a word, it is a common
> slang expression indicating trivial issues that are related
> to administration (I have no idea what Administrativa might be,
> "administrative" is a word, but meaningless in that context).

It now made its way into the real dictionaries too

https://www.merriam-webster.com/dictionary/administrivia

-uwe


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 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.



Re: CVS commit: src/distrib/notes/common

2019-12-04 Thread Robert Elz
Sorry, really meant to send that just to wiz@, rather than the list...

kre



Re: CVS commit: src/distrib/notes/common

2019-12-04 Thread Robert Elz
Date:Wed, 4 Dec 2019 09:25:43 +
From:"Thomas Klausner" 
Message-ID:  <20191204092543.7c702f...@cvs.netbsd.org>

  | 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.

This one almost certainly was not a typo, and the "fixed" version
is worse that what was there before.

Index: common/main
===
RCS file: /cvsroot/src/distrib/notes/common/main,v
retrieving revision 1.559
diff -u -r1.559 main
--- common/main 4 Dec 2019 09:25:43 -   1.559
+++ common/main 4 Dec 2019 12:55:34 -
@@ -909,7 +909,7 @@
 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!


While "Administrivia" is not really a word, it is a common
slang expression indicating trivial issues that are related
to administration (I have no idea what Administrativa might be,
"administrative" is a word, but meaningless in that context).

kre



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 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.



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-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.



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: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.



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.



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.



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: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.



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 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.



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: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.



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 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.



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: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.



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 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.



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.



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.



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: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.



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: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.



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.



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.



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.



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.



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.



Re: CVS commit: src/distrib/notes/common

2019-12-02 Thread Roy Marples

On 02/12/2019 23:09, Valery Ushakov wrote:

My apologies.  Thanks for the heads up.  I was running the extraction
script on src only.  I will restore these entries.


Is it worth having this file in xsrc for what pertains to be in xsrc?

Roy


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.



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 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.



Re: CVS commit: src/distrib/notes/common

2019-12-02 Thread Valery Ushakov
My apologies.  Thanks for the heads up.  I was running the extraction
script on src only.  I will restore these entries.

On Tue, Dec 03, 2019 at 08:00:40 +0900, Izumi Tsutsui wrote:

> Date: Tue, 3 Dec 2019 08:00:40 +0900
> From: Izumi Tsutsui 
> Subject: Re: CVS commit: src/distrib/notes/common
> To: source-changes-d@NetBSD.org
> Cc: u...@netbsd.org, tsut...@ceres.dti.ne.jp
> 
> > 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.
> 
> X68k Xserver sources do:
>  
> http://cvsweb.netbsd.org/bsdweb.cgi/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kFb.c?rev=1.2=text/x-cvsweb-markup
> 
> ---
> Izumi Tsutsui

On Tue, Dec 03, 2019 at 08:05:58 +0900, Izumi Tsutsui wrote:
> Date: Tue, 3 Dec 2019 08:05:58 +0900
> From: Izumi Tsutsui 
> Subject: Re: CVS commit: src/distrib/notes/common
> To: source-changes-d@NetBSD.org
> Cc: u...@netbsd.org, tsut...@ceres.dti.ne.jp
> 
> > 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.
> 
> http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/ieee1394/fwohci.c?rev=1.144=text/x-cvsweb-markup
>  etc.
> 
> ---
> Izumi Tsutsui


-uwe


Re: CVS commit: src/distrib/notes/common

2019-12-02 Thread Izumi Tsutsui
> 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.

http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/ieee1394/fwohci.c?rev=1.144=text/x-cvsweb-markup
 etc.

---
Izumi Tsutsui


Re: CVS commit: src/distrib/notes/common

2019-12-02 Thread Izumi Tsutsui
> 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.

X68k Xserver sources do:
 
http://cvsweb.netbsd.org/bsdweb.cgi/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kFb.c?rev=1.2=text/x-cvsweb-markup

---
Izumi Tsutsui


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.



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.



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.



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: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.



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.



  1   2   3   4   >