summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2005-04-16 12:14:43 +0000
committerrwatson <rwatson@FreeBSD.org>2005-04-16 12:14:43 +0000
commit40bd5c4f17c71329cf8f28673b1b19cc1bd7a844 (patch)
tree48a20efc26e142399c9153ee0d574becf19ba928 /sys/conf
parent04a7b2d37985e5ded07762fa186128aa3185b37c (diff)
downloadFreeBSD-src-40bd5c4f17c71329cf8f28673b1b19cc1bd7a844.zip
FreeBSD-src-40bd5c4f17c71329cf8f28673b1b19cc1bd7a844.tar.gz
Add ALQ and KTR_ALQ to NOTES so that they are built into LINT.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index d151c41..3f2677d 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -356,6 +356,15 @@ options KTR_CPUMASK=0x3
options KTR_VERBOSE
#
+# ALQ(9) is a facilty for the asynchronous queuing of records from the kernel
+# to a vnode, and is employed by services such as KTR(4) to produce trace
+# files based on a kernel event stream. Records are written asynchronously
+# in a worker thread.
+#
+options ALQ
+options KTR_ALQ
+
+#
# The INVARIANTS option is used in a number of source files to enable
# extra sanity checking of internal structures. This support is not
# enabled by default because of the extra time it would take to check
OpenPOWER on IntegriCloud