| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-19 | Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is | thorpej | |
| long since obsolete. | |||
| 2018-11-12 | Improve examples and netmask information (from Dan Plassche) | christos | |
| 2013-10-20 | attach tty line discipline by name, not by number. remove unused case ↵ | mbalmer | |
| value. lgtm christos | |||
| 2011-12-30 | PR/45759: Khanh-Dang Nguyen Thu Lam: slattach(8) is not compatible with | christos | |
| pseudo-terminals. Fixed by ignoring the error for the DTR ioctl. | |||
| 2011-08-27 | static + __dead | joerg | |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem | |
| (Tweak some to use a consistent format.) | |||
| 2006-07-08 | Misc 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-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos | |
| programs that did not compile before. | |||
| 2005-02-05 | Kill __P(), use ANSI function declarations; WARNS=3. | xtraeme | |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv | |
| to be the most common practice in our tree. | |||
| 2003-08-07 | Move 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 or | wiz | |
| for correct formatting of the SYNOPSIS any longer. | |||
| 2003-01-16 | Rename `sigset' locals to avoid symbol shadowing warning. | kleink | |
| 2002-10-03 | New sentence, new line. From Robert Elz. | wiz | |
| 2001-12-20 | Sync getopt() / man page with actual getopt options. | soren | |
| 2001-12-05 | Sort options. Improve english in DIAGNOSTICS. | wiz | |
| [Pointed at this file by augustss.] | |||
| 2001-06-05 | Drop arguments of .Os. | wiz | |
| 2001-02-19 | convert to use getprogname() | cgd | |
| 2001-02-04 | fix nested extern | christos | |
| 1999-09-12 | Use full month names with .Dd, as per mdoc.samples(7). | kleink | |
| 1999-09-03 | use 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 tty | proff | |
| 1999-03-19 | Add "-l" to "SYNOPSIS" section and use same order as "slattach" when | tron | |
| printing command line usage. | |||
| 1998-03-23 | add the ability to run SLIP with CLOCAL set, per PR#3586 | fair | |
| 1997-12-04 | Fix SYNOPSIS section. | msaitoh | |
| 1997-11-17 | Document the STRIP-related options. | thorpej | |
| 1997-11-17 | Cosmetic changes. | thorpej | |
| 1997-11-11 | add missing .Nm sections. | mrg | |
| 1997-10-20 | Add support for DTR/CTS flow control, from Bill Studenmund. | scottr | |
| 1997-09-15 | * cleanup for WARNS=1 | lukem | |
| * fix .Nm usage * deprecate register | |||
| 1996-08-10 | Reference the new sl(4) page | explorer | |
| 1996-05-19 | Support attaching a STRIP line via the "-t strip" flag. | jonathan | |
| It has been suggested that a separate "stattach" command would be better. | |||
| 1995-03-21 | Use POSIX signals. | mycroft | |
| 1995-03-18 | convert to new RCS Id conventions; reduce my headache | cgd | |
| 1994-12-22 | specify man pages the new way. | cgd | |
| 1994-12-18 | -Wall cleanups from Jim Jegers | cgd | |
| 1994-10-31 | pull in string.h | cgd | |
| 1994-09-23 | Merge with 4.4-Lite version. | mycroft | |
| 1994-08-13 | Don't capitalize program name in SYNOPSIS. | mycroft | |
| 1994-08-13 | Document what link[0-2] do. | mycroft | |
| 1994-04-01 | fix type, from Mark Weaver | cgd | |
| 1994-02-10 | oops; last patch to slattach should have been to sliplogin! | cgd | |
| 1994-02-10 | update for slip.h | cgd | |
| 1993-12-10 | deal with change in setting of slip params | cgd | |
| 1993-12-02 | From: 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-01 | Add RCS identifiers. | mycroft | |
| 1993-08-01 | Add RCS indentifiers. | mycroft | |
| 1993-07-31 | Add RCS indentifiers. | mycroft | |
| 1993-06-29 | Support 38400, 57600, and 115200 tty speeds. | brezak | |
| 1993-04-28 | fixed: | cgd | |
| SLATTACH hangs up on connect to modem port reported by: bugs@rafal.slip.uiuc.edu | |||
