Searched hist:69245 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/pppctl/
H A Dpppctl.cdiff 69245 Mon Nov 27 00:31:25 MST 2000 brian Change interactive mode so that a monitor thread keeps an eye on the
ppp descriptor and signals the terminal thread when there's something
to read on that descriptor.

This means that the main loop doesn't have to alarm() itself into
dropping out of el_gets() frequently to check the descriptor. This
dropping out was disturbing syscons (via ioctl()s from libedit) enough
to reset the screensaver timeout every .5 of a second.

PR: 20345

Completed in 57 milliseconds