summaryrefslogtreecommitdiffstats
path: root/src/vlib/unix/FEATURE.yaml
blob: e5fcf9c553189882260bbf4bbad7f9325bfe30e2 (plain)
1
2
3
4
@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /*
---
name: vlib/unix
maintainer: Dave Barach <dbarach@cisco.com>
features:
  - epoll-based file I/O support
  - Linux signal handling
  - Syslog support
  - Startup configuration processing, logging
  - Configuration debug CLI pager, banner, main loop polling interval
  - Per-thread stack allocation, guard-page setup
description: "Linux-specific support routines"
state: production
properties: [CLI, MULTITHREAD]