Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch white space police



details:   https://anonhg.NetBSD.org/src/rev/dfb08f665ed1
branches:  trunk
changeset: 820604:dfb08f665ed1
user:      ryo <ryo%NetBSD.org@localhost>
date:      Thu Jan 12 05:24:36 2017 +0000

description:
white space police

diffstat:

 sys/arch/amd64/conf/ALL           |  82 ++++++++++++++++++------------------
 sys/arch/amd64/conf/GENERIC       |  38 ++++++++--------
 sys/arch/amd64/conf/XEN3_DOM0     |  42 +++++++++---------
 sys/arch/amd64/conf/XEN3_DOMU     |  44 +++++++++---------
 sys/arch/amd64/conf/majors.amd64  |   8 +-
 sys/arch/amd64/conf/std.amd64     |   6 +-
 sys/arch/amd64/conf/std.xen       |   6 +-
 sys/arch/i386/conf/ALL            |  86 +++++++++++++++++++-------------------
 sys/arch/i386/conf/GENERIC        |  32 +++++++-------
 sys/arch/i386/conf/INSTALL_FLOPPY |  34 +++++++-------
 sys/arch/i386/conf/XEN3_DOM0      |  42 +++++++++---------
 sys/arch/i386/conf/XEN3_DOMU      |  48 ++++++++++----------
 sys/arch/i386/conf/majors.i386    |   8 +-
 sys/arch/i386/conf/std.i386       |   4 +-
 14 files changed, 240 insertions(+), 240 deletions(-)

diffs (truncated from 978 to 300 lines):

diff -r a83820adce71 -r dfb08f665ed1 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Thu Jan 12 05:20:07 2017 +0000
+++ b/sys/arch/amd64/conf/ALL   Thu Jan 12 05:24:36 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.48 2016/12/27 01:11:52 pgoyette Exp $
+# $NetBSD: ALL,v 1.49 2017/01/12 05:24:36 ryo Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.48 $"
+#ident         "ALL-$Revision: 1.49 $"
 
 maxusers       64              # estimated number of users
 
@@ -163,35 +163,35 @@
 options        DKWEDGE_METHOD_GPT      # Supports GPT partitions as wedges
 #options       DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges
 #options       DKWEDGE_METHOD_MBR      # Support MBR partitions as wedges
-options        DKWEDGE_METHOD_APPLE    # Support Apple partitions as wedges
+options        DKWEDGE_METHOD_APPLE    # Support Apple partitions as wedges
 
 # File systems
-file-system    FFS             # UFS
-file-system    EXT2FS          # second extended file system (linux)
-file-system    LFS             # log-structured file system
-file-system    MFS             # memory file system
-file-system    NFS             # Network File System client
-file-system    NTFS            # Windows/NT file system (experimental)
-file-system    CD9660          # ISO 9660 + Rock Ridge file system
-file-system    MSDOSFS         # MS-DOS file system
-file-system    FDESC           # /dev/fd
-file-system    KERNFS          # /kern
-file-system    NULLFS          # loopback file system
-file-system    OVERLAY         # overlay file system
+file-system    FFS             # UFS
+file-system    EXT2FS          # second extended file system (linux)
+file-system    LFS             # log-structured file system
+file-system    MFS             # memory file system
+file-system    NFS             # Network File System client
+file-system    NTFS            # Windows/NT file system (experimental)
+file-system    CD9660          # ISO 9660 + Rock Ridge file system
+file-system    MSDOSFS         # MS-DOS file system
+file-system    FDESC           # /dev/fd
+file-system    KERNFS          # /kern
+file-system    NULLFS          # loopback file system
+file-system    OVERLAY         # overlay file system
 file-system    PUFFS           # Userspace file systems (e.g. ntfs-3g & sshfs)
-file-system    PROCFS          # /proc
-file-system    UMAPFS          # NULLFS + uid and gid remapping
-file-system    UNION           # union file system
-file-system    CODA            # Coda File System; also needs vcoda (below)
-file-system    SMBFS           # experimental - CIFS; also needs nsmb (below)
-file-system    SYSVBFS         # System V boot file system
-file-system    PTYFS           # /dev/ptm support
-file-system    TMPFS           # Efficient memory file-system
-file-system    UDF             # experimental - OSTA UDF CD/DVD file-system
-file-system    HFS             # experimental - Apple HFS+ file system
-file-system    EFS             # Silicon Graphics Extent File System
-file-system    FILECORE        # Acorn filecore file system
-file-system    ADOSFS          # AmigaDOS file system
+file-system    PROCFS          # /proc
+file-system    UMAPFS          # NULLFS + uid and gid remapping
+file-system    UNION           # union file system
+file-system    CODA            # Coda File System; also needs vcoda (below)
+file-system    SMBFS           # experimental - CIFS; also needs nsmb (below)
+file-system    SYSVBFS         # System V boot file system
+file-system    PTYFS           # /dev/ptm support
+file-system    TMPFS           # Efficient memory file-system
+file-system    UDF             # experimental - OSTA UDF CD/DVD file-system
+file-system    HFS             # experimental - Apple HFS+ file system
+file-system    EFS             # Silicon Graphics Extent File System
+file-system    FILECORE        # Acorn filecore file system
+file-system    ADOSFS          # AmigaDOS file system
 file-system    NILFS           # experimental - NTT's NiLFS(2)
 file-system    V7FS            # 7th Edition(V7) File System
 file-system    CHFS            # Chip File System
@@ -529,14 +529,14 @@
 #viadrm*       at drm?         # VIA UniChrome DRM driver
 
 # DRMKMS drivers
-i915drmkms*    at pci? dev ? function ?
-intelfb*       at intelfbbus?
+i915drmkms*    at pci? dev ? function ?
+intelfb*       at intelfbbus?
 
 radeon*        at pci? dev ? function ?
 radeondrmkmsfb* at radeonfbbus?
 
-nouveau*       at pci? dev ? function ?
-nouveaufb*     at nouveaufbbus?
+nouveau*       at pci? dev ? function ?
+nouveaufb*     at nouveaufbbus?
 
 attimer0       at isa?
 pcppi0         at isa?
@@ -827,7 +827,7 @@
 schide*        at pci? dev ? function ?        # Intel SCH IDE controllers
 siisata*       at pci? dev ? function ?        # SiI SteelVine controllers
 siside*        at pci? dev ? function ?        # SiS IDE controllers
-slide*         at pci? dev ? function ?        # Symphony Labs IDE controllers
+slide*         at pci? dev ? function ?        # Symphony Labs IDE controllers
 svwsata*       at pci? dev ? function ?        # ServerWorks SATA controllers
 stpcide*       at pci? dev ? function ?        # STMicro STPC IDE controllers
 toshide*       at pci? dev ? function ?        # TOSHIBA PICCOLO controllers
@@ -938,7 +938,7 @@
 le*    at pci? dev ? function ?        # PCnet-PCI Ethernet
 lii*   at pci? dev ? function ?        # Atheros L2 Fast-Ethernet
 lmc*   at pci? dev ? function ?        # Lan Media Corp SSI/HSSI/DS3
-malo*   at pci? dev ? function ?       # Marvell Libertas Wireless
+malo*  at pci? dev ? function ?        # Marvell Libertas Wireless
 mskc*  at pci? dev ? function ?        # Marvell Yukon 2 Gigabit Ethernet
 msk*   at mskc?                        # Marvell Yukon 2 Gigabit Ethernet
 mtd*   at pci? dev ? function ?        # Myson MTD803 3-in-1 Ethernet
@@ -1481,11 +1481,11 @@
 
 
 # Trusted Platform Module
-tpm*   at isa? iomem 0xfed40000 irq 7
-#tpm*  at isa? port 0x02e
-#tpm*  at isa? port 0x04e 
-#tpm*  at isa? port 0x07e 
-#tpm*  at isa? port 0x0ee
+tpm*   at isa? iomem 0xfed40000 irq 7
+#tpm*  at isa? port 0x02e
+#tpm*  at isa? port 0x04e
+#tpm*  at isa? port 0x07e
+#tpm*  at isa? port 0x0ee
 
 # Joysticks
 
@@ -1523,7 +1523,7 @@
 
 # Pseudo-Devices
 
-pseudo-device  crypto          # /dev/crypto device
+pseudo-device  crypto          # /dev/crypto device
 pseudo-device  swcrypto        # software crypto implementation
 
 # disk/mass storage pseudo-devices
@@ -1549,7 +1549,7 @@
 pseudo-device  vnd                     # disk-like interface to files
 options        VND_COMPRESSION         # compressed vnd(4)
 
-pseudo-device  dm                      # device-mapper disk driver
+pseudo-device  dm                      # device-mapper disk driver
 
 # network pseudo-devices
 pseudo-device  bpfilter                # Berkeley packet filter
diff -r a83820adce71 -r dfb08f665ed1 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Thu Jan 12 05:20:07 2017 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Jan 12 05:24:36 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.449 2016/12/31 15:41:39 christos Exp $
+# $NetBSD: GENERIC,v 1.450 2017/01/12 05:24:36 ryo Exp $
 #
 # GENERIC machine description file
 #
@@ -18,11 +18,11 @@
 # of each device driver in this file see the section 4 man page for the
 # device.
 
-include        "arch/amd64/conf/std.amd64"
+include        "arch/amd64/conf/std.amd64"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.449 $"
+#ident         "GENERIC-$Revision: 1.450 $"
 
 maxusers       64              # estimated number of users
 
@@ -142,12 +142,12 @@
 options        DKWEDGE_METHOD_GPT      # Supports GPT partitions as wedges
 #options       DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges
 #options       DKWEDGE_METHOD_MBR      # Support MBR partitions as wedges
-options        DKWEDGE_METHOD_APPLE    # Support Apple partitions as wedges
+options        DKWEDGE_METHOD_APPLE    # Support Apple partitions as wedges
 
 # File systems
-file-system    FFS             # UFS
+file-system    FFS             # UFS
 file-system    MFS             # memory file system
