Dave Barach | e053056 | 2020-02-07 08:40:57 -0500 | [diff] [blame] | 1 | --- |
2 | name: vlib/unix | ||||
3 | maintainer: Dave Barach <dbarach@cisco.com> | ||||
4 | features: | ||||
5 | - epoll-based file I/O support | ||||
6 | - Linux signal handling | ||||
7 | - Syslog support | ||||
8 | - Startup configuration processing, logging | ||||
9 | - Configuration debug CLI pager, banner, main loop polling interval | ||||
10 | - Per-thread stack allocation, guard-page setup | ||||
11 | description: "Linux-specific support routines" | ||||
12 | state: production | ||||
13 | properties: [CLI, MULTITHREAD] |