Module Name:    src
Committed By:   msaitoh
Date:           Sat Jan  1 10:32:29 UTC 2022

Modified Files:
        src/doc: CHANGES.prev
        src/lib/librpcsvc: rnusers.x
        src/sbin/newfs: mkfs.c
        src/share/doc/papers/beyond4.3: beyond43.ms
        src/sys/conf: files
        src/sys/dev/ic: aic7xxx_cam.h
        src/sys/dev/pci: pcidevs
        src/sys/dev/qbus: ts.c
        src/sys/dev/scsipi: if_se.c

Log Message:
s/sytem/system/


To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 src/doc/CHANGES.prev
cvs rdiff -u -r1.15 -r1.16 src/lib/librpcsvc/rnusers.x
cvs rdiff -u -r1.130 -r1.131 src/sbin/newfs/mkfs.c
cvs rdiff -u -r1.5 -r1.6 src/share/doc/papers/beyond4.3/beyond43.ms
cvs rdiff -u -r1.1291 -r1.1292 src/sys/conf/files
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/aic7xxx_cam.h
cvs rdiff -u -r1.1444 -r1.1445 src/sys/dev/pci/pcidevs
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/qbus/ts.c
cvs rdiff -u -r1.114 -r1.115 src/sys/dev/scsipi/if_se.c

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

Modified files:

Index: src/doc/CHANGES.prev
diff -u src/doc/CHANGES.prev:1.163 src/doc/CHANGES.prev:1.164
--- src/doc/CHANGES.prev:1.163	Sat Jan  1 08:34:34 2022
+++ src/doc/CHANGES.prev	Sat Jan  1 10:32:28 2022
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.163 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.164 $>
 
 
 Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -11262,7 +11262,7 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
 	kernel: Add a new RLIMIT_NTHR limit to limit the number of processes
 		per user and the corresponding kern.maxlwp sysctl. Expose
 		kern.uidinfo.* via sysctl. [christos 20120608]
-	usb(9): Added support for SMP to the USB subsytem.  By Jared D.
+	usb(9): Added support for SMP to the USB subsystem.  By Jared D.
 		McNeill and myself.  [mrg 20120609]
 	kernel: Add sendmmsg and recvmmsg support. [christos 20120621]
 	kernel: Add sysctls to avoid ipv6 DoS attacks (from OpenBSD):

Index: src/lib/librpcsvc/rnusers.x
diff -u src/lib/librpcsvc/rnusers.x:1.15 src/lib/librpcsvc/rnusers.x:1.16
--- src/lib/librpcsvc/rnusers.x:1.15	Fri Dec 20 21:04:09 2013
+++ src/lib/librpcsvc/rnusers.x	Sat Jan  1 10:32:28 2022
@@ -36,7 +36,7 @@
 %#ifndef __lint__
 %/*static char sccsid[] = "from: @(#)rnusers.x 1.2 87/09/20 Copyr 1987 Sun Micro";*/
 %/*static char sccsid[] = "from: @(#)rnusers.x	2.1 88/08/01 4.0 RPCSRC";*/
-%__RCSID("$NetBSD: rnusers.x,v 1.15 2013/12/20 21:04:09 christos Exp $");
+%__RCSID("$NetBSD: rnusers.x,v 1.16 2022/01/01 10:32:28 msaitoh Exp $");
 %#endif /* not __lint__ */
 #endif
 
