Commit Graph

11881 Commits

Author SHA1 Message Date
jkh
17c6a37b39 Refresh before calling selection hook. 1996-01-05 04:00:51 +00:00
gibbs
2752676cef Null terminate execl's argument list.
Submitted by: Ron Lenk <rlenk@widget.xmission.com>
1996-01-05 01:48:07 +00:00
olah
d8eaf8a564 Reverse the modification which caused the annoying m_copydata crash: set
the TF_ACKNOW flag when the REXMT timer goes off to force a
retransmission.  In certain situations pulling snd_nxt back to snd_una
is not sufficient.
1996-01-04 21:34:21 +00:00
wollman
39d3a9a3d3 Convert DDB to new-style option. 1996-01-04 21:13:23 +00:00
wollman
9414d04bd6 Automatically create an empty opt_sysvipc.h to mimic old option
environment.
1996-01-04 20:34:28 +00:00
wollman
073b9e3f1c Convert SYSV IPC to new-style options. (I hope I got everything...)
The LKMs will need an extra file, to come later.
1996-01-04 20:29:06 +00:00
wollman
eaa960586e convert the math emulation to use the new-style options. 1996-01-04 19:51:50 +00:00
jkh
0af4306ff0 Put Terry's wish list' into the nice to have' section of the submitter's
guide.
1996-01-04 18:51:51 +00:00
dg
32818d3b27 Increased vm_object_cache_max by about 50% to yield better utilization of
memory when lots of small files are cached.

Reviewed by:	dyson
1996-01-04 18:32:31 +00:00
peter
9575405f03 Restore the changes I made after my last brain hiccup...
Document /var/log/sup.rename instead of the old name
Couple of lib build cleanups (like, not installing the library, and clean
all files)

It should be safe now.. :-)
1996-01-04 16:10:42 +00:00
dg
cbf2802c78 Fixed minor struct cred leak. Discovered while looking for the opposite
condition - too many frees, which has yet to be found.

Reviewed by:	dyson
1996-01-04 06:09:00 +00:00
jkh
1f3fc3286f One more pass through this. Looking pretty reasonable now! 1996-01-04 05:25:42 +00:00
jkh
4a90ebf4b4 Work around optimizer strength reduction bug.
Submitted by:	Richard Henderson <richard@atheist.tamu.edu>
Obtained from:	bug-gcc@prep.ai.mit.edu
1996-01-04 04:44:47 +00:00
jmz
fe185d60f1 Fix the spelling of 'partition'. 1996-01-04 02:00:16 +00:00
joerg
61c04a04af Sheesh. I've added -lipx to the wrong crunch config file.
While i've been here, added the ``-s labels'' flag to vnconfig.
1996-01-03 23:41:03 +00:00
wollman
d0838669d7 Convert PROCFS to the new style of options by the simple expedient of
adding it to this file.
1996-01-03 22:05:10 +00:00
jkh
c3fbd0e197 Canon:
<domain>
		<first site>
		<contact info [should actually be hostmaster@domain]>

		<second site>
		<third site>
		..
		<nth site>
1996-01-03 21:51:44 +00:00
markm
5cf2a61399 Canonicalise and correct the ZA mirror site names and maintainers. 1996-01-03 21:47:43 +00:00
wollman
27a152b15d Converted two options over to the new scheme: USER_LDT and KTRACE. 1996-01-03 21:42:35 +00:00
markm
38a054576f Add the South African mirror sites (ftp{2}.za.free...) and correct
the name of the "other" master crypto site from storm.sea.<blah> to
ftp2.internat.freebsd.org.
1996-01-03 21:34:39 +00:00
jkh
b88bc6cf3f Now that we have a Korean mirror, adjust entries. 1996-01-03 20:45:48 +00:00
wollman
5aca0b4f83 Try to make multicast routing work correctly over point-to-point
links (which was broken previously by the support for half-routers).

Submitted by:	Bill Fenner <fenner@parc.xerox.com>
1996-01-03 20:24:33 +00:00
jkh
0e84d0a366 Add second Korean site. 1996-01-03 19:40:06 +00:00
pst
901b5f0abb Changed JT's e-mail address to something current 1996-01-03 18:59:49 +00:00
roberto
2a7558281e Fix typo.
Submitted by:	Tim VanderHoek <hoek@io.org>
1996-01-03 14:58:04 +00:00
gclarkii
f55d28dff1 Change Mark Murrary author ref to markm instead of mark to match login name
and authors file.
1996-01-03 13:13:16 +00:00
gclarkii
0e04b1b079 Change this to a new look. Add a developers section(using avail file).
Take developers out of the contrib list.
Change Core, Developers and who does what to use active links.
Add Terry Lambert to contrib list.  (For one thing or another:))
1996-01-03 13:12:13 +00:00
gclarkii
5cc9bf6f4d Continue adding commiters and WWW people to authors file. 1996-01-03 12:59:37 +00:00
adam
c81b66ce4c oops, do it right this time 1996-01-03 11:48:14 +00:00
adam
36a9cef9cd Link with libutil for kerberos too 1996-01-03 11:37:46 +00:00
gclarkii
7a04d87ee5 Change core and dump images to proper names
Submitted by:	gpalmer@FreeBSD.ORG
1996-01-03 11:10:30 +00:00
jkh
eee0ae3d1b Ah well, so much for relative urls! :( 1996-01-03 10:41:53 +00:00
jkh
85954f992d Sheesh - what markup language am I using again? :-) 1996-01-03 10:37:40 +00:00
jkh
74f76c2876 Amend the PS/2 mouse entry a bit. 1996-01-03 10:18:55 +00:00
jkh
baac57840f Sync mirrors with MIRROR.SITES 1996-01-03 09:56:59 +00:00
gibbs
7931badf83 The long awaited stability patch set for the aic7xxx driver:
Simplify the initialization of adapters by pulling all card specific
initialization to the card specific modules.

