HomeFreeBSD

ngctl: Modernize code somewhat

Description

ngctl: Modernize code somewhat

  • Replace fgets(3) with getline(3)
  • Replace select(2) with poll(2)
  • Avoid needlessly copying text around
  • Correct use of getopt(3)
  • Pick some style and whitespace nits

MFC after: 1 week
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D55257

Details

Provenance
desAuthored on Feb 13 2026, 3:57 PM
Reviewer
markj
Differential Revision
D55257: ngctl: Modernize code somewhat
Parents
rGe7f86f8b1383: kqtimer_proc_continue(): correct calculation of 'now'
Branches
Unknown
Tags
Unknown