]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Raise the default value of TTYHOG from 1 kB to 8 kB. Since TTYHOG is
authorDavid Schultz <das@FreeBSD.org>
Wed, 5 Mar 2003 08:17:10 +0000 (08:17 +0000)
committerDavid Schultz <das@FreeBSD.org>
Wed, 5 Mar 2003 08:17:10 +0000 (08:17 +0000)
commitee844411e9cd04a83de84dd569982dc70310394d
treee21734698866592d0df23f6b92a0dc9cb11b4456
parent9c62b3ee7cc69b05ae6438e62944d5174fef24eb
Raise the default value of TTYHOG from 1 kB to 8 kB.  Since TTYHOG is
an administrative limit on the size of tty/pty input buffers, this is
mostly an inconsequential change.  (slti(4) will allocate an 8 kB
static buffer instead of a 1 kB buffer due to a hack in the driver.)
The increase happens to kludge around a lame limitation of syscons,
which does not allow one to paste more than TTYHOG bytes.

PR: 42031
Reviewed by: mike (mentor)
sys/sys/tty.h