Set the Latency timer and Burst len to good values if thery are not
initialized during post or are reset during chip reset.

Properly identify and handle external SCB SRAM.  The code was false
id'ing 255 SCBs on aic7880 chips.

Reviewed by:   David Greenman <davidg@FreeBSd.org>
1996-01-03 06:34:10 +00:00
gibbs
c3b5c51122 The long awaited stability patch set for the aic7xxx driver:
Simplify the initialization of adapters by pulling all card specific
initialization to the card specific modules.

Update comments and fix formating.

Pass struct ahc_data*'s to functions instead of unit numbers.

Take advantage of the quad word alignment of SCB fields.

Adapt to new sequencer changes:

	1) Waiting scb list no longer has a tail.

	2) Fill the message buffer as appropriate during a parity error.

	3) Count all of the SGs involved in a residual instead of just
	   the current one.

The reset/abort code still needs a lot of work.

Reviewed by:   David Greenman <davidg@FreeBSd.org>
1996-01-03 06:32:12 +00:00
gibbs
4247656160 The long awaited stability patch set for the aic7xxx driver:
aic7770.c:
Simplify the initialization of adapters by pulling all card specific
initialization to the card specific modules.

eisaconf.c:
outb 0x80 instead of 0xc80.  The top byte is truncated anyway, and 0x80
was what was intended.
1996-01-03 06:28:01 +00:00
gibbs
e71086b4dc The long awaited stability patch set for the aic7xxx driver:
aic7xxx.seq and aic7xxx.c depend on aic7xx_reg.h
1996-01-03 06:26:15 +00:00
gibbs
88f703b1f5 The long awaited stability patch set for the aic7xxx driver:
1) Use cpp to preprocess the sequencer code.

2) Convert all "magic numbers" to #defines shared by the sequencer and
   kernel driver via the aic7xxx_reg.h file.  (The assembler still needs
   to be re-written in lex/yacc to allow ~|& type constructions).

3) Raise ATN on parity errors for "in" phases and send an initiator detected
   error or message-in parity error message as appropriate.

4) Turn off the reselection hardware from the time or a (re)connection to
   busfree.  It seems that some fast targets were able to reconnect before
   the sequencer was able to see busfree.

5) The message buffer is considered "in-use" when there is a positive length
   count.  The ACTIVE_MSG flag was unnecesary.

6) Properly set SCB_NEXT_WAITING to SCB_LIST_HEAD in scbs being added to
   the waiting scb list.  This is a change in how the list code works to
   facilitate some planned work in the reset code.

7) The fields in the SCB have be re-arranged to be quad-word aligned.

8) The inb code has been rewritten to catch phasemisses and be more efficient.

9) Go back to "snooping the bus" to determine if the incomming identify
   message will be followed by a simple queue message.  Its much faster than
   doing a search through the SCBs.

10) Implement better tag range checking for incomming tags.

11) Make sdtr_to_rate more accurate (use 25 instead of 24 in calculations -
    must have been asleep that night).

12) Rearrange some routines to reduce code complexity and size.

13) Update comments and formatting.

14) Fixed bugs I've forgotten about??

Reviewed by: David Greenman <davidg@FreeBSD.org>
1996-01-03 06:25:32 +00:00
dg
b2c9e8d577 Reworked the stop/reset code to properly run-down allocated buffers and
made the code detect and handle wedged cards.
1996-01-03 05:22:32 +00:00
jfieber
8fb6f5f3ee Typo.
Submitted by:	"Julian H. Stacey" <jhs@freebsd.org>
1996-01-03 03:18:36 +00:00
jkh
8ee82e71c3 Six. Six categories. :-) 1996-01-03 02:22:03 +00:00
asami
23f4e3fcb8 Prepare to add support for parity. Report the post-parity size,
allocate space around parity blocks.
1996-01-02 23:32:54 +00:00
jfieber
6264b37021 Correct phone number for xinside.
Submitted by:	Richard Van Dyke <rav@xinside.com>
1996-01-02 23:31:25 +00:00
wollman
631e2e6321 Clean up GCC warnings, condition out some compatibility cruft, add $Id$.
Pointed-out-by: jmb
1996-01-02 20:09:22 +00:00
pst
4aba64e2ff Using csh constructs in shell scripts is a boo-boo. 1996-01-02 19:47:05 +00:00
peter
442289eceb Fix the number of ports created for devfs.. it had been only creating
enough nodes for the number of ports on the last module, not the number
of ports _total_ that the driver is managing...

Submitted by:  Robert Sanders <rsanders@mindspring.com>
1996-01-02 19:39:09 +00:00
dg
d409ba2b4f Moved the #ifdef DIAGNOSTIC in vrele() so that the check for negative
v_usecount is always performed and only the call to vprint is conditional.
1996-01-02 18:13:20 +00:00
joerg
4bdf910d5c Introduce a wormunit() so the control device will work. 1996-01-02 15:44:00 +00:00