mellon
851bf413cd
Only turn off the O_NONBLOCK flag if DC flag is set.
1997-12-17 17:09:33 +00:00
mellon
e0a22c4659
Turn off the O_NONBLOCK flag after CLOCAL is set.
1997-12-17 16:56:30 +00:00
thorpej
a9f58b2ca8
Print the connections dropped due to excessive persist timeouts.
1997-12-17 06:17:26 +00:00
thorpej
d673bd5c41
Nuke "delayed window updates" statistic.
1997-12-13 21:03:46 +00:00
gwr
61958ba2d9
Kill the "progress bar" stuff when compiled with -DSMALL
...
because progressmeter() uses floats which are unwanted
when this is built under src/distrib/utils/x_ftp
(Maybe -DNO_FLOAT would be better?)
1997-12-12 23:34:56 +00:00
thorpej
76de9752dd
Print window updates delayed (piggybacked on delayed ACKs).
1997-12-11 07:00:01 +00:00
thorpej
4047416683
Report connections drained due to memory shortage.
1997-12-10 07:26:02 +00:00
mrg
25b87a361a
use MAP_PRIVATE|MAP_FILE rather than "0"
1997-12-09 10:59:54 +00:00
bad
d78ba35458
Fix a pasto that would cause coredumps on exit when the mailbox has been
...
changed and new mail has arrived in the mean time. (PR bin/4644 Ken Wellsch)
While I'm here, fix typo in comment.
1997-12-07 21:27:10 +00:00
msaitoh
7b5f411e4a
Don't print NULL characters on "eject -n".
1997-12-07 19:04:36 +00:00
hubertf
5dda445628
Give up special privileges before chdir($HOME) and access(.hushlogin),
...
fixing PR 4636 by myself with some help from Jason Thorpe.
1997-12-05 08:29:39 +00:00
cgd
e4d749962a
add a typedef which describes elements in the push-back buffer. Make
...
that typedef 'short'. 'char' (which was previously used) because char
may be unsigned and ((char)EOF) != EOF if that is the case. That was
causing the (char)EOF (0xff) pushed back in main to be interepreted as
a character, and, in some cases, to be written to the output. 'short'
was used rather than 'signed char' because if the latter is used,
0xff characters in the input would confuse m4. (No point in introducing
(more?) 8-bit lossage.)
1997-12-02 22:34:00 +00:00
chuck
6bfc234bf3
use MAP_PRIVATE for mmap flags, not the non-standard MAP_FILE (aka 0)
1997-12-01 21:11:39 +00:00
tv
070c43b239
accept -c silently with -d; fixes GNU autoconf (among others) that assume
...
you can use -c with -d
...but this is NOT a reason for those of you making install procedures
to think this behaviour is `correct'... <grin>
1997-11-30 22:20:00 +00:00
bad
a444ae6099
Work around gcc -Wuninitialized lossage.
1997-11-26 22:41:36 +00:00
tv
b6573fcec0
Add xrefs to new hosts.equiv(5)/rhosts(5) man page.
1997-11-26 18:06:51 +00:00
bad
2f2497e5de
Detect more errors while manipulating mailbox files and tell the user
...
about them. Don't truncate mailbox files when a write error has occured.
1997-11-25 17:58:15 +00:00
bad
6a203aafce
Do not propagate local pipe and file address that are marked for deletion
...
into the mail header.
1997-11-25 17:55:52 +00:00
lukem
2585608506
remove extraneous newline in remote finger output. (found by chuck cranor)
1997-11-24 22:03:48 +00:00
tv
13b09649c2
When man was "fixed" to chdir() to the man root as historical man does,
...
it broke the -M option on relative paths (the chdir works as it should,
but the relative man page path is still used whole in nroff). This
repairs the situation by chopping the full pathname in half--one part
for the chdir, one part for the filename.
1997-11-23 23:24:14 +00:00
mrg
04abeda6db
fix compile warnings on the alpha.
1997-11-23 04:03:04 +00:00
augustss
a26c93f4ed
Increase maximum line length. (Prompted by trying to use the FreeBSD
...
ghostscript package.)
1997-11-22 22:27:12 +00:00
lukem
6b9d2f6aae
* fix a long-term annoyance with tip: if raisechar or force are set to
...
"", (usually in .tiprc with lines like `raisechar='), don't activate
feature if NUL (\0) is the received character
* on a related note, don't barf if the following variables are defined
to "": disconnect, log, parity, record
1997-11-22 08:29:58 +00:00
lukem
e37283e126
WARNSify, KNFify, using ANSI string functions, cleanup .Nm usage
1997-11-22 07:28:39 +00:00
tv
d18b50bbf4
Added test to allow fallback to local password database if YP passwd map
...
is not found. Fixes both PRs 4142 and 4557 (4558). Still fails properly
if user is in YP and not in local database. Man page fixed to reflect
current logic behind falling back, changed since YP was made default some
time ago.
1997-11-21 20:28:33 +00:00
mrg
1c3610b684
include string.h for the alpha.
1997-11-21 08:49:12 +00:00
lukem
ea345868fa
* WARNSify, KNFify
...
* deprecate register
* replace berkeley string funcs with ansi equivs
* use getopt rather than home grown cruft
* use foo(char *, ...) rather than foo(char *, long, long, long, [long, ...])
1997-11-21 08:35:41 +00:00
msaitoh
bc200ff3f1
sort xrefs
1997-11-15 20:55:51 +00:00
msaitoh
6783bd9fb9
Add ".Sh DIAGNOSTICS"
1997-11-15 20:16:16 +00:00
msaitoh
400f289b1d
fix typo
1997-11-15 19:38:48 +00:00
phil
fe8c89a497
Do screen refresh correctly.
1997-11-14 18:27:17 +00:00
phil
24a09a1420
Make ^L redisplay the screen.
1997-11-14 16:31:45 +00:00
mrg
81a056bc2e
handle strings longer than 256 bytes. should do this with fgetln()...but
...
fgetln() doesn't nul terminate, and thus requires malloc/copy for each
interation (actually, *two* for whatis(1)).
1997-11-12 00:04:49 +00:00
mrg
9f84449ae5
add missing .Nm sections.
1997-11-11 14:39:59 +00:00
scottr
b2fa1adcaf
Fix tyop in last commit.
1997-11-11 00:13:10 +00:00
fair
225f748158
build fdformat on sparc per PR#4459
1997-11-10 09:06:48 +00:00
lukem
a6ebb2c7b0
sort SEE ALSO by section
1997-11-09 23:03:06 +00:00
lukem
09bb14e8a7
minor cleanup
1997-11-09 23:01:47 +00:00
phil
1ec08fd982
Add code for handling NULL return from initscr(). Added "ERROR ACTION"
...
for user code for above error.
1997-11-09 20:59:11 +00:00
lukem
828d282354
cosmetic change
1997-11-08 09:37:44 +00:00
lukem
54bdc1acab
remove WARNS?=1, cleanup .Nm usage
1997-11-08 09:34:23 +00:00
lukem
8640f5d0af
getopt returns -1 not EOF, use memmove instead of bcopy
1997-11-08 09:33:15 +00:00
lukem
b18fa5eb84
remove WARNS?=1
1997-11-08 09:31:04 +00:00
mrg
6bb686b3be
print TNF copyright, like the kernel does.
1997-11-07 20:32:05 +00:00
mikel
77053262a2
add missing newline to usage string; from Manuel Bouyer in PR 4442
1997-11-07 09:01:29 +00:00
mikel
27ccca6ffd
fix numerous typos
1997-11-07 07:57:21 +00:00
cjs
8b57d60845
I do wish people would start including <string.h> when they use memcpy.
1997-11-06 15:47:23 +00:00
lukem
ad5a9cf050
document non-zero exit status if -m fails
1997-11-05 13:36:31 +00:00
lukem
3eff4309d8
ypwhich(1) totally rewritten by Chuck Cranor <chuck@ccrc.wustl.edu>.
...
fixes various nits in the behaviour of the '-m' option, amongst
other things. update the docco to suit.
1997-11-04 11:36:26 +00:00
cgd
f9356d1960
implement (hack in) symbol (function and variable) renaming, so that
...
the function renaming tricks currently needed by libc can be tolerated
by lint. This needs some cleanup, but it appears to work.
1997-11-03 22:36:31 +00:00
cgd
206f92eed6
in chkdnud(), don't warn if the defined-but-not-used object is a function.
...
chkdnud() is used (only) to implement the -x option, which is supposed to
warn for variables only.
1997-11-03 22:33:53 +00:00
kleink
645accbc1f
Fix typo in SYNOPSIS section.
1997-11-03 18:24:45 +00:00
lukem
699c57c48b
correctly detect good vs bad hash mark values. (found by <enami@netbsd.org>)
1997-11-02 00:18:46 +00:00
lukem
d067f3bbd2
* in recvrequest(), ignore restart_point unless "RETR"ieving. fixes problems
...
where a remote completion or `mget' would confuse the client a `restart'
had been issued beforehand. now, `restart' is remembered until an operation
that can actually use it is invoked.
* in sendrequest(), don't reset restart_point upon entry. fixes `restart'
for `put' operations.
* if `restart' is invoked with no arguments, print current setting instead
of displaying a usage
* consistently use printf("%qd", (long long)restart_point) when displaying
restart_point
* use strto[lq]() instead of atol() when parsing `mark' and `restart' values
* remove unnecessary strlen()s when result of previous snprintf() will do
* replace a few malloc()/strcpy()s with strdup()s
* use SECSPERHOUR instead of '3600'
1997-11-01 14:36:49 +00:00
lukem
3e8e744696
getopt returns -1 not EOF
1997-11-01 06:49:14 +00:00
lukem
8ddff36f55
don't print trailing blank on lines that have no val
1997-11-01 06:40:35 +00:00
mycroft
f47ecc8f5e
Nuke trailing comma in SEE ALSO section.
1997-11-01 06:32:13 +00:00
mycroft
7baf315b3c
Nuke trailing comma in SEE ALSO section.
...
Also fix some other formatting glitches.
1997-11-01 06:25:29 +00:00
mycroft
82b4b8d328
Nuke trailing comma in SEE ALSO section.
1997-11-01 06:21:01 +00:00
mycroft
a2fa91a9c4
Reformat in mandoc.
1997-11-01 04:58:39 +00:00
mycroft
d58f35482e
Kill trailing comma in SEE ALSO section.
1997-11-01 03:28:22 +00:00
mycroft
ff7fbfe809
Make sure to clear the child's signal mask in all cases.
1997-10-31 22:48:12 +00:00
mycroft
bd73dc49c1
Oops; previous change was incomplete.
1997-10-31 22:21:37 +00:00
mycroft
4dc2ef91eb
Slight simplification of some signal handling goo.
1997-10-31 22:18:05 +00:00
christos
a2e8434f60
revert previous. It was dumb.
1997-10-31 22:15:52 +00:00
christos
c8963b13e9
Forgot to commit this somehow [part of the signal mask botch fix]
1997-10-31 21:23:46 +00:00
mycroft
af96feb61b
Format police.
1997-10-31 07:46:08 +00:00
christos
a3882f2e6f
PR/4392:John F. Woods: yacc -o file.cpp curdles result
1997-10-30 16:41:49 +00:00
mikel
5238c16301
kill redundant copy of src/etc/man.conf
1997-10-29 05:06:41 +00:00
kml
9633603853
Added (and documented) a change to the route display, so that mtu values
...
which have been locked are indicated by an 'L' appended to the MTU value.
Locked routes have path mtu discovery turned off.
1997-10-28 22:38:42 +00:00
thorpej
e3a9b9d0ca
In strip():
...
- Use the saved errno to print the error message if the vfork() fails.
- In the child, if the execl() fails, use warn()/_exit(), not err(),
as the latter is not safe in the presence of a Real vfork().
1997-10-27 23:16:34 +00:00
christos
8f62ebfab2
Cleanup warnings when -DKERBEROS
1997-10-24 14:44:35 +00:00
veego
aea22d6b9c
Don't use " inside an '.if exists()'
1997-10-24 12:14:57 +00:00
lukem
8ba07ab0b3
use CPPFLAGS instead of CFLAGS
1997-10-24 09:00:17 +00:00
lukem
453cc6eead
usr CPPFLAGS instead of CFLAGS, move common settings into Makefile.inc
1997-10-24 07:52:03 +00:00
scottr
91b6282f36
Fix more borken compiler lossage, this time for m68k.
1997-10-24 06:47:31 +00:00
lukem
fdf9f1c771
remove CFLAGS+=-g
1997-10-23 22:48:26 +00:00
lukem
e18f0067aa
use CPPFLAGS instead of CFLAGS, fix parallel make dependancies
1997-10-23 05:13:18 +00:00
thorpej
229db4813c
Remove an extra semicolon that broke processing of the "r" directive.
1997-10-22 19:51:58 +00:00
lukem
3c03ef2d87
use CPPFLAGS instead of CFLAGS
1997-10-22 01:47:23 +00:00
fvdl
0ab13b6dc6
Revert to previous version; new libc function "versioning" works
...
with the original.
1997-10-22 00:46:20 +00:00
thorpej
f38faa3370
Make this work with the new versioned stat(2) functions.
1997-10-21 18:25:26 +00:00
thorpej
c7c4c00eda
Copyright assigned to The NetBSD Foundation, Inc.
1997-10-21 00:14:45 +00:00
mikel
dfd29394f1
fix problem from PR4292 here as well
1997-10-20 23:03:02 +00:00
mikel
44fd5cbf64
fix PR 4292 slightly differently
1997-10-20 23:02:09 +00:00
mrg
9395f04c8b
fix compile warnings on the sparc.
1997-10-20 10:32:06 +00:00
mrg
5e451f4248
fix compiler warnings on the sparc. minor KNF.
1997-10-20 10:20:52 +00:00
lukem
9ae9df9346
add Makefile.inc to turn off WARNS, and use it
1997-10-20 04:28:24 +00:00
lukem
2f48163c46
add support for freebsd emulation. from Dave Huang <khym@bga.com> [bin/4293]
1997-10-20 04:21:22 +00:00
mrg
f6aa0f9399
turn of WARNS here for now.
1997-10-20 03:58:04 +00:00
lukem
85f7d9423a
WARNS=1 is now the default for usr.bin! Thanks to mrg for assistance -- lukem
1997-10-20 03:54:16 +00:00
lukem
bf76d519ef
fix .Nm, remove WARNS=1
1997-10-20 03:42:51 +00:00
lukem
66f835b6ce
fix .Nm usage
1997-10-20 03:42:10 +00:00
lukem
2653d455ad
fix .Nm usage, don't geenrate register in skeleton code
1997-10-20 03:41:12 +00:00
mrg
4f4ba42ae8
disable WARNS here for now.
1997-10-20 03:35:06 +00:00
lukem
42feae592b
getopt returns -1 not EOF, fix .Nm
1997-10-20 03:32:25 +00:00
lukem
8a4eca0ec7
WARNSify, deprecate register, fix .Nm usage
1997-10-20 03:30:16 +00:00
lukem
f448bbbefe
WARNSify, deprecate register, getopt returns -1, fix .Nm usage
1997-10-20 03:28:20 +00:00
mrg
f92d7bc7bb
fix compile warnings on the alpha.
1997-10-20 03:25:26 +00:00
lukem
f4100846b8
deprecate register
1997-10-20 03:24:44 +00:00
lukem
11d7c8ede7
deprecate register, fix .Nm, use err.h, use ANSI string.h
1997-10-20 03:23:37 +00:00
lukem
87a83d449c
fix .Nm usage, deprecate register, use ANSI string.h stuff
1997-10-20 03:20:27 +00:00
lukem
c1bed697d4
fix .Nm usage
1997-10-20 03:19:23 +00:00
lukem
e47862a2ec
fix .Nm usage
1997-10-20 03:18:46 +00:00
lukem
451d258e55
deprecate register, fix .Nm usage
1997-10-20 03:16:30 +00:00
lukem
5f395129e4
fix .Nm usage
1997-10-20 03:14:32 +00:00
lukem
a6f32a1d45
use err.h, fix .Nm usage
1997-10-20 03:13:32 +00:00
mrg
035e984ada
WARNSify; deprecate register; fix some broken fprintf() statements found from WARNS.
1997-10-20 03:11:57 +00:00
lukem
831bc1ae96
minor WARNS for i386
1997-10-20 03:08:44 +00:00
lukem
3ad51f34e0
WARNSify, deprecate register, getopt returns -1, fix .Nm usage
1997-10-20 03:06:47 +00:00
lukem
eedec19935
WARNS=0 in 3rd party code (for now)
1997-10-20 03:03:45 +00:00
lukem
cd1bb97186
WARNSify, fix .Nm usage, deprecate register
1997-10-20 03:01:26 +00:00
lukem
73d70748a8
remove WARNS=0 here, use ANSI string funcs, fix .Nm usage
1997-10-20 02:53:02 +00:00
lukem
b67eedad79
WARNSify, fix .Nm usage, deprecate register, use err.h
1997-10-20 02:50:59 +00:00
mrg
615373621d
WARNSify; deprecate register; clean up .Nm
1997-10-20 02:49:14 +00:00
lukem
201e4f3805
WARNSify, deprecate register, getopt returns -1, use ANSI string.h funcs
1997-10-20 02:46:37 +00:00
lukem
d73442837f
WARNSify, fix .Nm usage, deprecate register, getopt returns -1
1997-10-20 02:41:21 +00:00
mrg
9ad099ee67
WARNSify; deprecate register; clean up .Nm
1997-10-20 02:40:25 +00:00
lukem
c3cd5c8713
WARNSify, fix .Nm usage, deprecate register, getopt returns -1
1997-10-20 02:37:57 +00:00
lukem
2c87553437
WARNSify, fix .Nm usage, deprecate register, use <err.h>
1997-10-20 02:36:41 +00:00
mrg
2eeadb8f84
WARNSify
1997-10-20 02:31:34 +00:00
lukem
8512105c8e
WARNSify, fix .Nm usage, deprecate register, getopt returns -1, use <err.h>
1997-10-20 02:27:04 +00:00
mrg
1adb2ae9af
clean up .Nm usage
1997-10-20 02:25:19 +00:00
lukem
8d32174590
WARNSify, fix .Nm usage, KNFify
1997-10-20 02:23:13 +00:00
mrg
9998247baa
WARNSify; clean up .Nm usage
1997-10-20 02:22:55 +00:00
lukem
53e428c8a9
WARNSify, fix .Nm usage
1997-10-20 02:20:41 +00:00
lukem
35884aebfd
WARNSify, fix .Nm usage
1997-10-20 02:16:38 +00:00
lukem
ec92bfb4f7
don't dump core if the search path contains a non-existant whatis.db file
...
from Dave Huang <khym@bga.com> in [bin/4292]
1997-10-20 02:11:32 +00:00
lukem
92e718980b
remove WARNS=0
1997-10-20 02:09:46 +00:00
lukem
69ac758a21
WARNSify, fix .Nm usage, getopt returns -1 not EOF, use ANSI <string.h> funcs
1997-10-20 02:08:29 +00:00
lukem
24d97ad8f2
guess who forgot this
1997-10-20 01:59:59 +00:00
mrg
7916a63bb7
WARNSify; deprecate register; clean up .Nm
1997-10-20 01:21:45 +00:00
lukem
8320ff9bde
WARNSify, fix .Nm usage
1997-10-20 01:10:38 +00:00
lukem
5dcc17b229
WARNSify, fix .Nm usage, getopt returns -1 not EOF, use ANSI <string.h> funcs
1997-10-20 01:09:53 +00:00
lukem
bfd39f4ab1
getopt returns -1 not EOF, use <err.h>, use ANSI string.h functions
1997-10-20 01:07:48 +00:00
lukem
a5e1830c1e
fix .Nm usage
1997-10-20 01:00:41 +00:00
lukem
7e4d6ea181
WARNSify, fix .Nm usage, getopt returns -1 not EOF, use <err.h>
1997-10-20 00:56:04 +00:00
lukem
e5a1e707a3
remove WARNS=1
1997-10-20 00:51:04 +00:00
lukem
2486fca708
getopt returns -1 not EOF
1997-10-20 00:50:53 +00:00
lukem
d175d28880
WARNSify, fix .Nm usage, getopt returns -1 not EOF
1997-10-20 00:49:53 +00:00
lukem
0471adfdaa
deprecate register, use err/warn, fix .Nm usage
1997-10-20 00:46:37 +00:00
lukem
d53fd57439
remove WARNS=0
1997-10-20 00:45:33 +00:00
lukem
6a1b9dc4b7
WARNS=0 for now (3rdparty product)
1997-10-20 00:37:47 +00:00
lukem
b1bc45d154
WARNSify, fix .Nm usage, deprecate register
1997-10-20 00:35:14 +00:00
lukem
32a9e65f70
WARNSify, fix .Nm usage, deprecate register, convert select to fd_set
1997-10-20 00:23:14 +00:00
thorpej
f771d511d4
Update for changes to how nfsnode attributes are stored.
1997-10-20 00:00:49 +00:00
lukem
079884da30
WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF
1997-10-19 23:45:08 +00:00
lukem
9ccb9cd874
fix .Nm usage, deprecate register, getopt returns -1 not EOF, s/[br]*/[ms]*/
1997-10-19 23:36:20 +00:00
lukem
49e5f15617
WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF
1997-10-19 23:30:38 +00:00
lukem
9ea1c85731
WARNSify, fix .Nm usage, getopt returns -1 not EOF
1997-10-19 23:26:56 +00:00
lukem
8976f09712
WARNSify, fix .Nm usage
1997-10-19 23:25:50 +00:00
lukem
adb472c43d
WARNSify, fix .Nm usage, xref all s/key related programs
1997-10-19 23:24:42 +00:00
lukem
ae938c9b7a
xref all s/key related programs
1997-10-19 23:22:17 +00:00
lukem
ce6d3fb19c
WARNSify, getopt returns -1 not EOF, clarify S/Key vs skey(1) in man page
1997-10-19 23:20:15 +00:00
lukem
db232d03ef
fix .Nm usage, getopt returns -1 not EOF, turn off WARNS here
1997-10-19 23:10:32 +00:00
lukem
cfd8831a5f
WARNSify, fix .Nm usage
1997-10-19 23:09:41 +00:00
lukem
355bb00b7c
fix .Nm usage, s/algorithmn/algorithm/, deprecate register
1997-10-19 23:08:41 +00:00
lukem
b591a59147
fix .Nm usage
1997-10-19 23:05:28 +00:00
lukem
2237cf10d6
WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF
1997-10-19 23:05:11 +00:00
lukem
78093e2b86
WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF
1997-10-19 22:57:47 +00:00
lukem
2f07741322
s/index/strchr
1997-10-19 22:57:05 +00:00
mycroft
004f255040
Use S_IS*(), not S_IF*.
1997-10-19 19:27:40 +00:00
mycroft
41b9ae035f
Use S_IS*(), not S_IF*.
1997-10-19 19:11:56 +00:00
mycroft
b66f8512e6
Use S_IS*(), not S_IF*.
1997-10-19 19:09:05 +00:00
mycroft
d8703622b5
Use _POSIX_VDISABLE, not 0, to disable special characters.
1997-10-19 16:49:15 +00:00
mycroft
1ea2e990d3
Use double, not float.
1997-10-19 15:18:43 +00:00
mrg
57417153bd
WARNSify
1997-10-19 15:03:06 +00:00
mrg
538e692995
fix compile warnings on the alpha.
1997-10-19 14:50:58 +00:00
mrg
777a66571e
WARNSify; deprecate register; clean up .Nm
1997-10-19 14:46:16 +00:00
mycroft
d8eb1d74d5
Define USE_UTIMES.
1997-10-19 14:43:24 +00:00
mrg
6e4783d48e
WARNSify; deprecate register; clean up .Nm
1997-10-19 14:42:36 +00:00
mycroft
7864b49784
Purely cosmetic change.
1997-10-19 14:38:04 +00:00
mrg
658077dbfb
WARNSify; clean up .Nm
1997-10-19 14:35:28 +00:00
lukem
568259857e
WARNSify, fix .Nm usage
1997-10-19 14:34:08 +00:00
mycroft
b5d6394251
Output the right file name in an error message.
...
Also a cosmetic change; pass a null pointer to gettimeofday() for the
time zone info.
1997-10-19 14:34:07 +00:00
lukem
b65c70eff6
WARNSify, fix .Nm usage
1997-10-19 14:30:04 +00:00
mrg
86ef873b6b
WARNSify
1997-10-19 14:28:27 +00:00
lukem
6b42a1d256
don't define WARNS=1 here
1997-10-19 14:27:25 +00:00
lukem
e561335e13
fix up .Nm usage
1997-10-19 14:27:18 +00:00
lukem
208c50b8fb
WARNSify, deprecate register
1997-10-19 14:26:26 +00:00
lukem
9bd92c9311
WARNSify, deprecate register
1997-10-19 14:26:23 +00:00
mycroft
985cca83b6
Use S_IS*().
...
Use mode_t, uid_t, and gid_t as appropriate.
Don't use futimes(2) on a directory.
1997-10-19 14:25:24 +00:00
lukem
d177c90289
s/bzero/memset, fix .Nm usage
1997-10-19 14:25:00 +00:00
lukem
e390551d3d
fix up .Nm usage
1997-10-19 14:23:52 +00:00
lukem
c2314d822a
don't define WARNS=1 here
1997-10-19 14:23:26 +00:00
lukem
bccfa1bf01
WARNSify, deprecate register
1997-10-19 14:22:16 +00:00
lukem
20e7acbab5
WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF
1997-10-19 14:20:43 +00:00
mrg
069922f852
fix compile warnings on the alpha.
1997-10-19 14:12:22 +00:00
lukem
dc7ab0caa5
remove WARNS=1
1997-10-19 14:11:38 +00:00
lukem
8121ebfa9b
WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF
1997-10-19 14:10:27 +00:00
mrg
66f7b9fd72
fix compile warnings on the alpha.
1997-10-19 14:05:56 +00:00
lukem
acafa8e6b6
disable WARNS here
1997-10-19 14:05:48 +00:00
mrg
15dc191955
fix compile warnings on the alpha.
1997-10-19 14:05:47 +00:00
lukem
dcc8df4f52
WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF
1997-10-19 14:03:29 +00:00
lukem
3859d5b356
WARNSify, fix .Nm usage, deprecate register, use warn
1997-10-19 14:01:33 +00:00
lukem
3b3cf635da
WARNSify, fix .Nm usage, deprecate register, s/[br]*/[ms]*/
1997-10-19 13:58:48 +00:00
mycroft
eae3d4c198
Fill in the microseconds fields for utimes(2).
1997-10-19 13:48:21 +00:00
lukem
09c3e85663
WARNSify, fix .Nm usage, deprecate register, s/bcopy/memmove
1997-10-19 13:40:12 +00:00
lukem
629a5006ed
replace error() with err()
1997-10-19 13:35:51 +00:00
lukem
0d374e0c45
disable WARNS here, fix .Nm usage, deprecate register, s/index/strchr/
1997-10-19 13:16:33 +00:00
lukem
927f7e1429
use WARNS=0 not WARNS?=0 to disable warnings
1997-10-19 13:01:25 +00:00
lukem
07732f2ed9
use WARNS=0 not WARNS?=0 to disable warnings
1997-10-19 13:01:12 +00:00
lukem
8566a4f96c
use WARNS=0 not WARNS?=0 to disable warnings
1997-10-19 13:00:58 +00:00
lukem
cb7e4f16f1
WARNSify, fix .Nm usage, getopt returns -1 not EOF
1997-10-19 12:44:21 +00:00
lukem
9b5a69b52c
WARNSify, fix .Nm usage, deprecate register
1997-10-19 12:36:23 +00:00
lukem
b879efa7db
WARNSify, fix .Nm usage
1997-10-19 12:29:35 +00:00
lukem
9142eb1e1e
disable WARNS for now
1997-10-19 12:04:58 +00:00
lukem
12987f3cfe
fix .Nm usage, add rcsid
1997-10-19 11:53:01 +00:00
lukem
6f330af093
fix .Nm usage, deprecate register, mostly WARNSify (needs minor rewrite to fix)
1997-10-19 11:52:59 +00:00
lukem
9c739a16d7
fix .Nm usage, add rcsid
1997-10-19 11:52:55 +00:00
lukem
403b699b0b
fix .Nm usage, deprecate register, mostly WARNSify (needs minor rewrite to fix)
1997-10-19 11:52:12 +00:00
lukem
22930ad0de
WARNSify, fix .Nm usage
1997-10-19 10:23:25 +00:00
mrg
987dbad8ba
merge lite-2. WARNSify. clean up .Nm.
1997-10-19 08:13:23 +00:00
augustss
8f7e2006bb
Print unit if verbose.
1997-10-19 07:46:04 +00:00
augustss
69a1b57acb
Update for SunOS compatibility.
1997-10-19 07:44:12 +00:00
lukem
b9b0ea96bd
WARNSify, fix .Nm usage, deprecate register
1997-10-19 07:18:52 +00:00
lukem
c9af5d97cf
WARNSify, fix .Nm usage
1997-10-19 06:28:02 +00:00
lukem
0ef9bf0033
WARNSify, fix .Nm usage, deprecate register, use <err.h>
1997-10-19 06:27:20 +00:00
lukem
6c49a51bc6
WARNSify, fix .Nm usage, getopt returns -1 not EOF
1997-10-19 06:23:50 +00:00
mrg
0c67cce512
merge lite-2.
1997-10-19 05:50:26 +00:00
lukem
e55eeec2c5
fix up .Nm usage, getopt returns -1 not EOF
1997-10-19 05:49:56 +00:00
mrg
59a949ac9c
merge lite-2 -- was mostly already done. grr.
1997-10-19 05:23:48 +00:00
lukem
37a5154c26
deprecate register
1997-10-19 05:19:54 +00:00
lukem
979f7a0097
fix up .Nm usage, getopt returns -1 not EOF
1997-10-19 05:19:15 +00:00
lukem
43298842d0
WARNSify, fix .Nm usage, getopt returns -1 not EOF
1997-10-19 05:17:27 +00:00
lukem
f027bde2e7
WARNSify, fix .Nm usage
1997-10-19 05:11:52 +00:00
lukem
79adb0bcbe
fix up .Nm usage
1997-10-19 05:09:03 +00:00
lukem
1519255e3b
fix up .Nm usage, getopt returns -1 not EOF
1997-10-19 05:08:17 +00:00
lukem
6d1c625f54
fix up .Nm usage
1997-10-19 05:05:24 +00:00
lukem
7c81c8f378
WARNSify, fix .Nm usage, deprecate register, use <err.h>
1997-10-19 05:02:57 +00:00
mrg
1663c913e5
merge lite-2; clean up includes.
1997-10-19 04:59:20 +00:00
lukem
1740d1ed6b
WARNSify, fix .Nm usage
1997-10-19 04:41:01 +00:00
lukem
6f9ec05a98
WARNSify, fix .Nm usage, getopt returns -1 not EOF, deprecate register
1997-10-19 04:39:51 +00:00
lukem
00c29d5afe
don't define WARNS=1 here
1997-10-19 04:23:02 +00:00
lukem
1ebd6d74c3
fix .Nm usage
1997-10-19 04:21:49 +00:00
lukem
7eabdb0e54
WARNSify, fix .Nm usage, getopt returns -1 not EOF, deprecate register
1997-10-19 04:21:27 +00:00
lukem
f715ca9ab7
WARNSify, fix .Nm usage, getopt returns -1 not EOF, deprecate register
1997-10-19 04:20:06 +00:00
lukem
13ee7130b1
s/bzero/memset
1997-10-19 04:18:46 +00:00
lukem
33b5dd5c52
fix .Nm usage
1997-10-19 04:18:08 +00:00
lukem
2dfca6c35c
WARNSify, fix .Nm usage, getopt returns -1 not EOF, deprecate register, bcopy
1997-10-19 04:16:47 +00:00
lukem
0c79788813
WARNSify, fix .Nm usage, getopt returns -1 not EOF
1997-10-19 04:15:39 +00:00
lukem
2f6bf4134d
WARNSify, fix .Nm usage, deprecate register
1997-10-19 04:11:51 +00:00
lukem
9601657dd8
getopt returns -1 not EOF
1997-10-19 03:55:13 +00:00
lukem
31f40d5207
disable WARNS for now (3rd-party code)
1997-10-19 03:54:42 +00:00
lukem
fb35254e19
set WARNS=0 in our Makefile.inc
1997-10-19 03:52:29 +00:00
lukem
44b3805a54
fix up .Nm usage
1997-10-19 03:48:34 +00:00
lukem
c16385f7b7
WARNSify, fix .Nm usage, deprecate register
1997-10-19 03:47:52 +00:00
lukem
511567046a
fix up .Nm usage
1997-10-19 03:44:30 +00:00
lukem
ca15d8c056
don't define WARNS=1 here
1997-10-19 03:44:21 +00:00
lukem
4803fea3e9
WARNSify, fix .Nm usage, deprecate register, use <err.h>
1997-10-19 03:42:18 +00:00
lukem
d6dfc8e2db
fix up .Nm usage
1997-10-19 03:40:03 +00:00
lukem
50acd78e45
don't define WARNS=1 here
1997-10-19 03:39:50 +00:00
lukem
0dd4a8e6e5
WARNSify mkioctls output, fix .Nm usage, deprecate register
1997-10-19 03:38:27 +00:00
lukem
ac4e9aa74a
WARNSify, fix .Nm usage, deprecate register, use <err.h>
1997-10-19 03:32:11 +00:00
lukem
180f5dc383
WARNSify, fix .Nm usage, getopt returns -1 not EOF
1997-10-19 03:23:46 +00:00
lukem
e8ca1c7c50
getopt returns -1 not EOF
1997-10-19 03:18:54 +00:00
lukem
74502993fd
fix .Nm usage
1997-10-19 03:18:18 +00:00
lukem
b048688222
WARNSify, fix .Nm usage, deprecate register, use <err.h>, KNFify (with indent!;)
1997-10-19 03:17:12 +00:00
lukem
e7e6d7b7b9
don't define WARNS=1 here
1997-10-19 03:16:58 +00:00
lukem
f371ce2cb8
WARNSify, fix .Nm usage, deprecate register, use err() from <err.h>
1997-10-19 02:45:44 +00:00
lukem
c6810a0286
WARNSify, fix .Nm usage, deprecate register
1997-10-19 02:34:02 +00:00
lukem
78a738b31b
use err.h for err() prototype, deprecate register, fix .Nm usage
1997-10-19 02:23:41 +00:00
lukem
8c012c7268
WARNSify, fix .Nm usage
1997-10-19 02:13:39 +00:00
lukem
fb9ee7e315
WARNSify
1997-10-19 02:12:40 +00:00
mrg
8f798dca81
merge lite-2.
1997-10-18 16:48:29 +00:00
mrg
226284be12
merge lite-2.
1997-10-18 16:04:21 +00:00
matt
6db79ef042
Allow mailboxes to be in <cr><lf> format.
1997-10-18 15:48:48 +00:00
mrg
09366313d3
"merge" lite-2. our printf is already kinda different...minor changes only.
1997-10-18 15:38:01 +00:00
lukem
e74da31dcc
don't define WARNS=1 here
1997-10-18 15:31:20 +00:00
lukem
30809d6452
WARNSify, fix .Nm usage, deprecate register
1997-10-18 15:28:04 +00:00
lukem
bbfdb6ffc5
WARNSify, fix .Nm usage, deprecate register
1997-10-18 15:14:48 +00:00
lukem
e207462d6e
WARNSify, fix .Nm usage
1997-10-18 15:05:40 +00:00
mrg
acc19d2fa6
"merge" lite-2. (our strip was already radically different and only rcsids were changed)
1997-10-18 15:04:56 +00:00
lukem
c5a3c5334f
WARNSify, fix .Nm usage
1997-10-18 15:02:15 +00:00
lukem
6533f941fe
s/index/strchr
1997-10-18 15:01:05 +00:00
lukem
0c2c736d5a
WARNSify, fix .Nm usage
1997-10-18 15:00:11 +00:00
lukem
b01545b899
WARNSify
1997-10-18 14:53:48 +00:00
lukem
906b60f5e0
getopt returns -1 not EOF
1997-10-18 14:49:41 +00:00
lukem
1d3ba85e36
WARNSify
1997-10-18 14:48:22 +00:00
lukem
d2316002cc
fix up .Nm usage
1997-10-18 14:46:54 +00:00
lukem
95737fee5b
WARNSify, fix .Nm usage
1997-10-18 14:45:55 +00:00
lukem
397a8a0855
WARNSify (big job!), fix .Nm usage
1997-10-18 14:44:21 +00:00
mrg
0026c9e93a
merge lite-2.
1997-10-18 14:34:39 +00:00
lukem
0fbfce3460
WARNSify, fix .Nm usage
1997-10-18 13:54:51 +00:00
mrg
7397398466
merge lite-2.
1997-10-18 13:53:56 +00:00
lukem
043bfc9260
KNFify (with indent(1))
1997-10-18 13:53:19 +00:00
lukem
c8accd1a9f
disable WARNS until an ecoff user can clean this up
1997-10-18 13:50:18 +00:00
lukem
38fdbc9351
fix up .Nm usage
1997-10-18 13:50:02 +00:00
lukem
ae88474da7
WARNSify, fix .Nm usage
1997-10-18 13:48:35 +00:00
lukem
b9d1fbcf87
WARNSify, fix .Nm usage, getopt returns -1 not EOF
1997-10-18 13:38:09 +00:00
lukem
6c98363c96
WARNSify, fix .Nm usage, getopt returns -1 not EOF
1997-10-18 13:21:42 +00:00
lukem
13ba69e21a
WARNSify, fix .Nm usage
1997-10-18 13:21:41 +00:00
lukem
263324f188
WARNSify, fix .Nm usage, getopt returns -1 not EOF, deprecate register
1997-10-18 13:21:28 +00:00
lukem
46f4e7d336
WARNSify, fix .Nm usage, getopt returns -1 not EOF
1997-10-18 13:18:15 +00:00
mrg
3ac0787450
merge lite-2; also WARNSify the 2 warnings left.
1997-10-18 13:15:18 +00:00
lukem
227b039655
test against != NULL not == NULL....
1997-10-18 13:07:39 +00:00
lukem
b27d0b84f5
include ../Makefile.inc if it exists
1997-10-18 13:05:22 +00:00
lukem
07d881c8e1
disable WARNS until usr.sbin cron is cleaned up
1997-10-18 13:04:59 +00:00
lukem
2124f91f12
getopt returns -1 not EOF
1997-10-18 13:04:29 +00:00
lukem
7202b75851
WARNSify, fix .Nm usage, getopt returns -1 not EOF
1997-10-18 13:02:59 +00:00