From owner-freebsd-commit Sat Apr 15 13:59:41 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA00801 for commit-outgoing; Sat, 15 Apr 1995 13:59:41 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA00788 for cvs-sys-outgoing; Sat, 15 Apr 1995 13:59:32 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA00777 ; Sat, 15 Apr 1995 13:59:29 -0700 Date: Sat, 15 Apr 1995 13:59:29 -0700 From: Bruce Evans Message-Id: <199504152059.NAA00777@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys tty.h Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/04/15 13:59:29 Modified: sys/sys tty.h Log: Define IBUFSIZ as 384. This goes with speeding up ttnread(). OBUFSIZ should be increased to the same value as IBUFSIZE (both are smaller than desirable because they have to fit on the stack), but there are currently problems with magic buffer limits and watermarks. Remove unused #define of TTMASK. Undo bogus exportation of ttnread().