From owner-cvs-sbin Thu Sep 14 12:03:26 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18329 for cvs-sbin-outgoing; Thu, 14 Sep 1995 12:03:26 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18314 ; Thu, 14 Sep 1995 12:03:22 -0700 Date: Thu, 14 Sep 1995 12:03:22 -0700 From: "Andrey A. Chernov" Message-Id: <199509141903.MAA18314@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/startslip startslip.1 startslip.c Sender: cvs-sbin-owner@FreeBSD.org Precedence: bulk ache 95/09/14 12:03:21 Modified: sbin/startslip startslip.1 startslip.c Log: Now understand "host!login:" style prompts additionly. Add -t to specify login script timeout. Add -w to specify retry wait time. Describe -p option. Now understand several -s sections (for several host phone numbers). Remove -F sw (software flow control), it is impossible with slip. Change -F hw (hardware flow control) option to -h as in slattach, we don't need option with argument for only one case. Call downscript on SIGTERM. Improve debug diagnostic. Allow startslip work with several slip lines without killing each other. Unlink pid file on exit. Skip \r and \0 in login script parsing instead making them \n. Use absolute path to default script (/sbin/ifconfig). Call up/down script in background to prevent hang on them. From owner-cvs-sbin Thu Sep 14 15:01:17 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA25953 for cvs-sbin-outgoing; Thu, 14 Sep 1995 15:01:17 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA25939 ; Thu, 14 Sep 1995 15:01:09 -0700 Date: Thu, 14 Sep 1995 15:01:09 -0700 From: "Andrey A. Chernov" Message-Id: <199509142201.PAA25939@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/startslip uucplock.c Makefile startslip.c Sender: cvs-sbin-owner@FreeBSD.org Precedence: bulk ache 95/09/14 15:01:07 Modified: sbin/startslip Makefile startslip.c Added: sbin/startslip uucplock.c Log: All changes still related to original version: Don't close line twice. Change typo == to = in assignment. Don't restart, if ioctl fails. Implement uucp-style locking to help dialout pgms. From owner-cvs-sbin Thu Sep 14 15:35:36 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA28119 for cvs-sbin-outgoing; Thu, 14 Sep 1995 15:35:36 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA28108 ; Thu, 14 Sep 1995 15:35:31 -0700 Date: Thu, 14 Sep 1995 15:35:31 -0700 From: "Andrey A. Chernov" Message-Id: <199509142235.PAA28108@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/startslip/example - New directory Sender: cvs-sbin-owner@FreeBSD.org Precedence: bulk ache 95/09/14 15:35:31 src/sbin/startslip/example - New directory From owner-cvs-sbin Thu Sep 14 15:37:54 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA28259 for cvs-sbin-outgoing; Thu, 14 Sep 1995 15:37:54 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA28249 ; Thu, 14 Sep 1995 15:37:51 -0700 Date: Thu, 14 Sep 1995 15:37:51 -0700 From: "Andrey A. Chernov" Message-Id: <199509142237.PAA28249@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/startslip/example sldown.sh slip.sh slup.sh Sender: cvs-sbin-owner@FreeBSD.org Precedence: bulk ache 95/09/14 15:37:50 Added: sbin/startslip/example sldown.sh slip.sh slup.sh Log: Add example scripts From owner-cvs-sbin Thu Sep 14 16:47:21 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03809 for cvs-sbin-outgoing; Thu, 14 Sep 1995 16:47:21 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03785 ; Thu, 14 Sep 1995 16:47:17 -0700 Date: Thu, 14 Sep 1995 16:47:17 -0700 From: "Andrey A. Chernov" Message-Id: <199509142347.QAA03785@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/startslip/example sldown.sh slip.sh slup.sh Sender: cvs-sbin-owner@FreeBSD.org Precedence: bulk ache 95/09/14 16:47:16 Removed: sbin/startslip/example sldown.sh slip.sh slup.sh Log: Oops... Move examples to proper location From owner-cvs-sbin Thu Sep 14 16:58:07 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA04620 for cvs-sbin-outgoing; Thu, 14 Sep 1995 16:58:07 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA04600 ; Thu, 14 Sep 1995 16:58:00 -0700 Date: Thu, 14 Sep 1995 16:58:00 -0700 From: "Andrey A. Chernov" Message-Id: <199509142358.QAA04600@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/startslip startslip.1 Sender: cvs-sbin-owner@FreeBSD.org Precedence: bulk ache 95/09/14 16:57:59 Modified: sbin/startslip startslip.1 Log: Add reference to /usr/share/examples/startslip From owner-cvs-sbin Fri Sep 15 01:09:10 1995 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA01584 for cvs-sbin-outgoing; Fri, 15 Sep 1995 01:09:10 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA01572 ; Fri, 15 Sep 1995 01:09:02 -0700 Date: Fri, 15 Sep 1995 01:09:02 -0700 From: David Greenman Message-Id: <199509150809.BAA01572@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.8 Sender: owner-cvs-sbin@FreeBSD.org Precedence: bulk davidg 95/09/15 01:09:01 Branch: sbin/ipfw RELENG_2_1_0 Modified: sbin/ipfw ipfw.8 Log: Brought in change from rev 1.8: tcpsyn -> syn. From owner-cvs-sbin Fri Sep 15 09:41:19 1995 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA20905 for cvs-sbin-outgoing; Fri, 15 Sep 1995 09:41:19 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA20890 ; Fri, 15 Sep 1995 09:41:12 -0700 Date: Fri, 15 Sep 1995 09:41:12 -0700 From: "Andrey A. Chernov" Message-Id: <199509151641.JAA20890@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/startslip startslip.1 startslip.c Sender: owner-cvs-sbin@FreeBSD.org Precedence: bulk ache 95/09/15 09:41:11 Modified: sbin/startslip startslip.1 startslip.c Log: Pass sequence number to called scripts via LINE env. variable. It allows specific per phone number tunings From owner-cvs-sbin Fri Sep 15 10:30:08 1995 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA24552 for cvs-sbin-outgoing; Fri, 15 Sep 1995 10:30:08 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA24543 ; Fri, 15 Sep 1995 10:30:04 -0700 Date: Fri, 15 Sep 1995 10:30:04 -0700 From: "Andrey A. Chernov" Message-Id: <199509151730.KAA24543@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/startslip startslip.c Sender: owner-cvs-sbin@FreeBSD.org Precedence: bulk ache 95/09/15 10:30:03 Modified: sbin/startslip startslip.c Log: Restore TTYDISC on exit. Move setting of control terminal after TTYDISC setting From owner-cvs-sbin Fri Sep 15 13:06:59 1995 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA01697 for cvs-sbin-outgoing; Fri, 15 Sep 1995 13:06:59 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA01688 ; Fri, 15 Sep 1995 13:06:55 -0700 Date: Fri, 15 Sep 1995 13:06:55 -0700 From: "Andrey A. Chernov" Message-Id: <199509152006.NAA01688@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/startslip startslip.1 startslip.c Sender: owner-cvs-sbin@FreeBSD.org Precedence: bulk ache 95/09/15 13:06:54 Modified: sbin/startslip startslip.1 startslip.c Log: Tune it to REALLY sense carrier drop. Now works with dialin devices too. Add new option in slattach style -l: dont use modem control. Add new option -W: specify max number of dial tries for one phone. Remove -p option, this ugly hack not needed. Fix script timeout expires. Some code cleanups. From owner-cvs-sbin Fri Sep 15 13:35:07 1995 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA02903 for cvs-sbin-outgoing; Fri, 15 Sep 1995 13:35:07 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA02890 ; Fri, 15 Sep 1995 13:34:58 -0700 Date: Fri, 15 Sep 1995 13:34:58 -0700 From: "Andrey A. Chernov" Message-Id: <199509152034.NAA02890@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/startslip startslip.c Sender: owner-cvs-sbin@FreeBSD.org Precedence: bulk ache 95/09/15 13:34:57 Modified: sbin/startslip startslip.c Log: Close line before fork, or becomes close twice. Debug output cleanup. From owner-cvs-sbin Fri Sep 15 15:19:08 1995 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA11825 for cvs-sbin-outgoing; Fri, 15 Sep 1995 15:19:08 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA11803 ; Fri, 15 Sep 1995 15:18:51 -0700 Date: Fri, 15 Sep 1995 15:18:51 -0700 From: "Andrey A. Chernov" Message-Id: <199509152218.PAA11803@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/startslip startslip.c Sender: owner-cvs-sbin@FreeBSD.org Precedence: bulk ache 95/09/15 15:18:50 Modified: sbin/startslip startslip.c Log: Oops. Fix my error with -W option From owner-cvs-sbin Fri Sep 15 22:18:26 1995 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA29025 for cvs-sbin-outgoing; Fri, 15 Sep 1995 22:18:26 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA29016 ; Fri, 15 Sep 1995 22:18:21 -0700 Date: Fri, 15 Sep 1995 22:18:21 -0700 From: "Andrey A. Chernov" Message-Id: <199509160518.WAA29016@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/startslip startslip.c Sender: owner-cvs-sbin@FreeBSD.org Precedence: bulk ache 95/09/15 22:18:21 Modified: sbin/startslip startslip.c Log: Use daemon() instead of fork/setsid/close. Rearrange things to do fork as later as possible. From owner-cvs-sbin Sat Sep 16 23:57:47 1995 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA00842 for cvs-sbin-outgoing; Sat, 16 Sep 1995 23:57:47 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA00833 ; Sat, 16 Sep 1995 23:57:45 -0700 Date: Sat, 16 Sep 1995 23:57:45 -0700 From: David Greenman Message-Id: <199509170657.XAA00833@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/i386/ft Makefile Sender: owner-cvs-sbin@FreeBSD.org Precedence: bulk davidg 95/09/16 23:57:44 Modified: sbin/i386/ft Makefile Log: Use default COPTS. From owner-cvs-sbin Sat Sep 16 23:59:08 1995 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA00936 for cvs-sbin-outgoing; Sat, 16 Sep 1995 23:59:08 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA00927 ; Sat, 16 Sep 1995 23:59:05 -0700 Date: Sat, 16 Sep 1995 23:59:05 -0700 From: David Greenman Message-Id: <199509170659.XAA00927@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/i386/ft Makefile Sender: owner-cvs-sbin@FreeBSD.org Precedence: bulk davidg 95/09/16 23:59:05 Branch: sbin/i386/ft RELENG_2_1_0 Modified: sbin/i386/ft Makefile Log: Brought in change from rev 1.5: use default COPTS.