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

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-07-26 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Jul 26 18:53:50 UTC 2020

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

Log Message:
Remove Arm OABI -> EABI change notice


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

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

Modified files:

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



CVS commit: src/distrib/notes/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-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

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

Log Message:
Fix some typos.


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

Log Message:
Add xsrc to the invocation example.


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

Log Message:
This product includes software developed by Ravikanth.


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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

CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

Log Message:
Don't use an undefined variable.


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

Log Message:
Drop the entry for Thomas Gerner.

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

Log Message:
Add entry for Ben Gray.


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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

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

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


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

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

Modified files:

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

CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

Log Message:
Add myself.


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

Log Message:
distrib: add myself

ok pgoyette@


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

2018-02-28 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Feb 28 20:13:09 UTC 2018

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

Log Message:
prune 5.x upgrade section


To generate a diff of this commit:
cvs rdiff -u -r1.541 -r1.542 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.541 src/distrib/notes/common/main:1.542
--- src/distrib/notes/common/main:1.541	Thu Jan 25 04:48:45 2018
+++ src/distrib/notes/common/main	Wed Feb 28 20:13:09 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.541 2018/01/25 04:48:45 yamaguchi Exp $
+.\"	$NetBSD: main,v 1.542 2018/02/28 20:13:09 snj Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -801,39 +801,6 @@ again.
 .enum)
 .
 .\}
-.Ss2 Issues affecting an upgrade from NetBSD 5.x releases
-.Pp
-See the section below on upgrading from NetBSD 6.x as well.
-.Pp
-The following users need to be created:
-.(bullet -compact -offset indent
-_mdnsd
-.It
-_tests
-.It
-_tcpdump
-.It
-_tss
-.bullet)
-.Pp
-The following groups need to be created:
-.(bullet -compact -offset indent
-_mdnsd
-.It
-_tests
-.It
-_tcpdump
-.It
-_tss
-.bullet)
-.Pp
-The implementation of SHA2-HMAC in KAME_IPSEC as used in
-.Nx
-5.0 and before did not comply with current standards.
-FAST_IPSEC does, with the result that old and new systems cannot
-communicate over IPSEC if one of the affected authentication
-algorithms (hmac_sha256, hmac_sha384, hmac_sha512) is used.
-.
 .Ss2 Issues affecting an upgrade from NetBSD 6.x releases
 .Pp
 The following user needs to be created:



CVS commit: src/distrib/notes/common

2018-01-24 Thread Shoichi YAMAGUCHI
Module Name:src
Committed By:   yamaguchi
Date:   Thu Jan 25 04:48:45 UTC 2018

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

Log Message:
Added myself.


To generate a diff of this commit:
cvs rdiff -u -r1.540 -r1.541 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.540 src/distrib/notes/common/main:1.541
--- src/distrib/notes/common/main:1.540	Wed Jan 24 09:04:41 2018
+++ src/distrib/notes/common/main	Thu Jan 25 04:48:45 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.540 2018/01/24 09:04:41 skrll Exp $
+.\"	$NetBSD: main,v 1.541 2018/01/25 04:48:45 yamaguchi Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1442,6 +1442,7 @@ If you're one of them, and would like to
 .It Ta Steve Woodford Ta Mt s...@netbsd.org
 .It Ta YAMAMOTO Takashi Ta Mt y...@netbsd.org
 .It Ta Abhinav Upadhyay Ta Mt abhi...@netbsd.org	
+.It Ta Shoichi Yamaguchi Ta Mt yamagu...@netbsd.org
 .It Ta Yuji Yamano Ta Mt yyam...@netbsd.org
 .It Ta David Young Ta Mt dyo...@netbsd.org
 .It Ta Arnaud Ysmal Ta Mt stack...@netbsd.org



CVS commit: src/distrib/notes/common

2017-10-25 Thread Utkarsh Anand
Module Name:src
Committed By:   utkarsh009
Date:   Wed Oct 25 18:07:33 UTC 2017

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

Log Message:
Repositioned my name according to Alphabetical Order (surname).


To generate a diff of this commit:
cvs rdiff -u -r1.538 -r1.539 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.538 src/distrib/notes/common/main:1.539
--- src/distrib/notes/common/main:1.538	Wed Oct 25 17:27:07 2017
+++ src/distrib/notes/common/main	Wed Oct 25 18:07:33 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.538 2017/10/25 17:27:07 utkarsh009 Exp $
+.\"	$NetBSD: main,v 1.539 2017/10/25 18:07:33 utkarsh009 Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1109,6 +1109,7 @@ If you're one of them, and would like to
 .It Ta Hikaru Abe Ta Mt hik...@netbsd.org
 .It Ta Nathan Ahlstrom Ta Mt n...@netbsd.org
 .It Ta Steve Allen Ta Mt wor...@netbsd.org
+.It Ta Utkarsh Anand Ta Mt utkarsh...@netbsd.org
 .It Ta Jukka Andberg Ta Mt jandb...@netbsd.org
 .It Ta Julian Assange Ta Mt pr...@netbsd.org
 .It Ta Lennart Augustsson Ta Mt augus...@netbsd.org
@@ -1448,7 +1449,6 @@ If you're one of them, and would like to
 .It Ta S.P.Zeidler Ta Mt s...@netbsd.org
 .It Ta Tim Zingelman Ta Mt t...@netbsd.org
 .It Ta Christos Zoulas Ta Mt chris...@netbsd.org
-.It Ta Utkarsh Anand Ta Mt utkarsh...@netbsd.org
 .It Ta Ta
 .
 .El



CVS commit: src/distrib/notes/common

2017-10-25 Thread Utkarsh Anand
Module Name:src
Committed By:   utkarsh009
Date:   Wed Oct 25 17:27:07 UTC 2017

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

Log Message:
Add myself at the right place :-P


To generate a diff of this commit:
cvs rdiff -u -r1.537 -r1.538 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.537 src/distrib/notes/common/main:1.538
--- src/distrib/notes/common/main:1.537	Wed Oct 25 16:59:12 2017
+++ src/distrib/notes/common/main	Wed Oct 25 17:27:07 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.537 2017/10/25 16:59:12 utkarsh009 Exp $
+.\"	$NetBSD: main,v 1.538 2017/10/25 17:27:07 utkarsh009 Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1035,7 +1035,6 @@ If you're one of them, and would like to
 .It Ta Matt Thomas Ta Mt m...@netbsd.org
 .It Ta YAMAMOTO Takashi Ta Mt y...@netbsd.org
 .It Ta Christos Zoulas Ta Mt chris...@netbsd.org
-.It Ta Utkarsh Anand Ta Mt utkarsh...@netbsd.org
 .It Ta Ta
 .
 .br_ne 2i
@@ -1449,6 +1448,7 @@ If you're one of them, and would like to
 .It Ta S.P.Zeidler Ta Mt s...@netbsd.org
 .It Ta Tim Zingelman Ta Mt t...@netbsd.org
 .It Ta Christos Zoulas Ta Mt chris...@netbsd.org
+.It Ta Utkarsh Anand Ta Mt utkarsh...@netbsd.org
 .It Ta Ta
 .
 .El



CVS commit: src/distrib/notes/common

2017-10-25 Thread Utkarsh Anand
Module Name:src
Committed By:   utkarsh009
Date:   Wed Oct 25 16:59:12 UTC 2017

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

Log Message:
Added my name to the NetBSD developers list.


To generate a diff of this commit:
cvs rdiff -u -r1.536 -r1.537 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.536 src/distrib/notes/common/main:1.537
--- src/distrib/notes/common/main:1.536	Mon Sep  4 14:48:09 2017
+++ src/distrib/notes/common/main	Wed Oct 25 16:59:12 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.536 2017/09/04 14:48:09 bacon Exp $
+.\"	$NetBSD: main,v 1.537 2017/10/25 16:59:12 utkarsh009 Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1035,6 +1035,7 @@ If you're one of them, and would like to
 .It Ta Matt Thomas Ta Mt m...@netbsd.org
 .It Ta YAMAMOTO Takashi Ta Mt y...@netbsd.org
 .It Ta Christos Zoulas Ta Mt chris...@netbsd.org
+.It Ta Utkarsh Anand Ta Mt utkarsh...@netbsd.org
 .It Ta Ta
 .
 .br_ne 2i



CVS commit: src/distrib/notes/common

2017-09-04 Thread Jason Bacon
Module Name:src
Committed By:   bacon
Date:   Mon Sep  4 14:48:09 UTC 2017

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

Log Message:
Add Jason Bacon to developers list


To generate a diff of this commit:
cvs rdiff -u -r1.535 -r1.536 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.535 src/distrib/notes/common/main:1.536
--- src/distrib/notes/common/main:1.535	Tue May 16 17:40:01 2017
+++ src/distrib/notes/common/main	Mon Sep  4 14:48:09 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.535 2017/05/16 17:40:01 snj Exp $
+.\"	$NetBSD: main,v 1.536 2017/09/04 14:48:09 bacon Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1113,6 +1113,7 @@ If you're one of them, and would like to
 .It Ta Julian Assange Ta Mt pr...@netbsd.org
 .It Ta Lennart Augustsson Ta Mt augus...@netbsd.org
 .It Ta Zafer Aydogan Ta Mt za...@netbsd.org
