]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
27 years agoHaving two knobs until you get a kernel core dump saved is silly.
Joerg Wunsch [Sun, 16 Mar 1997 15:26:34 +0000 (15:26 +0000)]
Having two knobs until you get a kernel core dump saved is silly.
Leave dumpdev, but kill the savecore variable.  Thus, it's still off
by default, but all you need is enabling dumpdev now.

phk's old argument that savecore might inadvertendly fill up the disk
no longer counts, savecore now correctly obeyes a `minfree' file, and
we ship our systems with such a file that even has a reasonable
default.

27 years agoRemoved binary file.
Bruce Evans [Sun, 16 Mar 1997 15:10:43 +0000 (15:10 +0000)]
Removed binary file.

27 years agoSynchronize with sys/i386/boot/biosboot/sys.c revision 1.19.
KATO Takenori [Sun, 16 Mar 1997 10:57:54 +0000 (10:57 +0000)]
Synchronize with sys/i386/boot/biosboot/sys.c revision 1.19.

27 years agopatches for bt848 specific hue/bright/contrast/satu/satv.
Steve Passe [Sun, 16 Mar 1997 07:40:01 +0000 (07:40 +0000)]
patches for bt848 specific hue/bright/contrast/satu/satv.

27 years agoSubmitted by: Amancio Hasty <hasty@rah.star-gate.com>
Steve Passe [Sun, 16 Mar 1997 07:37:23 +0000 (07:37 +0000)]
Submitted by: Amancio Hasty <hasty@rah.star-gate.com>

addition of bt848 specific ioctl()s for hue/bright/contrast/satu/satv.

patches by Amancio Hasty to fix "screen freeze" problem.

27 years agoMissed one.
Justin T. Gibbs [Sun, 16 Mar 1997 07:28:30 +0000 (07:28 +0000)]
Missed one.

27 years agoThe register definitions are now in the compile directory.
Justin T. Gibbs [Sun, 16 Mar 1997 07:12:36 +0000 (07:12 +0000)]
The register definitions are now in the compile directory.

27 years agoTypo police.
Mike Pritchard [Sun, 16 Mar 1997 07:12:20 +0000 (07:12 +0000)]
Typo police.

Partially obtained from: NetBSD PR# 3333

27 years agoAdapt to some changes in the register definitions. Clear the selection
Justin T. Gibbs [Sun, 16 Mar 1997 07:12:07 +0000 (07:12 +0000)]
Adapt to some changes in the register definitions.  Clear the selection
enable in SCSISEQ during error recovery to deal with the way the
sequencer leaves selections enabled now.  Add code to perform "patching"
during sequencer program download.

Spelling fixes obtained from NetBSD.

27 years agoThe register definition file is now in the compile directory.
Justin T. Gibbs [Sun, 16 Mar 1997 07:09:32 +0000 (07:09 +0000)]
The register definition file is now in the compile directory.

27 years agoAdapt build rules to new aic7xxx seqeuncer assembler.
Justin T. Gibbs [Sun, 16 Mar 1997 07:09:01 +0000 (07:09 +0000)]
Adapt build rules to new aic7xxx seqeuncer assembler.

27 years agoMakefile gram.y scan.l sequencer.h symbol.c symbol.h aic7xxx_asm.c:
Justin T. Gibbs [Sun, 16 Mar 1997 07:08:19 +0000 (07:08 +0000)]
Makefile gram.y scan.l sequencer.h symbol.c symbol.h aic7xxx_asm.c:
New sequencer assembler for the aic7xxx adapters.  This assembler
performs some amount of register type checking, allows bit
manipulation of symbolic constants, and generates "patch tables"
for conditionalized downloading of portions of the program.
This makes it easier to take full advantage of the different
features of the aic7xxx cards without imposing run time penalies
or being bound to the small memory footprints of the low end
cards for features like target mode.

aic7xxx.reg:
New, assembler parsed, register definitions fo the aic7xxx cards.
This was done primarily in anticipation of 7810 support which
will have a different register layout, but should be able to use
the same assembler.  The kernel aic7xxx driver consumes a generated
file in the compile directory to get the definitions of the register
locations.

aic7xxx.seq:
Convert to the slighly different syntax of the new assembler.

Conditionalize SCB_PAGING, ultra, and twin features which shaves
quite a bit of space once the program is downloaded.

Add code to leave the selection hardware enabled during reconnects
that win bus arbitration.  This ensures that we will rearbitrate
as soon as the bus goes free instead of delaying for a bit.

When we expect the bus to go free, perform all of the cleanup
associated with that event "up front" and enter a loop awaiting
bus free.  If we see a REQ first, complain, but attempt to
continue.  This will hopefully address, or at least help diagnose,
the "target didn't send identify" messages that have been reported.

Spelling corrections obtained from NetBSD.

27 years agoAdd depend rule for the now compile time generated aic7xxx register file.
Justin T. Gibbs [Sun, 16 Mar 1997 06:52:27 +0000 (06:52 +0000)]
Add depend rule for the now compile time generated aic7xxx register file.

27 years agofix a misspelling of demand...
John-Mark Gurney [Sun, 16 Mar 1997 00:59:08 +0000 (00:59 +0000)]
fix a misspelling of demand...

Submitted-by: Takashi Saeki
Closes PR#2989

27 years agoRemove unnecessary chmod()'s. This should likely go in other branches.
Guido van Rooij [Sat, 15 Mar 1997 22:43:58 +0000 (22:43 +0000)]
Remove unnecessary chmod()'s. This should likely go in other branches.
Obtained from: aleph1@UNDERGROUND.ORG on Bugtraq

27 years agodelete the LINKS line (link gdb to kgdb) by popular demand.
Gary Jennejohn [Sat, 15 Mar 1997 20:59:59 +0000 (20:59 +0000)]
delete the LINKS line (link gdb to kgdb) by popular demand.

27 years agoBrain-o. BUILNAME is more important, RELEASETAG ain't even mandatory
Joerg Wunsch [Sat, 15 Mar 1997 20:35:06 +0000 (20:35 +0000)]
Brain-o.  BUILNAME is more important, RELEASETAG ain't even mandatory
at all (so protect it with .if defined).

27 years agoAdd Oliver Laumann for his troff translator
Wolfram Schneider [Sat, 15 Mar 1997 20:07:20 +0000 (20:07 +0000)]
Add Oliver Laumann for his troff translator

27 years agoFix from Matt for the problem described in PR # kern/2990: ``DEC FDDI
Joerg Wunsch [Sat, 15 Mar 1997 19:58:43 +0000 (19:58 +0000)]
Fix from Matt for the problem described in PR # kern/2990: ``DEC FDDI
is a little *too* promiscuous''

Also a 2.2 candidate, again, after testing.

Submitted by: Matt Thomas <matt@lkg.dec.com>

27 years agoProperly export RELEASETAG and NO_PORTS (if set) into the chrooted
Joerg Wunsch [Sat, 15 Mar 1997 19:51:16 +0000 (19:51 +0000)]
Properly export RELEASETAG and NO_PORTS (if set) into the chrooted
make process via /mk.

2.2 candidate but i'll defer this for an hour until my test buld
proved that it works.  This should just fit Jordan's deadline. ;-)

27 years agoFix support for != 512 byte sector devices.
Søren Schmidt [Sat, 15 Mar 1997 18:58:10 +0000 (18:58 +0000)]
Fix support for != 512 byte sector devices.
Restores the use of SBLOCK instead of the BSOFF/sectorsize calculation.
Using SBLOCK is bogus however in that it uses DEV_BSIZE instead of
the actual sector size, but that is taken care of in other places.
Changing the SBLOCK would be better, but it affects the system
in other places, and doing it this way makes it possible to
use filesystems that was made before the lite2 merge.

27 years agoYAMF22
Jordan K. Hubbard [Sat, 15 Mar 1997 18:01:45 +0000 (18:01 +0000)]
YAMF22

27 years agoDon't attempt to read past EOF.
Bruce Evans [Sat, 15 Mar 1997 16:49:51 +0000 (16:49 +0000)]
Don't attempt to read past EOF.

Saved enough bytes to make room for this bloat (testing poff < inode.i_size
takes 56 bytes!) by copying fs to a local variable.

27 years agoIncrease the size of the email address field.
Jordan K. Hubbard [Sat, 15 Mar 1997 16:24:32 +0000 (16:24 +0000)]
Increase the size of the email address field.
Requested-By: joerg
27 years agoSynchronize with sys/i386/conf/GNERIC revision up to 1.88.
KATO Takenori [Sat, 15 Mar 1997 15:58:43 +0000 (15:58 +0000)]
Synchronize with sys/i386/conf/GNERIC revision up to 1.88.

27 years agoSynchronize with sys/i386/i386/userconfig.c revision 1.85.
KATO Takenori [Sat, 15 Mar 1997 15:44:05 +0000 (15:44 +0000)]
Synchronize with sys/i386/i386/userconfig.c revision 1.85.

27 years agoFix a security problem where the ktrace.out file could have been written
Joerg Wunsch [Sat, 15 Mar 1997 10:39:12 +0000 (10:39 +0000)]
Fix a security problem where the ktrace.out file could have been written
over a file owned by someone else.

Pointed out by: wosch
Reviewed by: sef, imp, proff@suburbia.net, bde

27 years agoCatch up with the original.
Hiroyuki Hanai [Sat, 15 Mar 1997 06:57:56 +0000 (06:57 +0000)]
Catch up with the original.
Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>

27 years agoDocument the -a option in .Fl form instead of .Cm form to be consistant
Peter Wemm [Sat, 15 Mar 1997 06:23:57 +0000 (06:23 +0000)]
Document the -a option in .Fl form instead of .Cm form to be consistant
with the rest of the manpage.  (Lite2 documents it in getopt form, Lite1
did it in old-style arg format)

27 years agoThe -a option (autosize) option got mangled during the Lite2 merge.
Peter Wemm [Sat, 15 Mar 1997 05:32:40 +0000 (05:32 +0000)]
The -a option (autosize) option got mangled during the Lite2 merge.

Pointed out by:  Tom Jackson <tom@peeper.jackson.org>

27 years agoSupport german mdoc man pages (currently no german mdoc man page exists).
Wolfram Schneider [Fri, 14 Mar 1997 21:58:43 +0000 (21:58 +0000)]
Support german mdoc man pages (currently no german mdoc man page exists).
Support japanese FreeBSD man pages, Jpman Project.

27 years agoPut text after #endif in a comment (it's illegal otherwise)
Peter Wemm [Fri, 14 Mar 1997 17:53:35 +0000 (17:53 +0000)]
Put text after #endif in a comment (it's illegal otherwise)

27 years agoAdd protoswitch entries for shortcut send/receive. Correct
Garrett Wollman [Fri, 14 Mar 1997 16:51:28 +0000 (16:51 +0000)]
Add protoswitch entries for shortcut send/receive.  Correct
a few misleading comments, and move allthe struct tag
forward declarations to be in one place.

27 years agoTone down the paranoia a bit in from the previous commit. setusercontext()
Peter Wemm [Fri, 14 Mar 1997 14:45:30 +0000 (14:45 +0000)]
Tone down the paranoia a bit in from the previous commit.  setusercontext()
automatically Does The Right Thing when lc == NULL, which just happens to
be what the extra code in cron was trying to do.  Simplify.

27 years agoActivate HASSETUSERCONTEXT to set resource limits while delivering
Peter Wemm [Fri, 14 Mar 1997 14:26:35 +0000 (14:26 +0000)]
Activate HASSETUSERCONTEXT to set resource limits while delivering
to pipes in .forward files, but with a slight bugfix to the code.

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.