]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
27 years agoFor some reason, the old login class code didn't seem to be working here.
Peter Wemm [Fri, 14 Mar 1997 13:48:04 +0000 (13:48 +0000)]
For some reason, the old login class code didn't seem to be working here.
I suspect it was because the child exec code's parent was doing the
initial lookups, then forking, then doing other things (possibly trashing
the static data in the getpw*() buffer), then attempting to dereference
*pwd and *lc.  Also, no error checking appeared to be done - I've allowed
it to fall back to the old "become user" code on critical failure rather than
risk running a user's cron jobs as root.

27 years agoFix Jordan's botched revision 1.280 (looks like cut&paste spamming)
Joerg Wunsch [Fri, 14 Mar 1997 08:21:09 +0000 (08:21 +0000)]
Fix Jordan's botched revision 1.280 (looks like cut&paste spamming)

27 years agoChange a reference to NetBSD to FreeBSD.
Mike Pritchard [Fri, 14 Mar 1997 06:09:04 +0000 (06:09 +0000)]
Change a reference to NetBSD to FreeBSD.

27 years agoUpdate a couple more mailing list addresses.
Mike Pritchard [Fri, 14 Mar 1997 05:23:23 +0000 (05:23 +0000)]
Update a couple more mailing list addresses.

27 years agoo Remove obsolete references in XFree86 menu
Jordan K. Hubbard [Fri, 14 Mar 1997 05:17:12 +0000 (05:17 +0000)]
o Remove obsolete references in XFree86 menu
o Add version information to registration (suggested by David)

27 years agoRemove the text that says that freebsd-bugs can't be subscribed
Mike Pritchard [Fri, 14 Mar 1997 05:10:47 +0000 (05:10 +0000)]
Remove the text that says that freebsd-bugs can't be subscribed
to by anyone.

While I was at it, I changed all of the mailing list addresses to be
consistent with how they are referenced in the handbook.  E.g
freebsd-bugs@FreeBSD.ORG instead of bugs@FreeBSD.ORG.

Closes PR# 2791

27 years agoThe VMIN and VTIME c_cc values were incorrectly defined as MIN and TIME.
Mike Pritchard [Fri, 14 Mar 1997 05:01:14 +0000 (05:01 +0000)]
The VMIN and VTIME c_cc values were incorrectly defined as MIN and TIME.

Obtained from: NetBSD PR# 3243

