Date: Wed, 5 Mar 2003 00:17:11 -0800 (PST) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys tty.h Message-ID: <200303050817.h258HB20020826@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2003/03/05 00:17:10 PST FreeBSD src repository Modified files: sys/sys tty.h Log: 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) Revision Changes Path 1.71 +1 -1 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?200303050817.h258HB20020826>