Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[.joined/src/trunk]: .joined/src s/sytem/system/
details: https://anonhg.NetBSD.org/.joined/src/rev/98b04f4b3f09
branches: trunk
changeset: 359371:98b04f4b3f09
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sat Jan 01 10:32:28 2022 +0000
description:
s/sytem/system/
diffstat:
doc/CHANGES.prev | 4 ++--
lib/librpcsvc/rnusers.x | 4 ++--
sbin/newfs/mkfs.c | 6 +++---
share/doc/papers/beyond4.3/beyond43.ms | 4 ++--
sys/conf/files | 6 +++---
sys/dev/ic/aic7xxx_cam.h | 4 ++--
sys/dev/pci/pcidevs | 4 ++--
sys/dev/qbus/ts.c | 6 +++---
sys/dev/scsipi/if_se.c | 6 +++---
9 files changed, 22 insertions(+), 22 deletions(-)
diffs (198 lines):
diff -r f7bc248926c7 -r 98b04f4b3f09 doc/CHANGES.prev
--- a/doc/CHANGES.prev Sat Jan 01 09:53:32 2022 +0000
+++ b/doc/CHANGES.prev Sat Jan 01 10:32:28 2022 +0000
@@ -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 @@
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):
diff -r f7bc248926c7 -r 98b04f4b3f09 lib/librpcsvc/rnusers.x
--- a/lib/librpcsvc/rnusers.x Sat Jan 01 09:53:32 2022 +0000
+++ b/lib/librpcsvc/rnusers.x Sat Jan 01 10:32:28 2022 +0000
@@ -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 */
diff -r f7bc248926c7 -r 98b04f4b3f09 sbin/newfs/mkfs.c
--- a/sbin/newfs/mkfs.c Sat Jan 01 09:53:32 2022 +0000
+++ b/sbin/newfs/mkfs.c Sat Jan 01 10:32:28 2022 +0000
@@ -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 @@
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 +
diff -r f7bc248926c7 -r 98b04f4b3f09 share/doc/papers/beyond4.3/beyond43.ms
--- a/share/doc/papers/beyond4.3/beyond43.ms Sat Jan 01 09:53:32 2022 +0000
+++ b/share/doc/papers/beyond4.3/beyond43.ms Sat Jan 01 10:32:28 2022 +0000
@@ -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 @@
.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,
diff -r f7bc248926c7 -r 98b04f4b3f09 sys/conf/files
--- a/sys/conf/files Sat Jan 01 09:53:32 2022 +0000
+++ b/sys/conf/files Sat Jan 01 10:32:28 2022 +0000
@@ -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/flash/files.flash"
#
-# NAND subsytem
+# NAND subsystem
#
include "dev/nand/files.nand"
#
-# NOR subsytem
+# NOR subsystem
#
include "dev/nor/files.nor"
diff -r f7bc248926c7 -r 98b04f4b3f09 sys/dev/ic/aic7xxx_cam.h
--- a/sys/dev/ic/aic7xxx_cam.h Sat Jan 01 09:53:32 2022 +0000
+++ b/sys/dev/ic/aic7xxx_cam.h Sat Jan 01 10:32:28 2022 +0000
@@ -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 @@
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 */
diff -r f7bc248926c7 -r 98b04f4b3f09 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs Sat Jan 01 09:53:32 2022 +0000
+++ b/sys/dev/pci/pcidevs Sat Jan 01 10:32:28 2022 +0000
@@ -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 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
diff -r f7bc248926c7 -r 98b04f4b3f09 sys/dev/qbus/ts.c
--- a/sys/dev/qbus/ts.c Sat Jan 01 09:53:32 2022 +0000
+++ b/sys/dev/qbus/ts.c Sat Jan 01 10:32:28 2022 +0000
@@ -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 @@
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
diff -r f7bc248926c7 -r 98b04f4b3f09 sys/dev/scsipi/if_se.c
--- a/sys/dev/scsipi/if_se.c Sat Jan 01 09:53:32 2022 +0000
+++ b/sys/dev/scsipi/if_se.c Sat Jan 01 10:32:28 2022 +0000
@@ -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.dall%dsto.defence.gov.au@localhost>
@@ -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"
Home |
Main Index |
Thread Index |
Old Index