From owner-cvs-sys Wed Aug 2 04:26:57 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id EAA03246 for cvs-sys-outgoing; Wed, 2 Aug 1995 04:26:57 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id EAA03236 ; Wed, 2 Aug 1995 04:26:54 -0700 Date: Wed, 2 Aug 1995 04:26:54 -0700 From: "Andrey A. Chernov" Message-Id: <199508021126.EAA03236@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern tty_pty.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk ache 95/08/02 04:26:53 Modified: sys/kern tty_pty.c Log: Back out predefined termios speeds check, it can cause troubles with interaction pty <-> serial driver with non-standard speed. So, nothing protect us from garbadge in speed field, expect checking for < 0 left in tty.c :-(