aristanetworks / bst

A one-stop shop for process isolation
MIT License
99 stars 9 forks source link

Unify parent wait code using epoll #50

Closed Snaipe closed 3 years ago

Snaipe commented 3 years ago

These commits move away from select and sigwaitinfo, and collapses the two alternate wait code paths into one using epoll. It also fixes some minute issues with the way that we handle errors when the tty is in raw mode.