Page MenuHomeFreeBSD

Notify init(8) about new USB terminals
AbandonedPublic

Authored by trasz on May 10 2018, 3:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 13 2024, 9:11 PM
Unknown Object (File)
Dec 20 2023, 8:12 AM
Unknown Object (File)
Nov 14 2023, 7:50 PM
Unknown Object (File)
Nov 9 2023, 6:57 PM
Unknown Object (File)
Nov 7 2023, 6:56 PM
Unknown Object (File)
Nov 6 2023, 11:47 PM
Unknown Object (File)
Oct 6 2023, 5:51 PM
Unknown Object (File)
Oct 6 2023, 6:17 AM
Subscribers

Details

Reviewers
imp
Summary

Notify init(8) about new USB terminals. This is used to notify init(8)
about USB serial devices (in particular device-side ones) it might want
to run getty(8) for.

Note that this could be generalized to use "tty*" instead, since in theory
we might hot plug some other tty interface.

Before you ask: init(8) seems to carefully ignore the SIGHUP signal
(which is what "init q" ends up sending) when it's not ready to handle it.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 16515
Build 16429: arc lint + arc unit