CVS commit: src/distrib/notes/common

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

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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

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


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

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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



CVS commit: src/distrib/notes/common

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

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

Log Message:
main: minor style fix


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

Log Message:
main: minor style fix


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

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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



CVS commit: src/distrib/notes/common

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

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

Log Message:
Add notes about FFS and extended attributes.


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

Log Message:
Add notes about FFS and extended attributes.


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

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

Index: src/distrib/notes/common/postinstall
diff -u src/distrib/notes/common/postinstall:1.89 src/distrib/notes/common/postinstall:1.90
--- src/distrib/notes/common/postinstall:1.89	Thu May 27 15:47:42 2021
+++ src/distrib/notes/common/postinstall	Fri Jun  3 14:02:48 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: postinstall,v 1.89 2021/05/27 15:47:42 martin Exp $
+.\"	$NetBSD: postinstall,v 1.90 2022/06/03 14:02:48 andvar Exp $
 .\"
 .\" Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -371,7 +371,7 @@ framework for compiling packages and did
 .Xr sysinst 8
 post-installation configuration menu, you can obtain it by retrieving
 the file
-.Lk https://cdn.NetBSD.org/pub/pkgsrc/pkgsrc.tar.gz .
+.Lk https://cdn.NetBSD.org/pub/pkgsrc/stable/pkgsrc.tar.gz .
 It is typically extracted into
 .Pa /usr/pkgsrc
 (though other locations work fine) with the commands:



CVS commit: src/distrib/notes/common

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

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

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


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

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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



CVS commit: src/distrib/notes/common

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

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

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


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

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


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

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



CVS commit: src/distrib/notes/common

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

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

Log Message:
main: simplify conditional markup


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

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

Modified files:

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



CVS commit: src/distrib/notes/common

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

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

Log Message:
main: simplify conditional markup


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

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



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

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

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

It now made its way into the real dictionaries too

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

-uwe


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

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

kre



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

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

  | Module Name:src
  | Committed By:   wiz
  | Date:   Wed Dec  4 09:25:43 UTC 2019
  |
  | Modified Files:
  | src/distrib/notes/common: main
  |
  | Log Message:
  | Fix some typos.

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

Index: common/main
===
RCS file: /cvsroot/src/distrib/notes/common/main,v
retrieving revision 1.559
diff -u -r1.559 main
--- common/main 4 Dec 2019 09:25:43 -   1.559
+++ common/main 4 Dec 2019 12:55:34 -
@@ -909,7 +909,7 @@
 is your topic of interest; a list of possibly
 related man pages will be displayed.
 .
-.Ss Administrativa
+.Ss Administrivia
 .Pp
 .
 If you've got something to say, do so!


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

kre



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

2019-12-02 Thread Roy Marples

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

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


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

Roy


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

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

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

> Date: Tue, 3 Dec 2019 08:00:40 +0900
> From: Izumi Tsutsui 
> Subject: Re: CVS commit: src/distrib/notes/common
> To: source-changes-d@NetBSD.org
> Cc: u...@netbsd.org, tsut...@ceres.dti.ne.jp
> 
> > Module Name:src
> > Committed By:   uwe
> > Date:   Mon Dec  2 20:57:17 UTC 2019
> > 
> > Modified Files:
> > src/distrib/notes/common: legal.common
> > 
> > Log Message:
> > Drop the entry for Yasushi Yamasaki.  Nothing in the tree requires it.
> 
> X68k Xserver sources do:
>  
> http://cvsweb.netbsd.org/bsdweb.cgi/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kFb.c?rev=1.2=text/x-cvsweb-markup
> 
> ---
> Izumi Tsutsui

On Tue, Dec 03, 2019 at 08:05:58 +0900, Izumi Tsutsui wrote:
> Date: Tue, 3 Dec 2019 08:05:58 +0900
> From: Izumi Tsutsui 
> Subject: Re: CVS commit: src/distrib/notes/common
> To: source-changes-d@NetBSD.org
> Cc: u...@netbsd.org, tsut...@ceres.dti.ne.jp
> 
> > Module Name:src
> > Committed By:   uwe
> > Date:   Mon Dec  2 17:28:36 UTC 2019
> > 
> > Modified Files:
> > src/distrib/notes/common: legal.common
> > 
> > Log Message:
> > Drop entries for "K. Kobayashi" and "K. Kobayashi and H. Shimokawa"
> > that are no longer referenced in tree.
> 
> http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/ieee1394/fwohci.c?rev=1.144=text/x-cvsweb-markup
>  etc.
> 
> ---
> Izumi Tsutsui


