Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Nov 2000 18:31:26 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/pppctl Makefile pppctl.c
Message-ID:  <200011270231.SAA15622@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2000/11/26 18:31:26 PST

  Modified files:
    usr.sbin/pppctl      Makefile pppctl.c 
  Log:
  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
  
  Revision  Changes    Path
  1.8       +3 -3      src/usr.sbin/pppctl/Makefile
  1.24      +239 -71   src/usr.sbin/pppctl/pppctl.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011270231.SAA15622>