wosch
6147912add
Add a reference to ident(1).
1996-06-30 16:06:44 +00:00
wosch
662bf44fe2
Add some options which makes lastcomm(1) a better debug tool.
1996-06-30 11:58:20 +00:00
joerg
e6299bb9a7
Do always create ktrace.out with mode 0600, to prevent it from
...
accidentally compromising information confidential to the user running
ktrace.
1996-06-30 09:40:44 +00:00
phk
2a36059e6a
Add tclsh to Makefile.
...
(If you havn't updated your supfile Make world will croak. CTM is ok)
1996-06-28 05:36:32 +00:00
jkh
f77db63be9
Remove code which overrode the opinion of getcwd() with an often bogus
...
value for $PWD.
1996-06-27 21:59:25 +00:00
nate
3b624192af
Trivial bugfix which occurs when DEBUG_FLAGS is defined. If DEBUG_FLAGS
...
is defined, STRIP is undefined and causes the Makefile to blow up, so
make sure STRIP is defined if you plan on using it.
1996-06-27 21:48:50 +00:00
gpalmer
b99c167c70
Add -Wall to CFLAGS
1996-06-26 20:49:41 +00:00
phk
f23b1b2ca4
bmaked tclsh
1996-06-26 17:52:19 +00:00
dg
db69ec2618
Yet another fix for the line continuation bug in sed. Keith's patch
...
introduced a new bug. This fix appears to work correctly. Fixes PR#1350.
Submitted by: mark@linus.demon.co.uk (Mark Valentine)
1996-06-26 05:54:32 +00:00
jmallett
9ca4dee9f5
This commit was generated by cvs2svn to compensate for changes in r16748,
...
which included commits to RCS files with non-trunk default branches.
1996-06-26 05:36:21 +00:00
jmallett
b0d58df5bf
Import OpenBSD m4 as of today.
1996-06-26 05:36:21 +00:00
ache
c9f677c96f
Make GET request and response parsing HTTP/1.0 compatible
1996-06-25 21:33:18 +00:00
jkh
8eb37231d4
Bring in my changes for removing the pestilent obj links (unless you
...
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.
1996-06-24 04:26:21 +00:00
jmz
85adcb8a3f
Do not exit if ftpGetSize() returns a value < 0. You may well try to
...
fetch a whole <directory>.tar.gz on a server running wu-ftp.
1996-06-24 01:03:05 +00:00
bde
bbeb8f4943
Run the headers through cpp -dM to find the #defines. The direct search
...
has been broken at least since 4.4Lite moved most of the #defines out of
<sys/ioctl.h>. This should be done better. Only a few headers are
searched.
Added some #includes so that ioctl.c compiles. The networking headers
have a maze of undocumented interdependencies and ioctl.c now actually
supports networking ioctls.
1996-06-23 17:05:10 +00:00
bde
54d26451a2
Made strip failures fatal. This fixes PR 1328.
1996-06-23 12:59:18 +00:00
bde
5dad8408ab
Removed rubbish that stopped usr.bin/ncftp from going away.
1996-06-23 10:38:15 +00:00
jkh
694ef53b8b
Adjust the copyright to match reality, remove printing of gratuitous newline.
1996-06-22 23:24:13 +00:00
jkh
36706f9cf0
Clean up more bogons:
...
1. Add a copyright at the top.
2. Make passive and binary modes work with new ftpio semantics.
3. Add a `mirror' (-m) flag which only copies the remote file if it's
not the same size or is newer.
1996-06-22 21:42:14 +00:00
jkh
7b161df218
Address Andrey's complaints:
...
1. Always use file modtime, and if that's not usable then default
to current time.
2. Allow HTTP_TIMEOUT to be set as an environment variable to override
default.
3. Handle SIGTERM.
1996-06-22 20:16:57 +00:00
jraynard
db063d0d54
Document the fact that it only works if the trace record is a regular file.
1996-06-22 02:15:28 +00:00
adam
5714dd98d0
added fetch
1996-06-20 17:47:24 +00:00
nate
b7dde76ce7
Whoops, forgot one FreeBSD specific change necessary for the lex .mk
...
macros to work.
1996-06-19 22:25:32 +00:00
jkh
62df2aaf01
Remove ncftp
1996-06-19 21:13:45 +00:00
jkh
756718209f
Nuke this thing.
1996-06-19 21:13:05 +00:00
nate
d4f014461b
Finish the import and merge in FreeBSD specific changes.
...
Add a 'bootstrap' target which *must* be run before building the new
version, since the new scanner relies on the current version of flex to
build itself otherwise.
1996-06-19 20:48:06 +00:00
jkh
5ef1dc8eac
Add a newline - it seems to want it.
1996-06-19 20:36:35 +00:00
nate
d87c52cefc
This commit was generated by cvs2svn to compensate for changes in r16514,
...
which included commits to RCS files with non-trunk default branches.
1996-06-19 20:26:48 +00:00
nate
abbed305c8
Flex version 2.5.3 from Vern Paxson at LBL.
1996-06-19 20:26:48 +00:00
dg
707c90b7b6
Fix from Keith Bostic <bostic@bsdi.com> for bug in sed dealing with
...
continuation lines.
Submitted by: Keith Bostic via Kirk McKusick
1996-06-19 11:20:07 +00:00
jraynard
30b42b6dff
Merged in 4.4Lite2 versions, added $Id$'s. The ktrace changes should
...
fix the garbage error messages printed out under certain circumstances.
1996-06-19 09:56:30 +00:00
asami
adda55c714
This commit was generated by cvs2svn to compensate for changes in r16504,
...
which included commits to RCS files with non-trunk default branches.
1996-06-19 09:32:11 +00:00
asami
b0bc5b5357
Jean-Marc's url fetch program, with Josh MacDonald's patches and
...
Jordan's ftpio library.
Submitted by: jmz, jkh, jmacd (three-j!)
1996-06-19 09:32:11 +00:00
ache
aa108247fd
Do not print herror message, if w -n gethostname failed to be 100%
...
compatible with any program
Suggested by: peter
1996-06-17 20:07:44 +00:00
ache
6e9cd1d33a
Fix xterm/screen/(any program using just :xxx form) compatibility
1996-06-17 19:23:38 +00:00
ache
28e5db0271
Don't try convert "-" to numeric form for -n option
1996-06-17 18:35:16 +00:00
ache
8accda5bc3
Localize time
1996-06-17 16:44:16 +00:00
ache
0bf8c3c1df
Fix w -n to really show numeric addresses, close PR 402
...
Partially submitted by: henrich@msu.edu (Charles Henrich)
1996-06-17 15:46:25 +00:00
ache
6f3eff2d14
Write numerical address instead of hostname for hostnames > UT_HOSTSIZE
...
to keep valid information in utmp and lastlog
1996-06-17 12:27:55 +00:00
peter
423ad17ec2
make netstat distinguish broadcast and blackhole routes where they appear.
...
(RTF_BLACKHOLE was already documented as being shown, but the code ignored
it)
Sumbitted by: Greg Lehey <grog@lemis.de>
1996-06-15 17:08:40 +00:00
wpaul
84c9cf8c4f
Add missing semicolon so that this module compiles whithout -DYP.
...
Submitted (via Usenet) by: Nathan Torkington <gnat@frii.com>
1996-06-15 16:17:42 +00:00
joerg
41ecc2cea6
A totally revamped whereis(1), bringing back all the functionality of
...
the 4.3BSD command. Rewritten from scratch after the old man page,
taking account for the different situation with man pages and source
tree hierarchy (re: /usr/src/gnu) of the FreeBSD project.
Reviewed by: wosch (actually loooong time ago)
1996-06-15 12:29:48 +00:00
alex
645761372f
Code clean up. Prototypes, casting, and parentheses around assignments
...
used as truth value.
1996-06-15 01:01:02 +00:00
alex
22732249c7
Fix a couple of minor typos. Closes PR 1309.
...
Reviewed by: alex
Submitted by: jraynard
1996-06-11 23:17:03 +00:00
jkh
ab0ef148ae
Cosmetic fixes for drive names which are 4 chars long.
...
Submitted-By: Joe Greco <jgreco@ns.sol.net>
1996-06-11 16:18:58 +00:00
julian
0ba97cb21f
better appletalk support.
1996-06-10 21:03:38 +00:00
phk
6ae6d3340a
nitpicks.
...
Reviewed by: phk
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
1996-06-10 16:12:43 +00:00
phk
0c2d3dd217
typo.
...
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
1996-06-10 15:55:48 +00:00
alex
a9d801afa6
Added revised manpage submitted by the author of units.
...
Reviewed by: alex
Submitted by: Adrian Mariano <adrian@cam.cornell.edu>
1996-06-10 00:43:42 +00:00
ache
8b9bc1f5a4
Make collation table compatible with POSIX WG15 view, i.e.
...
capital letters first
1996-06-09 17:24:45 +00:00