summaryrefslogtreecommitdiff
path: root/sbin/slattach
AgeCommit message (Collapse)Author
2020-01-19Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It isthorpej
long since obsolete.
2018-11-12Improve examples and netmask information (from Dan Plassche)christos
2013-10-20attach tty line discipline by name, not by number. remove unused case ↵mbalmer
value. lgtm christos
2011-12-30PR/45759: Khanh-Dang Nguyen Thu Lam: slattach(8) is not compatible withchristos
pseudo-terminals. Fixed by ignoring the error for the DTR ioctl.
2011-08-27static + __deadjoerg
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
(Tweak some to use a consistent format.)
2006-07-08Misc fixes for sl(4) and slattach(8) man pages:tsutsui
- note that ifconfig(8) create subcommand is required before slattach(8) - network addresses aren't defined by slattach(8) but ifconfig(8) - Add a BUGS section in slattach(8) to note that currently there is no way to specify/see an interface name to be attached - move description about link[0-2] flags from slattach(8) to sl(4) (rather than adding a new description...) - move description about SLIP limitations to a new BUGS section in sl(4) - remove inappropriate MLINKS of slip.8 to slattach.8 - create MLINKS of slip.4 to sl.4 instead - add some more xrefs Ok'ed by christos, and closes PR kern/33672 and PR bin/33923.
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
programs that did not compile before.
2005-02-05Kill __P(), use ANSI function declarations; WARNS=3.xtraeme
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
to be the most common practice in our tree.
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22308, verified by myself.
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
for correct formatting of the SYNOPSIS any longer.
2003-01-16Rename `sigset' locals to avoid symbol shadowing warning.kleink
2002-10-03New sentence, new line. From Robert Elz.wiz
2001-12-20Sync getopt() / man page with actual getopt options.soren
2001-12-05Sort options. Improve english in DIAGNOSTICS.wiz
[Pointed at this file by augustss.]
2001-06-05Drop arguments of .Os.wiz
2001-02-19convert to use getprogname()cgd
2001-02-04fix nested externchristos
1999-09-12Use full month names with .Dd, as per mdoc.samples(7).kleink
1999-09-03use daemon(3) instead of vanilla fork()proff
use err(3) instead of perror..exit add new flag: -n don't detach from tty
1999-09-03-n don't detach from ttyproff
1999-03-19Add "-l" to "SYNOPSIS" section and use same order as "slattach" whentron
printing command line usage.
1998-03-23add the ability to run SLIP with CLOCAL set, per PR#3586fair
1997-12-04Fix SYNOPSIS section.msaitoh
1997-11-17Document the STRIP-related options.thorpej
1997-11-17Cosmetic changes.thorpej
1997-11-11add missing .Nm sections.mrg
1997-10-20Add support for DTR/CTS flow control, from Bill Studenmund.scottr
1997-09-15* cleanup for WARNS=1lukem
* fix .Nm usage * deprecate register
1996-08-10Reference the new sl(4) pageexplorer
1996-05-19Support attaching a STRIP line via the "-t strip" flag.jonathan
It has been suggested that a separate "stattach" command would be better.
1995-03-21Use POSIX signals.mycroft
1995-03-18convert to new RCS Id conventions; reduce my headachecgd
1994-12-22specify man pages the new way.cgd
1994-12-18-Wall cleanups from Jim Jegerscgd
1994-10-31pull in string.hcgd
1994-09-23Merge with 4.4-Lite version.mycroft
1994-08-13Don't capitalize program name in SYNOPSIS.mycroft
1994-08-13Document what link[0-2] do.mycroft
1994-04-01fix type, from Mark Weavercgd
1994-02-10oops; last patch to slattach should have been to sliplogin!cgd
1994-02-10update for slip.hcgd
1993-12-10deal with change in setting of slip paramscgd
1993-12-02From: Ian McDonnell <imcd@apriori.demon.co.uk>mycroft
* Initialize termios struct before using it, from the current tty settings. * Set speed earlier. (This, combined with the above, was causing DTR to be dropped briefly on startup.) * Add `-m' option to avoid using HUPCL. Also: * Remove findspeed() altogether, as we don't need it and it's ugly. * Use tcgetattr() and tcsetattr() rather than TIOCGETA and TIOCSETA. The former is POSIX; the latter is not.
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-07-31Add RCS indentifiers.mycroft
1993-06-29Support 38400, 57600, and 115200 tty speeds.brezak
1993-04-28fixed:cgd
SLATTACH hangs up on connect to modem port reported by: bugs@rafal.slip.uiuc.edu