Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Aug 2014 10:06:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 192427] New: [patch]clean the formate of sys/conf/NOTES such as '^L' and missing '#'
Message-ID:  <bug-192427-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192427

            Bug ID: 192427
           Summary: [patch]clean the formate of sys/conf/NOTES such as
                    '^L' and missing '#'
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: conf
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: amutu@amutu.com

Created attachment 145416
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145416&action=edit
path file

diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 6959425..bfa1320 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -190,7 +190,6 @@ options     GEOM_ZERO        # Performance testing helper.
 #
 options     ROOTDEVNAME=\"ufs:da0s2e\"

-

 #####################################################################
 # Scheduler options:
 #
@@ -213,7 +212,7 @@ options     ROOTDEVNAME=\"ufs:da0s2e\"
 options     SCHED_4BSD
 options     SCHED_STATS
 #options     SCHED_ULE
-

+
 #####################################################################
 # SMP OPTIONS:
 #
@@ -290,7 +289,7 @@ options     SX_NOINLINE
 # TURNSTILE_PROFILING enables rudimentary profiling of the hash table
 #      used to hold active lock queues.
 # UMTX_PROFILING enables rudimentary profiling of the hash table used 
-      to hold active lock queues.
+#      to hold active lock queues.
 # WITNESS enables the witness code which detects deadlocks and cycles
 #         during locking operations.
 # WITNESS_KDB causes the witness code to drop into the kernel debugger if
@@ -319,7 +318,6 @@ options     SLEEPQUEUE_PROFILING
 options     TURNSTILE_PROFILING
 options     UMTX_PROFILING

-
 #####################################################################
 # COMPATIBILITY OPTIONS

@@ -360,7 +358,6 @@ options     SYSVSHM
 options     SYSVSEM
 options     SYSVMSG

-

 #####################################################################
 # DEBUGGING OPTIONS

@@ -556,7 +553,6 @@ options     COMPILING_LINT
 #
 options     STACK

-

 #####################################################################
 # PERFORMANCE MONITORING OPTIONS

@@ -572,7 +568,6 @@ options     STACK
 device        hwpmc            # Driver (also a loadable module)
 options     HWPMC_HOOKS        # Other necessary kernel hooks

-

 #####################################################################
 # NETWORKING OPTIONS

@@ -1126,7 +1121,6 @@ options     CD9660_ICONV
 options     MSDOSFS_ICONV
 options     UDF_ICONV

-

 #####################################################################
 # POSIX P1003.1B

@@ -1140,7 +1134,7 @@ options     P1003_1B_SEMAPHORES

 # POSIX message queue
 options     P1003_1B_MQUEUE
-

+
 #####################################################################
 # SECURITY POLICY PARAMETERS

@@ -1165,7 +1159,6 @@ options     MAC_TEST
 options     CAPABILITIES    # fine-grained rights on file descriptors
 options     CAPABILITY_MODE    # sandboxes with no global namespace access

-

 #####################################################################
 # CLOCK OPTIONS

@@ -1194,7 +1187,6 @@ options     PPS_SYNC

 options     FFCLOCK

-

 #####################################################################
 # SCSI DEVICES

@@ -1357,7 +1349,6 @@ options     SCSI_PT_DEFAULT_TIMEOUT=60
 # a topology with the SES device that's on the box these drives are in....
 options     SES_ENABLE_PASSTHROUGH

-

 #####################################################################
 # MISCELLANEOUS DEVICES AND OPTIONS

@@ -1374,7 +1365,6 @@ options     LIBICONV
 # Size of the kernel message buffer.  Should be N * pagesize.
 options     MSGBUF_SIZE=40960

-

 #####################################################################
 # HARDWARE DEVICE CONFIGURATION

@@ -2629,7 +2619,6 @@ options     NSFBUFS=1024
 #
 options     DEBUG_LOCKS

-

 #####################################################################
 # USB support
 # UHCI controller
@@ -2829,8 +2818,6 @@ options     UBSEC_DEBUG    # enable debugging support:
hw.ubsec.debug
 options     UBSEC_RNDTEST    # enable rndtest support

 #####################################################################
-
-
 #
 # Embedded system options:
 #

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192427-8>