+.It Ta Jason Bacon Ta Mt ba...@netbsd.org
 .It Ta Christoph Badura Ta Mt b...@netbsd.org
 .It Ta Marc Balmer Ta Mt mbal...@netbsd.org
 .It Ta Bang Jun-Young Ta Mt junyo...@netbsd.org



CVS commit: src/distrib/notes/common

2017-06-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jun  3 14:47:52 UTC 2017

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

Log Message:
remove me.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 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.97 src/distrib/notes/common/legal.common:1.98
--- src/distrib/notes/common/legal.common:1.97	Sat Jun  3 05:00:35 2017
+++ src/distrib/notes/common/legal.common	Sat Jun  3 10:47:52 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.97 2017/06/03 09:00:35 mrg Exp $
+.\" $NetBSD: legal.common,v 1.98 2017/06/03 14:47:52 christos Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -144,8 +144,6 @@ for the NetBSD Project.
 .It
 This product includes software developed by Christopher G. Demetriou.
 .It
-This product includes software developed by Christos Zoulas.
-.It
 This product includes software developed by Chuck Silvers.
 .It
 This product includes software developed by Colin Wood



CVS commit: src/distrib/notes/common

2017-06-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Jun  3 09:00:35 UTC 2017

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

Log Message:
there are no copyright/license statements from "Terrence R. Lambert"
requiring attribution any in our tree any more.

remove it from our list here.


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 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.96 src/distrib/notes/common/legal.common:1.97
--- src/distrib/notes/common/legal.common:1.96	Fri May 22 18:27:03 2015
+++ src/distrib/notes/common/legal.common	Sat Jun  3 09:00:35 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: legal.common,v 1.96 2015/05/22 18:27:03 snj Exp $
+.\" $NetBSD: legal.common,v 1.97 2017/06/03 09:00:35 mrg Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -371,8 +371,6 @@ This product includes software developed
 This product includes software developed by Tatoku Ogaito
 for the NetBSD Project.
 .It
-This product includes software developed by Terrence R. Lambert.
-.It
 This product includes software developed by Texas A University
 and its contributors.
 .It



CVS commit: src/distrib/notes/common

2017-05-16 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue May 16 17:40:01 UTC 2017

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

Log Message:
update core


To generate a diff of this commit:
cvs rdiff -u -r1.534 -r1.535 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.534 src/distrib/notes/common/main:1.535
--- src/distrib/notes/common/main:1.534	Fri Mar 10 04:13:43 2017
+++ src/distrib/notes/common/main	Tue May 16 17:40:01 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.534 2017/03/10 04:13:43 salazar Exp $
+.\"	$NetBSD: main,v 1.535 2017/05/16 17:40:01 snj Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1028,9 +1028,9 @@ If you're one of them, and would like to
 .br_ne 1i
 .It Em "The NetBSD core group:"
 .It Ta Ta
-.It Ta Alan Barrett Ta Mt a...@netbsd.org
 .It Ta Alistair Crooks Ta Mt a...@netbsd.org
 .It Ta Matthew Green Ta Mt m...@netbsd.org
+.It Ta Martin Husemann Ta Mt mar...@netbsd.org
 .It Ta Chuck Silvers Ta Mt c...@netbsd.org
 .It Ta Matt Thomas Ta Mt m...@netbsd.org
 .It Ta YAMAMOTO Takashi Ta Mt y...@netbsd.org



CVS commit: src/distrib/notes/common

2017-03-09 Thread Guilherme Salazar
Module Name:src
Committed By:   salazar
Date:   Fri Mar 10 04:13:43 UTC 2017

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

Log Message:
add my name to distrib/notes/common/main


To generate a diff of this commit:
cvs rdiff -u -r1.533 -r1.534 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.533 src/distrib/notes/common/main:1.534
--- src/distrib/notes/common/main:1.533	Wed Nov  9 08:18:56 2016
+++ src/distrib/notes/common/main	Fri Mar 10 04:13:43 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.533 2016/11/09 08:18:56 rin Exp $
+.\"	$NetBSD: main,v 1.534 2017/03/10 04:13:43 salazar Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1363,6 +1363,7 @@ If you're one of them, and would like to
 .It Ta David Sainty Ta Mt dsai...@netbsd.org
 .It Ta SAITOH Masanobu Ta Mt msai...@netbsd.org
 .It Ta Kazuki Sakamoto Ta Mt sakam...@netbsd.org
+.It Ta Guilherme Salazar Ta Mt sala...@netbsd.org
 .It Ta Curt Sampson Ta Mt c...@netbsd.org
 .It Ta Wilfredo Sanchez Ta Mt wsanc...@netbsd.org
 .It Ta Ty Sarna Ta Mt tsa...@netbsd.org



CVS commit: src/distrib/notes/common

2016-11-09 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Wed Nov  9 08:18:56 UTC 2016

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

Log Message:
Add myself


To generate a diff of this commit:
cvs rdiff -u -r1.532 -r1.533 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.532 src/distrib/notes/common/main:1.533
--- src/distrib/notes/common/main:1.532	Sat Oct  1 12:32:35 2016
+++ src/distrib/notes/common/main	Wed Nov  9 08:18:56 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.532 2016/10/01 12:32:35 flxd Exp $
+.\"	$NetBSD: main,v 1.533 2016/11/09 08:18:56 rin Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1328,6 +1328,7 @@ If you're one of them, and would like to
 .It Ta Tatoku Ogaito Ta Mt ta...@netbsd.org
 .It Ta OKANO Takayoshi Ta Mt k...@netbsd.org
 .It Ta Masaru Oki Ta Mt o...@netbsd.org
+.It Ta Rin Okuyama Ta Mt r...@netbsd.org
 .It Ta Ryo ONODERA Ta Mt ry...@netbsd.org
 .It Ta Atsushi Onoe Ta Mt o...@netbsd.org
 .It Ta Greg Oster Ta Mt os...@netbsd.org



CVS commit: src/distrib/notes/common

2016-10-01 Thread Felix Deichmann
Module Name:src
Committed By:   flxd
Date:   Sat Oct  1 12:32:36 UTC 2016

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

Log Message:
Add myself


To generate a diff of this commit:
cvs rdiff -u -r1.531 -r1.532 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.531 src/distrib/notes/common/main:1.532
--- src/distrib/notes/common/main:1.531	Mon Aug  1 19:06:32 2016
+++ src/distrib/notes/common/main	Sat Oct  1 12:32:35 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.531 2016/08/01 19:06:32 scole Exp $
+.\"	$NetBSD: main,v 1.532 2016/10/01 12:32:35 flxd Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1157,6 +1157,7 @@ If you're one of them, and would like to
 .It Ta Jed Davis Ta Mt j...@netbsd.org
 .It Ta Matt DeBergalis Ta Mt deb...@netbsd.org
 .It Ta Arnaud Degroote Ta Mt degro...@netbsd.org
+.It Ta Felix Deichmann Ta Mt f...@netbsd.org
 .It Ta Rob Deker Ta Mt de...@netbsd.org
 .It Ta Chris G. Demetriou Ta Mt c...@netbsd.org
 .It Ta Tracy Di Marco White Ta Mt genda...@netbsd.org



CVS commit: src/distrib/notes/common

2016-08-01 Thread Sean Cole
Module Name:src
Committed By:   scole
Date:   Mon Aug  1 19:06:32 UTC 2016

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

Log Message:
Add myself


To generate a diff of this commit:
cvs rdiff -u -r1.530 -r1.531 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.530 src/distrib/notes/common/main:1.531
--- src/distrib/notes/common/main:1.530	Tue Jun 28 16:45:06 2016
+++ src/distrib/notes/common/main	Mon Aug  1 19:06:32 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.530 2016/06/28 16:45:06 maya Exp $
+.\"	$NetBSD: main,v 1.531 2016/08/01 19:06:32 scole Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1144,6 +1144,7 @@ If you're one of them, and would like to
 .It Ta Mihai Chelaru Ta Mt kef...@netbsd.org
 .It Ta Aleksey Cheusov Ta Mt cheu...@netbsd.org
 .It Ta Bill Coldwell Ta Mt bi...@netbsd.org
+.It Ta Sean Cole Ta Mt sc...@netbsd.org
 .It Ta Julian Coleman Ta Mt j...@netbsd.org
 .It Ta Marcus Comstedt Ta Mt mar...@netbsd.org
 .It Ta Jeremy Cooper Ta Mt jer...@netbsd.org



CVS commit: src/distrib/notes/common

2016-06-28 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Tue Jun 28 16:45:06 UTC 2016

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

Log Message:
Add myself


