On 17 Feb 2001 17:49:10 +0100
Cyrille Lefevre <[EMAIL PROTECTED]> wrote:

        Seems to take it up to 704 ptys (now try explaining quickly how *that*
number comes up). Don't you also need to disable the test in ptsopen() on
line 189 of kern/tty_pty.c ? viz:
-----
   if (minr < 255) {
      nextdev = makedev(major(dev), minr + 1);
      if (!nextdev->si_drv1) {
         ptyinit(minr + 1);
      }
   }
-----

        I was contemplating something with a /dev/pty/* and /dev/tty/* and
a really mindless naming convention that wouldn't ever bottom out. I hadn't
even started working on it.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to