]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
25 years agoUpdate the bt(4) man page for CAM.
ken [Fri, 16 Oct 1998 21:33:34 +0000 (21:33 +0000)]
Update the bt(4) man page for CAM.

Reviewed by: ken
Submitted by: gibbs

25 years agoAdd in the adv(4) and adw(4) man pages for the AdvanSys narrow and wide
ken [Fri, 16 Oct 1998 21:12:07 +0000 (21:12 +0000)]
Add in the adv(4) and adw(4) man pages for the AdvanSys narrow and wide
SCSI controllers, respectively.

Once these drivers are tested on the alpha, these man pages can probably be
moved up a directory to reflect the fact that they're architecture
independent.

An mdoc guru should probably look at the AUTHORS sections in both of these
pages -- the .An macro seems to cause strange spacing problems.

Reviewed by: ken
Submitted by: gibbs

25 years agoTurn of disk debugging by default (suppress annoying "partition marked as
msmith [Fri, 16 Oct 1998 19:26:11 +0000 (19:26 +0000)]
Turn of disk debugging by default (suppress annoying "partition marked as
unused" diagnostic on floppies).

25 years agoReduce the sbrk() increment from 64K to 4K. There's not much room on the
msmith [Fri, 16 Oct 1998 19:23:37 +0000 (19:23 +0000)]
Reduce the sbrk() increment from 64K to 4K.  There's not much room on the
Alpha, and wasting potentially 64K-4 bytes of RAM just isn't an option.

25 years agoSplit up rule for ${COMMONHDRS} so that `make -j N' doesn't create the
bde [Fri, 16 Oct 1998 16:53:15 +0000 (16:53 +0000)]
Split up rule for ${COMMONHDRS} so that `make -j N' doesn't create the
6 headers up to 6 times concurrently.  Debugged by Don Lewis
(Don.Lewis@tsc.tdk.com).

Fixed some disorder.

25 years agoCommented out bs driver.
kato [Fri, 16 Oct 1998 16:22:35 +0000 (16:22 +0000)]
Commented out bs driver.

25 years agoGenerate code to interpret ioctl numbers for all ioctls defined in
bde [Fri, 16 Oct 1998 15:33:17 +0000 (15:33 +0000)]
Generate code to interpret ioctl numbers for all ioctls defined in
headers under /usr/include, not just for the ones in <sys/ioctl.h>.
The generated file includes all headers that seem to define ioctls,
so build errors will probably occur if headers become less self-
sufficient than they are already.  This is a feature.  Build errors
shall not be fixed by adding more includes here.

Optionally generate a case statement instead of a list of if
statements.  This source must be edited to change this.  The case
statement should be non-optional.  It currently can't be, because
many ioctl numbers are not unique.

25 years agoRemoved unused/unusable "ha" keyword. Device classes should never have
bde [Fri, 16 Oct 1998 15:08:30 +0000 (15:08 +0000)]
Removed unused/unusable "ha" keyword.  Device classes should never have
been visible here.

Fixed disordering of keyword table by "cam".

25 years agoUpdate to include all supported chips.
gibbs [Fri, 16 Oct 1998 15:06:26 +0000 (15:06 +0000)]
Update to include all supported chips.

Add a table comparing the features of all aic7xxx chips.

Clean up the discussion of SCB paging.

Reviewed by: Kenneth Merry <ken@FreeBSD.org>

25 years agoDon't generate unused file ioconf.h.
bde [Fri, 16 Oct 1998 15:00:18 +0000 (15:00 +0000)]
Don't generate unused file ioconf.h.

Didn't bump CONFIGVERS, since ioconf.h was already unused when
CONFIGVERS was last bumped (although essentially the same (CAM)
commit batch that bumped CONFIGVERS also added bogus includes of
ioconf.h).

25 years agoFixed missing directories in the libraries target:
bde [Fri, 16 Oct 1998 14:22:54 +0000 (14:22 +0000)]
Fixed missing directories in the libraries target:
- in the elf case, csu must be built and installed before any shared
  libraries.  It wasn't, but we usually used a stale version that
  happened to work.  E.g., in the !NOTOOLS case we used the version
  built and installed by the bootstrap-libraries target.  Only cross
  building was completely broken.
- the shared libmd must be built and installed before any shared
  libraries that link to it.  It wasn't, but we sometimes used a stale
  version that happened to work, as above.  For elf, this caused
  bogus linkage of the target shared libatm and libopie with the host
  static libmd.  It isn't clear what this actually breaks, except for
  cross compiling.  For aout, the shared libmd is not built at all, so
  all shared libraries linked to libmd may be broken.  The linker
  reports them by spewing RRS warnings.

Note that building src/lib early and building subdirs of src/lib in
the correct order in src/lib/Makefile doesn't help, since the subdirs
are all built before any are installed.

Fixed bitrot in the comments about the ordering requirements.

25 years agoUse the same boot.conf file for alpha, now that it works.
jkh [Fri, 16 Oct 1998 10:17:29 +0000 (10:17 +0000)]
Use the same boot.conf file for alpha, now that it works.

25 years agofixup for alpha.
jkh [Fri, 16 Oct 1998 10:14:21 +0000 (10:14 +0000)]
fixup for alpha.

25 years agofixup for the alpha. tag slid forward, since it's benign for the x86.
jkh [Fri, 16 Oct 1998 10:13:09 +0000 (10:13 +0000)]
fixup for the alpha.  tag slid forward, since it's benign for the x86.

25 years agoBack to -current again.
jkh [Fri, 16 Oct 1998 06:55:36 +0000 (06:55 +0000)]
Back to -current again.

25 years agopost-tag version bump. We're now back at 3.0-current!
jkh [Fri, 16 Oct 1998 06:55:07 +0000 (06:55 +0000)]
post-tag version bump.  We're now back at 3.0-current!

25 years agoadd note about CD-220E drives.
jkh [Fri, 16 Oct 1998 04:47:12 +0000 (04:47 +0000)]
add note about CD-220E drives.

25 years agoUpdate SMP-GENERIC to something a bit more recent based on GENERIC.
peter [Fri, 16 Oct 1998 04:44:05 +0000 (04:44 +0000)]
Update SMP-GENERIC to something a bit more recent based on GENERIC.

Approved by: jkh

25 years agoUpdate the aha(4) and ahb(4) man pages for CAM.
ken [Fri, 16 Oct 1998 04:41:38 +0000 (04:41 +0000)]
Update the aha(4) and ahb(4) man pages for CAM.

Reviewed by: ken
Submitted by: gibbs

25 years agoMissed this file.
peter [Fri, 16 Oct 1998 04:31:35 +0000 (04:31 +0000)]
Missed this file.

25 years agoSample initial set of kld-ified modules. Not all have been completely
peter [Fri, 16 Oct 1998 04:30:52 +0000 (04:30 +0000)]
Sample initial set of kld-ified modules.  Not all have been completely
converted yet.  These are more of a starting point.  This is NOT connected
to the parent Makefile.

OK'ed by jkh (who is ever so patiently waiting)

25 years agoUpdate the scsi(4) man page for CAM, and add in links so that it appears
ken [Fri, 16 Oct 1998 04:28:39 +0000 (04:28 +0000)]
Update the scsi(4) man page for CAM, and add in links so that it appears
as cam(4) as well.

This includes a description of all the generic CAM kernel options, as
well as a description of some of the CAM debugging printf options.

25 years agoBump freebsd version #.
jkh [Fri, 16 Oct 1998 04:28:04 +0000 (04:28 +0000)]
Bump freebsd version #.

25 years agoAdd acknowledgements.
jkh [Fri, 16 Oct 1998 04:26:00 +0000 (04:26 +0000)]
Add acknowledgements.

25 years agoUpdate the sa(4) man page for CAM. This was repository-copied from the
ken [Fri, 16 Oct 1998 04:06:21 +0000 (04:06 +0000)]
Update the sa(4) man page for CAM.  This was repository-copied from the
st(4) man page.

Take out most of the sd(4) and st(4) man pages and point to the new
da(4) and sa(4) man pages.

Add sa.4 to the makefile.

Reviewed by: ken
Submitted by: gibbs

25 years ago*gulp*. Jordan specifically OK'ed this..
peter [Fri, 16 Oct 1998 03:55:01 +0000 (03:55 +0000)]
*gulp*.  Jordan specifically OK'ed this..

This is the bulk of the support for doing kld modules.  Two linker_sets
were replaced by SYSINIT()'s.  VFS's and exec handlers are self registered.
kld is now a superset of lkm.  I have converted most of them, they will
follow as a seperate commit as samples.
This all still works as a static a.out kernel using LKM's.

25 years agoFix some bugs in link_aout.c caused by using uninitialized malloc space.
peter [Fri, 16 Oct 1998 03:45:35 +0000 (03:45 +0000)]
Fix some bugs in link_aout.c caused by using uninitialized malloc space.

Pre-Approved by:  jkh

25 years agoUpdate the kld glue
peter [Fri, 16 Oct 1998 03:32:03 +0000 (03:32 +0000)]
Update the kld glue

Pre-Approved by: jkh

25 years agoAdd the da(4) man page.
ken [Fri, 16 Oct 1998 03:29:49 +0000 (03:29 +0000)]
Add the da(4) man page.

25 years agoUpdate the da(4) man page for CAM. The da.4 man page was repository-copied
ken [Fri, 16 Oct 1998 03:28:12 +0000 (03:28 +0000)]
Update the da(4) man page for CAM.  The da.4 man page was repository-copied
from the sd.4 man page.

This includes a discussion of write caching and its effects.

Reviewed by: ken
Submitted by: gibbs

25 years agoCommented out example of changing the default kernel format with warning.
peter [Fri, 16 Oct 1998 03:26:54 +0000 (03:26 +0000)]
Commented out example of changing the default kernel format with warning.

25 years ago"fix" the gzipped kernel load problem by having the loader check that it
peter [Fri, 16 Oct 1998 03:04:15 +0000 (03:04 +0000)]
"fix" the gzipped kernel load problem by having the loader check that it
can seek back to the first PT_LOAD and doing a close/reopen if it cannot.
This is because the first PT_LOAD section includes the ELF headers.
This fixes gzipped kernels on the i386, it should solve mike's problem
for the Alpha.

25 years agoAdjust for -RELEASE
jkh [Fri, 16 Oct 1998 02:27:07 +0000 (02:27 +0000)]
Adjust for -RELEASE

25 years agoChange to 3.0-RELEASE in anticipation of the tag.
jkh [Fri, 16 Oct 1998 02:08:20 +0000 (02:08 +0000)]
Change to 3.0-RELEASE in anticipation of the tag.

25 years agoKeep the entries sorted by name. Rev.1.21 broke the order inadvertently.
yokota [Fri, 16 Oct 1998 01:49:13 +0000 (01:49 +0000)]
Keep the entries sorted by name.  Rev.1.21 broke the order inadvertently.
No functaionlal change.

25 years agoAdd commented out bpf entry. (DHCP is popular here, and this is required).
obrien [Fri, 16 Oct 1998 01:30:11 +0000 (01:30 +0000)]
Add commented out bpf entry.  (DHCP is popular here, and this is required).

Ok'ed by: jkh

25 years agoAdd notes about SCSI tape support.
jkh [Fri, 16 Oct 1998 00:29:37 +0000 (00:29 +0000)]
Add notes about SCSI tape support.
Submitted by: "Kenneth D. Merry" <ken@plutotech.com>

25 years agoChange the worm(4) man page to note that there is no longer a worm(4)
ken [Fri, 16 Oct 1998 00:26:28 +0000 (00:26 +0000)]
Change the worm(4) man page to note that there is no longer a worm(4)
driver, and point users in the right direction for similar functionality.
The functionality that used to be provided there is now provided by the
cd(4) driver and cdrecord.

Fix cross-references in a few other man pages.  (i.e. delete references to
things I haven't written yet)

25 years agoWarn about "mount -u" bug.
des [Fri, 16 Oct 1998 00:06:56 +0000 (00:06 +0000)]
Warn about "mount -u" bug.

25 years ago-Wunused cleanup.
gibbs [Thu, 15 Oct 1998 23:49:27 +0000 (23:49 +0000)]
-Wunused cleanup.

Correct a problem where an external bus reset on the 'background' channel of
a Twin Channel EISA controller could put the driver into an infinite loop.

Noticed by: Twin Channel bug, Joerg Wunsch <joerg@FreeBSD.org>
Submitted by: -Wunused, Poul-Henning Kamp <phk@freebsd.org>

25 years ago-Wunused cleanup.
gibbs [Thu, 15 Oct 1998 23:47:14 +0000 (23:47 +0000)]
-Wunused cleanup.

Fixed bug in advansys.c where we did not properly clean up ccb_info data
structures in softc teardown.

Submitted by: Poul-Henning Kamp <phk@freebsd.org>

25 years ago-Wunused cleanup.
gibbs [Thu, 15 Oct 1998 23:46:33 +0000 (23:46 +0000)]
-Wunused cleanup.

Submitted by: Poul-Henning Kamp <phk@freebsd.org>

25 years agoHonor CAM_TAG_ACTION_NONE.
gibbs [Thu, 15 Oct 1998 23:17:58 +0000 (23:17 +0000)]
Honor CAM_TAG_ACTION_NONE.

25 years agoAdd a mechanism to send a non-tagged transaction even if a device is
gibbs [Thu, 15 Oct 1998 23:17:35 +0000 (23:17 +0000)]
Add a mechanism to send a non-tagged transaction even if a device is
currently operating in a tagged mode.  The SIM driver should determine
if a device is in tag mode by looking at the CAM_TAG_ACTION_VALID flag
in the ccb header.  If the flag is set, the tag_action field is either
a SCSI II tag message (simple, ordered, head) or CAM_TAG_ACTION_NONE
to specify that no tagging should be performed.

25 years agoFix path to sio.s
rnordier [Thu, 15 Oct 1998 22:08:13 +0000 (22:08 +0000)]
Fix path to sio.s

25 years agoFix a typo preventing the correct value of kernend from being picked up
dfr [Thu, 15 Oct 1998 22:00:54 +0000 (22:00 +0000)]
Fix a typo preventing the correct value of kernend from being picked up
from the bootstrap.  Also change some debug printfs from #if 0 to
#ifdef DEBUG_CLUSTER to make it easier to debug startup memory problems.

25 years agoChange some printfs so that ELF_VERBOSE prints meaningful values on the alpha.
dfr [Thu, 15 Oct 1998 21:56:47 +0000 (21:56 +0000)]
Change some printfs so that ELF_VERBOSE prints meaningful values on the alpha.

25 years agoFix the bootinfo so that the right values actual make it into the kernel.
dfr [Thu, 15 Oct 1998 21:55:58 +0000 (21:55 +0000)]
Fix the bootinfo so that the right values actual make it into the kernel.

25 years agoVarious fixups and corrections to match the 3.0-RELEASE tree.
abial [Thu, 15 Oct 1998 21:40:07 +0000 (21:40 +0000)]
Various fixups and corrections to match the 3.0-RELEASE tree.

The PicoBSD version is now 0.42.

25 years agoNote latest SCSI subsystem changes.
jkh [Thu, 15 Oct 1998 21:28:59 +0000 (21:28 +0000)]
Note latest SCSI subsystem changes.
Submitted by: "Kenneth D. Merry" <ken@plutotech.com>

25 years agoAdd references to ATM cards (Mike Spengler <mks@networkcs.com>) and
jkh [Thu, 15 Oct 1998 21:20:33 +0000 (21:20 +0000)]
Add references to ATM cards (Mike Spengler <mks@networkcs.com>) and
remove all tabs.

25 years agoAdd wst.4
imp [Thu, 15 Oct 1998 20:45:57 +0000 (20:45 +0000)]
Add wst.4

25 years agoMan page for the wst driver. I had planned on committing this earlier,
imp [Thu, 15 Oct 1998 20:43:25 +0000 (20:43 +0000)]
Man page for the wst driver.  I had planned on committing this earlier,
but forgot.

25 years agoAdded reference to ifconfig(8).
wosch [Thu, 15 Oct 1998 20:36:55 +0000 (20:36 +0000)]
Added reference to ifconfig(8).

25 years agoAdded manpage link plip.4 -> lp.4
wosch [Thu, 15 Oct 1998 20:35:28 +0000 (20:35 +0000)]
Added manpage link plip.4 -> lp.4

25 years agoAdd reference to lp(4).
wosch [Thu, 15 Oct 1998 20:27:26 +0000 (20:27 +0000)]
Add reference to lp(4).

25 years agoAdd serial, dual, and probe-keyboard support.
rnordier [Thu, 15 Oct 1998 20:04:21 +0000 (20:04 +0000)]
Add serial, dual, and probe-keyboard support.

25 years agoReduce the number of ccbs to 16, per the aha documentation. Move
imp [Thu, 15 Oct 1998 19:53:30 +0000 (19:53 +0000)]
Reduce the number of ccbs to 16, per the aha documentation.  Move
bogus comment to proper place.

This should fix the hangs people are seeing under very heavy load, at
least it does for me.  Please let me know if you continue to have
problems.

25 years agoAdd some points from experiences installing on a range of IBM Netfinity
msmith [Thu, 15 Oct 1998 19:12:04 +0000 (19:12 +0000)]
Add some points from experiences installing on a range of IBM Netfinity
systems.

25 years agoFix several potential buffer overrun conditions. These changes have been
ken [Thu, 15 Oct 1998 19:08:58 +0000 (19:08 +0000)]
Fix several potential buffer overrun conditions.  These changes have been
tested both in the kernel and in userland.  Also, fix a couple of printf
warnings that show up when CAMDEBUG is defined.

Reviewed by: imp
Partially submitted by: imp

25 years agoProperly install the *.h files in CORE and Config.pm where it wants to be.
markm [Thu, 15 Oct 1998 18:50:04 +0000 (18:50 +0000)]
Properly install the *.h files in CORE and Config.pm where it wants to be.

This should fix a substantial number of broken p5-* ports.

Tested-on: x11-toolkits/p5-Tk (Amongst others)

25 years agoBring back support for honoring the primary channel setting for twin channel
gibbs [Thu, 15 Oct 1998 18:21:50 +0000 (18:21 +0000)]
Bring back support for honoring the primary channel setting for twin channel
EISA adapters.  This could have caused the system to find the wrong root
disk.

Reviewed by:  J Wunsch <j@ida.interface-business.de>

25 years agoClean up some unused variables.
ken [Thu, 15 Oct 1998 17:46:26 +0000 (17:46 +0000)]
Clean up some unused variables.

Reviewed by: ken
Submitted by: phk

25 years ago- bzero() after malloc() bug fix
peter [Thu, 15 Oct 1998 17:16:24 +0000 (17:16 +0000)]
- bzero() after malloc() bug fix
- look up relocation symbol names in correct table bugfix.
- remove unused (initialized to 0) variable and conditional free() of it.

25 years agoFix style issues in execl(), and make execle() vfork()-safe.
des [Thu, 15 Oct 1998 17:14:15 +0000 (17:14 +0000)]
Fix style issues in execl(), and make execle() vfork()-safe.

Reviewed by: bde
Approved by: jkh

25 years ago- bzero() after malloc(). This is especially obvious when kern_malloc is
peter [Thu, 15 Oct 1998 17:12:12 +0000 (17:12 +0000)]
- bzero() after malloc().  This is especially obvious when kern_malloc is
compiled with DIAGNOSTIC.
- Don't break from the preload module processing loop prematurely.

25 years agoFix sysinit_add().
peter [Thu, 15 Oct 1998 17:09:19 +0000 (17:09 +0000)]
Fix sysinit_add().
- Don't include multiple copies of the previous sysinit in the new one.
- Leave space for and explicitly null terminate the new list.

25 years agoGet the last used address via a more conservative method, don't depend
peter [Thu, 15 Oct 1998 17:06:36 +0000 (17:06 +0000)]
Get the last used address via a more conservative method, don't depend
on the module chain being in increasing address order.

25 years agoFix make world breakage from last commit.
jdp [Thu, 15 Oct 1998 16:09:56 +0000 (16:09 +0000)]
Fix make world breakage from last commit.

25 years agoFixed breakage of gdbreplay's and gdbserver's BINDIR in previous commit.
bde [Thu, 15 Oct 1998 14:15:09 +0000 (14:15 +0000)]
Fixed breakage of gdbreplay's and gdbserver's BINDIR in previous commit.
They may belong in /usr/libexec/{aout,elf}, but objformat doesn't
support that.

Fixed bogus `?=' assignments for BINDIR.

25 years agoSpelling.
mckay [Thu, 15 Oct 1998 13:37:35 +0000 (13:37 +0000)]
Spelling.

25 years agoatq ignored locale info when printing dates. Is the other call to
mckay [Thu, 15 Oct 1998 13:30:48 +0000 (13:30 +0000)]
atq ignored locale info when printing dates.  Is the other call to
setlocale() just in the wrong place?

PR: 8300

25 years agoFix a serious bug in make(1)'s handling of archive libraries.
jkoshy [Thu, 15 Oct 1998 13:00:34 +0000 (13:00 +0000)]
Fix a serious bug in make(1)'s handling of archive libraries.

This case did not need to be tested when RANLIBMAG was defined
(as when in an `aout' environment) because Arch_StatMember() treated
the two cases of the library not being present and a member of
the library not being present the same way, forcing a rebuild
of the library.  Since in the ELF environment we don't look inside
archive libraries we now need to check if the archive library is
present in order to determine its `out-of-date'-ness.

(I hope I've been able to meet the Oct 15th freeze).

Reported-by: Steve Price (and a few others whom I've forgotten, sorry)

25 years agoMake it clear that installations can only occur from drive C.
jkh [Thu, 15 Oct 1998 11:27:45 +0000 (11:27 +0000)]
Make it clear that installations can only occur from drive C.
PR: 8334
Submitted by: Sue Blake <sue@vedanix.welearn.com.au>

25 years agoUpdate DOS emulator description.
jkh [Thu, 15 Oct 1998 11:24:29 +0000 (11:24 +0000)]
Update DOS emulator description.

25 years agoMake the bit about DOS partitions somewhat clearer.
jkh [Thu, 15 Oct 1998 11:22:33 +0000 (11:22 +0000)]
Make the bit about DOS partitions somewhat clearer.
PR: 8333

25 years agoMore attempts to DTRT for the alpha, based on what I now know about boot2.
jkh [Thu, 15 Oct 1998 11:12:40 +0000 (11:12 +0000)]
More attempts to DTRT for the alpha, based on what I now know about boot2.

25 years agoFix upgrade notes.
jkh [Thu, 15 Oct 1998 11:01:30 +0000 (11:01 +0000)]
Fix upgrade notes.
PR: 8331
Submitted by: Sue Blake <sue@vedanix.welearn.com.au>

25 years agoUpdate for 3.0
jkh [Thu, 15 Oct 1998 10:16:33 +0000 (10:16 +0000)]
Update for 3.0
Submitted by: Sue Blake <sue@vedanix.welearn.com.au>

25 years agoCall ourselves by the correct name. :)
jkh [Thu, 15 Oct 1998 10:14:55 +0000 (10:14 +0000)]
Call ourselves by the correct name. :)
Submitted by: Sue Blake <sue@vedanix.welearn.com.au>

25 years agoAdd ipfw change information.
jkh [Thu, 15 Oct 1998 10:13:53 +0000 (10:13 +0000)]
Add ipfw change information.

25 years agoUpdate size information for ports.
jkh [Thu, 15 Oct 1998 10:13:34 +0000 (10:13 +0000)]
Update size information for ports.

25 years agoSearch for correct property name; the older attrs code bogusly folded case,
jkh [Thu, 15 Oct 1998 10:03:48 +0000 (10:03 +0000)]
Search for correct property name; the older attrs code bogusly folded case,
so I never noticed this bug. :)

25 years agoChange a bogus cast to the correct one.
dfr [Thu, 15 Oct 1998 09:53:27 +0000 (09:53 +0000)]
Change a bogus cast to the correct one.

25 years agoDon't frob the user stack directly, use suword instead. This fixes the
dfr [Thu, 15 Oct 1998 09:52:19 +0000 (09:52 +0000)]
Don't frob the user stack directly, use suword instead.  This fixes the
elf_freebsd_fixup() panic which many people have noticed on the alpha.

25 years agoUse the interface name as well as the method name when creating the method
dfr [Thu, 15 Oct 1998 09:50:45 +0000 (09:50 +0000)]
Use the interface name as well as the method name when creating the method
description.

Submitted by: Nick Hibma <nick.hibma@jrc.it>

25 years agoMake the next_writeable address specific for each drive, there might
sos [Thu, 15 Oct 1998 08:11:55 +0000 (08:11 +0000)]
Make the next_writeable address specific for each drive, there might
be more than one burner online.

25 years agoUpdate README.TXT, not that anyone will read it anyway, to describe just
jkh [Thu, 15 Oct 1998 07:42:25 +0000 (07:42 +0000)]
Update README.TXT, not that anyone will read it anyway, to describe just
what 3.0 is meant to be.

25 years agosnuff warning message if package is not found in INDEX but is found
jkh [Thu, 15 Oct 1998 06:50:43 +0000 (06:50 +0000)]
snuff warning message if package is not found in INDEX but is found
to be already installed anyway.

25 years agoFix formatting bug.
jkoshy [Thu, 15 Oct 1998 05:04:28 +0000 (05:04 +0000)]
Fix formatting bug.

PR: 8320
Submitted by: Amakawa Shuhei <amakawa@sf.t.u-tokyo.ac.jp>

25 years agoAdd lstat() as a known system call.
sef [Thu, 15 Oct 1998 04:31:44 +0000 (04:31 +0000)]
Add lstat() as a known system call.

25 years agoForgot to commit this; the alpha uses the kld symbol interface now. The
peter [Thu, 15 Oct 1998 02:01:50 +0000 (02:01 +0000)]
Forgot to commit this; the alpha uses the kld symbol interface now.  The
tables that db_elf.c is expecting are not loaded in that format any more.

25 years agoConform to POSIX and close any copies of popen() descriptors inherited by a
msmith [Thu, 15 Oct 1998 01:47:40 +0000 (01:47 +0000)]
Conform to POSIX and close any copies of popen() descriptors inherited by a
popen()ed child.

PR: misc/7810
Submitted by: Wayne Scott <wscott@ichips.intel.com>

25 years agoAdd objformat links for gdb and (while we're at it) c++filt.
peter [Thu, 15 Oct 1998 00:19:08 +0000 (00:19 +0000)]
Add objformat links for gdb and (while we're at it) c++filt.
This means we can (assuming an a.out gdb is present) debug a.out kernels
and crashdumps with gdb -aout.

25 years agoInstall gdb in /usr/lib/aout or /usr/lib/elf depending on format.
peter [Thu, 15 Oct 1998 00:15:01 +0000 (00:15 +0000)]
Install gdb in /usr/lib/aout or /usr/lib/elf depending on format.

25 years agoFix a couple of potential buffer overrun cases.
ken [Wed, 14 Oct 1998 23:28:26 +0000 (23:28 +0000)]
Fix a couple of potential buffer overrun cases.

Submitted by: imp

25 years agoNarrow the quirk entry for the Seagate Elite 9 a bit to just cover drives
ken [Wed, 14 Oct 1998 22:51:51 +0000 (22:51 +0000)]
Narrow the quirk entry for the Seagate Elite 9 a bit to just cover drives
with 71* firmware revisions.  Scott Mace <smace@intt.ORG> reports that
drives with 00* firmware revisions do tagged queueing just fine.

25 years ago- Add a couple comment lines to note that spaces are not allowed as
nate [Wed, 14 Oct 1998 21:59:55 +0000 (21:59 +0000)]
- Add a couple comment lines to note that spaces are not allowed as
  field separators.

PR: conf/8162
Submitted by: Sheldon Hearn <sheldonh@axl.training.iafrica.com>

25 years agoDisable tagged queueing for the Seagate Elite 9GB drives. They tend to get
ken [Wed, 14 Oct 1998 21:17:39 +0000 (21:17 +0000)]
Disable tagged queueing for the Seagate Elite 9GB drives.  They tend to get
hung up when you send tags to them too quickly.  (CAM is able to recover
from the problem, but this just avoids it altogether.)

Reviewed by: gibbs
Reported by: Bret Ford <bford@uop.cs.uop.edu>
and: Martin Renters <martin@tdc.on.ca>

25 years agoDisable the 'devstat_end_transaction' busy count printf until after 3.0
ken [Wed, 14 Oct 1998 20:44:05 +0000 (20:44 +0000)]
Disable the 'devstat_end_transaction' busy count printf until after 3.0
release goes out the door.  We know there's a bug in the devstat
implementation in the wd driver, but bde and msmith haven't been able to
fix it yet.

So, disable the printf to avoid confusing/worrying people.

Suggested by: msmith