@@ -53,7 +53,7 @@
 %
 %/*
 % * This is the structure used in version 2 of the rusersd RPC service.
-% * It corresponds to the utmp structure for BSD sytems.
+% * It corresponds to the utmp structure for BSD systems.
 % */
 %struct ru_utmp {
 %	char	ut_line[8];		/* tty name */

Index: src/sbin/newfs/mkfs.c
diff -u src/sbin/newfs/mkfs.c:1.130 src/sbin/newfs/mkfs.c:1.131
--- src/sbin/newfs/mkfs.c:1.130	Thu Aug 20 15:54:11 2020
+++ src/sbin/newfs/mkfs.c	Sat Jan  1 10:32:28 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: mkfs.c,v 1.130 2020/08/20 15:54:11 riastradh Exp $	*/
+/*	$NetBSD: mkfs.c,v 1.131 2022/01/01 10:32:28 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1980, 1989, 1993
@@ -73,7 +73,7 @@
 #if 0
 static char sccsid[] = "@(#)mkfs.c	8.11 (Berkeley) 5/3/95";
 #else
-__RCSID("$NetBSD: mkfs.c,v 1.130 2020/08/20 15:54:11 riastradh Exp $");
+__RCSID("$NetBSD: mkfs.c,v 1.131 2022/01/01 10:32:28 msaitoh Exp $");
 #endif
 #endif /* not lint */
 
@@ -409,7 +409,7 @@ mkfs(const char *fsys, int fi, int fo,
 	if (ncg < MINCYLGRPS) {
 		/*
 		 * We would like to allocate MINCLYGRPS cylinder groups,
-		 * but for small file sytems (especially ones with a lot
+		 * but for small file systems (especially ones with a lot
 		 * of inodes) this is not desirable (or possible).
 		 */
 		u = sblock.fs_size / 2 / (sblock.fs_iblkno +

Index: src/share/doc/papers/beyond4.3/beyond43.ms
diff -u src/share/doc/papers/beyond4.3/beyond43.ms:1.5 src/share/doc/papers/beyond4.3/beyond43.ms:1.6
--- src/share/doc/papers/beyond4.3/beyond43.ms:1.5	Fri Nov 24 19:46:58 2006
+++ src/share/doc/papers/beyond4.3/beyond43.ms	Sat Jan  1 10:32:29 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: beyond43.ms,v 1.5 2006/11/24 19:46:58 christos Exp $
+.\"	$NetBSD: beyond43.ms,v 1.6 2022/01/01 10:32:29 msaitoh Exp $
 .\"
 .\" Copyright (c) 1989 The Regents of the University of California.
 .\" All rights reserved.
@@ -141,7 +141,7 @@ knowledge of irregular disk geometries s
 .NH 2
 Fat Fast File System
 .PP
-The 4.2 fast file sytem [McKusick84]
+The 4.2 fast file system [McKusick84]
 contained several statically sized structures,
 imposing limits on the number of cylinders per cylinder group,
 inodes per cylinder group,

Index: src/sys/conf/files
diff -u src/sys/conf/files:1.1291 src/sys/conf/files:1.1292
--- src/sys/conf/files:1.1291	Tue Dec  7 17:39:54 2021
+++ src/sys/conf/files	Sat Jan  1 10:32:29 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: files,v 1.1291 2021/12/07 17:39:54 brad Exp $
+#	$NetBSD: files,v 1.1292 2022/01/01 10:32:29 msaitoh Exp $
 #	@(#)files.newconf	7.5 (Berkeley) 5/10/93
 
 version 	20171118
@@ -1602,12 +1602,12 @@ include "dev/altmem/files.altmem"
 include "dev/flash/files.flash"
 
 #
-# NAND subsytem
+# NAND subsystem
 #
 include "dev/nand/files.nand"
 
 #
-# NOR subsytem
+# NOR subsystem
 #
 include "dev/nor/files.nor"
 

Index: src/sys/dev/ic/aic7xxx_cam.h
diff -u src/sys/dev/ic/aic7xxx_cam.h:1.5 src/sys/dev/ic/aic7xxx_cam.h:1.6
--- src/sys/dev/ic/aic7xxx_cam.h:1.5	Sun Oct 30 23:35:10 2016
+++ src/sys/dev/ic/aic7xxx_cam.h	Sat Jan  1 10:32:29 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: aic7xxx_cam.h,v 1.5 2016/10/30 23:35:10 mlelstv Exp $	*/
+/*	$NetBSD: aic7xxx_cam.h,v 1.6 2022/01/01 10:32:29 msaitoh Exp $	*/
 
 /*
  * Data structures and definitions for the CAM system.
@@ -67,7 +67,7 @@ typedef enum {
 	CAM_REQ_ABORTED = XS_DRIVER_STUFFUP,	/* CCB request aborted by the host */
 	CAM_UA_ABORT,				/* Unable to abort CCB request */
 	CAM_REQ_CMP_ERR = XS_DRIVER_STUFFUP,	/* CCB request completed with an error */
-	CAM_BUSY = XS_BUSY,			/* CAM subsytem is busy */
+	CAM_BUSY = XS_BUSY,			/* CAM subsystem is busy */
 	CAM_REQ_INVALID = XS_DRIVER_STUFFUP,	/* CCB request was invalid */
 	CAM_PATH_INVALID,			/* Supplied Path ID is invalid */
 	CAM_SEL_TIMEOUT = XS_SELTIMEOUT,	/* Target Selection Timeout */

Index: src/sys/dev/pci/pcidevs
diff -u src/sys/dev/pci/pcidevs:1.1444 src/sys/dev/pci/pcidevs:1.1445
--- src/sys/dev/pci/pcidevs:1.1444	Tue Nov 30 15:16:18 2021
+++ src/sys/dev/pci/pcidevs	Sat Jan  1 10:32:29 2022
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1444 2021/11/30 15:16:18 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1445 2022/01/01 10:32:29 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -225,7 +225,7 @@ vendor DIGICOM		0x10ab	Digicom
 vendor HONEYWELL	0x10ac	Honeywell IASD
 vendor SYMPHONY		0x10ad	Symphony Labs
 vendor CORNERSTONE	0x10ae	Cornerstone Technology
-vendor MICROCOMPSON	0x10af	Micro Computer Sysytems (M) SON
+vendor MICROCOMPSON	0x10af	Micro Computer Systems (M) SON
 vendor CARDEXPER	0x10b0	CardExpert Technology
 vendor CABLETRON	0x10b1	Cabletron Systems
 vendor RAYETHON		0x10b2	Raytheon

Index: src/sys/dev/qbus/ts.c
diff -u src/sys/dev/qbus/ts.c:1.33 src/sys/dev/qbus/ts.c:1.34
--- src/sys/dev/qbus/ts.c:1.33	Sun Dec  8 19:52:37 2019
+++ src/sys/dev/qbus/ts.c	Sat Jan  1 10:32:29 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: ts.c,v 1.33 2019/12/08 19:52:37 ad Exp $ */
+/*	$NetBSD: ts.c,v 1.34 2022/01/01 10:32:29 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ts.c,v 1.33 2019/12/08 19:52:37 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ts.c,v 1.34 2022/01/01 10:32:29 msaitoh Exp $");
 
 #undef	TSDEBUG
 
@@ -792,7 +792,7 @@ tsintr(void *arg)
 
 	case TS_TC_FCE:
 		/*
-		 * Fatal subsytem Error -- The subsytem is incapable
+		 * Fatal subsystem Error -- The subsystem is incapable
 		 * of properly performing commands, or at least its
 		 * integrity is seriously questionable. Refer to the
 		 * fatal class code field in the TSSR register for

Index: src/sys/dev/scsipi/if_se.c
diff -u src/sys/dev/scsipi/if_se.c:1.114 src/sys/dev/scsipi/if_se.c:1.115
--- src/sys/dev/scsipi/if_se.c:1.114	Sun Sep 19 10:34:09 2021
+++ src/sys/dev/scsipi/if_se.c	Sat Jan  1 10:32:29 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_se.c,v 1.114 2021/09/19 10:34:09 andvar Exp $	*/
+/*	$NetBSD: if_se.c,v 1.115 2022/01/01 10:32:29 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1997 Ian W. Dall <ian.d...@dsto.defence.gov.au>
@@ -49,7 +49,7 @@
  * This driver is also a bit unusual. It must look like a network
  * interface and it must also appear to be a scsi device to the scsi
  * system. Hence there are cases where there are two entry points. eg
- * sedone is to be called from the scsi subsytem and se_ifstart from
+ * sedone is to be called from the scsi subsystem and se_ifstart from
  * the network interface subsystem.  In addition, to facilitate scsi
  * commands issued by userland programs, there are open, close and
  * ioctl entry points. This allows a user program to, for example,
@@ -59,7 +59,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_se.c,v 1.114 2021/09/19 10:34:09 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_se.c,v 1.115 2022/01/01 10:32:29 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"

Reply via email to