27 years agoUpdate configuration examples & instructions.
Brian Somers [Fri, 14 Mar 1997 04:17:44 +0000 (04:17 +0000)]
Update configuration examples & instructions.
This should go into 2.2 as the examples bearly work for
static IP numbers (and don't for dynamic ones).

27 years agoAdd some text regarding security issues when using a shell
Mike Pritchard [Fri, 14 Mar 1997 02:37:27 +0000 (02:37 +0000)]
Add some text regarding security issues when using a shell
script as the login shell.  Closes PR# 2978.

27 years agoSave and restore the state of the variable Initialized inside die().
Joerg Wunsch [Fri, 14 Mar 1997 01:27:02 +0000 (01:27 +0000)]
Save and restore the state of the variable Initialized inside die().
Otherwise, the shutdown message will print out with 15 NUL bytes in
front, due to a missing timestamp.

27 years agoOops - forgot to document the new -HUP action.
Brian Somers [Thu, 13 Mar 1997 21:39:41 +0000 (21:39 +0000)]
Oops - forgot to document the new -HUP action.
This should make 2.2 if the HUP stuff (earlier today) does.

27 years agoAdd examples for a direct serial connection using lqr
Brian Somers [Thu, 13 Mar 1997 21:24:18 +0000 (21:24 +0000)]
Add examples for a direct serial connection using lqr
Candidate for 2.2.

27 years agoCloses pr 2711
Brian Somers [Thu, 13 Mar 1997 21:22:09 +0000 (21:22 +0000)]
Closes pr 2711
Fix -background option.  Parent returns after the line is established
(or not established).
Definitely a candidate for 2.2

27 years agoUpdated prototype for mount() to match Lite2 reality for the 1st arg
Bruce Evans [Thu, 13 Mar 1997 21:11:33 +0000 (21:11 +0000)]
Updated prototype for mount() to match Lite2 reality for the 1st arg
and Lite1 or earlier reality for the 4th arg.

27 years agoUpdated comment about npx0.
Bruce Evans [Thu, 13 Mar 1997 19:23:27 +0000 (19:23 +0000)]
Updated comment about npx0.

Added obsolete option GATEWAY so that kern_opt.c gets tested.

Added undocumented options LOCKF_DEBUG and SIMPLELOCK_DEBUG so
that these options get tested.  The addition of LOCKF_DEBUG shows
that all of kern/kern_lockf.c shouldn't have been moved from ufs.
The debugging parts are very fs-dependent.

27 years agoQuoted CMD640. It's still missing from options.i386.
Bruce Evans [Thu, 13 Mar 1997 19:03:58 +0000 (19:03 +0000)]
Quoted CMD640.  It's still missing from options.i386.

Removed stale comment saying that npx0 is mandatory.

27 years agoRemove old output file, if any, before creating the output file, in
Bruce Evans [Thu, 13 Mar 1997 18:56:18 +0000 (18:56 +0000)]
Remove old output file, if any, before creating the output file, in
case the file is a stale link.

Reviewed by: wollman

27 years agoVarious stylistic improvements regarding num_eisa_slots & co.:
Joerg Wunsch [Thu, 13 Mar 1997 18:04:05 +0000 (18:04 +0000)]
Various stylistic improvements regarding num_eisa_slots & co.:

. properly declare the variable in in a .h file, as opposed to
  using a private extern declaration in userconfig.c;
. move the definition of EISA_SLOTS and therefore the inclusion of
  opt_eisa.h into eisaconf.c.

27 years agoFixed bogus casts from (int32_t *) to (time_t *).
Bruce Evans [Thu, 13 Mar 1997 17:56:25 +0000 (17:56 +0000)]
Fixed bogus casts from (int32_t *) to (time_t *).

27 years agoSupport german Linux/GNU man pages.
Wolfram Schneider [Thu, 13 Mar 1997 17:56:01 +0000 (17:56 +0000)]
Support german Linux/GNU man pages.

27 years agoMerged from Lite2. The -t option is now handled better. The only visible
Bruce Evans [Thu, 13 Mar 1997 17:41:37 +0000 (17:41 +0000)]
Merged from Lite2.  The -t option is now handled better.  The only visible
change should be that the usage message now actually matches the man page.

27 years agoMerged from Lite2. The man page no longer attempts to list all the
Bruce Evans [Thu, 13 Mar 1997 17:32:39 +0000 (17:32 +0000)]
Merged from Lite2.  The man page no longer attempts to list all the
vfs types.

Fixed ordering of FreeBSD `k' option in synopsis.

27 years agoMerge from Lite2. Straightforward changes.
Bruce Evans [Thu, 13 Mar 1997 17:29:08 +0000 (17:29 +0000)]
Merge from Lite2.  Straightforward changes.

27 years agoSynchornize with sys/i386/conf/options.i386 revision 1.37.
KATO Takenori [Thu, 13 Mar 1997 17:04:23 +0000 (17:04 +0000)]
Synchornize with sys/i386/conf/options.i386 revision 1.37.

27 years agoSynchronize with sys/i386/isa/wd.c revision 1.126.
KATO Takenori [Thu, 13 Mar 1997 17:00:27 +0000 (17:00 +0000)]
Synchronize with sys/i386/isa/wd.c revision 1.126.

27 years agoSynchronize with sys/i386/boot/biosboot/boot.c revision 1.64.
KATO Takenori [Thu, 13 Mar 1997 16:58:15 +0000 (16:58 +0000)]
Synchronize with sys/i386/boot/biosboot/boot.c revision 1.64.

27 years agoKill the Lite2 early "filesystem clean abort" check and go back to
Peter Wemm [Thu, 13 Mar 1997 15:37:23 +0000 (15:37 +0000)]
Kill the Lite2 early "filesystem clean abort" check and go back to
something closer to how we used to do it.  The Lite2 way is to check the
"fsclean" flag in the superblock and stop there if so (during preen).
We now do the various superblock sanity checks that we used to do before
since it's cheap.  We now get the filesystem state summary again instead
of "FILESYSTEM CLEAN; CHECKING SKIPPED" (or whatever).

27 years agoRequested by: Harlan Stenn <Harlan.Stenn@pfcs.com>
Brian Somers [Thu, 13 Mar 1997 14:53:55 +0000 (14:53 +0000)]
Requested by: Harlan Stenn <Harlan.Stenn@pfcs.com>

Accept SIGHUP as a "re-open logfile" signal.  As ppp
doesn't set it's serial line to it's controlling terminal,
we can use HUP :)

This is a candidate for 2.2.  The log.[ch] changes won't
conflict, but the main.c changes will.  We just want to change the
kill(...,SIGHUP) to a SIGTERM and change the signal(SIGHUP,Hangup)
to a pending_signal(SIGHUP,LogReOpen).

27 years agoReactivate fsdb
Peter Wemm [Thu, 13 Mar 1997 12:46:17 +0000 (12:46 +0000)]
Reactivate fsdb

27 years agoReviewed by: ache@freebsd.org
Brian Somers [Thu, 13 Mar 1997 12:45:35 +0000 (12:45 +0000)]
Reviewed by: ache@freebsd.org
These changes should fix the signal "problems" in ppp.
The signal changes should really be put into 2.2 too !
The following patches should do it.  There were some other
changes made by Andrey recently that havn't been brought
into 2.2, it may be worth doing them now.

27 years agoMissing $Id$
Peter Wemm [Thu, 13 Mar 1997 12:44:53 +0000 (12:44 +0000)]
Missing $Id$

27 years agoMake this compile. Mostly use the new names for the ctime/atime/mtime
Peter Wemm [Thu, 13 Mar 1997 12:42:22 +0000 (12:42 +0000)]
Make this compile.  Mostly use the new names for the ctime/atime/mtime
stamps in the inodes and call one of fsck's utility funcs with a new arg.

27 years ago1. change tty handling from sgttyb to termios,
Ollivier Robert [Thu, 13 Mar 1997 08:35:45 +0000 (08:35 +0000)]
1. change tty handling from sgttyb to termios,
2. fix a potential buffer oflow,
3. makes watch(8) conform to sysexits(3).

Not a strong 2.2 candidate even if it would be nice.

Reviewed by: joerg, imp

27 years agoFix file modes.
David Nugent [Thu, 13 Mar 1997 08:22:26 +0000 (08:22 +0000)]
Fix file modes.
(not MY umask, Peter - the originals were untarred like this :-)).

27 years agoUpdate Korean locale
Andrey A. Chernov [Thu, 13 Mar 1997 07:51:43 +0000 (07:51 +0000)]
Update Korean locale

Should go into 2.2

27 years agoPart 2 of a failed commit (cvs broke). Original message:
Peter Wemm [Thu, 13 Mar 1997 06:58:46 +0000 (06:58 +0000)]
Part 2 of a failed commit (cvs broke).  Original message:
Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWD
because it's potentially dangerous (think: symlink races).  Move
realpath() back to it's original location, and remove getcwd_physical()
by renaming it back to getcwd() and zapping the original getcwd wrapper.

Noticed by: bde

The following commits already happened but the log message got lost:

Modified Files:
   gen/Makefile.inc gen/getcwd.c stdlib/Makefile.inc
Removed Files:
   gen/realpath.3

27 years agoBack out a dubious Lite2 change to "optimise" getcwd() to look at $PWD
Peter Wemm [Thu, 13 Mar 1997 06:45:38 +0000 (06:45 +0000)]
Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWD
because it's potentially dangerous (think: symlink races).  Move
realpath() back to it's original location, and remove getcwd_physical()
by renaming it back to getcwd() and zapping the original getcwd wrapper.

Noticed by: bde

27 years agoSubmitted by: Greg Ungerer <gerg@stallion.oz.au>
David Nugent [Thu, 13 Mar 1997 04:21:44 +0000 (04:21 +0000)]
Submitted by: Greg Ungerer <gerg@stallion.oz.au>
Add manpages for stl, stli drivers.
Add manpages for stlload, stlstats.
Update stli bootcode.
Update stlload, stlstats to revision 1.0.0 from author.

27 years agoSubmitted by: Greg Ungerer <gerg@stallion.oz.au>
David Nugent [Thu, 13 Mar 1997 04:13:45 +0000 (04:13 +0000)]
Submitted by: Greg Ungerer <gerg@stallion.oz.au>
Update to version 1.0.0 of stallion.c from author.

27 years agoSubmitted by: Greg Ungerer <gerg@stallion.oz.au>
David Nugent [Thu, 13 Mar 1997 03:51:25 +0000 (03:51 +0000)]
Submitted by: Greg Ungerer <gerg@stallion.oz.au>
Update istallion driver to version 1.0.0 from author.

27 years agoChange `#ifdef FreeBSD' to `#ifdef __FreeBSD__'.
KATO Takenori [Thu, 13 Mar 1997 02:10:21 +0000 (02:10 +0000)]
Change `#ifdef FreeBSD' to `#ifdef __FreeBSD__'.
Submitted by: H. Nokubi <h-nokubi@nmit.mt.nec.co.jp>

27 years agoAdded `\' (backslash) at the end of line in the CFLAGS definition.
KATO Takenori [Thu, 13 Mar 1997 02:04:47 +0000 (02:04 +0000)]
Added `\' (backslash) at the end of line in the CFLAGS definition.
Submitted by: H. Nokubi <h-nokubi@nmit.mt.nec.co.jp>

27 years agoMention the workaround for the MCD640 here, too.
Joerg Wunsch [Thu, 13 Mar 1997 01:03:16 +0000 (01:03 +0000)]
Mention the workaround for the MCD640 here, too.

27 years agoDescribe the workaround for the CMD640 controller.
Joerg Wunsch [Thu, 13 Mar 1997 01:00:32 +0000 (01:00 +0000)]
Describe the workaround for the CMD640 controller.

Mention the steps that are required for `disklabel auto'.

27 years agoAdd a pair __BEGIN_DECLS/__END_DECLS
Jean-Marc Zucconi [Thu, 13 Mar 1997 00:13:25 +0000 (00:13 +0000)]
Add a pair __BEGIN_DECLS/__END_DECLS

27 years agoadd LINKS line to Makefile to automatically produce a link to kgdb
Gary Jennejohn [Wed, 12 Mar 1997 22:34:09 +0000 (22:34 +0000)]
add LINKS line to Makefile to automatically produce a link to kgdb

define START_PROGRESS in nm.h to check whether gdb was invoked as kgdb
and set the kernel_debugging flag in that case.

2.2 candidate ?

27 years agoActivate CMD640 workaround
Stefan Eßer [Wed, 12 Mar 1997 19:59:58 +0000 (19:59 +0000)]
Activate CMD640 workaround

27 years agoRecovered FreeBSD changes from attic:
Bruce Evans [Wed, 12 Mar 1997 19:42:21 +0000 (19:42 +0000)]
Recovered FreeBSD changes from attic:
1.2: don't refer to emacs (1)
1.3: fixed "will will".

27 years agoOoops, somehow the HP Netserver entry made it here twice.
Joerg Wunsch [Wed, 12 Mar 1997 19:14:26 +0000 (19:14 +0000)]
Ooops, somehow the HP Netserver entry made it here twice.

27 years agoAdd option CMD640 which is required to use both channels of that
Stefan Eßer [Wed, 12 Mar 1997 19:11:59 +0000 (19:11 +0000)]
Add option CMD640 which is required to use both channels of that
EIDE chip

27 years agoAdd wdc_p.c for support of the CMD640 PCI EIDE chip.
Stefan Eßer [Wed, 12 Mar 1997 19:10:27 +0000 (19:10 +0000)]
Add wdc_p.c for support of the CMD640 PCI EIDE chip.

27 years agoUpdate the HP NetServer LC FAQ entry.
Joerg Wunsch [Wed, 12 Mar 1997 19:04:07 +0000 (19:04 +0000)]
Update the HP NetServer LC FAQ entry.

27 years agoFixed checking for a non-numeric minor number.
Bruce Evans [Wed, 12 Mar 1997 19:03:40 +0000 (19:03 +0000)]
Fixed checking for a non-numeric minor number.

27 years agoUpdate the topic about the HP NetServer LC.
Joerg Wunsch [Wed, 12 Mar 1997 18:58:25 +0000 (18:58 +0000)]
Update the topic about the HP NetServer LC.

27 years agoRecord num_eisa_slots if it could be found in the kernel.
Joerg Wunsch [Wed, 12 Mar 1997 18:54:52 +0000 (18:54 +0000)]
Record num_eisa_slots if it could be found in the kernel.

27 years agoFixed setting of default kernel name when there is no boot.config file.
Bruce Evans [Wed, 12 Mar 1997 18:48:31 +0000 (18:48 +0000)]
Fixed setting of default kernel name when there is no boot.config file.

Didn't fix a more serious problem when boot.config is empty - read()
can't handle empty files.

Reported by: Chris Timmons <skynyrd@opus.cts.cwu.edu>

27 years agoFinished (?) merging with Lite2: cleaned up #include mess; fixed merging
Bruce Evans [Wed, 12 Mar 1997 18:35:10 +0000 (18:35 +0000)]
Finished (?) merging with Lite2: cleaned up #include mess; fixed merging
errors (mis-sorted prototypes, duplicated MNT_NOATIME, duplicated NULL
mntopts fixup).

Updated getopt() usage.

Fixed style bugs in FreeBSD changes (one or two per line for putfsent()
stuff).

27 years agoDo not spam our distributions accidentally with BOOTMFS files.
Joerg Wunsch [Wed, 12 Mar 1997 18:09:15 +0000 (18:09 +0000)]
Do not spam our distributions accidentally with BOOTMFS files.

27 years agoSince i don't see that anybody is implementing a more correct EISA
Joerg Wunsch [Wed, 12 Mar 1997 17:41:35 +0000 (17:41 +0000)]
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.

27 years agoMake this man page really match the current <sys/signal.h> again and
Bruce Evans [Wed, 12 Mar 1997 17:16:22 +0000 (17:16 +0000)]
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.

27 years agoFinished (?) merging with Lite2: cleaned up #include mess.
Bruce Evans [Wed, 12 Mar 1997 17:01:11 +0000 (17:01 +0000)]
Finished (?) merging with Lite2: cleaned up #include mess.

27 years agoFinished (?) merging with Lite2: cleaned up #include mess.
Bruce Evans [Wed, 12 Mar 1997 16:58:35 +0000 (16:58 +0000)]
Finished (?) merging with Lite2: cleaned up #include mess.

Fixed style bugs in FreeBSD changes.

27 years agoFinished (?) merging with Lite2: cleaned up #include mess and fixed a
Bruce Evans [Wed, 12 Mar 1997 16:53:31 +0000 (16:53 +0000)]
Finished (?) merging with Lite2: cleaned up #include mess and fixed a
style bug.

Removed a redundant declaration.

27 years agoFinished (?) merging with Lite2: cleaned up #include mess.
Bruce Evans [Wed, 12 Mar 1997 16:49:28 +0000 (16:49 +0000)]
Finished (?) merging with Lite2: cleaned up #include mess.

Fixed misformatting in a comment.

27 years agoFinished (?) merging with Lite2: cleaned up #include mess.
Bruce Evans [Wed, 12 Mar 1997 16:46:32 +0000 (16:46 +0000)]
Finished (?) merging with Lite2: cleaned up #include mess.

Updated getopt() usage.

27 years agoRestored lost reference to fsdb(8).
Bruce Evans [Wed, 12 Mar 1997 16:35:26 +0000 (16:35 +0000)]
Restored lost reference to fsdb(8).

Fixed weird quoting of $Id$.

27 years agoMake this man page match the current <sys/signal.h> again :-).
Mike Pritchard [Wed, 12 Mar 1997 16:23:36 +0000 (16:23 +0000)]
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.

27 years agoAdd a missing '\' to some text.
Mike Pritchard [Wed, 12 Mar 1997 16:05:41 +0000 (16:05 +0000)]
Add a missing '\' to some text.

Obtained from: NetBSD-bugs mailing list PR# 3321

27 years agoCorrect the self reference in the description of the "tabs" option.
Mike Pritchard [Wed, 12 Mar 1997 15:59:22 +0000 (15:59 +0000)]
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

27 years agoUpdate the structure to match how things are going to appear after
Mike Pritchard [Wed, 12 Mar 1997 15:35:52 +0000 (15:35 +0000)]
Update the structure to match how things are going to appear after
bde commits some changes later tonight.

27 years agoMore cleanup - I didn't realize that this was a new man page
Mike Pritchard [Wed, 12 Mar 1997 15:21:57 +0000 (15:21 +0000)]
More cleanup - I didn't realize that this was a new man page
and need extra attention :-)

27 years agoRestored a .Fa line that was lost in the Lite2 merge.
Bruce Evans [Wed, 12 Mar 1997 15:18:28 +0000 (15:18 +0000)]
Restored a .Fa line that was lost in the Lite2 merge.

27 years agoMdoc cleanup.
Mike Pritchard [Wed, 12 Mar 1997 15:14:07 +0000 (15:14 +0000)]
Mdoc cleanup.

27 years agoAdd cvs Id.
Mike Pritchard [Wed, 12 Mar 1997 15:08:06 +0000 (15:08 +0000)]
Add cvs Id.

27 years agoFixed merging error. Lite2 fixed premature failure and didn't
Bruce Evans [Wed, 12 Mar 1997 14:54:22 +0000 (14:54 +0000)]
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.

27 years agoCleanup some of the Lite2 merge. Most of it is mdoc cleanup,
Mike Pritchard [Wed, 12 Mar 1997 14:49:41 +0000 (14:49 +0000)]
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.

27 years agoOops. I misread some commit mail - remove the blurb about comments
Mike Pritchard [Wed, 12 Mar 1997 14:05:36 +0000 (14:05 +0000)]
Oops.  I misread some commit mail - remove the blurb about comments
in passwd/group not being enabled by default.

27 years agoTypo police (this one wasn't yours, Joerg :-)
Mike Pritchard [Wed, 12 Mar 1997 13:51:57 +0000 (13:51 +0000)]
Typo police (this one wasn't yours, Joerg :-)

27 years agoTypo police.
Mike Pritchard [Wed, 12 Mar 1997 13:51:17 +0000 (13:51 +0000)]
Typo police.

27 years agoImprove the wording of the section on comments in the group and passwd
Mike Pritchard [Wed, 12 Mar 1997 13:46:16 +0000 (13:46 +0000)]
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.

27 years agoDocument the various link-level flag for these drivers.
Joerg Wunsch [Wed, 12 Mar 1997 13:37:56 +0000 (13:37 +0000)]
Document the various link-level flag for these drivers.

2.2 candidate (after typo police :)

27 years agoSome minor mdoc cleanup. Partially based on PR# 2959.
Mike Pritchard [Wed, 12 Mar 1997 13:22:17 +0000 (13:22 +0000)]
Some minor mdoc cleanup.  Partially based on PR# 2959.

27 years agoFixed errors in the Lite2 merge. Some style changes were mismerged.
Bruce Evans [Wed, 12 Mar 1997 12:35:44 +0000 (12:35 +0000)]
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.

27 years agoFix problem with FD_SET* overflow reporting.. Perror() didn't have enough
Peter Wemm [Wed, 12 Mar 1997 11:10:54 +0000 (11:10 +0000)]
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

27 years ago_res_close() -> res_close()
Peter Wemm [Wed, 12 Mar 1997 11:02:00 +0000 (11:02 +0000)]
_res_close() -> res_close()

Pointed out by: bde

27 years agoMake amd actually work instead of just compiling. The new Lite2 code
Peter Wemm [Wed, 12 Mar 1997 08:29:44 +0000 (08:29 +0000)]
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?

27 years agomakeinfo can fail but still leave behind zero length files which cause
Peter Wemm [Wed, 12 Mar 1997 07:14:44 +0000 (07:14 +0000)]
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.

27 years agoMove the conditional declarations of ICOMPRESS_CMD and ICOMPRESS_EXT
Peter Wemm [Wed, 12 Mar 1997 06:24:52 +0000 (06:24 +0000)]
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.

27 years agoCatch up with the original.
Hiroyuki Hanai [Wed, 12 Mar 1997 04:25:20 +0000 (04:25 +0000)]
Catch up with the original.

27 years agoMerge from Lite2 so that it compiles
Peter Wemm [Wed, 12 Mar 1997 03:51:01 +0000 (03:51 +0000)]
Merge from Lite2 so that it compiles

27 years agoMan page is .6, not .0 - crept in from Lite2
Peter Wemm [Wed, 12 Mar 1997 03:43:15 +0000 (03:43 +0000)]
Man page is .6, not .0 - crept in from Lite2

27 years agofactor.6, not factor.0 (crept in from 4.4Lite2)
Peter Wemm [Wed, 12 Mar 1997 03:33:16 +0000 (03:33 +0000)]
factor.6, not factor.0 (crept in from 4.4Lite2)

27 years agoNO_PORTS changes...
Jordan K. Hubbard [Wed, 12 Mar 1997 02:42:55 +0000 (02:42 +0000)]
NO_PORTS changes...

27 years agoTidy up generated fstab
Jordan K. Hubbard [Wed, 12 Mar 1997 02:31:28 +0000 (02:31 +0000)]
Tidy up generated fstab

27 years agoBring in split-CDROM changes from 2.2
Jordan K. Hubbard [Wed, 12 Mar 1997 02:31:12 +0000 (02:31 +0000)]
Bring in split-CDROM changes from 2.2

27 years agoAdd support for the buggy CMD640B PCI EIDE controller chip, which
Stefan Eßer [Tue, 11 Mar 1997 23:17:28 +0000 (23:17 +0000)]
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>

27 years agoDrop a copy of cdrom.inf in the ftp area as well, so people who wanna
Joerg Wunsch [Tue, 11 Mar 1997 20:03:42 +0000 (20:03 +0000)]
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.

27 years agoFixed clist limits. I got them wrong several years ago in rev.1.9
Bruce Evans [Tue, 11 Mar 1997 19:39:21 +0000 (19:39 +0000)]
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.

27 years agoRetrofit Bruce's changes from rev 1.7.
Joerg Wunsch [Tue, 11 Mar 1997 19:38:02 +0000 (19:38 +0000)]
Retrofit Bruce's changes from rev 1.7.

27 years agoDocument that popen() uses a bidirectional pipe (in FreeBSD) and not a
Bruce Evans [Tue, 11 Mar 1997 19:28:24 +0000 (19:28 +0000)]
Document that popen() uses a bidirectional pipe (in FreeBSD) and not a
socket pair (as in Lite2).