To generate a diff of this commit:
cvs rdiff -u -r1.529 -r1.530 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.529 src/distrib/notes/common/main:1.530
--- src/distrib/notes/common/main:1.529	Wed May 18 16:36:53 2016
+++ src/distrib/notes/common/main	Tue Jun 28 16:45:06 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.529 2016/05/18 16:36:53 abhinav Exp $
+.\"	$NetBSD: main,v 1.530 2016/06/28 16:45:06 maya Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1338,6 +1338,7 @@ If you're one of them, and would like to
 .It Ta Adrian Portelli Ta Mt adri...@netbsd.org
 .It Ta Pierre Pronchery Ta Mt khor...@netbsd.org
 .It Ta Chris Provenzano Ta Mt pro...@netbsd.org
+.It Ta Maya Rashish Ta Mt m...@netbsd.org
 .It Ta Mindaugas Rasiukevicius Ta Mt rm...@netbsd.org
 .It Ta Nils Ratusznik Ta Mt n...@netbsd.org
 .It Ta Michael Rauch Ta Mt mra...@netbsd.org



CVS commit: src/distrib/notes/common

2016-05-06 Thread Hiroshi Tokuda
Module Name:src
Committed By:   hiroshi
Date:   Fri May  6 10:48:53 UTC 2016

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

Log Message:
Add myself


To generate a diff of this commit:
cvs rdiff -u -r1.527 -r1.528 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.527 src/distrib/notes/common/main:1.528
--- src/distrib/notes/common/main:1.527	Tue May  3 13:43:11 2016
+++ src/distrib/notes/common/main	Fri May  6 10:48:53 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.527 2016/05/03 13:43:11 kre Exp $
+.\"	$NetBSD: main,v 1.528 2016/05/06 10:48:53 hiroshi Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1406,6 +1406,7 @@ If you're one of them, and would like to
 .It Ta Hasso Tepper Ta Mt ha...@netbsd.org
 .It Ta Matt Thomas Ta Mt m...@netbsd.org
 .It Ta Jason Thorpe Ta Mt thor...@netbsd.org
