summaryrefslogtreecommitdiffstats
path: root/sbin/slattach/slattach.8
Commit message (Collapse)AuthorAgeFilesLines
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-11/+4
|
* Sort sections.ru2005-01-181-13/+13
|
* Remove cross reference to uustat(1), which is no longer in the baserwatson2005-01-021-1/+0
| | | | | | | tree. MFC after: 3 days Submitted by: bkoenig at cs dot tu-berlin dot de
* Reflect the cuaa->cuad namechange in documentation.philip2004-11-131-1/+1
| | | | | | Might as well do them all while I'm at it :-) Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Mechanically kill hard sentence breaks.ru2004-07-021-9/+18
|
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
| | | | | | per letter dated July 22, 1999. Approved by: core, imp
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-231-4/+4
| | | | PR: docs/37176
* The .Nm utility.charnier2002-07-061-6/+10
|
* Remove whitespace at EOL.dd2001-07-151-3/+3
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* Prepare for mdoc(7)NG.ru2000-12-271-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-4/+4
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-4/+8
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* $Header$ -> $Id$kris1999-05-291-41/+45
| | | | | | | | Manpage formatting/grammatical fixes. Check return value of malloc() Add sccsid[], other minor source code cleanups Submitted by: Philippe Charnier
* Fix typo: "oder" -> "order".danny1997-04-161-2/+2
|
* Sort cross references.wosch1997-01-131-4/+4
|
* Properly distinguish 3 different cases:ache1996-03-121-2/+8
| | | | | No redial command. Empty redial command. Non-empty redial command. Pointed-by: bde
* Call unit-command -1 <new> first time connected, close PR 569ache1996-02-171-6/+15
|
* Fix a bunch of spelling errors.mpp1996-01-291-5/+5
|
* Convert to proper English in the same manner as the sliplogin manpage.nate1995-10-261-12/+11
|
* Make uucp-locking optional: -L optionache1995-09-201-37/+77
|
* Change new -U option to -S to go the same way as startslip.ache1995-09-181-3/+3
|
* New options:ache1995-09-181-23/+42
| | | | | | | | | -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.
* Make slattach create a PID file under /var/run when the connection isjoerg1995-03-121-1/+12
| | | | | | | | | | | established. This way, automatic scripts are possible that might control the SLIP connection. It's unacceptable for a daemon that's being controlled by a variety of signals to not leave its PID somewhere. The file name contains the terminal path name component of the associated tty device, so it should be unique even with multiple parallel slattach's running. The file will be unlinked at regular exit. Also found a minor bug in the option handling by compiling with -Wall.
* Once again, slattach sources ported from 1.1.5 with fixes.rich1994-08-231-3/+3
| | | | | Reviewed by: davidg, bde Submitted by: rich
* Slattach ported from 1.1.5 plus Bruce Evans suggested fix (closerich1994-08-231-17/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FDs and fork before redialing) to prevent dialer from hanging with newer sio.c. Also moved history from the source to the cvs log (here) per David G's suggestion. This compiles but needs testing now... Rich /* * Hacks to support "-a|c|n" flags on the command line which enable VJ * header compresion and disable ICMP. * If this is good all rights go to B & L Jolitz, otherwise send your * comments to Reagan (/dev/null). * * nerd@percival.rain.com (Michael Galassi) 92.09.03 * * Hacked to change from sgtty to POSIX termio style serial line control * and added flag to enable cts/rts style flow control. * * blymn@awadi.com.au (Brett Lymn) 93.04.04 * * Put slattach in it's own process group so it can't be killed * accidentally. Close the connection on SIGHUP and SIGINT. Write a * syslog entry upon opening and closing the connection. Rich Murphey * and Brad Huntting. * * Add '-r command' option: runs 'command' upon recieving SIGHUP * resulting from loss of carrier. Log any errors after forking. * Rich 8/13/93 * * This version of slattach includes many changes by David Greenman, Brian * Smith, Chris Bradley, and me (Michael Galassi). None of them are * represented as functional anywhere outside of RAINet though they do work * for us. Documentation is limited to the usage message for now. If you * make improovments please pass them back. * * Added '-u UCMD' which runs 'UCMD <old> <new>' whenever the slip * unit number changes where <old> and <new> are the old and new unit * numbers, respectively. Also added the '-z' option which forces * invocation of the redial command (-r CMD) upon startup regardless * of whether the com driver claims (sometimes mistakenly) that * carrier is present. Also added '-e ECMD' which runs ECMD before * exiting. * * marc@escargot.rain.com (Marc Frajola) 93/09/10 * * Minor fixes to allow passive SLIP links to work (connections with * modem control that do not have an associated dial command). Added * code to re-check for carrier after dial command has been executed. * Added SIGTERM handler to properly handle normal kill signals. Fixed * bug in logic that caused message about no -u command to be logged * even when -u was specified and the sl number changes. Tried to get * rid of redundant syslog()'s to minimize console log output. Improved * logging of improper command line options or number of command * arguments. Removed spurious newline characters from syslog() calls. * * gjung@gjbsd.franken.de * * sighup_handler changed to set CLOCAL before running redial_cmd. * added flag exiting, so exit_handler is not run twice. Fork * before reopening tty. */
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+90
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud