From owner-freebsd-commit Mon Sep 18 06:33:38 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA16093 for freebsd-commit-outgoing; Mon, 18 Sep 1995 06:33:38 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA16081 for cvs-all-outgoing; Mon, 18 Sep 1995 06:33:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA16071 for cvs-sbin-outgoing; Mon, 18 Sep 1995 06:33:34 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA16062 ; Mon, 18 Sep 1995 06:33:31 -0700 Date: Mon, 18 Sep 1995 06:33:31 -0700 From: "Andrey A. Chernov" Message-Id: <199509181333.GAA16062@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/slattach slattach.8 slattach.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/09/18 06:33:30 Modified: sbin/slattach slattach.8 slattach.c Log: New options: -K #: set SLIP keepalive timeout -O #: set SLIP outfil timeout -U #: set SLIP unit number sighup handler now sets tty disc for non-redial case too. Implement SIGURG handling (from keepalive). POSIXing speed settings.