+.It Ta Hiroshi Tokuda Ta Mt hiro...@netbsd.org
 .It Ta Christoph Toshok Ta Mt tos...@netbsd.org
 .It Ta Tam\('as T\('oth Ta Mt tt...@netbsd.org
 .It Ta Greg Troxel Ta Mt g...@netbsd.org



CVS commit: src/distrib/notes/common

2016-05-03 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Tue May  3 13:43:11 UTC 2016

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

Log Message:
Correct spelling of NetBSD in my entry (pointed out by leot@ - thanks)


To generate a diff of this commit:
cvs rdiff -u -r1.526 -r1.527 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.526 src/distrib/notes/common/main:1.527
--- src/distrib/notes/common/main:1.526	Mon May  2 16:02:24 2016
+++ src/distrib/notes/common/main	Tue May  3 13:43:11 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.526 2016/05/02 16:02:24 kre Exp $
+.\"	$NetBSD: main,v 1.527 2016/05/03 13:43:11 kre Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1171,7 +1171,7 @@ If you're one of them, and would like to
 .It Ta Jaime A Fournier Ta Mt o...@netbsd.org
 .It Ta Stoned Elipot Ta Mt s...@netbsd.org
 .It Ta Michael van Elst Ta Mt mlel...@netbsd.org
-.It Ta Robert Elz Ta Mt k...@netbsd.org
+.It Ta Robert Elz Ta Mt k...@netbsd.org
 .It Ta Enami Tsugutomo Ta Mt en...@netbsd.org
 .It Ta Bernd Ernesti Ta Mt ve...@netbsd.org
 .It Ta Erik Fair Ta Mt f...@netbsd.org



CVS commit: src/distrib/notes/common

2016-05-02 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Mon May  2 16:02:25 UTC 2016

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

Log Message:
Add myself.


To generate a diff of this commit:
cvs rdiff -u -r1.525 -r1.526 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.525 src/distrib/notes/common/main:1.526
--- src/distrib/notes/common/main:1.525	Thu Apr 14 21:16:18 2016
+++ src/distrib/notes/common/main	Mon May  2 16:02:24 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.525 2016/04/14 21:16:18 salazar Exp $
+.\"	$NetBSD: main,v 1.526 2016/05/02 16:02:24 kre Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1171,6 +1171,7 @@ If you're one of them, and would like to
 .It Ta Jaime A Fournier Ta Mt o...@netbsd.org
 .It Ta Stoned Elipot Ta Mt s...@netbsd.org
 .It Ta Michael van Elst Ta Mt mlel...@netbsd.org
+.It Ta Robert Elz Ta Mt k...@netbsd.org
 .It Ta Enami Tsugutomo Ta Mt en...@netbsd.org
 .It Ta Bernd Ernesti Ta Mt ve...@netbsd.org
 .It Ta Erik Fair Ta Mt f...@netbsd.org



CVS commit: src/distrib/notes/common

2016-04-14 Thread Guilherme Salazar
Module Name:src
Committed By:   salazar
Date:   Thu Apr 14 21:16:18 UTC 2016

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

Log Message:
add lneto


To generate a diff of this commit:
cvs rdiff -u -r1.524 -r1.525 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.524 src/distrib/notes/common/main:1.525
--- src/distrib/notes/common/main:1.524	Thu Aug 13 13:21:04 2015
+++ src/distrib/notes/common/main	Thu Apr 14 21:16:18 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.524 2015/08/13 13:21:04 leot Exp $
+.\"	$NetBSD: main,v 1.525 2016/04/14 21:16:18 salazar Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1314,6 +1314,7 @@ If you're one of them, and would like to
 .It Ta Alexander Nasonov Ta Mt al...@netbsd.org
 .It Ta Phil Nelson Ta Mt p...@netbsd.org
 .It Ta John Nemeth Ta Mt jnem...@netbsd.org
+.It Ta Lourival Pereira Vieira Neto Ta Mt ln...@netbsd.org
 .It Ta NISHIMURA Takeshi Ta Mt nsmr...@netbsd.org
 .It Ta Tohru Nishimura Ta Mt nisim...@netbsd.org
 .It Ta NONAKA Kimihiro Ta Mt non...@netbsd.org



CVS commit: src/distrib/notes/common

2015-08-13 Thread Leonardo Taccari
Module Name:src
Committed By:   leot
Date:   Thu Aug 13 13:21:04 UTC 2015

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

Log Message:
Add myself.


To generate a diff of this commit:
cvs rdiff -u -r1.523 -r1.524 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.523 src/distrib/notes/common/main:1.524
--- src/distrib/notes/common/main:1.523	Wed Jul  8 08:48:19 2015
+++ src/distrib/notes/common/main	Thu Aug 13 13:21:04 2015
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.523 2015/07/08 08:48:19 kamil Exp $
+.\	$NetBSD: main,v 1.524 2015/08/13 13:21:04 leot Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1397,6 +1397,7 @@ If you're one of them, and would like to
 .It Ta Gr\('egoire Sutre Ta Mt gsu...@netbsd.org
 .It Ta Sergey Svishchev Ta Mt shatte...@netbsd.org
 .It Ta Robert Swindells Ta Mt r...@netbsd.org
+.It Ta Leonardo Taccari Ta Mt l...@netbsd.org
 .It Ta Shin Takemura Ta Mt takem...@netbsd.org
 .It Ta TAMURA Kent Ta Mt k...@netbsd.org
 .It Ta Shin'ichiro TAYA Ta Mt t...@netbsd.org



CVS commit: src/distrib/notes/common

2015-07-08 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Wed Jul  8 08:48:19 UTC 2015

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

Log Message:
Add myself


To generate a diff of this commit:
cvs rdiff -u -r1.522 -r1.523 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.522 src/distrib/notes/common/main:1.523
--- src/distrib/notes/common/main:1.522	Fri May 29 09:13:49 2015
+++ src/distrib/notes/common/main	Wed Jul  8 08:48:19 2015
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.522 2015/05/29 09:13:49 youri Exp $
+.\	$NetBSD: main,v 1.523 2015/07/08 08:48:19 kamil Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1352,6 +1352,7 @@ If you're one of them, and would like to
 .It Ta Steve Rumble Ta Mt rum...@netbsd.org
 .It Ta Rumko Ta Mt ru...@netbsd.org
 .It Ta Jukka Ruohonen Ta Mt jru...@netbsd.org
+.It Ta Kamil Rytarowski Ta Mt ka...@netbsd.org
 .It Ta Blair J. Sadewitz Ta Mt b...@netbsd.org
 .It Ta David Sainty Ta Mt dsai...@netbsd.org
 .It Ta SAITOH Masanobu Ta Mt msai...@netbsd.org



CVS commit: src/distrib/notes/common

2015-05-22 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri May 22 18:26:19 UTC 2015

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

Log Message:
restore rcsid accidentally deleted in previous


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 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.94 src/distrib/notes/common/legal.common:1.95
--- src/distrib/notes/common/legal.common:1.94	Wed May 20 05:19:20 2015
+++ src/distrib/notes/common/legal.common	Fri May 22 18:26:19 2015
@@ -1,3 +1,4 @@
+.\ $NetBSD
 .\
 .\ Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.



CVS commit: src/distrib/notes/common

2015-05-22 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri May 22 18:27:04 UTC 2015

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

Log Message:
bah. this time without a typo.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 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.95 src/distrib/notes/common/legal.common:1.96
--- src/distrib/notes/common/legal.common:1.95	Fri May 22 18:26:19 2015
+++ src/distrib/notes/common/legal.common	Fri May 22 18:27:03 2015
@@ -1,4 +1,4 @@
-.\ $NetBSD
+.\ $NetBSD: legal.common,v 1.96 2015/05/22 18:27:03 snj Exp $
 .\
 .\ Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.



CVS commit: src/distrib/notes/common

2015-05-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue May 19 19:45:57 UTC 2015

Modified Files:
src/distrib/notes/common: macros
Removed Files:
src/distrib/notes/common: list-setsizes.sh

Log Message:
finish removing the set size stuff, which was thrown out four years ago.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r0 src/distrib/notes/common/list-setsizes.sh
cvs rdiff -u -r1.41 -r1.42 src/distrib/notes/common/macros

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/macros
diff -u src/distrib/notes/common/macros:1.41 src/distrib/notes/common/macros:1.42
--- src/distrib/notes/common/macros:1.41	Sat May  9 08:13:34 2015
+++ src/distrib/notes/common/macros	Tue May 19 19:45:57 2015
@@ -1,4 +1,4 @@
-.\	$NetBSD: macros,v 1.41 2015/05/09 08:13:34 snj Exp $
+.\	$NetBSD: macros,v 1.42 2015/05/19 19:45:57 snj Exp $
 .\
 .\ Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -164,31 +164,6 @@
 .Ux Ns -like
 ..
 .
-.\ setsize G U
-.\	Remember G and U for the next showsize
-.\ showsize [G U]
-.\	Display G MB gzipped, U MB uncompressed on a new line,
-.\	and then reset the values of G and U to '-unset-'.
-.\	Values can be generated with something like this:
-.\		gzip -l *.tgz | \
-.\		awk '/\.tar/ { printf .if \\n[%s] .setsize %d %d\n, \
-.\		substr($4,0,index($4, /)-1), \
-.\		( $1+1048575 ) /1048576, \
-.\		( $2 + 1048575) / 1048576 } '
-.\
-.
-.de setsize
-\.ds set_gzip \\$[1]
-\.ds set_gunzip \\$[2]
-..
-.de showsize
-.br
-.if \\n(.$==2 .setsize \\$*
-.Em \\*[set_gzip] MB gzipped, \\*[set_gunzip] MB uncompressed
-.setsize -unset- -unset-
-..
-.setsize -unset- -unset-
-.
 .\ .Bc/.Ec; begin/end two-column mode. This may not work in all
 .\ cases, but was designed for common/donations. There is no
 .\ support for more than two pages, nor for right-margins.



CVS commit: src/distrib/notes/common

2015-04-27 Thread Hikaru Abe
Module Name:src
Committed By:   hikaru
Date:   Mon Apr 27 12:26:35 UTC 2015

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

Log Message:
Add myself


To generate a diff of this commit:
cvs rdiff -u -r1.517 -r1.518 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.517 src/distrib/notes/common/main:1.518
--- src/distrib/notes/common/main:1.517	Thu Jan 22 02:07:28 2015
+++ src/distrib/notes/common/main	Mon Apr 27 12:26:35 2015
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.517 2015/01/22 02:07:28 sevan Exp $
+.\	$NetBSD: main,v 1.518 2015/04/27 12:26:35 hikaru Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1112,6 +1112,7 @@ If you're one of them, and would like to
 .\ Please keep in alphabetical order
 .\
 .It Ta Ta
+.It Ta Hikaru Abe Ta Mt hik...@netbsd.org
 .It Ta Nathan Ahlstrom Ta Mt n...@netbsd.org
 .It Ta Steve Allen Ta Mt wor...@netbsd.org
 .It Ta Jukka Andberg Ta Mt jandb...@netbsd.org



CVS commit: src/distrib/notes/common

2015-01-21 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Thu Jan 22 02:07:28 UTC 2015

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

Log Message:
Jan comes after Jac
Noticed by bcallah AT OpenBSD Dot org


To generate a diff of this commit:
cvs rdiff -u -r1.516 -r1.517 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.516 src/distrib/notes/common/main:1.517
--- src/distrib/notes/common/main:1.516	Mon Jan 19 20:25:29 2015
+++ src/distrib/notes/common/main	Thu Jan 22 02:07:28 2015
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.516 2015/01/19 20:25:29 sevan Exp $
+.\	$NetBSD: main,v 1.517 2015/01/22 02:07:28 sevan Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1243,9 +1243,9 @@ If you're one of them, and would like to
 .It Ta Tetsuya Isaki Ta Mt is...@netbsd.org
 .It Ta ITOH Yasufumi Ta Mt it...@netbsd.org
 .It Ta IWAMOTO Toshihiro Ta Mt tos...@netbsd.org
-.It Ta Sevan Janiyan Ta Mt se...@netbsd.org
 .It Ta Matthew Jacob Ta Mt mja...@netbsd.org
 .It Ta Soren Jacobsen Ta Mt s...@netbsd.org
+.It Ta Sevan Janiyan Ta Mt se...@netbsd.org
 .It Ta Lonhyn T. Jasinskyj Ta Mt lon...@netbsd.org
 .It Ta Darrin Jewell Ta Mt d...@netbsd.org
 .It Ta Nicolas Joly Ta Mt nj...@netbsd.org



CVS commit: src/distrib/notes/common

2015-01-19 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Mon Jan 19 20:25:29 UTC 2015

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

Log Message:
Added myself


To generate a diff of this commit:
cvs rdiff -u -r1.515 -r1.516 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.515 src/distrib/notes/common/main:1.516
--- src/distrib/notes/common/main:1.515	Sun Jan 11 04:03:47 2015
+++ src/distrib/notes/common/main	Mon Jan 19 20:25:29 2015
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.515 2015/01/11 04:03:47 snj Exp $
+.\	$NetBSD: main,v 1.516 2015/01/19 20:25:29 sevan Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1243,6 +1243,7 @@ If you're one of them, and would like to
 .It Ta Tetsuya Isaki Ta Mt is...@netbsd.org
 .It Ta ITOH Yasufumi Ta Mt it...@netbsd.org
 .It Ta IWAMOTO Toshihiro Ta Mt tos...@netbsd.org
+.It Ta Sevan Janiyan Ta Mt se...@netbsd.org
 .It Ta Matthew Jacob Ta Mt mja...@netbsd.org
 .It Ta Soren Jacobsen Ta Mt s...@netbsd.org
 .It Ta Lonhyn T. Jasinskyj Ta Mt lon...@netbsd.org



CVS commit: src/distrib/notes/common

2015-01-07 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Wed Jan  7 10:22:54 UTC 2015

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

Log Message:
Added myself.


To generate a diff of this commit:
cvs rdiff -u -r1.513 -r1.514 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.513 src/distrib/notes/common/main:1.514
--- src/distrib/notes/common/main:1.513	Tue Jan  6 06:31:31 2015
+++ src/distrib/notes/common/main	Wed Jan  7 10:22:54 2015
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.513 2015/01/06 06:31:31 nils Exp $
+.\	$NetBSD: main,v 1.514 2015/01/07 10:22:54 knakahara Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1305,6 +1305,7 @@ If you're one of them, and would like to
 .It Ta Joseph Myers Ta Mt j...@netbsd.org
 .It Ta Tuomo M\(:akinen Ta Mt t...@netbsd.org
 .It Ta Zolt\('an Arnold NAGY Ta Mt zol...@netbsd.org
+.It Ta Kengo NAKAHARA Ta Mt knakah...@netbsd.org
 .It Ta Ken Nakata Ta Mt k...@netbsd.org
 .It Ta Takeshi Nakayama Ta Mt nakay...@netbsd.org
 .It Ta Alexander Nasonov Ta Mt al...@netbsd.org



CVS commit: src/distrib/notes/common

2015-01-05 Thread Nils Ratusznik
Module Name:src
Committed By:   nils
Date:   Tue Jan  6 06:31:31 UTC 2015

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

Log Message:
Added myself


To generate a diff of this commit:
cvs rdiff -u -r1.512 -r1.513 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.512 src/distrib/notes/common/main:1.513
--- src/distrib/notes/common/main:1.512	Wed Nov  5 07:09:47 2014
+++ src/distrib/notes/common/main	Tue Jan  6 06:31:31 2015
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.512 2014/11/05 07:09:47 snj Exp $
+.\	$NetBSD: main,v 1.513 2015/01/06 06:31:31 nils Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1333,6 +1333,7 @@ If you're one of them, and would like to
 .It Ta Pierre Pronchery Ta Mt khor...@netbsd.org
 .It Ta Chris Provenzano Ta Mt pro...@netbsd.org
 .It Ta Mindaugas Rasiukevicius Ta Mt rm...@netbsd.org
+.It Ta Nils Ratusznik Ta Mt n...@netbsd.org
 .It Ta Michael Rauch Ta Mt mra...@netbsd.org
 .It Ta Marc Recht Ta Mt re...@netbsd.org
 .It Ta Darren Reed Ta Mt darr...@netbsd.org



CVS commit: src/distrib/notes/common

2014-11-13 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Nov 14 07:06:40 UTC 2014

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

Log Message:
mention etcupdate and reorder a bit


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/distrib/notes/common/upgrade

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

Modified files:

Index: src/distrib/notes/common/upgrade
diff -u src/distrib/notes/common/upgrade:1.28 src/distrib/notes/common/upgrade:1.29
--- src/distrib/notes/common/upgrade:1.28	Sat Apr 25 01:33:12 2009
+++ src/distrib/notes/common/upgrade	Fri Nov 14 07:06:40 2014
@@ -1,4 +1,4 @@
-.\	$NetBSD: upgrade,v 1.28 2009/04/25 01:33:12 snj Exp $
+.\	$NetBSD: upgrade,v 1.29 2014/11/14 07:06:40 snj Exp $
 .\
 .\ Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -97,15 +97,10 @@ Make sure you know whether or not to ins
 .Pp
 The upgrade procedure
 is similar to an installation, but without the hard disk partitioning.
-.Ic sysinst
-will attempt to merge the settings stored in your
-.Pa /etc
-directory with the new version of
-.Nx .
-Also, file systems are checked before unpacking the sets.
-Fetching the binary
-sets is done in the same manner as the installation procedure;
-refer to the installation part of the document for help.
+.Pp
+Fetching the binary sets is done in the same manner as the installation
+procedure; refer to the installation part of the document for help.
+File systems are checked before unpacking the sets.
 .Pp
 After a new kernel has been copied to your hard disk, your
 machine is a complete
@@ -113,8 +108,7 @@ machine is a complete
 \*V
 system.
 However, that doesn't mean that you're finished with the upgrade process.
-You will probably want to update the set of device
-nodes you have in
+You will probably want to update the set of device nodes you have in
 .Pa /dev .
 If you've changed the contents of
 .Pa /dev
@@ -125,9 +119,17 @@ and run the command:
 .Pp
 .Dl # Ic sh MAKEDEV all
 .Pp
-Finally, you will want to delete old binaries that were part
-of the version of
-.Nx
-that you upgraded from and have since been removed from the
+.Ic sysinst
+will attempt to merge the settings stored in your
+.Pa /etc
+directory with the new version of
 .Nx
-distribution.
+using the
+.Xr postinstall 8
+utility.
+However,
+.Xr postinstall 8
+is only able to deal with changes that are easily automated.
+It is recommended that you use the
+.Xr etcupdate 8
+tool to merge any remaining configuration changes.



CVS commit: src/distrib/notes/common

2014-03-28 Thread SUENAGA Hiroki
Module Name:src
Committed By:   hsuenaga
Date:   Fri Mar 28 08:24:06 UTC 2014

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

Log Message:
Added myself, hsuenaga


To generate a diff of this commit:
cvs rdiff -u -r1.508 -r1.509 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.508 src/distrib/notes/common/main:1.509
--- src/distrib/notes/common/main:1.508	Thu Mar 13 03:34:00 2014
+++ src/distrib/notes/common/main	Fri Mar 28 08:24:06 2014
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.508 2014/03/13 03:34:00 nat Exp $
+.\	$NetBSD: main,v 1.509 2014/03/28 08:24:06 hsuenaga Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1387,6 +1387,7 @@ If you're one of them, and would like to
 .It Ta Bill Squier Ta Mt g...@netbsd.org
 .It Ta Adrian Steinmann Ta Mt a...@netbsd.org
 .It Ta Bill Studenmund Ta Mt wrstu...@netbsd.org
+.It Ta Hiroki Suenaga Ta Mt hsuen...@netbsd.org
 .It Ta Kevin Sullivan Ta Mt sulli...@netbsd.org
 .It Ta Kimmo Suominen Ta Mt k...@netbsd.org
 .It Ta Gr\('egoire Sutre Ta Mt gsu...@netbsd.org



CVS commit: src/distrib/notes/common

2014-02-24 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Feb 24 11:56:01 UTC 2014

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

Log Message:
Add myself


To generate a diff of this commit:
cvs rdiff -u -r1.506 -r1.507 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.506 src/distrib/notes/common/main:1.507
--- src/distrib/notes/common/main:1.506	Mon Feb 24 07:23:39 2014
+++ src/distrib/notes/common/main	Mon Feb 24 11:56:01 2014
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.506 2014/02/24 07:23:39 skrll Exp $
+.\	$NetBSD: main,v 1.507 2014/02/24 11:56:01 ozaki-r Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1325,6 +1325,7 @@ If you're one of them, and would like to
 .It Ta Ryo ONODERA Ta Mt ry...@netbsd.org
 .It Ta Atsushi Onoe Ta Mt o...@netbsd.org
 .It Ta Greg Oster Ta Mt os...@netbsd.org
+.It Ta Ryota Ozaki Ta Mt ozak...@netbsd.org
 .It Ta Jonathan Perkin Ta Mt ske...@netbsd.org
 .It Ta Fredrik Pettai Ta Mt pet...@netbsd.org
 .It Ta Herb Peyerl Ta Mt hpey...@netbsd.org



CVS commit: src/distrib/notes/common

2014-02-09 Thread pedro martelletto
Module Name:src
Committed By:   pedro
Date:   Mon Feb 10 06:36:53 UTC 2014

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

Log Message:
add myself


To generate a diff of this commit:
cvs rdiff -u -r1.504 -r1.505 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.504 src/distrib/notes/common/main:1.505
--- src/distrib/notes/common/main:1.504	Sat Feb  8 15:50:29 2014
+++ src/distrib/notes/common/main	Mon Feb 10 06:36:53 2014
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.504 2014/02/08 15:50:29 maxv Exp $
+.\	$NetBSD: main,v 1.505 2014/02/10 06:36:53 pedro Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1287,6 +1287,7 @@ If you're one of them, and would like to
 .It Ta Anthony Mallet Ta Mt t...@netbsd.org
 .It Ta John Marino Ta Mt mar...@netbsd.org
 .It Ta Roy Marples Ta Mt r...@netbsd.org
+.It Ta Pedro Martelletto Ta Mt pe...@netbsd.org
 .It Ta Cherry G. Mathew Ta Mt che...@netbsd.org
 .It Ta David Maxwell Ta Mt da...@netbsd.org
 .It Ta Gregory McGarry Ta Mt gmcga...@netbsd.org



CVS commit: src/distrib/notes/common

2014-02-08 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Feb  8 15:50:29 UTC 2014

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

Log Message:
add myself


To generate a diff of this commit:
cvs rdiff -u -r1.503 -r1.504 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.503 src/distrib/notes/common/main:1.504
--- src/distrib/notes/common/main:1.503	Sat Jan 25 18:03:10 2014
+++ src/distrib/notes/common/main	Sat Feb  8 15:50:29 2014
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.503 2014/01/25 18:03:10 wiedi Exp $
+.\	$NetBSD: main,v 1.504 2014/02/08 15:50:29 maxv Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1405,6 +1405,7 @@ If you're one of them, and would like to
 .It Ta Shuichiro URATA Ta Mt u...@netbsd.org
 .It Ta Valeriy E. Ushakov Ta Mt u...@netbsd.org
 .It Ta Todd Vierling Ta Mt t...@netbsd.org
+.It Ta Maxime Villard Ta Mt m...@netbsd.org
 .It Ta Aymeric Vincent Ta Mt ayme...@netbsd.org
 .It Ta Paul Vixie Ta Mt vi...@netbsd.org
 .It Ta Mike M. Volokhov Ta Mt mis...@netbsd.org



CVS commit: src/distrib/notes/common

2014-01-23 Thread Ryosuke Moro
Module Name:src
Committed By:   szptvlfn
Date:   Thu Jan 23 22:52:15 UTC 2014

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

Log Message:
+ szptvlfn.


To generate a diff of this commit:
cvs rdiff -u -r1.501 -r1.502 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.501 src/distrib/notes/common/main:1.502
--- src/distrib/notes/common/main:1.501	Fri Jan 17 00:19:25 2014
+++ src/distrib/notes/common/main	Thu Jan 23 22:52:15 2014
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.501 2014/01/17 00:19:25 hkenken Exp $
+.\	$NetBSD: main,v 1.502 2014/01/23 22:52:15 szptvlfn Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1300,6 +1300,7 @@ If you're one of them, and would like to
 .It Ta Brook Milligan Ta Mt br...@netbsd.org
 .It Ta Minoura Makoto Ta Mt mino...@netbsd.org
 .It Ta Simas Mockevicius Ta Mt sy...@netbsd.org
+.It Ta Ryosuke Moro Ta Mt szptv...@netbsd.org
 .It Ta der Mouse Ta Mt mo...@netbsd.org
 .It Ta Constantine A. Murenin Ta Mt c...@netbsd.org
 .It Ta Joseph Myers Ta Mt j...@netbsd.org



CVS commit: src/distrib/notes/common

2014-01-16 Thread Kenichi Hashimoto
Module Name:src
Committed By:   hkenken
Date:   Fri Jan 17 00:19:25 UTC 2014

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

Log Message:
added myself


To generate a diff of this commit:
cvs rdiff -u -r1.500 -r1.501 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.500 src/distrib/notes/common/main:1.501
--- src/distrib/notes/common/main:1.500	Tue Jan  7 04:46:02 2014
+++ src/distrib/notes/common/main	Fri Jan 17 00:19:25 2014
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.500 2014/01/07 04:46:02 pho Exp $
+.\	$NetBSD: main,v 1.501 2014/01/17 00:19:25 hkenken Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1208,6 +1208,7 @@ If you're one of them, and would like to
 .It Ta Charles M. Hannum Ta Mt mycr...@netbsd.org
 .It Ta Yorick Hardy Ta Mt yha...@netbsd.org
 .It Ta Ben Harris Ta Mt bj...@netbsd.org
+.It Ta Kenichi Hashimoto Ta Mt hken...@netbsd.org
 .It Ta Eric Haszlakiewicz Ta Mt e...@netbsd.org
 .It Ta John Hawkinson Ta Mt jh...@netbsd.org
 .It Ta Emile Heitor Ta Mt i...@netbsd.org



CVS commit: src/distrib/notes/common

2014-01-06 Thread Masatake Daimon
Module Name:src
Committed By:   pho
Date:   Tue Jan  7 04:46:02 UTC 2014

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

Log Message:
Add pho@ to NetBSD Developers.


To generate a diff of this commit:
cvs rdiff -u -r1.499 -r1.500 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.499 src/distrib/notes/common/main:1.500
--- src/distrib/notes/common/main:1.499	Thu Jan  2 22:22:18 2014
+++ src/distrib/notes/common/main	Tue Jan  7 04:46:02 2014
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.499 2014/01/02 22:22:18 tho Exp $
+.\	$NetBSD: main,v 1.500 2014/01/07 04:46:02 pho Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1151,6 +1151,7 @@ If you're one of them, and would like to
 .It Ta Thomas Cort Ta Mt tc...@netbsd.org
 .It Ta Chuck Cranor Ta Mt ch...@netbsd.org
 .It Ta Alistair Crooks Ta Mt a...@netbsd.org
+.It Ta Masatake Daimon Ta Mt p...@netbsd.org
 .It Ta Johan Danielsson Ta Mt j...@netbsd.org
 .It Ta John Darrow Ta Mt jdar...@netbsd.org
 .It Ta Jed Davis Ta Mt j...@netbsd.org



CVS commit: src/distrib/notes/common

2014-01-02 Thread Anthony Mallet
Module Name:src
Committed By:   tho
Date:   Thu Jan  2 22:22:18 UTC 2014

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

Log Message:
Add myself


To generate a diff of this commit:
cvs rdiff -u -r1.498 -r1.499 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.498 src/distrib/notes/common/main:1.499
--- src/distrib/notes/common/main:1.498	Thu Oct 17 02:58:56 2013
+++ src/distrib/notes/common/main	Thu Jan  2 22:22:18 2014
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.498 2013/10/17 02:58:56 elad Exp $
+.\	$NetBSD: main,v 1.499 2014/01/02 22:22:18 tho Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1282,6 +1282,7 @@ If you're one of them, and would like to
 .It Ta Brett Lymn Ta Mt bl...@netbsd.org
 .It Ta MAEKAWA Masahide Ta Mt gehe...@netbsd.org
 .It Ta Anders Magnusson Ta Mt ra...@netbsd.org
+.It Ta Anthony Mallet Ta Mt t...@netbsd.org
 .It Ta John Marino Ta Mt mar...@netbsd.org
 .It Ta Roy Marples Ta Mt r...@netbsd.org
 .It Ta Cherry G. Mathew Ta Mt che...@netbsd.org



CVS commit: src/distrib/notes/common

2013-10-16 Thread Elad Efrat
Module Name:src
Committed By:   elad
Date:   Thu Oct 17 02:58:56 UTC 2013

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

Log Message:
Readd myself.


To generate a diff of this commit:
cvs rdiff -u -r1.497 -r1.498 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.497 src/distrib/notes/common/main:1.498
--- src/distrib/notes/common/main:1.497	Wed Aug 28 15:39:30 2013
+++ src/distrib/notes/common/main	Thu Oct 17 02:58:56 2013
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.497 2013/08/28 15:39:30 slp Exp $
+.\	$NetBSD: main,v 1.498 2013/10/17 02:58:56 elad Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1166,6 +1166,7 @@ If you're one of them, and would like to
 .It Ta Emmanuel Dreyfus Ta Mt m...@netbsd.org
 .It Ta Matthias Drochner Ta Mt droch...@netbsd.org
 .It Ta Jun Ebihara Ta Mt j...@netbsd.org
+.It Ta Elad Efrat Ta Mt e...@netbsd.org
 .It Ta H\(oavard Eidnes Ta Mt h...@netbsd.org
 .It Ta Jaime A Fournier Ta Mt o...@netbsd.org
 .It Ta Stoned Elipot Ta Mt s...@netbsd.org



CVS commit: src/distrib/notes/common

2013-08-28 Thread Sergio Lopez
Module Name:src
Committed By:   slp
Date:   Wed Aug 28 15:39:30 UTC 2013

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

Log Message:
Added slp@ to NetBSD Developers list.


To generate a diff of this commit:
cvs rdiff -u -r1.496 -r1.497 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.496 src/distrib/notes/common/main:1.497
--- src/distrib/notes/common/main:1.496	Fri Jun 21 10:05:52 2013
+++ src/distrib/notes/common/main	Wed Aug 28 15:39:30 2013
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.496 2013/06/21 10:05:52 shm Exp $
+.\	$NetBSD: main,v 1.497 2013/08/28 15:39:30 slp Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1272,6 +1272,7 @@ If you're one of them, and would like to
 .It Ta Joel Lindholm Ta Mt j...@netbsd.org
 .It Ta Tonnerre Lombard Ta Mt tonne...@netbsd.org
 .It Ta Mike Long Ta Mt mi...@netbsd.org
+.It Ta Sergio Lopez Ta Mt s...@netbsd.org
 .It Ta Michael Lorenz Ta Mt macal...@netbsd.org
 .It Ta Warner Losh Ta Mt i...@netbsd.org
 .It Ta Tomasz Luchowski Ta Mt zun...@netbsd.org



CVS commit: src/distrib/notes/common

2013-06-21 Thread Mateusz Kocielski
Module Name:src
Committed By:   shm
Date:   Fri Jun 21 10:05:52 UTC 2013

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

Log Message:
Add myself.


To generate a diff of this commit:
cvs rdiff -u -r1.495 -r1.496 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.495 src/distrib/notes/common/main:1.496
--- src/distrib/notes/common/main:1.495	Mon May  6 21:21:14 2013
+++ src/distrib/notes/common/main	Fri Jun 21 10:05:52 2013
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.495 2013/05/06 21:21:14 jnemeth Exp $
+.\	$NetBSD: main,v 1.496 2013/06/21 10:05:52 shm Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1253,6 +1253,7 @@ If you're one of them, and would like to
 .It Ta John Klos Ta Mt jk...@netbsd.org
 .It Ta Wayne Knowles Ta Mt w...@netbsd.org
 .It Ta Takayoshi Kochi Ta Mt ko...@netbsd.org
+.It Ta Mateusz Kocielski Ta Mt s...@netbsd.org
 .It Ta Jonathan A. Kollasch Ta Mt jakll...@netbsd.org
 .It Ta Joseph Koshy Ta Mt jko...@netbsd.org
 .It Ta Radoslaw Kujawa Ta Mt rkuj...@netbsd.org



CVS commit: src/distrib/notes/common

2013-05-06 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon May  6 21:21:15 UTC 2013

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

Log Message:
add a comment about keeping this in sync with other docs


To generate a diff of this commit:
cvs rdiff -u -r1.494 -r1.495 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.494 src/distrib/notes/common/main:1.495
--- src/distrib/notes/common/main:1.494	Sun Jan 13 00:19:41 2013
+++ src/distrib/notes/common/main	Mon May  6 21:21:14 2013
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.494 2013/01/13 00:19:41 htodd Exp $
+.\	$NetBSD: main,v 1.495 2013/05/06 21:21:14 jnemeth Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1040,6 +1040,8 @@ If you're one of them, and would like to
 .br_ne 2i
 .It Em The portmasters (and their ports):
 .\
+.\ Please keep src/doc/RESPONSIBLE in sync with this list.
+.\
 .\ XXX created by list-portmasters.pl
 .\
 .It Ta Reinoud ZandijkTa Mt  reinoud Ta Sy acorn32



CVS commit: src/distrib/notes/common

2013-01-12 Thread Hisashi T Fujinaka
Module Name:src
Committed By:   htodd
Date:   Sun Jan 13 00:19:42 UTC 2013

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

Log Message:
Adding myself.


To generate a diff of this commit:
cvs rdiff -u -r1.493 -r1.494 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.493 src/distrib/notes/common/main:1.494
--- src/distrib/notes/common/main:1.493	Sat Nov  3 07:59:45 2012
+++ src/distrib/notes/common/main	Sun Jan 13 00:19:41 2013
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.493 2012/11/03 07:59:45 mbalmer Exp $
+.\	$NetBSD: main,v 1.494 2013/01/13 00:19:41 htodd Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1181,6 +1181,7 @@ If you're one of them, and would like to
 .It Ta Matt Fredette Ta Mt frede...@netbsd.org
 .It Ta Thorsten Frueauf Ta Mt frue...@netbsd.org
 .It Ta Castor Fu Ta Mt cas...@netbsd.org
+.It Ta Hisashi Todd Fujinaka Ta Mt ht...@netbsd.org
 .It Ta Makoto Fujiwara Ta Mt m...@netbsd.org
 .It Ta Ichiro Fukuhara Ta Mt ich...@netbsd.org
 .It Ta Quentin Garnier Ta Mt c...@netbsd.org



CVS commit: src/distrib/notes/common

2012-10-15 Thread Palle Lyckegaard
Module Name:src
Committed By:   palle
Date:   Mon Oct 15 18:15:29 UTC 2012

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

Log Message:
Added palle@ to list of NetBSD developers


To generate a diff of this commit:
cvs rdiff -u -r1.491 -r1.492 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.491 src/distrib/notes/common/main:1.492
--- src/distrib/notes/common/main:1.491	Wed Oct 10 17:55:16 2012
+++ src/distrib/notes/common/main	Mon Oct 15 18:15:28 2012
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.491 2012/10/10 17:55:16 riz Exp $
+.\	$NetBSD: main,v 1.492 2012/10/15 18:15:28 palle Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1272,6 +1272,7 @@ If you're one of them, and would like to
 .It Ta Warner Losh Ta Mt i...@netbsd.org
 .It Ta Tomasz Luchowski Ta Mt zun...@netbsd.org
 .It Ta Federico Lupi Ta Mt feder...@netbsd.org
+.It Ta Palle Lyckegaard Ta Mt pa...@netbsd.org
 .It Ta Brett Lymn Ta Mt bl...@netbsd.org
 .It Ta MAEKAWA Masahide Ta Mt gehe...@netbsd.org
 .It Ta Anders Magnusson Ta Mt ra...@netbsd.org



CVS commit: src/distrib/notes/common

2012-10-10 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Wed Oct 10 16:08:14 UTC 2012

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

Log Message:
Refer to the list of mirrors at http://www.NetBSD.org/mirrors
in Quick install notes for the impatient.  Previously it
said Check the NetBSD website for details without giving an URL.


To generate a diff of this commit:
cvs rdiff -u -r1.489 -r1.490 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.489 src/distrib/notes/common/main:1.490
--- src/distrib/notes/common/main:1.489	Fri Aug 17 18:20:19 2012
+++ src/distrib/notes/common/main	Wed Oct 10 16:08:14 2012
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.489 2012/08/17 18:20:19 riz Exp $
+.\	$NetBSD: main,v 1.490 2012/10/10 16:08:14 apb Exp $
 .\
 .\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -121,7 +121,11 @@ These can be found
 on an FTP site near you, usually located in the
 .Pa /pub/NetBSD/iso/
 directory.
-Check the NetBSD website for details.
+Check the list of
+.Nx
+mirrors at
+.Lk http://www.NetBSD.org/mirrors
+for details.
 .Pp
 Option 2: bootable CD-ROM images from
 .Pa \*M/installation/cdrom/ .



CVS commit: src/distrib/notes/common

2012-08-17 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Aug 17 18:20:20 UTC 2012

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

Log Message:
Bring MI release notes somewhat more up-to-date.


To generate a diff of this commit:
cvs rdiff -u -r1.488 -r1.489 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.488 src/distrib/notes/common/main:1.489
--- src/distrib/notes/common/main:1.488	Tue Jul 31 07:49:45 2012
+++ src/distrib/notes/common/main	Fri Aug 17 18:20:19 2012
@@ -1,6 +1,6 @@
-.\	$NetBSD: main,v 1.488 2012/07/31 07:49:45 wen Exp $
+.\	$NetBSD: main,v 1.489 2012/08/17 18:20:19 riz Exp $
 .\
-.\ Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
+.\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
 .\
 .\ Redistribution and use in source and binary forms, with or without
@@ -50,7 +50,7 @@
 .as MACHINE_LIST  sgimips shark sparc sparc64 sun2 sun3 vax x68k xen zaurus .
 .so \*[.CURDIR]/../common/macros
 .
-.Dd April 25, 2009
+.Dd August 17, 2012
 .Dt INSTALL 8
 .Os NetBSD
 .Sh NAME
@@ -114,7 +114,8 @@ Fetch files needed to install
 .Nx .
 .if \n[i386]:\n[amd64] \{\
 .Pp
-Option 1: bootable CD-ROM images containing the full distribution.
+Option 1: bootable CD-ROM images or USB memstick images containing the
+full distribution.
 .Pp
 These can be found
 on an FTP site near you, usually located in the
@@ -200,7 +201,8 @@ The actual binary distribution is in the
 .Pa \*M/binary/sets/
 directory.
 When you boot the install
-.if \n[i386] CD-ROM or floppies,
+.if \n[amd64] image, CD-ROM or floppies,
+.if \n[i386] image, CD-ROM or floppies,
 .if \n[macppc] kernel from floppies, hard drive, or CD-ROM,
 .if \n[sparc] floppies or CD-ROM,
 .if \n[sparc64] CD-ROM or installation kernel,
@@ -484,7 +486,20 @@ The following features are to be removed
 .Nx
 in the future:
 .(bullet
-.\ fill me in
+.Xr dhclient 8
+and
+.Xr rtsol 8
+in favor of
+.Xr dhcpcd 8 .
+.It
+.Xr groff 1
+is being phased out.
+Man pages are handled with
+.Xr mandoc 1 ,
+and
+.Xr groff 1
+can still be found in pkgsrc as
+.Pa textproc/groff .
 .bullet)
 .
 .Ss The NetBSD Foundation
@@ -994,8 +1009,10 @@ If you're one of them, and would like to
 .br_ne 1i
 .It Em The NetBSD core group:
 .It Ta Ta
+.It Ta Alan Barrett Ta Mt a...@netbsd.org
 .It Ta Alistair Crooks Ta Mt a...@netbsd.org
 .It Ta Matthew Green Ta Mt m...@netbsd.org
+.It Ta Chuck Silvers Ta Mt c...@netbsd.org
 .It Ta Matt Thomas Ta Mt m...@netbsd.org
 .It Ta YAMAMOTO Takashi Ta Mt y...@netbsd.org
 .It Ta Christos Zoulas Ta Mt chris...@netbsd.org
@@ -1006,50 +1023,43 @@ If you're one of them, and would like to
 .\
 .\ XXX created by list-portmasters.pl
 .\
-.It Ta Erik Berls Ta Mt  cy...@netbsd.org Ta Sy cobalt
-.It Ta Manuel Bouyer  Ta Mt bou...@netbsd.org Ta Sy xen
-.It Ta Simon BurgeTa Mt sim...@netbsd.org Ta Sy evbmips
-.It Ta Simon BurgeTa Mt sim...@netbsd.org Ta Sy pmax
-.It Ta Simon BurgeTa Mt sim...@netbsd.org Ta Sy sbmips
-.It Ta Julian Coleman Ta Mtj...@netbsd.org Ta Sy atari
-.It Ta Andrew Doran   Ta Mt a...@netbsd.org Ta Sy amd64
-.It Ta Andrew Doran   Ta Mt a...@netbsd.org Ta Sy i386
-.It Ta Matthias Drochner  Ta Mt   droch...@netbsd.org Ta Sy cesfic
-.It Ta Gavan Fantom   Ta Mt  ga...@netbsd.org Ta Sy iyonix
-.It Ta Jaime A Fournier   Ta Mt   o...@netbsd.org Ta Sy zaurus
-.It Ta Ben Harris Ta Mt  bj...@netbsd.org Ta Sy acorn26
-.It Ta Nick HudsonTa Mt  sk...@netbsd.org Ta Sy hp700
-.It Ta Martin HusemannTa Mt mar...@netbsd.org Ta Sy sparc64
-.It Ta S\(/oren J\(/orvangTa Mt  so...@netbsd.org Ta Sy sgimips
-.It Ta Takayoshi KochiTa Mt  ko...@netbsd.org Ta Sy ia64
-.It Ta Michael Lorenz Ta Mt   macal...@netbsd.org Ta Sy macppc
-.It Ta Anders Magnusson   Ta Mt  ra...@netbsd.org Ta Sy vax
-.It Ta Tohru NishimuraTa Mt   nisim...@netbsd.org Ta Sy luna68k
-.It Ta Tohru NishimuraTa Mt   nisim...@netbsd.org Ta Sy sandpoint
-.It Ta Scott Reynolds Ta Mt sco...@netbsd.org Ta Sy mac68k
-.It Ta Tim Rightnour  Ta Mtgarb...@netbsd.org Ta Sy ofppc
-.It Ta Tim Rightnour  Ta Mtgarb...@netbsd.org Ta Sy prep
-.It Ta Tim Rightnour  Ta Mtgarb...@netbsd.org Ta Sy rs6000
-.It Ta Noriyuki Soda  Ta Mt   s...@netbsd.org Ta Sy arc
-.It Ta Ignatios Souvatzis Ta Mt i...@netbsd.org Ta Sy amiga
-.It Ta Ignatios Souvatzis Ta Mt i...@netbsd.org Ta Sy amigappc
-.It Ta NISHIMURA Takeshi  Ta Mtnsmr...@netbsd.org Ta Sy x68k
-.It Ta Matt Thomas   

CVS commit: src/distrib/notes/common

2012-08-17 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Aug 17 19:55:15 UTC 2012

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

Log Message:
More MI release notes updates, particularly around installing.

This could use more love!


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

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

Modified files:

Index: src/distrib/notes/common/postinstall
diff -u src/distrib/notes/common/postinstall:1.75 src/distrib/notes/common/postinstall:1.76
--- src/distrib/notes/common/postinstall:1.75	Sat May 26 05:51:13 2012
+++ src/distrib/notes/common/postinstall	Fri Aug 17 19:55:14 2012
@@ -1,4 +1,4 @@
-.\	$NetBSD: postinstall,v 1.75 2012/05/26 05:51:13 tsutsui Exp $
+.\	$NetBSD: postinstall,v 1.76 2012/08/17 19:55:14 riz Exp $
 .\
 .\ Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -346,28 +346,25 @@ Precompiled binaries can be found at
 usually in the
 .Pa \*M/\*V/All
 subdir.
-You can install them with the following commands under
-.Xr sh 1 :
+If you installed
+.Xr pkgin 1 
+in the
+.Ic sysinst
+post-installation configuration menu, you can use it to automatically install
+binary packages over the network.
+Assuming that
+.Pa /usr/pkg/etc/pkgin/repositories.conf
+is correctly configured, you can install them with the following commands:
 .Pp
 .Bd -unfilled
-.Ic # PKG_PATH=ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/\*M/\*V/All
-.Ic # export PKG_PATH
-.Ic # pkg_add -v tcsh
-.Ic # pkg_add -v bash
-.Ic # pkg_add -v perl
-.Ic # pkg_add -v apache
-.Ic # pkg_add -v kde
-.Ic # pkg_add -v firefox
+.Ic # pkgin install tcsh
+.Ic # pkgin install bash
+.Ic # pkgin install perl
+.Ic # pkgin install apache
+.Ic # pkgin install kde
+.Ic # pkgin install firefox
 \...
 .Ed
-.Pp
-If you are using
-.Xr csh 1
-then replace the first two lines with the following:
-.Pp
-.Bd -unfilled
-.Ic # setenv PKG_PATH ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/\*M/\*V/All
-.Ed
 .(Note
 Some mirror sites don't mirror the
 .Pa /pub/pkgsrc
@@ -378,21 +375,12 @@ The above commands will install the Tene
 the Perl programming language, Apache web server, KDE desktop
 environment and the Firefox web browser 
 as well as all the packages they depend on.
-.(Note
-In some cases the
-.Xr pkg_add 1
-command will complain about a version mismatch of packages with a message
-like the following:
-.Dl Warning: package `foo' was built for a different version of the OS:
-.Dl NetBSD/i386 M.N (pkg) vs. NetBSD/i386 \*V (this host) ,
-This warning is harmless if the formal major release numbers are the same
-between the pkg and your host.
-Please refer to the NetBSD release glossary and graphs at
-.Lk http://www.NetBSD.org/releases/release-map.html
-for more information about NetBSD's release numbering scheme.
-.Note)
 .It
-The framework for compiling packages can be obtained by
+If you did not install it from the 
+.Ic sysinst
+post-installation configuration menu, the
+.Xr pkgsrc 7
+framework for compiling packages can be obtained by
 retrieving the file
 .Lk ftp://ftp.NetBSD.org/pub/pkgsrc/pkgsrc.tar.gz .
 It is typically extracted into

Index: src/distrib/notes/common/sysinst
diff -u src/distrib/notes/common/sysinst:1.101 src/distrib/notes/common/sysinst:1.102
--- src/distrib/notes/common/sysinst:1.101	Fri May 27 17:50:41 2011
+++ src/distrib/notes/common/sysinst	Fri Aug 17 19:55:14 2012
@@ -1,6 +1,6 @@
-.\	$NetBSD: sysinst,v 1.101 2011/05/27 17:50:41 tsutsui Exp $
+.\	$NetBSD: sysinst,v 1.102 2012/08/17 19:55:14 riz Exp $
 .\
-.\ Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
+.\ Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\ All rights reserved.
 .\
 .\ Redistribution and use in source and binary forms, with or without
@@ -390,7 +390,11 @@ progress as this may leave the keyboard 
 The main menu will be displayed.
 .\} \ \n[mac68k]
 .ie \n[alpha]:\n[amd64]:\n[i386] \{\
-Insert the CD into the drive and boot the computer.
+Insert the CD into the drive 
+.if \n[amd64]:\n[i386] \{\
+or the USB memstick into an available USB port
+.\}
+and boot the computer from it.
 .if \n[alpha] \{\
 Type
 .Pp
@@ -438,6 +442,7 @@ After language selection, the main menu 
   * c: Re-install sets or install additional sets *
   * d: Reboot the computer*
   * e: Utility menu   *
+  * f: Config menu*
   * x: Exit Install System*
   .***.
 . cs \n(.f
@@ -499,7 +504,13 @@ The CD-ROM device is usually cd0 and the
 .\}
 .el \{\
 .Me CD-ROM
-as the medium.
+as the medium
+.if \n[amd64]:\n[i386] \{\
+if booted from CD-ROM, or
+.Me Local directory
+if booted from USB memstick
+.\}
+\.
 The default values for the path and device should be ok.
 .\}
 .It

CVS commit: src/distrib/notes/common

2012-07-31 Thread Wen Heping
Module Name:src
Committed By:   wen
Date:   Tue Jul 31 07:49:46 UTC 2012

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

Log Message:
Added myself to the list of NetBSD Developers.


To generate a diff of this commit:
cvs rdiff -u -r1.487 -r1.488 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.487 src/distrib/notes/common/main:1.488
--- src/distrib/notes/common/main:1.487	Tue Apr 17 14:11:59 2012
+++ src/distrib/notes/common/main	Tue Jul 31 07:49:45 2012
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.487 2012/04/17 14:11:59 khorben Exp $
+.\	$NetBSD: main,v 1.488 2012/07/31 07:49:45 wen Exp $
 .\
 .\ Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1181,6 +1181,7 @@ If you're one of them, and would like to
 .It Ta John Heasley Ta Mt h...@netbsd.org
 .It Ta Lars Heidieker Ta Mt p...@netbsd.org
 .It Ta Geert Hendrickx Ta Mt g...@netbsd.org
+.It Ta Wen Heping Ta Mt w...@netbsd.org
 .It Ta Ren\('e Hexel Ta Mt r...@netbsd.org
 .It Ta Iain Hibbert Ta Mt plu...@netbsd.org
 .It Ta Kouichirou Hiratsuka Ta Mt h...@netbsd.org



CVS commit: src/distrib/notes/common

2012-05-25 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat May 26 05:51:13 UTC 2012

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

Log Message:
Most contents in ftp://ftp.NetBSD.org/pub/NetBSD/packages/ seem removed
recently (do we have any announcment?) so update pakcages URLs and
descriptions accordingly.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 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.74 src/distrib/notes/common/postinstall:1.75
--- src/distrib/notes/common/postinstall:1.74	Sat Apr 25 21:21:48 2009
+++ src/distrib/notes/common/postinstall	Sat May 26 05:51:13 2012
@@ -1,4 +1,4 @@
-.\	$NetBSD: postinstall,v 1.74 2009/04/25 21:21:48 snj Exp $
+.\	$NetBSD: postinstall,v 1.75 2012/05/26 05:51:13 tsutsui Exp $
 .\
 .\ Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -339,7 +339,7 @@ More information on the package system i
 .Lk http://www.NetBSD.org/docs/software/packages.html
 .It
 A list of available packages suitable for browsing is at
-.Lk ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/README.html
+.Lk ftp://ftp.NetBSD.org/pub/pkgsrc/current/pkgsrc/README.html
 .It
 Precompiled binaries can be found at
 .Lk ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/
@@ -372,9 +372,6 @@ then replace the first two lines with th
 Some mirror sites don't mirror the
 .Pa /pub/pkgsrc
 directory.
-If you would like to use such mirrors, you could also try the
-.Pa /pub/NetBSD/packages/current-packages/NetBSD/\*M/\*V/All
-directory, which may have the same contents.
 .Note)
 .Pp
 The above commands will install the Tenex-csh and Bourne Again shells,
@@ -397,7 +394,7 @@ for more information about NetBSD's rele
 .It
 The framework for compiling packages can be obtained by
 retrieving the file
-.Lk ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc.tar.gz
+.Lk ftp://ftp.NetBSD.org/pub/pkgsrc/pkgsrc.tar.gz .
 It is typically extracted into
 .Pa /usr/pkgsrc
 (though other locations work fine) with the commands:



  1   2   >