joerg
5872572fcc
Since i don't see that anybody is implementing a more correct EISA
...
probing anytime soon, make EISA_SLOTS a fully supported option. It's
required for the HP NetServer LC series machines.
Next stop: make dset(8) aware of it as well.
1997-03-12 17:41:35 +00:00
bde
2e22fb97fd
Make this man page really match the current <sys/signal.h> again and
...
the 2.x <sys/signal.h> for the first time :-). The type of ss_sp
was lexically different.
1997-03-12 17:16:22 +00:00
bde
1b52927894
Finished (?) merging with Lite2: cleaned up #include mess.
1997-03-12 17:01:11 +00:00
bde
a54018968d
Finished (?) merging with Lite2: cleaned up #include mess.
...
Fixed style bugs in FreeBSD changes.
1997-03-12 16:58:35 +00:00
bde
3059cc3c4c
Finished (?) merging with Lite2: cleaned up #include mess and fixed a
...
style bug.
Removed a redundant declaration.
1997-03-12 16:53:31 +00:00
bde
3bd624b27a
Finished (?) merging with Lite2: cleaned up #include mess.
...
Fixed misformatting in a comment.
1997-03-12 16:49:28 +00:00
bde
70568e2da5
Finished (?) merging with Lite2: cleaned up #include mess.
...
Updated getopt() usage.
1997-03-12 16:46:32 +00:00
bde
948d236d70
Restored lost reference to fsdb(8).
...
Fixed weird quoting of $Id$.
1997-03-12 16:35:26 +00:00
mpp
5df20433ff
Make this man page match the current <sys/signal.h> again :-).
...
Bruce says that since NetBSD, OpenBSD and Linux currently
use ss_sp, we won't be changing it to the lite2 ss_base.
The type may change at some later date.
1997-03-12 16:23:36 +00:00
mpp
c8be687959
Add a missing '\' to some text.
...
Obtained from: NetBSD-bugs mailing list PR# 3321
1997-03-12 16:05:41 +00:00
mpp
c0650ef68d
Correct the self reference in the description of the "tabs" option.
...
It should really refer to "oxtabs".
Obtained from: NetBSD-bugs mailing list PR# 3320
1997-03-12 15:59:22 +00:00
mpp
5a5ba05ed7
Update the structure to match how things are going to appear after
...
bde commits some changes later tonight.
1997-03-12 15:35:52 +00:00
mpp
da10f47e40
More cleanup - I didn't realize that this was a new man page
...
and need extra attention :-)
1997-03-12 15:21:57 +00:00
bde
336e7e8197
Restored a .Fa line that was lost in the Lite2 merge.
1997-03-12 15:18:28 +00:00
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