Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2002 22:40:53 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys tty.h src/sys/kern tty.c
Message-ID:  <200205280540.g4S5erb17283@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2002/05/27 22:40:53 PDT

  Modified files:
    sys/sys              tty.h 
    sys/kern             tty.c 
  Log:
  Introduce struct xtty, used when exporting tty information to userland.
  Make kern.ttys export a struct xtty rather than struct tty.  Since struct
  tty is no longer exposed to userland, remove the dev_t / udev_t hack.
  
  Sponsored by:   DARPA, NAI Labs
  
  Revision  Changes    Path
  1.178     +30 -5     src/sys/kern/tty.c
  1.66      +29 -6     src/sys/sys/tty.h

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?200205280540.g4S5erb17283>