ru
719be5d341
Sync program's usage() with manpage's SYNOPSIS.
2005-02-10 09:19:34 +00:00
stefanf
2e9ff9c3df
- Signal handlers must have an int argument.
...
- Use prototypes.
- Add a cast for a signed vs unsigned comparison.
- Mark as WARNS?=3 clean.
2004-08-02 08:10:28 +00:00
ru
46fddaa54b
Mechanically kill hard sentence breaks.
2004-07-02 21:45:06 +00:00
markm
90f91e7879
Remove advertising clause from University of California Regent's license,
...
per letter dated July 22, 1999.
Approved by: core, imp
2004-04-09 19:58:40 +00:00
johan
31854a224a
style.Makefile(5):
...
Use WARNS?= instead of WARNS=.
2004-02-23 20:25:27 +00:00
obrien
df429f4699
Centralize _PATH_* definitions.
...
Submitted by: Tim Kientzle <kientzle@acm.org> (embellished by me)
2003-05-05 22:49:23 +00:00
charnier
f3bce5737d
Use `The .Nm utility'
2002-04-19 23:06:29 +00:00
imp
ec2a00af74
o remove __P
...
o remove main prototype
2002-03-21 13:20:49 +00:00
obrien
73c6870b18
Remove 'register' keyword.
...
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?)
2002-03-20 17:55:10 +00:00
obrien
9baf2f1b03
Default to WARNS=2.
...
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
2001-12-04 02:19:58 +00:00
ru
7cef49ff86
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 11:04:34 +00:00
ru
86642a4ab4
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:33:27 +00:00
ru
56b5d7535b
Set the default manual section for sbin/ to 8.
2001-03-20 18:13:31 +00:00
ru
8a6f8b5fe4
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
ru
7fe8bd2b88
Prepare for mdoc(7)NG.
2000-12-18 15:16:24 +00:00
ru
ea31070695
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 16:52:27 +00:00
joe
037a2d5b0f
Fixes a potential buffer overflow with the pid filename.
...
Submitted by: Mike Heffner <spock@techfour.net>
Submitted on: audit@freebsd.org
2000-04-30 21:04:36 +00:00
sheldonh
ff1f324516
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 11:27:47 +00:00
peter
76f0c923fe
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
charnier
25f789f509
Correct use of .Nm and .Ev.
...
Add rcsid, rmove unused #include. Spelling.
1998-08-03 06:32:57 +00:00
bde
b7b0859c3f
Fixed printf format errors.
1998-08-02 16:06:35 +00:00
bde
4e8e4d585c
Fixed printf format errors, scanf format errors and scanf error handling.
1998-06-28 20:40:51 +00:00
eivind
6db96c372e
Remove unused include files
...
Submitted by: bde
1997-12-22 13:46:08 +00:00
eivind
a391c8a70f
Remove unused private header.
...
Submitted by: max
1997-12-21 15:35:22 +00:00
charnier
0c0624c76d
Use err(3). Add missing prototypes. Cosmetic in usage string.
1997-06-19 14:38:53 +00:00
bde
c2086a6f98
Fixed missing DPADD. Removed now-redundant SRCS.
1997-04-01 07:43:14 +00:00
brian
cb7f5ad555
Remove the syslog stuff, and allow various return values
...
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
1997-03-31 22:51:00 +00:00
brian
10839f0219
Move uucplock into libutil and create a manual page.
1997-03-30 12:12:20 +00:00
imp
167db52912
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-29 03:33:12 +00:00
peter
4968036f61
Revert $FreeBSD$ to $Id$
1997-02-22 14:40:44 +00:00
jkh
808a36ef65
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
wosch
71f5160702
Sort cross references.
1997-01-13 00:25:51 +00:00
wollman
5972643f58
Update to match changes in <net/if.h>.
1997-01-03 20:19:50 +00:00
wollman
d3ecee07b3
Fix up programs which expect <net/if.h> to include <sys/time.h> to instead
...
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.
1996-12-10 17:11:53 +00:00
bde
d2512c2bf9
Eliminated includes of the "temporary" backwards compatibility header
...
<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.
1996-09-24 08:08:11 +00:00
bde
13e9cefca0
Fixed a couple of format strings to match the change of pid_t from long
...
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'.
1996-04-13 15:47:43 +00:00
ache
d72207bd88
Prepare to eliminate multiply uucplock.c copies
1996-03-04 10:35:45 +00:00
mpp
0d925cfda3
Fix a bunch of spelling errors.
1996-01-29 23:52:43 +00:00
peter
ab124e78b0
recording cvs-1.6 file death
1995-12-30 19:02:48 +00:00
ache
acc1a409c6
Log user name with each info and total connection time elapsed
...
(for accounting purposes). Log few additional events like dialing
number and connection established. Set speed POSIXly.
1995-09-27 17:15:37 +00:00
ache
c78760f0a7
Rename PATH_LOCK to PATH_UUCPLOCK
1995-09-23 15:17:32 +00:00
ache
02773fa029
Use new _PATH_LOCK for lock names
1995-09-20 13:10:50 +00:00
ache
1954e30948
Make uucp-lock optional: -L option
1995-09-20 04:56:09 +00:00
ache
32649c9af4
Fix uucp locking
...
Remove unnecesary TIOCSETD
Move SLIO* before startup script call
1995-09-19 03:37:07 +00:00
ache
a23d159531
New option: -S #: set SLIP unit number
1995-09-18 14:01:11 +00:00
ache
b6cff6618d
Add new options:
...
-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.
1995-09-17 21:47:24 +00:00
ache
acf78c78b9
Use daemon() instead of fork/setsid/close.
...
Rearrange things to do fork as later as possible.
1995-09-16 05:18:20 +00:00
ache
c8876de397
Oops. Fix my error with -W option
1995-09-15 22:18:45 +00:00
ache
fa6033fe95
Close line before fork, or becomes close twice.
...
Debug output cleanup.
1995-09-15 20:34:55 +00:00
ache
10da1882af
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.
1995-09-15 20:06:50 +00:00