Subject: Re: Defaults number of ptys incorrect?
To: None <tech-userlevel@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: tech-userlevel
Date: 07/26/2000 17:28:32
By the way, what about this?
% man 4 pty
:
In configuring, if an optional count is given in the specification, that
number of pseudo terminal pairs are configured; the default count is 32.
:
% cd /sys/arch
% grep 'pseudo-device.*pty' */conf/GENERIC*
alpha/conf/GENERIC:pseudo-device pty 64
amiga/conf/GENERIC:pseudo-device pty 16 # pseudo ptys
arc/conf/GENERIC:pseudo-device pty 64 # pseudo-terminals
arm26/conf/GENERIC:pseudo-device pty 64
arm32/conf/GENERIC:pseudo-device pty 32 # pseudo-terminals
atari/conf/GENERIC:pseudo-device pty 16 # Pseudo-tty support
bebox/conf/GENERIC:pseudo-device pty 64
:
1. fix manpage,
2. fix GENERIC configurations,
3. don't mind. :-)
--
ITOH, Yasufumi <itohy@netbsd.org>
# default: 3 :-)