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