diff options
Diffstat (limited to 'sysklogd/Config.in')
-rw-r--r-- | sysklogd/Config.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysklogd/Config.in b/sysklogd/Config.in index cb2ee0865..a671f59f1 100644 --- a/sysklogd/Config.in +++ b/sysklogd/Config.in | |||
@@ -56,6 +56,14 @@ config CONFIG_FEATURE_IPC_SYSLOG | |||
56 | entire filesystem, which may cause your system to | 56 | entire filesystem, which may cause your system to |
57 | break badly. | 57 | break badly. |
58 | 58 | ||
59 | config CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE | ||
60 | int " Circular buffer size in Kbytes (minimum 4KB)" | ||
61 | default 16 | ||
62 | depends on CONFIG_FEATURE_IPC_SYSLOG | ||
63 | help | ||
64 | This option sets the size of the circular buffer | ||
65 | used to record system log messages. | ||
66 | |||
59 | config CONFIG_LOGREAD | 67 | config CONFIG_LOGREAD |
60 | bool " logread" | 68 | bool " logread" |
61 | default y | 69 | default y |
@@ -66,6 +74,17 @@ config CONFIG_LOGREAD | |||
66 | utility will allow you to read the messages that are | 74 | utility will allow you to read the messages that are |
67 | stored in the syslogd circular buffer. | 75 | stored in the syslogd circular buffer. |
68 | 76 | ||
77 | config CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING | ||
78 | bool " logread double buffering" | ||
79 | default n | ||
80 | depends on CONFIG_LOGREAD | ||
81 | help | ||
82 | 'logread' ouput to slow serial terminals can have | ||
83 | side effects on syslog because of the semaphore. | ||
84 | This option make logread to double buffer copy | ||
85 | from circular buffer, minimizing semaphore | ||
86 | contention at some minor memory expense. | ||
87 | |||
69 | config CONFIG_KLOGD | 88 | config CONFIG_KLOGD |
70 | bool "klogd" | 89 | bool "klogd" |
71 | default n | 90 | default n |