-uwe


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

2019-12-02 Thread Izumi Tsutsui
> Module Name:  src
> Committed By: uwe
> Date: Mon Dec  2 17:28:36 UTC 2019
> 
> Modified Files:
>   src/distrib/notes/common: legal.common
> 
> Log Message:
> Drop entries for "K. Kobayashi" and "K. Kobayashi and H. Shimokawa"
> that are no longer referenced in tree.

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

---
Izumi Tsutsui


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

2019-12-02 Thread Izumi Tsutsui
> Module Name:  src
> Committed By: uwe
> Date: Mon Dec  2 20:57:17 UTC 2019
> 
> Modified Files:
>   src/distrib/notes/common: legal.common
> 
> Log Message:
> Drop the entry for Yasushi Yamasaki.  Nothing in the tree requires it.

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

---
Izumi Tsutsui


CVS commit: src/distrib/notes/common

2019-11-29 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Fri Nov 29 16:33:44 UTC 2019

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

Log Message:
Oops, fix typo in .el in previous.


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

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



CVS commit: src/distrib/notes/common

2019-11-29 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Fri Nov 29 16:33:44 UTC 2019

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

Log Message:
Oops, fix typo in .el in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 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.52 src/distrib/notes/common/macros:1.53
--- src/distrib/notes/common/macros:1.52	Fri Nov 29 16:15:09 2019
+++ src/distrib/notes/common/macros	Fri Nov 29 16:33:44 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: macros,v 1.52 2019/11/29 16:15:09 uwe Exp $
+.\"	$NetBSD: macros,v 1.53 2019/11/29 16:33:44 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -356,7 +356,7 @@
 ..
 .\}
 .\"  .Tc and .Ti for text and postscript
-.ei \{\
+.el \{\
 .de Ti
 \h'3n*\\$1u' \\$3\a\\$2
 ..



CVS commit: src/distrib/notes/common

2019-11-29 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Fri Nov 29 16:15:09 UTC 2019

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

Log Message:
Provide separate .Tc and .Ti definitions for HTML and non-HTML.

Change HTML definition of .Tc to enclose TOC into simple .nf/.fi that
also give us  in the output.

This frees our hands to redefine non-HTML case to use better
formatting (work in progress).


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 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.51 src/distrib/notes/common/macros:1.52
--- src/distrib/notes/common/macros:1.51	Thu Nov 28 19:59:48 2019
+++ src/distrib/notes/common/macros	Fri Nov 29 16:15:09 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: macros,v 1.51 2019/11/28 19:59:48 uwe Exp $
+.\"	$NetBSD: macros,v 1.52 2019/11/29 16:15:09 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -342,11 +342,23 @@
 .if rHTML 
 .if dTOC .mktoc \\n[To-toc-level] \\$@
 ..
-.de Ti
+.\"  .Tc and .Ti for HTML
 .ie rHTML \{\
+.de Ti
 \h'3n*\\$1u' \\$3
+..
+.de Tc
+.tm ...reading \*[toc-file]
+.nf
+.\" Use so-real here because toc-file is in objdir not .CURDIR
+.so-real \*[toc-file]
+.fi
+..
 .\}
-.el \h'3n*\\$1u' \\$3\a\\$2
+.\"  .Tc and .Ti for text and postscript
+.ei \{\
+.de Ti
+\h'3n*\\$1u' \\$3\a\\$2
 ..
 .de Tc
 .Bd -literal
@@ -357,6 +369,7 @@
 .so-real \*[toc-file]
 .Ed
 ..
+.\}
 .
 .
 .\"	  MISC  



CVS commit: src/distrib/notes/common

2019-11-29 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Fri Nov 29 16:15:09 UTC 2019

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

Log Message:
Provide separate .Tc and .Ti definitions for HTML and non-HTML.

Change HTML definition of .Tc to enclose TOC into simple .nf/.fi that
also give us  in the output.

This frees our hands to redefine non-HTML case to use better
formatting (work in progress).


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/distrib/notes/common/macros

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



CVS commit: src/distrib/notes/common

2019-11-28 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Thu Nov 28 19:59:48 UTC 2019

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

Log Message:
Don't emit page numbers in TOC for HTML, they are meaningless.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 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.50 src/distrib/notes/common/macros:1.51
--- src/distrib/notes/common/macros:1.50	Thu Nov 28 19:53:04 2019
+++ src/distrib/notes/common/macros	Thu Nov 28 19:59:48 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: macros,v 1.50 2019/11/28 19:53:04 uwe Exp $
+.\"	$NetBSD: macros,v 1.51 2019/11/28 19:59:48 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -343,8 +343,8 @@
 .if dTOC .mktoc \\n[To-toc-level] \\$@
 ..
 .de Ti
-.ie rHTML \{.ta (\n(.lu+\w''u)R
-\h'3n*\\$1u' \\$3\a\\$2
+.ie rHTML \{\
+\h'3n*\\$1u' \\$3
 .\}
 .el \h'3n*\\$1u' \\$3\a\\$2
 ..



CVS commit: src/distrib/notes/common

2019-11-28 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Thu Nov 28 19:59:48 UTC 2019

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

Log Message:
Don't emit page numbers in TOC for HTML, they are meaningless.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/distrib/notes/common/macros

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



CVS commit: src/distrib/notes/common

2019-11-28 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Thu Nov 28 19:53:04 UTC 2019

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

Log Message:
Fix typo in register name in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/distrib/notes/common/macros

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



CVS commit: src/distrib/notes/common

2019-11-28 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Thu Nov 28 19:53:04 UTC 2019

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

Log Message:
Fix typo in register name in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 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.49 src/distrib/notes/common/macros:1.50
--- src/distrib/notes/common/macros:1.49	Thu Nov 28 00:06:39 2019
+++ src/distrib/notes/common/macros	Thu Nov 28 19:53:04 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: macros,v 1.49 2019/11/28 00:06:39 uwe Exp $
+.\"	$NetBSD: macros,v 1.50 2019/11/28 19:53:04 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -316,7 +316,7 @@
 .de mktoc
 .nr mktoc-level \\$1
 .shift
-.write toc-tmp .Ti \\n[toc-level] \\n% "\\$*"
+.write toc-tmp .Ti \\n[mktoc-level] \\n% "\\$*"
 ..
 .rn Ss Ss-toc
 .de Ss



CVS commit: src/distrib/notes/common

2019-11-27 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Wed Nov 27 23:57:41 UTC 2019

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

Log Message:
Don't repeat the TOC file name, define a string.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 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.47 src/distrib/notes/common/macros:1.48
--- src/distrib/notes/common/macros:1.47	Wed Nov 27 23:53:01 2019
+++ src/distrib/notes/common/macros	Wed Nov 27 23:57:41 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: macros,v 1.47 2019/11/27 23:53:01 uwe Exp $
+.\"	$NetBSD: macros,v 1.48 2019/11/27 23:57:41 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -309,6 +309,7 @@
 .\" XXX To should be unnecessary if we handle parseable/callable.
 .\"   .Tc			import the TOC
 .\"   .Ti depth page "item"	(internal) output an entry
+.ds toc-file INSTALL.\*[format].toc
 .if dTOC \{\
 .de mktoc
 .nr mktoc-level \\$1
@@ -348,10 +349,10 @@
 .de Tc
 .Bd -literal
 .ta (\n(.lu)R
-\.tm ...reading INSTALL.\*[format].toc
+.tm ...reading \*[toc-file]
 .   Pp
-.\" Use so-real here because otherwise we lose on objdirs
-\.so-real INSTALL.\*[format].toc
+.\" Use so-real here because toc-file is in objdir not .CURDIR
+.so-real \*[toc-file]
 .Ed
 ..
 .



CVS commit: src/distrib/notes/common

2019-11-27 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Wed Nov 27 23:57:41 UTC 2019

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

Log Message:
Don't repeat the TOC file name, define a string.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/distrib/notes/common/macros

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



CVS commit: src/distrib/notes/common

2019-11-27 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Wed Nov 27 23:53:01 UTC 2019

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

Log Message:
Don't open-code .tm calls to emit TOC entries.

Hide it in an .mktoc macro so that we can switch the way we generate
TOC more easily.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/distrib/notes/common/macros

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



CVS commit: src/distrib/notes/common

2019-11-27 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Wed Nov 27 23:53:01 UTC 2019

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

Log Message:
Don't open-code .tm calls to emit TOC entries.

Hide it in an .mktoc macro so that we can switch the way we generate
TOC more easily.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 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.46 src/distrib/notes/common/macros:1.47
--- src/distrib/notes/common/macros:1.46	Wed Nov 27 21:37:27 2019
+++ src/distrib/notes/common/macros	Wed Nov 27 23:53:01 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: macros,v 1.46 2019/11/27 21:37:27 uwe Exp $
+.\"	$NetBSD: macros,v 1.47 2019/11/27 23:53:01 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -310,15 +310,20 @@
 .\"   .Tc			import the TOC
 .\"   .Ti depth page "item"	(internal) output an entry
 .if dTOC \{\
+.de mktoc
+.nr mktoc-level \\$1
+.shift
+.tm .Ti \\n[toc-level] \\n% "\\$*"
+..
 .rn Ss Ss-toc
 .de Ss
 .Ss-toc \\$@
-.tm .Ti 0 \\n% "\\$*"
+.mktoc 0 \\$@
 ..
 .rn Ss2 Ss2-toc
 .de Ss2
 .Ss2-toc \\$@
-.tm .Ti 1 \\n% "\\$*"
+.mktoc 1 \\$@
 ..
 .\}
 .de Te
@@ -326,13 +331,13 @@
 .shift
 .ie rHTML \\$*
 .el \\$*
-.if dTOC .tm .Ti \\n[Te-toc-level] \\n% "\\$*"
+.if dTOC .mktoc \\n[Te-toc-level] \\$@
 ..
 .de To
 .nr To-toc-level \\$1
 .shift
 .if rHTML 
-.if dTOC .tm .Ti \\n[To-toc-level] \\n% "\\$*"
+.if dTOC .mktoc \\n[To-toc-level] \\$@
 ..
 .de Ti
 .ie rHTML \{.ta (\n(.lu+\w''u)R



CVS commit: src/distrib/notes/common

2019-11-27 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Wed Nov 27 21:37:28 UTC 2019

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

Log Message:
Add missing backslash at the start of conditional input.

That avoids an empty line in the input (which didn't look empty, but
for troff it really was) that causes a break.

I don't remember enough linear algebra to understand what happened,
but that also fixes off by one in some page numbers in the TOC.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/distrib/notes/common/macros

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



CVS commit: src/distrib/notes/common

2019-11-27 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Wed Nov 27 21:37:28 UTC 2019

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

Log Message:
Add missing backslash at the start of conditional input.

That avoids an empty line in the input (which didn't look empty, but
for troff it really was) that causes a break.

I don't remember enough linear algebra to understand what happened,
but that also fixes off by one in some page numbers in the TOC.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 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.45 src/distrib/notes/common/macros:1.46
--- src/distrib/notes/common/macros:1.45	Wed Nov 27 19:07:31 2019
+++ src/distrib/notes/common/macros	Wed Nov 27 21:37:27 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: macros,v 1.45 2019/11/27 19:07:31 uwe Exp $
+.\"	$NetBSD: macros,v 1.46 2019/11/27 21:37:27 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -309,7 +309,7 @@
 .\" XXX To should be unnecessary if we handle parseable/callable.
 .\"   .Tc			import the TOC
 .\"   .Ti depth page "item"	(internal) output an entry
-.if dTOC \{
+.if dTOC \{\
 .rn Ss Ss-toc
 .de Ss
 .Ss-toc \\$@



CVS commit: src/distrib/notes/common

2019-11-25 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Nov 25 15:40:18 UTC 2019

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

Log Message:
Improve heading a bit.  While here, use quotes to group some of the
words to avoid the 9-arg limitation of .Ss


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

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



CVS commit: src/distrib/notes/common

2019-11-25 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Nov 25 15:40:18 UTC 2019

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

Log Message:
Improve heading a bit.  While here, use quotes to group some of the
words to avoid the 9-arg limitation of .Ss


To generate a diff of this commit:
cvs rdiff -u -r1.555 -r1.556 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.555 src/distrib/notes/common/main:1.556
--- src/distrib/notes/common/main:1.555	Sun Nov 24 16:16:21 2019
+++ src/distrib/notes/common/main	Mon Nov 25 15:40:18 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.555 2019/11/24 16:16:21 pgoyette Exp $
+.\"	$NetBSD: main,v 1.556 2019/11/25 15:40:18 pgoyette Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -519,8 +519,8 @@ would not exist.
 .
 .ie \n[RELEASE_BRANCH] .Ss Changes Between The NetBSD \n[oldvers] \
 and \n[major] Releases
-.el .Ss Changes Between The NetBSD \n[oldvers], \
-the \n[major] Releases, and newer.
+.el .Ss "Changes Between The NetBSD \n[oldvers] and" \
+\n[major] Releases, and newer.
 .Pp
 The
 .Nx



CVS commit: src/distrib/notes/common

2019-11-24 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sun Nov 24 16:16:21 UTC 2019

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

Log Message:
Add "Oxford comma"


To generate a diff of this commit:
cvs rdiff -u -r1.554 -r1.555 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.554 src/distrib/notes/common/main:1.555
--- src/distrib/notes/common/main:1.554	Sun Nov 24 11:15:33 2019
+++ src/distrib/notes/common/main	Sun Nov 24 16:16:21 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.554 2019/11/24 11:15:33 martin Exp $
+.\"	$NetBSD: main,v 1.555 2019/11/24 16:16:21 pgoyette Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -520,7 +520,7 @@ would not exist.
 .ie \n[RELEASE_BRANCH] .Ss Changes Between The NetBSD \n[oldvers] \
 and \n[major] Releases
 .el .Ss Changes Between The NetBSD \n[oldvers], \
-the \n[major] Releases and newer.
+the \n[major] Releases, and newer.
 .Pp
 The
 .Nx



CVS commit: src/distrib/notes/common

2019-11-24 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sun Nov 24 16:16:21 UTC 2019

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

Log Message:
Add "Oxford comma"


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

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



CVS commit: src/distrib/notes/common

2019-11-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Nov 21 18:46:41 UTC 2019

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

Log Message:
Add missing .bullet) and replace some versions (more todo later)


To generate a diff of this commit:
cvs rdiff -u -r1.551 -r1.552 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.551 src/distrib/notes/common/main:1.552
--- src/distrib/notes/common/main:1.551	Fri May 31 13:38:57 2019
+++ src/distrib/notes/common/main	Thu Nov 21 18:46:40 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.551 2019/05/31 13:38:57 maya Exp $
+.\"	$NetBSD: main,v 1.552 2019/11/21 18:46:40 martin Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -496,7 +496,7 @@ possible,
 would not exist.
 .
 .if \n[FOR_RELEASE] \{\
-.Ss Changes Between The NetBSD 6.0 and 7.0 Releases
+.Ss Changes Between The NetBSD 9.0 and \*V Releases
 .Pp
 The
 .Nx
@@ -536,6 +536,7 @@ and
 can still be found in pkgsrc as
 .Pa textproc/groff .
 .
+.bullet)
 .Ss "The NetBSD Foundation"
 .Pp
 .



CVS commit: src/distrib/notes/common

2019-11-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Nov 21 18:46:41 UTC 2019

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

Log Message:
Add missing .bullet) and replace some versions (more todo later)


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

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



CVS commit: src/distrib/notes/common

2019-08-15 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Thu Aug 15 21:12:16 UTC 2019

Removed Files:
src/distrib/notes/common: list-portmasters.pl

Log Message:
Remove list-portmasters.pl script.
We dropped that list from "main" some time ago.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r0 src/distrib/notes/common/list-portmasters.pl

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



CVS commit: src/distrib/notes/common

2019-08-15 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Thu Aug 15 21:12:16 UTC 2019

Removed Files:
src/distrib/notes/common: list-portmasters.pl

Log Message:
Remove list-portmasters.pl script.
We dropped that list from "main" some time ago.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r0 src/distrib/notes/common/list-portmasters.pl

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



CVS commit: src/distrib/notes/common

2019-05-31 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Fri May 31 13:38:57 UTC 2019

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

Log Message:
Omit mention of the boot prompt having an ACPI off option, as it was removed


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

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



CVS commit: src/distrib/notes/common

2019-05-31 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Fri May 31 13:38:57 UTC 2019

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

Log Message:
Omit mention of the boot prompt having an ACPI off option, as it was removed


To generate a diff of this commit:
cvs rdiff -u -r1.550 -r1.551 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.550 src/distrib/notes/common/main:1.551
--- src/distrib/notes/common/main:1.550	Tue Nov 13 18:48:25 2018
+++ src/distrib/notes/common/main	Fri May 31 13:38:57 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.550 2018/11/13 18:48:25 scole Exp $
+.\"	$NetBSD: main,v 1.551 2019/05/31 13:38:57 maya Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -157,8 +157,7 @@ The default kernel on CD-ROMs has ACPI e
 This is known to cause issues on a few machines which have buggy ACPI
 implementations.
 .Pp
-To boot with ACPI disabled, choose the "no ACPI" option from the boot menu,
-or interrupt the menu and enter the
+To boot with ACPI disabled, interrupt the menu and enter the
 .Nx
 boot prompt.
 Type



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

2010-05-13 Thread David Holland
On Sun, May 09, 2010 at 02:44:49PM +0200, Joerg Sonnenberger wrote:
  On Sun, May 09, 2010 at 07:26:53AM +, David Holland wrote:
   If DNS won't go, any IP addresses you need that you failed to write
   down before you started the install are a show-stopper; you need to
   abort the install, boot something else, and look them up, and
   hopefully the old OS still boots.
  
  Why didn't you download an ISO image in that case? You know, do a
  non-network installation.

I dunno, despite occasional evidence to the contrary I tend to expect
DNS and the network in general to work. Besides, in general I don't
like using up CD blanks when I don't have to.

But, I seem to be outvoted, so let's just remove it.

-- 
David A. Holland
dholl...@netbsd.org


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

2010-05-09 Thread David Holland
On Fri, May 07, 2010 at 03:59:21PM +0200, Joerg Sonnenberger wrote:
Update IP addresses (both IPv4 and IPv6) of current ftp.NetBSD.org.

XXX: is it still worth to note those numbers in INSTALL docs nowadays?
   
   It's not uncommon for DNS to not be working in the installer for one
   reason or another.
  
  You mean you install from a remote host on a network without working DNS
  server and without the ability the lookup the IP yourself out of band?
  I don't think the numbers should be present in long term documents.

Yes, sometimes. Not everyone has a roomful of computers, or a roomful
of computers at every location, or a roomful of computers that can
safely be allowed on the internet while you're servicing their
firewall. For example.

If DNS won't go, any IP addresses you need that you failed to write
down before you started the install are a show-stopper; you need to
abort the install, boot something else, and look them up, and
hopefully the old OS still boots.

In principle this shouldn't happen; but then in principle ISPs should
provide working DNS servers, too... they don't always.

I dunno, I think as long as the expected lifetime of the IP address is
comparable to or exceeds the lifetime of the release (which has mostly
been the case in the past) writing it down and hedging it with
provisos is still useful.

-- 
David A. Holland
dholl...@netbsd.org


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

2010-05-09 Thread Joerg Sonnenberger
On Sun, May 09, 2010 at 07:26:53AM +, David Holland wrote:
 If DNS won't go, any IP addresses you need that you failed to write
 down before you started the install are a show-stopper; you need to
 abort the install, boot something else, and look them up, and
 hopefully the old OS still boots.

Why didn't you download an ISO image in that case? You know, do a
non-network installation.

Joerg


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

2010-05-09 Thread Izumi Tsutsui
 If DNS won't go, any IP addresses you need that you failed to write
 down before you started the install are a show-stopper;

IMO, most ordinary users recommend DHCP nowadays and
they won't continue installation if they are asked
manual network settings like default route and netmask etc.
before put IP address of ftp is required.

Less maintainance cost is proir to humble completeness, IMO.
(spend your time to update actual docs, please ;-)
---
Izumi Tsutsui


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

2010-05-07 Thread David Holland
On Mon, May 03, 2010 at 03:14:24PM +, Izumi Tsutsui wrote:
  Update IP addresses (both IPv4 and IPv6) of current ftp.NetBSD.org.
  
  XXX: is it still worth to note those numbers in INSTALL docs nowadays?

It's not uncommon for DNS to not be working in the installer for one
reason or another.

-- 
David A. Holland
dholl...@netbsd.org


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

2010-05-07 Thread Joerg Sonnenberger
On Fri, May 07, 2010 at 06:02:18AM +, David Holland wrote:
 On Mon, May 03, 2010 at 03:14:24PM +, Izumi Tsutsui wrote:
   Update IP addresses (both IPv4 and IPv6) of current ftp.NetBSD.org.
   
   XXX: is it still worth to note those numbers in INSTALL docs nowadays?
 
 It's not uncommon for DNS to not be working in the installer for one
 reason or another.

You mean you install from a remote host on a network without working DNS
server and without the ability the lookup the IP yourself out of band?
I don't think the numbers should be present in long term documents.

Joerg


CVS commit: src/distrib/notes/common

2010-03-05 Thread Fredrik Pettai
Module Name:src
Committed By:   pettai
Date:   Fri Mar  5 22:18:33 UTC 2010

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

Log Message:
Added myself


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

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



CVS commit: src/distrib/notes/common

2010-03-05 Thread Fredrik Pettai
Module Name:src
Committed By:   pettai
Date:   Fri Mar  5 22:18:33 UTC 2010

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

Log Message:
Added myself


To generate a diff of this commit:
cvs rdiff -u -r1.459 -r1.460 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.459 src/distrib/notes/common/main:1.460
--- src/distrib/notes/common/main:1.459	Fri Feb 26 21:52:22 2010
+++ src/distrib/notes/common/main	Fri Mar  5 22:18:33 2010
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.459 2010/02/26 21:52:22 morr Exp $
+.\	$NetBSD: main,v 1.460 2010/03/05 22:18:33 pettai Exp $
 .\
 .\ Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1307,6 +1307,7 @@
 .It Ta Rui Paulo Ta Mt rpa...@netbsd.org
 .It Ta Jonathan Perkin Ta Mt ske...@netbsd.org
 .It Ta Andrey Petrov Ta Mt pet...@netbsd.org
+.It Ta Fredrik Pettai Ta Mt pet...@netbsd.org
 .It Ta Herb Peyerl Ta Mt hpey...@netbsd.org
 .It Ta Matthias Pfaller Ta Mt matth...@netbsd.org
 .It Ta Chris Pinnock Ta Mt c...@netbsd.org



CVS commit: src/distrib/notes/common

2010-02-26 Thread Daniel Horecki
Module Name:src
Committed By:   morr
Date:   Fri Feb 26 21:52:23 UTC 2010

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

Log Message:
Add myself


To generate a diff of this commit:
cvs rdiff -u -r1.458 -r1.459 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.458 src/distrib/notes/common/main:1.459
--- src/distrib/notes/common/main:1.458	Mon Feb  8 08:32:58 2010
+++ src/distrib/notes/common/main	Fri Feb 26 21:52:22 2010
@@ -1,4 +1,4 @@
-.\	$NetBSD: main,v 1.458 2010/02/08 08:32:58 cnst Exp $
+.\	$NetBSD: main,v 1.459 2010/02/26 21:52:22 morr Exp $
 .\
 .\ Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -1205,6 +1205,7 @@
 .It Ta Jachym Holecek Ta Mt fr...@netbsd.org
 .It Ta David A. Holland Ta Mt dholl...@netbsd.org
 .It Ta Christian E. Hopps Ta Mt cho...@netbsd.org
+.It Ta Daniel Horecki Ta Mt m...@netbsd.org
 .It Ta Ken Hornstein Ta Mt k...@netbsd.org
 .It Ta Marc Horowitz Ta Mt m...@netbsd.org
 .It Ta Eduardo Horvath Ta Mt e...@netbsd.org



CVS commit: src/distrib/notes/common

2010-02-26 Thread Daniel Horecki
Module Name:src
Committed By:   morr
Date:   Fri Feb 26 21:52:23 UTC 2010

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

Log Message:
Add myself


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

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



CVS commit: src/distrib/notes/common

2010-02-02 Thread Yorick Hardy
Module Name:src
Committed By:   yhardy
Date:   Tue Feb  2 19:42:32 UTC 2010

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

Log Message:
Add my name, as specified in the welcome message.


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

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



CVS commit: src/distrib/notes/common

2010-01-07 Thread Guillaume Lasmayous
Module Name:src
Committed By:   gls
Date:   Thu Jan  7 22:43:00 UTC 2010

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

Log Message:
Add myself


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

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