Peter Wemm
4c987fb1a7
makeinfo can fail but still leave behind zero length files which cause
...
interesting problems because the resulting file is newer than the source
and this stops 'make' from rebuilding it. Go via an intermediate file
and rename to make sure this doesn't happen.
1997-03-12 07:14:44 +00:00
Peter Wemm
a53988f831
Move the conditional declarations of ICOMPRESS_CMD and ICOMPRESS_EXT
...
to before they are used in .for loops and .SUFFIXES lists, or it
doesn't work! Without this, 'make all' doesn't gzip the result as the
generated 'all' target doesn't seem to be defined completely.
1997-03-12 06:24:52 +00:00
Hiroyuki Hanai
af73e64503
Catch up with the original.
1997-03-12 04:25:20 +00:00
Peter Wemm
38bd06f774
Merge from Lite2 so that it compiles
1997-03-12 03:51:01 +00:00
Peter Wemm
af63e8a534
Man page is .6, not .0 - crept in from Lite2
1997-03-12 03:43:15 +00:00
Peter Wemm
e0b7abd13e
factor.6, not factor.0 (crept in from 4.4Lite2)
1997-03-12 03:33:16 +00:00
Jordan K. Hubbard
bccbd9e7c7
NO_PORTS changes...
1997-03-12 02:42:55 +00:00
Jordan K. Hubbard
db9fff5761
Tidy up generated fstab
1997-03-12 02:31:28 +00:00
Jordan K. Hubbard
1bac119b74
Bring in split-CDROM changes from 2.2
1997-03-12 02:31:12 +00:00
Stefan Eßer
e93e9e7392
Add support for the buggy CMD640B PCI EIDE controller chip, which
...
can't perform overlapping commands on both of its channels.
To enable the CMD640B work-around, the kernel must be compiled with
"options CMD640". Without that option there should be no difference
in the code produced compared to the previous revision of wd.c.
Submitted by: Wolfgang Helbig <helbig@ba-stuttgart.de>
1997-03-11 23:17:28 +00:00
Joerg Wunsch
cf078de007
Drop a copy of cdrom.inf in the ftp area as well, so people who wanna
...
cut the FTP distribution onto their own CD-R won't bite the bullet.
Jordan, it seems -current misses the disc1/disc2 split still.
1997-03-11 20:03:42 +00:00
Bruce Evans
ed637f8f5f
Fixed clist limits. I got them wrong several years ago in rev.1.9
...
(1994/11/26). Packets with more than approximately 128 0xc0's or
0xdb's in them were untransmittable.
1997-03-11 19:39:21 +00:00
Joerg Wunsch
ad27a972d0
Retrofit Bruce's changes from rev 1.7.
1997-03-11 19:38:02 +00:00
Bruce Evans
e1dfe717ec
Document that popen() uses a bidirectional pipe (in FreeBSD) and not a
...
socket pair (as in Lite2).
1997-03-11 19:28:24 +00:00
Bruce Evans
035e5608d5
Fixed cleaning up after malloc failure, which was broken by Lite2.
...
We don't use socketpair(), so don't #include <sys/socket.h>.
Restored some gcc-quieting parentheses that were lost in the Lite2 merge.
1997-03-11 18:51:43 +00:00
Bruce Evans
1662ffff99
Install the Lite2 getvfsbyname.3. The old getvfsbyname() interface is
...
still available and described in getvfsent.3.
1997-03-11 18:20:06 +00:00
Bruce Evans
6d50b78d4d
Fixed #include's in synopsis.
1997-03-11 18:16:02 +00:00
Peter Wemm
16d01e82bc
Oops.. Missed this one too. getopt is in unistd.h now, not stdlib.h
1997-03-11 17:57:26 +00:00
Jordan K. Hubbard
7d98f8beea
Fix a long-standing bug with the label editor I just found (you could
...
mount two dos partitions with the same name).
Neaten up a dialog box that was encroaching on the right edge.
1997-03-11 17:51:01 +00:00
Peter Wemm
bdb5b1dbdc
Merge from Lite2 (oops, nearly forgot these ones)
1997-03-11 17:25:32 +00:00
Peter Wemm
89cb27a3d4
Fix the getopt() prototype to match the system one.
1997-03-11 17:14:37 +00:00
Peter Wemm
4cd4220565
Build under Lite2 includes
1997-03-11 17:13:31 +00:00
Jordan K. Hubbard
06ffcdb202
YAMF22
1997-03-11 16:44:00 +00:00
Joerg Wunsch
4b3d276343
YAMF22 (rev 1.70.2.10, added blurb to explanations)
1997-03-11 16:27:25 +00:00
KATO Takenori
078e650eb4
Synchronize with sys/i386/i386/userconfig.c revision 1.84.
1997-03-11 16:19:55 +00:00
KATO Takenori
ef5c2a7815
Synchronize with sys/i386/conf/majors.i386 revision 1.14.
1997-03-11 16:18:08 +00:00
Peter Wemm
9136d11989
Update to work under Lite2 includes
1997-03-11 15:57:44 +00:00
Peter Wemm
fe15802099
I feel sick. :-( There is some really, truely, shameful stuff in here
...
to try and work around the nfsv3 headers in the post-lite2-kernel era.
This program somehow manages to make just about every #include conflict
with everything else. :-(
1997-03-11 15:51:36 +00:00
Andrey A. Chernov
f8dd3122b4
Fix ftp2.ru
1997-03-11 15:19:32 +00:00
John-Mark Gurney
27e0fa20aa
fix a bug in processing of FTP_TIMEOUT environment variable.
...
Closes PR#2947
Submitted-by: Peter Childs <pjchilds@imforei.apana.org.au>
1997-03-11 15:13:28 +00:00
Peter Wemm
ccf4742c2f
Cope with the possibility of __FreeBSD__ = 3
1997-03-11 14:49:51 +00:00
Peter Wemm
2384ae25e2
Merge from Lite2
1997-03-11 14:48:14 +00:00
Peter Wemm
c7a7335aef
Include unistd.h for new location of getopt() prototypes
1997-03-11 14:44:05 +00:00
Peter Wemm
853fe5c987
Include unistd.h for new location of getopt prototype
1997-03-11 14:41:52 +00:00
Peter Wemm
5652654463
Include unistd.h for getopt() prototype after Lite2 merge
1997-03-11 14:40:40 +00:00
Peter Wemm
4b03b7b92f
Import some CSRG 4.4BSD-Lite2 games
1997-03-11 14:39:26 +00:00
Peter Wemm
b7ecd01cb0
Update to compile under Lite2 fs include layout
1997-03-11 14:26:52 +00:00
Peter Wemm
ca54d4017a
Update to compile under Lite2 includes
1997-03-11 14:25:31 +00:00
Andrey A. Chernov
bd4a628870
Fix srandom arg type according to Lite2
1997-03-11 14:25:10 +00:00
Andrey A. Chernov
f2a6c90b00
Fix srandom arg according to Lite2
1997-03-11 14:11:43 +00:00
Andrey A. Chernov
1d98c12acc
Fix srandom arg type accodring to Lite2
...
Use ^ getpid() instead of + getpid()
1997-03-11 14:08:34 +00:00
Andrey A. Chernov
28c4ca5ce6
Fix srandom arg type according to Lite2
1997-03-11 14:06:52 +00:00
Joerg Wunsch
2c8bf35a05
YAMF22 (rev 1.246.2.29: bootstrapping aid)
1997-03-11 13:55:46 +00:00
Peter Wemm
841484cd42
Merge from Lite2 - use new getvfsbyname() and related changes.
...
understand whiteouts (FTS_W from fts()).
1997-03-11 13:48:37 +00:00
Peter Wemm
6f0a860fc1
Merge from Lite2 (note: needs checking by somebody who understands join)
1997-03-11 13:45:59 +00:00
Peter Wemm
df3f5d9dd5
Merge from Lite2
1997-03-11 13:43:33 +00:00
Peter Wemm
18dac96b7b
This commit was generated by cvs2svn to compensate for changes in r23690,
...
which included commits to RCS files with non-trunk default branches.
1997-03-11 13:08:12 +00:00
Peter Wemm
0da30e9aa7
Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.
1997-03-11 13:08:12 +00:00
Peter Wemm
464701bbdc
Merge from Lite2 (use special dbopen flags)
1997-03-11 13:01:42 +00:00
Peter Wemm
9c5cdfe0af
Merge Lite2 changes
1997-03-11 13:00:41 +00:00