asami
f1f961d057
Remove shlib minor if PORTOBJFORMAT=elf.
1998-09-17 01:00:23 +00:00
brian
3c58471f49
Sync with OpenBSD ifdefs
1998-09-17 00:45:27 +00:00
brian
12e6bdcc2c
Alphabeticalize SEE ALSO section.
1998-09-17 00:45:12 +00:00
des
8b07d06aca
DTRT for file: URLs when output file is "-".
...
PR: bin/7203
1998-09-17 00:15:15 +00:00
gibbs
e0db131ba0
Use %p with (void *) casts to print pointers with printf.
1998-09-17 00:08:29 +00:00
fenner
7394d510b4
Prevent modification of permanent ARP entries (PR kern/7649)
...
Ignore ARP replies from the wrong interface (discussion on mailing list)
Add interface name to a couple of error messages
1998-09-17 00:04:21 +00:00
ken
4842598c26
Some Alpha patches for CAM from Doug Rabson.
...
Reviewed by: gibbs
Submitted by: dfr
1998-09-16 23:30:11 +00:00
ken
0a0dbfbd48
Fix style bugs introduced by Matt Dillon in his previous, unreviewed
...
commit.
Reviewed by: gibbs
1998-09-16 23:14:47 +00:00
gibbs
7bec193ef7
Fix a regression that caused the script to spam itself by copying something
...
of size sizeof(struct timeval) that is really of size sizeof(ticks).
Make another attempt at fixing the queue full case.
1998-09-16 22:46:04 +00:00
brian
75e7cbc736
Spaces -> tabs, don't use touch before it's available
...
Pointed out by: bde
1998-09-16 22:42:56 +00:00
dfr
0cc253cb74
Work around an alpha compiler bug.
...
Reviewed by: Kenneth D. Merry <ken@plutotech.com>
1998-09-16 21:33:14 +00:00
andreas
26cb0fc413
checked, that new sa CAM driver takes care of using buffer sizes
...
<= 64 KB. Was able to dump/restore with block sizes of 96, 128 and
200. using systat -vmstat I noticed transfer blocksizes <= 64KB,
so physio's limits aren't touched.
Since this check was originally from me, I feels safe now to back it
out.
1998-09-16 20:52:12 +00:00
ken
9482e27dc3
Fix some Alpha portability problems, and add some belt-and-suspenders
...
checking in some functions.
Submitted by: dfr
Modified by: ken
1998-09-16 20:42:19 +00:00
cracauer
5c115f0334
rc.conf variable $amd_map_program needs to be eval'ed.
...
PR: misc/7435
Submitted by: David Wolfskill <dhw@whistle.com>
1998-09-16 20:38:23 +00:00
msmith
115a3b4a1e
Add 450NX chipset components.
1998-09-16 20:29:22 +00:00
mjacob
5b2097bd6c
Fix the (unported) resource shortage case- I'd done a xpt_freeze_simq
...
but had never done a CAM_RELEASE_SIMQ to restart the queues.
1998-09-16 19:52:22 +00:00
obrien
339a231363
Linux swap and Solaris x86 use the same BIOS partition id.
1998-09-16 19:25:47 +00:00
msmith
0debc10228
Make consoles immutable. If you want to turn them off, use wizard mode.
...
Fix assorted formatting violations in the device table.
1998-09-16 19:23:49 +00:00
msmith
d7f9fa7238
Effectively disable resource limit setting by default, leaving the
...
original contents of the file preserved as examples for administrators
that need to enable them.
Also add a comment to the examples pointing out that the authentication
functionality is largely unused and requires rebuilding libutil.
Reviewed by: jkh
1998-09-16 19:18:36 +00:00
dfr
d49c58124f
Supply correct type widths etc. for alpha.
1998-09-16 18:57:57 +00:00
andreas
ff70adcd44
sync with GENERIC file, raise maxusers variable from '10' to '32'
1998-09-16 18:27:45 +00:00
dillon
8c0ba7f814
vmstat shows all manually-specified devices rather then just the first
...
three.
1998-09-16 18:20:23 +00:00
dillon
8f85341ce5
Fixed segfault when more then four devices are specified (improper free),
...
fixed variable so all manually-specified devices are shown rather then
cutting the display off at 3, fixed formatting for msps when msps is
larger then 100 (it was blowing the columner display output before),
added -K option to make blk count (-oIK) force a 1K block size (to conform
more closely to systat, vmstat definition of blocksize).
1998-09-16 18:03:44 +00:00
phk
2a00e366da
Make this somewhat cam-compatible.
...
Justin, can you take a peek please ?
1998-09-16 17:44:37 +00:00
phk
489c5f6e1e
Prevent ldconfig from choking by creating any missing directories.
1998-09-16 17:42:53 +00:00
markm
9ce1c0c70a
Generalise the build a bit more.
...
1) Fix up the NOSHARED stuff (bde)
2) Accomodate CFLAGS (vanilla)
3) Provide separate files for i386 and alpha (Doug Rabson)
In case 3, the supplied files were corrupted, but the concepts
sound enough, so I just copied what exists into
config.SH-{elf|aout}.{i386|alpha}. Alpha team, go ahead and do what
is necessary on config.SH-elf.alpha. :-)
1998-09-16 17:25:52 +00:00
gibbs
05e78d487f
Fix a bug in ncr_freeze_devq() which is called when we see a queue
...
full condition or other error which requires us to purge the
controller's start queue of transactions for a particular device.
We were relying on the NCR CCB's program address to cause the
script engine to skip to the next entry in the queue even though
the CCB is freed (and its program address switched to the idle
loop) by this action. We now set the address in the start queue
to be the "skip" function directly.
1998-09-16 17:11:59 +00:00
mjacob
d85d94f4f7
Alpha port related fixes from Doug Rabson.
...
Submitted by: dfr
1998-09-16 16:43:17 +00:00
mjacob
c773a864d9
alpha port fixes from Doug.
...
Reviewed by: dfr
1998-09-16 16:42:40 +00:00
des
76ada56e70
Avoid infinite loop if read() fails consistently.
...
PR: misc/7926
Submitted by: Sergey Potapov <sp@alkor.ru>
1998-09-16 15:53:25 +00:00
des
fb8165a347
Add entries to make CodaFS run out of the box.
...
PR: misc/5855
Submitted by: Robert Watson <robert@cyrus.watson.org>
1998-09-16 15:42:32 +00:00
abial
8c208daeca
Add new '-i' option to usage().
1998-09-16 13:55:26 +00:00
gibbs
1efe24d918
Properly allocate our, per lun, probe peripheral softc from
...
the TEMP malloc pool.
Noticed by: Don Lewis <Don.Lewis@tsc.tdk.com>
1998-09-16 13:24:37 +00:00
asami
815048f88c
(1) Pass PORTOBJFORMAT in SCRIPTS_ENV too.
...
Submitted by: "Eugene M. Kim" <gene@nttlabs.com>
(2) Check for exact version of perl5 in /usr/bin and exit with error
message if USE_PERL5 is defined and version does not match
${PERL_VERSION}.
(3) Note LIB_DEPENDS should not have any regular expressions. Remove
those in USE_XLIB and USE_QT.
1998-09-16 12:04:38 +00:00
dfr
b475fdd431
Snip out some dead code from the alpha part.
1998-09-16 09:34:07 +00:00
dfr
112d2189e6
Add some things to the alpha build.
1998-09-16 09:33:23 +00:00
dfr
05eaa85e16
Put ldd back in the standard list since it builds on alpha now.
1998-09-16 09:32:29 +00:00
dfr
2c574d9124
Make ldd work on alpha.
1998-09-16 09:31:48 +00:00
dfr
7a96388db1
Adjust the declarations of kvm_read and kvm_write to match reality a little
...
closer.
1998-09-16 09:30:14 +00:00
dfr
435b9d97a5
Change to a code sequence which is more likely to work on SMP systems.
...
Now all I need is an alpha SMP box to port FreeBSD to :-)
1998-09-16 09:27:05 +00:00
jhay
1bfc1a72e6
Update the man page to match the rest of crunchide.
1998-09-16 09:26:14 +00:00
jkh
7a5e90da27
Make SCSI stuff truly optional.
...
Noticed by: jhay
1998-09-16 09:25:20 +00:00
dfr
3baad916c3
Sync with etc.i386/MAKEDEV version 1.171.
1998-09-16 09:21:43 +00:00
kato
a2935d7a21
Sync with sys/i386/isa/pcaudio.c revision 1.43.
1998-09-16 08:38:50 +00:00
kato
f05a544579
Sync with sys/i386/isa/files.i386 and options.i386 revisions 1.204 and
...
1.87, respectively.
1998-09-16 08:37:40 +00:00
dfr
2209a0538c
Some workarounds for a common DEC pci-pci bridge found on alphas.
...
Fix printf format errors which show up on the alpha.
1998-09-16 08:28:11 +00:00
dfr
aff5182c40
Port de driver to alpha.
1998-09-16 08:27:07 +00:00
dfr
73a17d1eaf
Document BUS_CREATE_INTR and BUS_CONNECT_INTR.
1998-09-16 08:25:56 +00:00
dfr
f85d349294
Workaround some EB164 wierdness.
...
Obtained from: NetBSD
1998-09-16 08:24:30 +00:00
dfr
0fc69df41c
Disable unwanted isa interrupts.
1998-09-16 08:23:51 +00:00