-file-system    NFS             # Network File System client
+file-system    NFS             # Network File System client
 file-system    TMPFS           # Efficient memory file-system
 file-system    EXT2FS          # second extended file system (linux)
 file-system    LFS             # log-structured file system
@@ -201,7 +201,7 @@
 options        IPFILTER_COMPAT # Compat for IP-Filter
 #options       IPFILTER_DEFAULT_BLOCK  # block all packets by default
 #options       TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
-#options       TCP_SIGNATURE   # Enable RFC-2385 TCP md5 signatures
+#options       TCP_SIGNATURE   # Enable RFC-2385 TCP md5 signatures
 
 #options       ALTQ            # Manipulate network interfaces' output queues
 #options       ALTQ_BLUE       # Stochastic Fair Blue
@@ -411,14 +411,14 @@
 #viadrm*       at drm?         # VIA DRM driver
 
 # DRMKMS drivers
-i915drmkms*    at pci? dev ? function ?
-intelfb*       at intelfbbus?
+i915drmkms*    at pci? dev ? function ?
+intelfb*       at intelfbbus?
 
 radeon*        at pci? dev ? function ?
 radeondrmkmsfb* at radeonfbbus?
 
-nouveau*       at pci? dev ? function ?
-nouveaufb*     at nouveaufbbus?
+nouveau*       at pci? dev ? function ?
+nouveaufb*     at nouveaufbbus?
 
 # Cryptographic Devices
 
@@ -427,11 +427,11 @@
 ubsec* at pci? dev ? function ?        # Broadcom 5501/5601/580x/582x
 
 # Trusted Platform Module
-tpm*   at isa? iomem 0xfed40000 irq 7
-#tpm*  at isa? port 0x02e
-#tpm*  at isa? port 0x04e 
-#tpm*  at isa? port 0x07e 
-#tpm*  at isa? port 0x0ee
+tpm*   at isa? iomem 0xfed40000 irq 7
+#tpm*  at isa? port 0x02e
+#tpm*  at isa? port 0x04e
+#tpm*  at isa? port 0x07e
+#tpm*  at isa? port 0x0ee
 
 # Serial Devices
 
@@ -1222,7 +1222,7 @@
 
 # Pseudo-Devices
 
-pseudo-device  crypto                  # /dev/crypto device
+pseudo-device  crypto                  # /dev/crypto device
 pseudo-device  swcrypto                # software crypto implementation
 
 # disk/mass storage pseudo-devices
@@ -1278,8 +1278,8 @@
 
 #
 # accept filters
-pseudo-device   accf_data              # "dataready" accept filter
-pseudo-device   accf_http              # "httpready" accept filter
+pseudo-device  accf_data               # "dataready" accept filter
+pseudo-device  accf_http               # "httpready" accept filter
 
 # miscellaneous pseudo-devices
 pseudo-device  pty                     # pseudo-terminals
diff -r a83820adce71 -r dfb08f665ed1 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Thu Jan 12 05:20:07 2017 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Thu Jan 12 05:24:36 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.126 2016/12/26 18:04:31 cherry Exp $
+# $NetBSD: XEN3_DOM0,v 1.127 2017/01/12 05:24:36 ryo Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -85,29 +85,29 @@
 options        DKWEDGE_METHOD_GPT      # Supports GPT partitions as wedges
 #options       DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges
 #options       DKWEDGE_METHOD_MBR      # Support MBR partitions as wedges
-options        DKWEDGE_METHOD_APPLE    # Support Apple partitions as wedges
+options        DKWEDGE_METHOD_APPLE    # Support Apple partitions as wedges
 
 # File systems
-file-system    FFS             # UFS
-file-system    EXT2FS          # second extended file system (linux)
-file-system    LFS             # log-structured file system
-file-system    MFS             # memory file system
-file-system    NFS             # Network File System client
-file-system    NTFS            # Windows/NT file system (experimental)
-file-system    CD9660          # ISO 9660 + Rock Ridge file system
-file-system    MSDOSFS         # MS-DOS file system
-file-system    FDESC           # /dev/fd
-file-system    KERNFS          # /kern
-file-system    NULLFS          # loopback file system
-file-system    OVERLAY         # overlay file system
+file-system    FFS             # UFS
+file-system    EXT2FS          # second extended file system (linux)
+file-system    LFS             # log-structured file system
+file-system    MFS             # memory file system
+file-system    NFS             # Network File System client
+file-system    NTFS            # Windows/NT file system (experimental)
+file-system    CD9660          # ISO 9660 + Rock Ridge file system
+file-system    MSDOSFS         # MS-DOS file system
+file-system    FDESC           # /dev/fd
+file-system    KERNFS          # /kern
+file-system    NULLFS          # loopback file system
+file-system    OVERLAY         # overlay file system
 file-system    PUFFS           # Userspace file systems (e.g. ntfs-3g & sshfs)
-file-system    PROCFS          # /proc
-file-system    UMAPFS          # NULLFS + uid and gid remapping



Home | Main Index | Thread Index | Old Index