Commit Graph

20399 Commits

Author SHA1 Message Date
mpp
92b8aa78b1 Mdoc cleanup. 1997-03-12 15:14:07 +00:00
mpp
43df4ac67e Add cvs Id. 1997-03-12 15:08:06 +00:00
bde
881d90505a Fixed merging error. Lite2 fixed premature failure and didn't
touch duplicate group suppression, but the merge blew away our
duplicate group suppression.

The merge also blew away the -Wall cleanup in rev.1.5, but that
was misformatted, so I didn't restore it.
1997-03-12 14:54:22 +00:00
mpp
2602ef2be2 Cleanup some of the Lite2 merge. Most of it is mdoc cleanup,
but in one case the Lite2 changes were flat out wrong and
caused the man page to disagree with a header file.

There are still some *roff macro calls that were added that
I have yet to figure out what to do with in some of the man pages.
1997-03-12 14:49:41 +00:00
mpp
4fdffd9e94 Oops. I misread some commit mail - remove the blurb about comments
in passwd/group not being enabled by default.
1997-03-12 14:05:36 +00:00
mpp
3694503d5f Typo police (this one wasn't yours, Joerg :-) 1997-03-12 13:51:57 +00:00
mpp
c074fc12ec Typo police. 1997-03-12 13:51:17 +00:00
mpp
2b311e74d4 Improve the wording of the section on comments in the group and passwd
files.  Also mention that this feature is not enabled by default
and that they must be enabled by compile-time options.

Fixed another typo or two I noticed while I was at it.
1997-03-12 13:46:16 +00:00
joerg
1510443276 Document the various link-level flag for these drivers.
2.2 candidate (after typo police :)
1997-03-12 13:37:56 +00:00
mpp
8cfc866252 Some minor mdoc cleanup. Partially based on PR# 2959. 1997-03-12 13:22:17 +00:00
bde
8d016e3df8 Fixed errors in the Lite2 merge. Some style changes were mismerged.
My changes to preserve errno across free() and close() and to report
fstat() errors properly were blown away.

Updated the FreeBSD changes to match the Lite2 style fixes.
1997-03-12 12:35:44 +00:00
peter
214d331cf7 Fix problem with FD_SET* overflow reporting.. Perror() didn't have enough
args, and errno hasn't actually been set so it probably doesn't make sense
to report it via strerror().

Pointed out by: bde
1997-03-12 11:10:54 +00:00
peter
9e8bec9430 _res_close() -> res_close()
Pointed out by: bde
1997-03-12 11:02:00 +00:00
peter
c81bf1e8af Make amd actually work instead of just compiling. The new Lite2 code
was not setting the version number in the nfs_args data to mount(2), so it
was returning EFAULT.  Perhaps the nfs_args version number was something
we added at some point?
1997-03-12 08:29:44 +00:00
peter
9694f2119f 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
abe22e551b 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
hanai
53e213048d Catch up with the original. 1997-03-12 04:25:20 +00:00
peter
f8bf6e7f2d Merge from Lite2 so that it compiles 1997-03-12 03:51:01 +00:00
peter
11a20b812b Man page is .6, not .0 - crept in from Lite2 1997-03-12 03:43:15 +00:00
peter
4e71b57c3c factor.6, not factor.0 (crept in from 4.4Lite2) 1997-03-12 03:33:16 +00:00
jkh
8e5dde9fd0 NO_PORTS changes... 1997-03-12 02:42:55 +00:00
jkh
60a737d455 Tidy up generated fstab 1997-03-12 02:31:28 +00:00
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