Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 1999 12:29:00 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern tty_pty.c src/sys/alpha/conf GENERIC SIMOS src/sys/i386/conf GENERIC LINT PCCARD src/sys/pc98/conf GENERIC98
Message-ID:  <199908081929.MAA81265@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1999/08/08 12:29:00 PDT

  Modified files:
    sys/kern             tty_pty.c 
    sys/alpha/conf       GENERIC SIMOS 
    sys/i386/conf        GENERIC LINT PCCARD 
    sys/pc98/conf        GENERIC98 
  Log:
  Make the pty driver as close to a cloning device as we can get for now,
  we create the pty on the fly when it is first opened.
  
  If you run out of ptys now, just MAKEDEV some more.
  
  This also demonstrate the use of dev_t->si_tty_tty and dev_t->si_drv1
  in a device driver.
  
  Revision  Changes    Path
  1.62      +62 -99    src/sys/kern/tty_pty.c
  1.33      +2 -2      src/sys/alpha/conf/GENERIC
  1.5       +2 -2      src/sys/alpha/conf/SIMOS
  1.180     +2 -2      src/sys/i386/conf/GENERIC
  1.625     +3 -3      src/sys/i386/conf/LINT
  1.15      +2 -2      src/sys/i386/conf/PCCARD
  1.82      +2 -2      src/sys/pc98/conf/GENERIC98



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?199908081929.MAA81265>