summaryrefslogtreecommitdiffstats
path: root/sbin/startslip
Commit message (Collapse)AuthorAgeFilesLines
* - Remove MLINKS to nonexistant manpagesbrueffer2005-07-141-1/+1
| | | | | | | - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-1/+1
|
* - Signal handlers must have an int argument.stefanf2004-08-022-16/+14
| | | | | | - Use prototypes. - Add a cast for a signed vs unsigned comparison. - Mark as WARNS?=3 clean.
* Mechanically kill hard sentence breaks.ru2004-07-021-5/+10
|
* Remove advertising clause from University of California Regent's license,markm2004-04-092-8/+0
| | | | | | per letter dated July 22, 1999. Approved by: core, imp
* style.Makefile(5):johan2004-02-231-1/+1
| | | | Use WARNS?= instead of WARNS=.
* Centralize _PATH_* definitions.obrien2003-05-051-2/+2
| | | | Submitted by: Tim Kientzle <kientzle@acm.org> (embellished by me)
* Use `The .Nm utility'charnier2002-04-191-6/+7
|
* o remove __Pimp2002-03-211-4/+4
| | | | o remove main prototype
* Remove 'register' keyword.obrien2002-03-201-1/+1
| | | | | | It does not help modern compilers, and some may take some hit from it. (I also found several functions that listed *every* of its 10 local vars with "register" -- just how many free registers do people think machines have?)
* Default to WARNS=2.obrien2001-12-041-0/+1
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-1/+0
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-0/+2
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-3/+3
|
* Prepare for mdoc(7)NG.ru2000-12-181-0/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
|
* Fixes a potential buffer overflow with the pid filename.joe2000-04-301-1/+3
| | | | | Submitted by: Mike Heffner <spock@techfour.net> Submitted on: audit@freebsd.org
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-5/+10
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Correct use of .Nm and .Ev.charnier1998-08-032-31/+34
| | | | Add rcsid, rmove unused #include. Spelling.
* Fixed printf format errors.bde1998-08-021-2/+3
|
* Fixed printf format errors, scanf format errors and scanf error handling.bde1998-06-281-7/+9
|
* Remove unused include fileseivind1997-12-221-9/+3
| | | | Submitted by: bde
* Remove unused private header.eivind1997-12-211-2/+1
| | | | Submitted by: max
* Use err(3). Add missing prototypes. Cosmetic in usage string.charnier1997-06-191-11/+20
|
* Fixed missing DPADD. Removed now-redundant SRCS.bde1997-04-011-1/+1
|
* Remove the syslog stuff, and allow various return valuesbrian1997-03-311-2/+6
| | | | | | | | | in uu_lock(). Add uu_lockerr() for turning the results of uu_lock into something printable. Remove bogus section in man page about race conditions allowing both processes to get the lock. Include libutil.h and use uu_lock() correctly where it should. Suggested by: ache@freebsd.org
* Move uucplock into libutil and create a manual page.brian1997-03-302-162/+2
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Sort cross references.wosch1997-01-131-2/+3
|
* Update to match changes in <net/if.h>.wollman1997-01-031-1/+2
|
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-12/+15
| | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it.
* Eliminated includes of the "temporary" backwards compatibility headerbde1996-09-241-1/+1
| | | | | | <sys/dir.h> in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones.
* Fixed a couple of format strings to match the change of pid_t from longbde1996-04-131-1/+1
| | | | | | to int32_t. I only fixed the ones that I noticed the warnings for. Perhaps most of the format strings are correct now because they were wrong before. Except of course if int32_t isn't compatible with `int'.
* Prepare to eliminate multiply uucplock.c copiesache1996-03-041-16/+33
|
* Fix a bunch of spelling errors.mpp1996-01-291-4/+4
|
* recording cvs-1.6 file deathpeter1995-12-303-16/+0
|
* Log user name with each info and total connection time elapsedache1995-09-271-48/+55
| | | | | (for accounting purposes). Log few additional events like dialing number and connection established. Set speed POSIXly.
* Rename PATH_LOCK to PATH_UUCPLOCKache1995-09-231-2/+2
|
* Use new _PATH_LOCK for lock namesache1995-09-201-5/+6
|
* Make uucp-lock optional: -L optionache1995-09-202-18/+31
|
* Fix uucp lockingache1995-09-192-38/+29
| | | | | Remove unnecesary TIOCSETD Move SLIO* before startup script call
* New option: -S #: set SLIP unit numberache1995-09-182-5/+18
|
* Add new options:ache1995-09-172-12/+52
| | | | | | | -K: set keepalive SLIP timeout -O: set outfill SLIP timeout Handle SIGURG from keepalive like SIGHUP now, i.e. reconnect. Back out background scription change, cause some synchro problems.
* Use daemon() instead of fork/setsid/close.ache1995-09-161-26/+15
| | | | Rearrange things to do fork as later as possible.
* Oops. Fix my error with -W optionache1995-09-151-2/+2
|
* Close line before fork, or becomes close twice.ache1995-09-151-28/+26
| | | | Debug output cleanup.
OpenPOWER on IntegriCloud