diff options
58 files changed, 217 insertions, 213 deletions
diff --git a/sys/arch/acorn26/conf/GENERIC b/sys/arch/acorn26/conf/GENERIC index f2f0b6751bd..e1b5a656655 100644 --- a/sys/arch/acorn26/conf/GENERIC +++ b/sys/arch/acorn26/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.84 2017/09/13 22:24:42 sevan Exp $ +# $NetBSD: GENERIC,v 1.85 2018/01/23 14:47:53 sevan Exp $ # # GENERIC machine description file # @@ -126,8 +126,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/acorn32/conf/EB7500ATX b/sys/arch/acorn32/conf/EB7500ATX index 909cead6beb..2e50a1fad83 100644 --- a/sys/arch/acorn32/conf/EB7500ATX +++ b/sys/arch/acorn32/conf/EB7500ATX @@ -1,4 +1,4 @@ -# $NetBSD: EB7500ATX,v 1.63 2017/09/14 07:58:38 mrg Exp $ +# $NetBSD: EB7500ATX,v 1.64 2018/01/23 14:47:53 sevan Exp $ # # EB7500ATX --- NetBSD/acorn32 complete configuration # @@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "EB7500ATX-$Revision: 1.63 $" +#ident "EB7500ATX-$Revision: 1.64 $" # estimated number of users maxusers 32 @@ -123,8 +123,8 @@ options USERCONF # userconf(4) support #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel makeoptions COPY_SYMTAB=1 -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/acorn32/conf/GENERIC b/sys/arch/acorn32/conf/GENERIC index 43b21c34f52..5b2d8d86ea6 100644 --- a/sys/arch/acorn32/conf/GENERIC +++ b/sys/arch/acorn32/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.123 2017/09/14 07:58:38 mrg Exp $ +# $NetBSD: GENERIC,v 1.124 2018/01/23 14:47:53 sevan Exp $ # # GENERIC --- NetBSD/acorn32 complete configuration # @@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.123 $" +#ident "GENERIC-$Revision: 1.124 $" # estimated number of users maxusers 32 @@ -128,8 +128,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index e57276b67cb..4a74de409cc 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.378 2017/09/14 07:58:38 mrg Exp $ +# $NetBSD: GENERIC,v 1.379 2018/01/23 14:47:53 sevan Exp $ # # This machine description file is used to generate the default NetBSD # kernel. @@ -19,7 +19,7 @@ include "arch/alpha/conf/std.alpha" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -ident "GENERIC-$Revision: 1.378 $" +ident "GENERIC-$Revision: 1.379 $" maxusers 32 @@ -48,8 +48,8 @@ options API_UP1000 # EV6: Alpha Processor, Inc. UP1000 options KTRACE # System call tracing support options NTP # kernel PLL for NTP -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/amd64/conf/XEN3_DOM0 b/sys/arch/amd64/conf/XEN3_DOM0 index d1cb16fd32a..b591d4afb73 100644 --- a/sys/arch/amd64/conf/XEN3_DOM0 +++ b/sys/arch/amd64/conf/XEN3_DOM0 @@ -1,4 +1,4 @@ -# $NetBSD: XEN3_DOM0,v 1.144 2018/01/13 12:38:16 christos Exp $ +# $NetBSD: XEN3_DOM0,v 1.145 2018/01/23 14:47:53 sevan Exp $ include "arch/amd64/conf/std.xen" @@ -10,7 +10,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary #options UVMHIST_PRINT #options SYSCALL_DEBUG -#ident "XEN3_DOM0-$Revision: 1.144 $" +#ident "XEN3_DOM0-$Revision: 1.145 $" maxusers 32 # estimated number of users @@ -48,6 +48,8 @@ options MODULAR # new style module(7) framework options USERCONF # userconf(4) support options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO options BUFQ_PRIOCSCAN diff --git a/sys/arch/amd64/conf/XEN3_DOMU b/sys/arch/amd64/conf/XEN3_DOMU index baa42227a1c..508cc9f5a3d 100644 --- a/sys/arch/amd64/conf/XEN3_DOMU +++ b/sys/arch/amd64/conf/XEN3_DOMU @@ -1,4 +1,4 @@ -# $NetBSD: XEN3_DOMU,v 1.82 2018/01/13 12:38:16 christos Exp $ +# $NetBSD: XEN3_DOMU,v 1.83 2018/01/23 14:47:53 sevan Exp $ include "arch/amd64/conf/std.xen" @@ -10,7 +10,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary #options UVMHIST_PRINT #options SYSCALL_DEBUG -#ident "XEN3_DOMU-$Revision: 1.82 $" +#ident "XEN3_DOMU-$Revision: 1.83 $" maxusers 32 # estimated number of users @@ -40,6 +40,8 @@ options MODULAR # new style module(7) framework options USERCONF # userconf(4) support options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO options BUFQ_PRIOCSCAN diff --git a/sys/arch/amiga/conf/DRACO b/sys/arch/amiga/conf/DRACO index 82981e6ed42..0474e643abf 100644 --- a/sys/arch/amiga/conf/DRACO +++ b/sys/arch/amiga/conf/DRACO @@ -1,4 +1,4 @@ -# $NetBSD: DRACO,v 1.184 2017/09/14 07:58:39 mrg Exp $ +# $NetBSD: DRACO,v 1.185 2018/01/23 14:47:53 sevan Exp $ # # This file was automatically created. # Changes will be lost when make is run in this directory. @@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.184 $" +#ident "GENERIC-$Revision: 1.185 $" makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk @@ -155,8 +155,8 @@ options USERCONF # userconf(4) support options NTP # NTP phase/frequency locked loop #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/amiga/conf/GENERIC b/sys/arch/amiga/conf/GENERIC index 1d73b1c0a75..ba447807076 100644 --- a/sys/arch/amiga/conf/GENERIC +++ b/sys/arch/amiga/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.318 2017/09/14 07:58:39 mrg Exp $ +# $NetBSD: GENERIC,v 1.319 2018/01/23 14:47:53 sevan Exp $ # # This file was automatically created. # Changes will be lost when make is run in this directory. @@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.318 $" +#ident "GENERIC-$Revision: 1.319 $" makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk @@ -167,8 +167,8 @@ options USERCONF # userconf(4) support options NTP # NTP phase/frequency locked loop #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/amiga/conf/GENERIC.in b/sys/arch/amiga/conf/GENERIC.in index 06aeaa742ce..787f8e19c77 100644 --- a/sys/arch/amiga/conf/GENERIC.in +++ b/sys/arch/amiga/conf/GENERIC.in @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC.in,v 1.136 2017/09/14 07:58:39 mrg Exp $ +# $NetBSD: GENERIC.in,v 1.137 2018/01/23 14:47:53 sevan Exp $ # ## # GENERIC machine description file @@ -52,7 +52,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.136 $" +#ident "GENERIC-$Revision: 1.137 $" m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl makeoptions COPTS="-Os" @@ -219,8 +219,8 @@ options NTP # NTP phase/frequency locked loop #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) ')m4_dnl -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/amiga/conf/INSTALL b/sys/arch/amiga/conf/INSTALL index eaeef9576ac..2fba79e12dc 100644 --- a/sys/arch/amiga/conf/INSTALL +++ b/sys/arch/amiga/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.128 2017/09/14 07:58:39 mrg Exp $ +# $NetBSD: INSTALL,v 1.129 2018/01/23 14:47:53 sevan Exp $ # # This file was automatically created. # Changes will be lost when make is run in this directory. @@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.128 $" +#ident "GENERIC-$Revision: 1.129 $" makeoptions COPTS="-Os" @@ -132,8 +132,8 @@ options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/amigappc/conf/GENERIC b/sys/arch/amigappc/conf/GENERIC index cf1c93f42bb..7a9e5162851 100644 --- a/sys/arch/amigappc/conf/GENERIC +++ b/sys/arch/amigappc/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.32 2017/09/14 07:58:39 mrg Exp $ +# $NetBSD: GENERIC,v 1.33 2018/01/23 14:47:53 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/amigappc/conf/std.amigappc" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.32 $" +#ident "GENERIC-$Revision: 1.33 $" maxusers 8 @@ -55,8 +55,8 @@ options SYSVSHM # System V-like shared memory options SYSVMSG # System V-like messages options SYSVSEM # System V-like semaphores -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/amigappc/conf/NULL b/sys/arch/amigappc/conf/NULL index aa420d61cfb..c25c2bcab53 100644 --- a/sys/arch/amigappc/conf/NULL +++ b/sys/arch/amigappc/conf/NULL @@ -1,4 +1,4 @@ -# $NetBSD: NULL,v 1.52 2017/09/14 07:58:39 mrg Exp $ +# $NetBSD: NULL,v 1.53 2018/01/23 14:47:53 sevan Exp $ # # NULL machine description file # @@ -7,7 +7,7 @@ include "arch/amigappc/conf/std.amigappc" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.52 $" +#ident "GENERIC-$Revision: 1.53 $" maxusers 8 @@ -40,8 +40,8 @@ options SCSIVERBOSE # human readable SCSI error messages #options SYSVMSG # System V-like messages #options SYSVSEM # System V-like semaphores -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC index 7795d9c406d..4febf5d6708 100644 --- a/sys/arch/arc/conf/GENERIC +++ b/sys/arch/arc/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.188 2017/09/14 07:58:39 mrg Exp $ +# $NetBSD: GENERIC,v 1.189 2018/01/23 14:47:54 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.188 $" +#ident "GENERIC-$Revision: 1.189 $" maxusers 32 # estimated number of users @@ -57,8 +57,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/arc/conf/RPC44 b/sys/arch/arc/conf/RPC44 index 64739c303d6..3fdf4f34200 100644 --- a/sys/arch/arc/conf/RPC44 +++ b/sys/arch/arc/conf/RPC44 @@ -1,4 +1,4 @@ -# $NetBSD: RPC44,v 1.53 2017/09/14 07:58:39 mrg Exp $ +# $NetBSD: RPC44,v 1.54 2018/01/23 14:47:54 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.53 $" +#ident "GENERIC-$Revision: 1.54 $" maxusers 32 # estimated number of users @@ -48,8 +48,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/atari/conf/GENERIC.in b/sys/arch/atari/conf/GENERIC.in index af7d519f338..9924de2ff47 100644 --- a/sys/arch/atari/conf/GENERIC.in +++ b/sys/arch/atari/conf/GENERIC.in @@ -1,5 +1,5 @@ # -# $NetBSD: GENERIC.in,v 1.114 2017/09/14 07:58:39 mrg Exp $ +# $NetBSD: GENERIC.in,v 1.115 2018/01/23 14:47:54 sevan Exp $ # # Generic atari # @@ -42,8 +42,8 @@ options HZ=64 # Set the clock-rate (48/64/96) options INSECURE # disable kernel security levels #options NTP # NTP phase/frequency locked loop -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/bebox/conf/GENERIC b/sys/arch/bebox/conf/GENERIC index a851ab477f8..089dbf47e57 100644 --- a/sys/arch/bebox/conf/GENERIC +++ b/sys/arch/bebox/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.156 2017/09/14 07:58:39 mrg Exp $ +# $NetBSD: GENERIC,v 1.157 2018/01/23 14:47:54 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/bebox/conf/std.bebox" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.156 $" +#ident "GENERIC-$Revision: 1.157 $" maxusers 32 @@ -41,8 +41,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index 8af759f2792..d441e4dbade 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.165 2017/09/14 07:58:39 mrg Exp $ +# $NetBSD: GENERIC,v 1.166 2018/01/23 14:47:54 sevan Exp $ # # GENERIC machine description file # @@ -37,8 +37,8 @@ options NTP # NTP phase/frequency locked loop #options ABLEELF #makeoptions ABLEELF="1" -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/cesfic/conf/GENERIC b/sys/arch/cesfic/conf/GENERIC index 8a929ac99b3..4ac5ca124e6 100644 --- a/sys/arch/cesfic/conf/GENERIC +++ b/sys/arch/cesfic/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.68 2017/09/14 07:58:39 mrg Exp $ +# $NetBSD: GENERIC,v 1.69 2018/01/23 14:47:54 sevan Exp $ # # GENERIC machine description file # @@ -36,8 +36,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/cobalt/conf/GENERIC b/sys/arch/cobalt/conf/GENERIC index 2baf4c511a5..e63849db8b3 100644 --- a/sys/arch/cobalt/conf/GENERIC +++ b/sys/arch/cobalt/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.155 2018/01/20 13:56:09 skrll Exp $ +# $NetBSD: GENERIC,v 1.156 2018/01/23 14:47:54 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.155 $" +#ident "GENERIC-$Revision: 1.156 $" maxusers 32 @@ -36,8 +36,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/cobalt/conf/INSTALL b/sys/arch/cobalt/conf/INSTALL index d65b19da2ce..2634bcd2a8e 100644 --- a/sys/arch/cobalt/conf/INSTALL +++ b/sys/arch/cobalt/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.64 2017/09/14 07:58:39 mrg Exp $ +# $NetBSD: INSTALL,v 1.65 2018/01/23 14:47:54 sevan Exp $ # # INSTALL -- installation and rescue kernel. # @@ -10,7 +10,7 @@ include "arch/cobalt/conf/std.cobalt" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "INSTALL-$Revision: 1.64 $" +#ident "INSTALL-$Revision: 1.65 $" makeoptions COPTS="-Os -mmemcpy" makeoptions CPUFLAGS="-march=vr5000 -mabi=32" @@ -31,8 +31,8 @@ maxusers 32 options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/emips/conf/GENERIC b/sys/arch/emips/conf/GENERIC index c0a285bd889..55cf65346d1 100644 --- a/sys/arch/emips/conf/GENERIC +++ b/sys/arch/emips/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.20 2017/09/14 07:58:39 mrg Exp $ +# $NetBSD: GENERIC,v 1.21 2018/01/23 14:47:54 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/emips/conf/std.emips" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.20 $" +#ident "GENERIC-$Revision: 1.21 $" maxusers 64 @@ -56,8 +56,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/evbarm64/conf/A64EMUL b/sys/arch/evbarm64/conf/A64EMUL index d6a6b484141..bc946de19b3 100644 --- a/sys/arch/evbarm64/conf/A64EMUL +++ b/sys/arch/evbarm64/conf/A64EMUL @@ -1,4 +1,4 @@ -# $NetBSD: A64EMUL,v 1.10 2017/09/14 07:58:40 mrg Exp $ +# $NetBSD: A64EMUL,v 1.11 2018/01/23 14:47:54 sevan Exp $ # # This machine description file is used to generate the default NetBSD # kernel. @@ -19,7 +19,7 @@ include "arch/evbarm64/conf/std.a64emul" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -ident "A64EMUL-$Revision: 1.10 $" +ident "A64EMUL-$Revision: 1.11 $" maxusers 32 @@ -31,8 +31,8 @@ options CORTEX_A57 options KTRACE # System call tracing support options NTP # kernel PLL for NTP -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/evbppc/conf/EXPLORA451 b/sys/arch/evbppc/conf/EXPLORA451 index 2e7ebc1d2fc..dfc54fbe1d1 100644 --- a/sys/arch/evbppc/conf/EXPLORA451 +++ b/sys/arch/evbppc/conf/EXPLORA451 @@ -1,4 +1,4 @@ -# $NetBSD: EXPLORA451,v 1.61 2017/09/14 07:58:40 mrg Exp $ +# $NetBSD: EXPLORA451,v 1.62 2018/01/23 14:47:54 sevan Exp $ # # GENERIC -- everything that's currently supported # @@ -38,8 +38,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index 3219f678bc8..8054f386fee 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.197 2017/09/14 07:58:40 mrg Exp $ +# $NetBSD: GENERIC,v 1.198 2018/01/23 14:47:54 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/hp300/conf/std.hp300" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.197 $" +#ident "GENERIC-$Revision: 1.198 $" makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk @@ -62,8 +62,8 @@ options SYSVSEM # System V-style semaphores options MODULAR # new style module(7) framework options MODULAR_DEFAULT_AUTOLOAD -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 8bccc15127d..a5a2e9cb446 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.16 2017/09/15 03:06:11 christos Exp $ +# $NetBSD: GENERIC,v 1.17 2018/01/23 14:47:54 sevan Exp $ # # GENERIC machine description file # @@ -23,7 +23,7 @@ include "arch/hppa/conf/std.hppa" options INCLUDE_CONFIG_FILE # embed config file in kernel binary options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -#ident "GENERIC-$Revision: 1.16 $" +#ident "GENERIC-$Revision: 1.17 $" maxusers 32 # estimated number of users @@ -59,8 +59,8 @@ options SYSVSHM # System V-like memory sharing options USERCONF # userconf(4) support -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/luna68k/conf/GENERIC b/sys/arch/luna68k/conf/GENERIC index 89e5509d334..3b20cccfe5b 100644 --- a/sys/arch/luna68k/conf/GENERIC +++ b/sys/arch/luna68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.124 2017/09/14 07:58:41 mrg Exp $ +# $NetBSD: GENERIC,v 1.125 2018/01/23 14:47:55 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/luna68k/conf/std.luna68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.124 $" +#ident "GENERIC-$Revision: 1.125 $" makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk @@ -48,8 +48,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/luna68k/conf/INSTALL b/sys/arch/luna68k/conf/INSTALL index f30dc48a37e..9151031a41c 100644 --- a/sys/arch/luna68k/conf/INSTALL +++ b/sys/arch/luna68k/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.24 2017/09/14 07:58:41 mrg Exp $ +# $NetBSD: INSTALL,v 1.25 2018/01/23 14:47:55 sevan Exp $ # # config for installation ramdisk kernel # @@ -28,8 +28,8 @@ options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 98e70424ae4..5adbf24b875 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.224 2017/09/14 07:58:41 mrg Exp $ +# $NetBSD: GENERIC,v 1.225 2018/01/23 14:47:55 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/mac68k/conf/std.mac68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.224 $" +#ident "GENERIC-$Revision: 1.225 $" makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk @@ -58,8 +58,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 66bd7a45cfb..7637fc041ea 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.338 2018/01/17 12:41:48 sevan Exp $ +# $NetBSD: GENERIC,v 1.339 2018/01/23 14:47:55 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.338 $" +#ident "GENERIC-$Revision: 1.339 $" maxusers 32 @@ -46,8 +46,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/macppc/conf/GENERIC_601 b/sys/arch/macppc/conf/GENERIC_601 index 711fe6a4a85..ce4a83a8cb6 100644 --- a/sys/arch/macppc/conf/GENERIC_601 +++ b/sys/arch/macppc/conf/GENERIC_601 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC_601,v 1.15 2017/09/14 07:58:42 mrg Exp $ +# $NetBSD: GENERIC_601,v 1.16 2018/01/23 14:47:55 sevan Exp $ # # GENERIC machine description file # @@ -28,7 +28,7 @@ include "arch/macppc/conf/std.macppc.601" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -ident "GENERIC-$Revision: 1.15 $" +ident "GENERIC-$Revision: 1.16 $" maxusers 32 @@ -50,8 +50,8 @@ options MODULAR_DEFAULT_AUTOLOAD #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/macppc/conf/MAMBO b/sys/arch/macppc/conf/MAMBO index 0b2ee5816f4..2a7bb927723 100644 --- a/sys/arch/macppc/conf/MAMBO +++ b/sys/arch/macppc/conf/MAMBO @@ -6,7 +6,7 @@ include "arch/macppc/conf/std.macppc.g5" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.26 $" +#ident "GENERIC-$Revision: 1.27 $" maxusers 32 @@ -31,8 +31,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options NEW_BUFQ_STRATEGY # Diagnostic/debugging support options diff --git a/sys/arch/macppc/conf/POWERMAC_G5 b/sys/arch/macppc/conf/POWERMAC_G5 index a29e531df53..3820e8d3654 100644 --- a/sys/arch/macppc/conf/POWERMAC_G5 +++ b/sys/arch/macppc/conf/POWERMAC_G5 @@ -28,8 +28,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options NEW_BUFQ_STRATEGY # Diagnostic/debugging support options diff --git a/sys/arch/macppc/conf/POWERMAC_G5_11_2 b/sys/arch/macppc/conf/POWERMAC_G5_11_2 index d1d78253632..256b3a7b286 100644 --- a/sys/arch/macppc/conf/POWERMAC_G5_11_2 +++ b/sys/arch/macppc/conf/POWERMAC_G5_11_2 @@ -28,8 +28,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options NEW_BUFQ_STRATEGY # Diagnostic/debugging support options diff --git a/sys/arch/mipsco/conf/GENERIC b/sys/arch/mipsco/conf/GENERIC index 184aa7769f3..54c03be05d9 100644 --- a/sys/arch/mipsco/conf/GENERIC +++ b/sys/arch/mipsco/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.91 2017/09/14 07:58:42 mrg Exp $ +# $NetBSD: GENERIC,v 1.92 2018/01/23 14:47:55 sevan Exp $ # # GENERIC machine description file # @@ -37,8 +37,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/mvme68k/conf/GENERIC b/sys/arch/mvme68k/conf/GENERIC index be3767865c7..b41c20316ba 100644 --- a/sys/arch/mvme68k/conf/GENERIC +++ b/sys/arch/mvme68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.97 2017/09/14 07:58:42 mrg Exp $ +# $NetBSD: GENERIC,v 1.98 2018/01/23 14:47:55 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/mvme68k/conf/std.mvme68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.97 $" +#ident "GENERIC-$Revision: 1.98 $" makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk @@ -52,8 +52,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/netwinder/conf/GENERIC b/sys/arch/netwinder/conf/GENERIC index cc7d0339e38..c9c2111bb83 100644 --- a/sys/arch/netwinder/conf/GENERIC +++ b/sys/arch/netwinder/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.133 2017/09/14 07:58:42 mrg Exp $ +# $NetBSD: GENERIC,v 1.134 2018/01/23 14:47:55 sevan Exp $ # # GENERIC machine description file # @@ -31,8 +31,8 @@ maxusers 32 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT #options NTP # NTP phase/frequency locked loop -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/news68k/conf/GENERIC b/sys/arch/news68k/conf/GENERIC index b60cd38efed..99b855993d7 100644 --- a/sys/arch/news68k/conf/GENERIC +++ b/sys/arch/news68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.129 2017/09/14 07:58:42 mrg Exp $ +# $NetBSD: GENERIC,v 1.130 2018/01/23 14:47:55 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/news68k/conf/std.news68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.129 $" +#ident "GENERIC-$Revision: 1.130 $" makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk @@ -47,8 +47,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/news68k/conf/GENERIC_TINY b/sys/arch/news68k/conf/GENERIC_TINY index 3647896c735..0ad17e84848 100644 --- a/sys/arch/news68k/conf/GENERIC_TINY +++ b/sys/arch/news68k/conf/GENERIC_TINY @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC_TINY,v 1.85 2017/09/14 07:58:42 mrg Exp $ +# $NetBSD: GENERIC_TINY,v 1.86 2018/01/23 14:47:55 sevan Exp $ # news68k GENERIC config file for low memory machines; # @@ -6,7 +6,7 @@ include "arch/news68k/conf/std.news68k" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC_TINY-$Revision: 1.85 $" +#ident "GENERIC_TINY-$Revision: 1.86 $" makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk @@ -27,8 +27,8 @@ options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/news68k/conf/LIBERO b/sys/arch/news68k/conf/LIBERO index 3bff584eb12..cdb41a42b60 100644 --- a/sys/arch/news68k/conf/LIBERO +++ b/sys/arch/news68k/conf/LIBERO @@ -1,4 +1,4 @@ -# $NetBSD: LIBERO,v 1.65 2017/09/14 07:58:42 mrg Exp $ +# $NetBSD: LIBERO,v 1.66 2018/01/23 14:47:55 sevan Exp $ # NEWS1750 config file; # @@ -24,8 +24,8 @@ options SYSVSHM # System V shared memory #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/newsmips/conf/GENERIC b/sys/arch/newsmips/conf/GENERIC index d3bff8c4cff..6e5c9040639 100644 --- a/sys/arch/newsmips/conf/GENERIC +++ b/sys/arch/newsmips/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.132 2017/09/14 07:58:42 mrg Exp $ +# $NetBSD: GENERIC,v 1.133 2018/01/23 14:47:55 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/newsmips/conf/std.newsmips" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.132 $" +#ident "GENERIC-$Revision: 1.133 $" maxusers 16 @@ -42,8 +42,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/next68k/conf/GENERIC b/sys/arch/next68k/conf/GENERIC index 6b1101054d8..37ddcb83af4 100644 --- a/sys/arch/next68k/conf/GENERIC +++ b/sys/arch/next68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.144 2017/09/14 07:58:42 mrg Exp $ +# $NetBSD: GENERIC,v 1.145 2018/01/23 14:47:55 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/next68k/conf/std.next68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.144 $" +#ident "GENERIC-$Revision: 1.145 $" makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk @@ -44,8 +44,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/pmax/conf/GENERIC b/sys/arch/pmax/conf/GENERIC index 2467dd2dc20..dd3bb542e9f 100644 --- a/sys/arch/pmax/conf/GENERIC +++ b/sys/arch/pmax/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.195 2018/01/05 13:20:45 flxd Exp $ +# $NetBSD: GENERIC,v 1.196 2018/01/23 14:47:55 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/pmax/conf/std.pmax" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.195 $" +#ident "GENERIC-$Revision: 1.196 $" maxusers 64 @@ -62,8 +62,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/pmax/conf/GENERIC64 b/sys/arch/pmax/conf/GENERIC64 index 37072ef2b7e..5f084450eaf 100644 --- a/sys/arch/pmax/conf/GENERIC64 +++ b/sys/arch/pmax/conf/GENERIC64 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC64,v 1.27 2017/09/14 07:58:42 mrg Exp $ +# $NetBSD: GENERIC64,v 1.28 2018/01/23 14:47:55 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/pmax/conf/std.pmax64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.27 $" +#ident "GENERIC-$Revision: 1.28 $" maxusers 64 @@ -52,8 +52,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/prep/conf/GENERIC b/sys/arch/prep/conf/GENERIC index 67813b6a942..16acaaf6386 100644 --- a/sys/arch/prep/conf/GENERIC +++ b/sys/arch/prep/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.184 2017/09/14 07:58:43 mrg Exp $ +# $NetBSD: GENERIC,v 1.185 2018/01/23 14:47:55 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/prep/conf/std.prep" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.184 $" +#ident "GENERIC-$Revision: 1.185 $" maxusers 32 @@ -46,8 +46,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/rs6000/conf/GENERIC b/sys/arch/rs6000/conf/GENERIC index 9f1b57b2a8d..00b9bc10fd0 100644 --- a/sys/arch/rs6000/conf/GENERIC +++ b/sys/arch/rs6000/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.38 2017/09/14 07:58:43 mrg Exp $ +# $NetBSD: GENERIC,v 1.39 2018/01/23 14:47:56 sevan Exp $ # # GENERIC machine description file # @@ -24,7 +24,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary #makeoptions COPTS="-O2 -mno-powerpc -mno-power" # wheeee -#ident "GENERIC-$Revision: 1.38 $" +#ident "GENERIC-$Revision: 1.39 $" maxusers 32 @@ -51,8 +51,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/sandpoint/conf/GENERIC b/sys/arch/sandpoint/conf/GENERIC index 521f7ab458c..f6a0cbb4f30 100644 --- a/sys/arch/sandpoint/conf/GENERIC +++ b/sys/arch/sandpoint/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.96 2017/09/14 07:58:43 mrg Exp $ +# $NetBSD: GENERIC,v 1.97 2018/01/23 14:47:56 sevan Exp $ # # machine description file for GENERIC NAS # @@ -22,7 +22,7 @@ include "arch/sandpoint/conf/std.sandpoint" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.96 $" +#ident "GENERIC-$Revision: 1.97 $" maxusers 32 @@ -45,8 +45,8 @@ options SYSVSHM # System V shared memory #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/sgimips/conf/GENERIC32_IP12 b/sys/arch/sgimips/conf/GENERIC32_IP12 index 9729047aa64..71153476db9 100644 --- a/sys/arch/sgimips/conf/GENERIC32_IP12 +++ b/sys/arch/sgimips/conf/GENERIC32_IP12 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC32_IP12,v 1.32 2017/09/14 07:58:43 mrg Exp $ +# $NetBSD: GENERIC32_IP12,v 1.33 2018/01/23 14:47:56 sevan Exp $ # # GENERIC32_IP12 machine description file # @@ -32,7 +32,7 @@ makeoptions TEXTADDR=0x80002000 # entry point options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC32-IP2x-$Revision: 1.32 $" +#ident "GENERIC32-IP2x-$Revision: 1.33 $" maxusers 32 @@ -59,8 +59,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/sgimips/conf/GENERIC32_IP2x b/sys/arch/sgimips/conf/GENERIC32_IP2x index c3f2835e294..71e1d6f5165 100644 --- a/sys/arch/sgimips/conf/GENERIC32_IP2x +++ b/sys/arch/sgimips/conf/GENERIC32_IP2x @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC32_IP2x,v 1.111 2017/09/14 07:58:43 mrg Exp $ +# $NetBSD: GENERIC32_IP2x,v 1.112 2018/01/23 14:47:56 sevan Exp $ # # GENERIC32_IP2x machine description file # @@ -29,7 +29,7 @@ makeoptions TEXTADDR=0x88069000 # entry point options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC32-IP2x-$Revision: 1.111 $" +#ident "GENERIC32-IP2x-$Revision: 1.112 $" maxusers 32 @@ -59,8 +59,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/sgimips/conf/GENERIC32_IP3x b/sys/arch/sgimips/conf/GENERIC32_IP3x index 51ee566f2df..a94198bc011 100644 --- a/sys/arch/sgimips/conf/GENERIC32_IP3x +++ b/sys/arch/sgimips/conf/GENERIC32_IP3x @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC32_IP3x,v 1.114 2017/09/14 07:58:43 mrg Exp $ +# $NetBSD: GENERIC32_IP3x,v 1.115 2018/01/23 14:47:56 sevan Exp $ # # GENERIC32_IP3x machine description file # @@ -28,7 +28,7 @@ makeoptions TEXTADDR="0x80069000" # entry point options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC32_IP3x-$Revision: 1.114 $" +#ident "GENERIC32_IP3x-$Revision: 1.115 $" maxusers 32 @@ -52,8 +52,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index 4d0c37349b7..0c080f4b8e8 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.257 2018/01/15 09:48:28 martin Exp $ +# $NetBSD: GENERIC,v 1.258 2018/01/23 14:47:56 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/sparc/conf/std.sparc" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.257 $" +#ident "GENERIC-$Revision: 1.258 $" maxusers 32 @@ -85,8 +85,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/sparc/conf/MRCOFFEE b/sys/arch/sparc/conf/MRCOFFEE index 1b132483b2c..58aa05e16df 100644 --- a/sys/arch/sparc/conf/MRCOFFEE +++ b/sys/arch/sparc/conf/MRCOFFEE @@ -1,4 +1,4 @@ -# $NetBSD: MRCOFFEE,v 1.53 2017/09/14 07:58:43 mrg Exp $ +# $NetBSD: MRCOFFEE,v 1.54 2018/01/23 14:47:56 sevan Exp $ # From: NetBSD: GENERIC,v 1.197 2006/12/04 23:43:35 elad Exp # # Mr.Coffee (JavaStation 1) machine description file @@ -12,7 +12,7 @@ include "arch/sparc/conf/std.sparc" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "MRCOFFEE-$Revision: 1.53 $" +#ident "MRCOFFEE-$Revision: 1.54 $" maxusers 32 @@ -71,8 +71,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index c4ea5c22fb8..c00ae70ceb3 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.202 2017/09/14 07:58:43 mrg Exp $ +# $NetBSD: GENERIC,v 1.203 2018/01/23 14:47:56 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/sparc64/conf/std.sparc64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.202 $" +#ident "GENERIC-$Revision: 1.203 $" maxusers 64 @@ -63,8 +63,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/sun2/conf/GENERIC b/sys/arch/sun2/conf/GENERIC index 22ff5aa030a..9a528050300 100644 --- a/sys/arch/sun2/conf/GENERIC +++ b/sys/arch/sun2/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.98 2017/09/14 07:58:43 mrg Exp $ +# $NetBSD: GENERIC,v 1.99 2018/01/23 14:47:56 sevan Exp $ # # GENERIC machine description file # @@ -25,7 +25,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.98 $" +#ident "GENERIC-$Revision: 1.99 $" makeoptions COPTS="-Os" # optimize for size @@ -45,8 +45,8 @@ options SYSVSHM # System V shared memory #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/sun3/conf/GENERIC b/sys/arch/sun3/conf/GENERIC index 3867564c24f..b4a339b2978 100644 --- a/sys/arch/sun3/conf/GENERIC +++ b/sys/arch/sun3/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.175 2017/09/14 07:58:43 mrg Exp $ +# $NetBSD: GENERIC,v 1.176 2018/01/23 14:47:56 sevan Exp $ # # GENERIC machine description file # @@ -25,7 +25,7 @@ include "arch/sun3/conf/std.sun3" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.175 $" +#ident "GENERIC-$Revision: 1.176 $" makeoptions COPTS="-Os" # bootloader has size limit (~2MB) @@ -50,8 +50,8 @@ options SYSVSHM # System V shared memory #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/sun3/conf/GENERIC3X b/sys/arch/sun3/conf/GENERIC3X index a4af1d584cb..59dd1b619a6 100644 --- a/sys/arch/sun3/conf/GENERIC3X +++ b/sys/arch/sun3/conf/GENERIC3X @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC3X,v 1.129 2017/09/14 07:58:43 mrg Exp $ +# $NetBSD: GENERIC3X,v 1.130 2018/01/23 14:47:56 sevan Exp $ # GENERIC Sun3X (3/80, 3/470) # Supports root on: ie0, le0, sd*, ... @@ -7,7 +7,7 @@ include "arch/sun3/conf/std.sun3x" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC3X-$Revision: 1.129 $" +#ident "GENERIC3X-$Revision: 1.130 $" makeoptions COPTS="-Os" # bootloader has size limit (~2MB) @@ -32,8 +32,8 @@ options SYSVSHM # System V shared memory #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index 512f23872be..51e5e024ea8 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.203 2017/09/14 07:58:44 mrg Exp $ +# $NetBSD: GENERIC,v 1.204 2018/01/23 14:47:56 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/vax/conf/std.vax" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.203 $" +#ident "GENERIC-$Revision: 1.204 $" # Here are all different supported CPU types listed. #options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800 @@ -143,8 +143,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/vax/conf/VAX780 b/sys/arch/vax/conf/VAX780 index 2cdb2a25448..5c4d04f1ae6 100644 --- a/sys/arch/vax/conf/VAX780 +++ b/sys/arch/vax/conf/VAX780 @@ -1,4 +1,4 @@ -# $NetBSD: VAX780,v 1.24 2017/09/14 07:58:44 mrg Exp $ +# $NetBSD: VAX780,v 1.25 2018/01/23 14:47:56 sevan Exp $ # # 11/780,750,730 machine description file # @@ -129,8 +129,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN diff --git a/sys/arch/x68k/conf/GENERIC b/sys/arch/x68k/conf/GENERIC index 74f45c798e6..8114084ab9b 100644 --- a/sys/arch/x68k/conf/GENERIC +++ b/sys/arch/x68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.186 2017/09/14 07:58:44 mrg Exp $ +# $NetBSD: GENERIC,v 1.187 2018/01/23 14:47:56 sevan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/x68k/conf/std.x68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.186 $" +#ident "GENERIC-$Revision: 1.187 $" makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk @@ -82,8 +82,8 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under -# high disk I/O load. Use it with caution - it's not proven to be stable yet. +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN |
