jkh
81a258ae15
Bring in split-CDROM changes from 2.2
1997-03-12 02:31:12 +00:00
se
e6df5cc7b5
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
7b48d0d7a4
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
bde
2a99cda3b2
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
84274b5313
Retrofit Bruce's changes from rev 1.7.
1997-03-11 19:38:02 +00:00
bde
080e6ca0db
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
bde
89013b759d
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
bde
c555acba17
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
bde
64ac706d30
Fixed #include's in synopsis.
1997-03-11 18:16:02 +00:00
peter
4126130238
Oops.. Missed this one too. getopt is in unistd.h now, not stdlib.h
1997-03-11 17:57:26 +00:00
jkh
170b842387
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
4f07d6ce62
Merge from Lite2 (oops, nearly forgot these ones)
1997-03-11 17:25:32 +00:00
peter
77939b5758
Fix the getopt() prototype to match the system one.
1997-03-11 17:14:37 +00:00
peter
f26ffa5920
Build under Lite2 includes
1997-03-11 17:13:31 +00:00
jkh
16ed08bcce
YAMF22
1997-03-11 16:44:00 +00:00
joerg
bd91df240d
YAMF22 (rev 1.70.2.10, added blurb to explanations)
1997-03-11 16:27:25 +00:00
kato
cc064b4ef0
Synchronize with sys/i386/i386/userconfig.c revision 1.84.
1997-03-11 16:19:55 +00:00
kato
07ac10c0e6
Synchronize with sys/i386/conf/majors.i386 revision 1.14.
1997-03-11 16:18:08 +00:00
peter
8152bc85d1
Update to work under Lite2 includes
1997-03-11 15:57:44 +00:00
peter
512d4a3d14
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
ache
779a27cc18
Fix ftp2.ru
1997-03-11 15:19:32 +00:00
jmg
000a4351d9
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
eb462efd5a
Cope with the possibility of __FreeBSD__ = 3
1997-03-11 14:49:51 +00:00
peter
9be41f6b6a
Merge from Lite2
1997-03-11 14:48:14 +00:00
peter
8e1afa3c43
Include unistd.h for new location of getopt() prototypes
1997-03-11 14:44:05 +00:00
peter
73cb20dcb2
Include unistd.h for new location of getopt prototype
1997-03-11 14:41:52 +00:00
peter
f9d47a294d
Include unistd.h for getopt() prototype after Lite2 merge
1997-03-11 14:40:40 +00:00
peter
8d3716cd7d
This commit was generated by cvs2svn to compensate for changes in r23704,
...
which included commits to RCS files with non-trunk default branches.
1997-03-11 14:39:26 +00:00
peter
8d369a0bd2
Import some CSRG 4.4BSD-Lite2 games
1997-03-11 14:39:26 +00:00
peter
e9253fba9a
Update to compile under Lite2 fs include layout
1997-03-11 14:26:52 +00:00
peter
0caf78c91b
Update to compile under Lite2 includes
1997-03-11 14:25:31 +00:00
ache
f9536bd341
Fix srandom arg type according to Lite2
1997-03-11 14:25:10 +00:00
ache
c33c7f83d9
Fix srandom arg according to Lite2
1997-03-11 14:11:43 +00:00
ache
db776ff976
Fix srandom arg type accodring to Lite2
...
Use ^ getpid() instead of + getpid()
1997-03-11 14:08:34 +00:00
ache
25a7568187
Fix srandom arg type according to Lite2
1997-03-11 14:06:52 +00:00
joerg
eb6e762489
YAMF22 (rev 1.246.2.29: bootstrapping aid)
1997-03-11 13:55:46 +00:00
peter
cfb813cdf2
Merge from Lite2 - use new getvfsbyname() and related changes.
...
understand whiteouts (FTS_W from fts()).
1997-03-11 13:48:37 +00:00
peter
c399e58e97
Merge from Lite2 (note: needs checking by somebody who understands join)
1997-03-11 13:45:59 +00:00
peter
deba7db48c
Merge from Lite2
1997-03-11 13:43:33 +00:00
peter
dc74a95b3c
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
297505f8fa
Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.
1997-03-11 13:08:12 +00:00
peter
2083e11126
Merge from Lite2 (use special dbopen flags)
1997-03-11 13:01:42 +00:00
peter
b1890e6c7c
Merge Lite2 changes
1997-03-11 13:00:41 +00:00
peter
cc62aa0777
Import some CSRG 4.4BSD-Lite2 components in order to fix the tree build.
1997-03-11 12:58:49 +00:00
peter
494e7b3a77
Merge from Lite2
...
- cleanups,
- whiteout support
- bug fixes (chflags missing on a few file types etc)
The dump/restore folks would want to have a closer look at this, the
change is pretty big.
1997-03-11 12:55:19 +00:00
peter
a4f4635e03
Merge from Lite2 (use new getvfsbyname() interface)
1997-03-11 12:51:00 +00:00
peter
62af9afecd
Merge from Lite2 (but does not work)
1997-03-11 12:49:29 +00:00
peter
2a0adf9a12
Merge from Lite2:
...
- use new getvfsbyname() and mount(2) interface (mount_mfs)
- use new fs include files
- updated inode / cg layout calculations (?)
1997-03-11 12:48:17 +00:00
peter
bd986f8051
Merge from Lite2 (use new getvfsbyname() and mount(2) interface, cleanup)
1997-03-11 12:43:45 +00:00
peter
1c0f77f024
Merge from Lite2 (use new getvfsbyname() and mount(2) interface)
1997-03-11 12:40:45 +00:00