Commit Graph

58555 Commits

Author SHA1 Message Date
jun
2db6d32929 FIX:
port-mips/9016 [serious/medium]:
        MIPS FPU emulator points wrong epc on exception case

	Responsible:    port-mips-maintainer (NetBSD/mips Portmasters)
	State:          open
	Class:          sw-bug
	Originator:     Shuichiro URATA
	Release:        current 12/11/1999
	Arrival-Date:   Fri Dec 17 10:18:00 1999
commit patch
     http://www.a-r.org/~ur/softfloat1211.diff.gz
     by Shuichiro URATA (ur@a-r.org)
1999-12-22 04:54:14 +00:00
itojun
dc0f1c0435 drop IPv6 packets with v4 mapped address on src/dst. they are illegal
and may be used to fool IPv6 implementations (by using ::ffff:127.0.0.1 as
source you may be able to pretend the packet is from local node)
1999-12-22 04:03:01 +00:00
itojun
a51908ee11 fix compilation on sun3x.
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
1999-12-22 03:58:12 +00:00
msaitoh
8427734872 move sysctl definitions into ${MACHINE}/include/cpu.h 1999-12-21 22:19:16 +00:00
msaitoh
1e7bb23911 add some register definitions 1999-12-21 22:06:04 +00:00
msaitoh
5517154d15 check _STANDALONE 1999-12-21 21:48:19 +00:00
msaitoh
67f8a5ca5b fix the usage of .align 2 1999-12-21 21:41:56 +00:00
pk
f037f3be7e Shuffle some code around to allow two PHYs to attach. Only one PHY can
be used at a time, but it's now possible to select one by using ifconfig(8)'s
`instance' parameter.
1999-12-21 21:07:42 +00:00
frueauf
60332c17b5 As per Chris G. Demetriou <cgd@netbsd.org> don't install
loadfile_machdep.h into /usr/include/hp300/, instead create a
link for machine and hp300 in ${.OBJDIR} like
sys/arch/alpha/stand/Makefile.buildboot does for alpha.
1999-12-21 21:06:26 +00:00
tron
7ff4a3bbe2 Replace HTML tag by correct character. Problem reported by SAKAI, Atsushi
in PR bin/9036.
1999-12-21 18:45:52 +00:00
msaitoh
79f94c37ab G.C. 1999-12-21 18:21:53 +00:00
msaitoh
4f62c264c8 ".align 2" for mova instruction 1999-12-21 17:46:54 +00:00
drochner
d2f02dc8e3 remove a leftover debug message 1999-12-21 16:54:16 +00:00
drochner
a4cab38506 add rcsid + copyright
one more include file
1999-12-21 16:06:31 +00:00
drochner
5d8a0c0ddd add a function which prints out the memory descriptors (for debugging) 1999-12-21 14:22:54 +00:00
itojun
320dc0884c s/.Os KAME/.Os/
From: Klaus Klein <kleink@ira.uka.de>
1999-12-21 14:17:18 +00:00
lukem
80b66e48af change references from draft-ietf-ipngwg-url-literal-01.txt to RFC 2732 1999-12-21 13:00:18 +00:00
lukem
019b95b641 crank version 1999-12-21 12:57:45 +00:00
lukem
5c024702df * add support for optional groupglob in ftpuser entry. the syntax is now:
userglob[:groupglob][@host] [directive [class]]
* append ``(class: CLASSNAME, type: TYPE)'' to the syslogged login messages
1999-12-21 12:56:15 +00:00
lukem
80ca00b8cd trivial simplification 1999-12-21 12:52:18 +00:00
drochner
b7b6c4bb4f machdep.c is becoming an unmaintainable mess
put console initialisation into a separate file
1999-12-21 12:34:11 +00:00
drochner
caaf1beab2 change decoding function to return multiple symbols per keypress
(through the "internal" structure), derive a METAESC flag from the
layout variant and translate ALT-<key> into ESC <key> if the flag is set
1999-12-21 12:02:04 +00:00
drochner
54e8bcd294 add a symbol for keyboard variant bits which are not handled by the
mapping code
1999-12-21 11:59:13 +00:00
drochner
fc4003355e introduce a METAESC keyboard variant bit 1999-12-21 11:57:59 +00:00
drochner
503713f39e update: new maps and options, sort differently to avoid duplication,
add example for map setting
1999-12-21 11:31:07 +00:00
drochner
5ae50a30a1 update: more keyboard types, translation issues 1999-12-21 11:29:21 +00:00
drochner
297be23733 some updates:
-APM v1.2 now
-APM_NO_V12, APM_NO_STANDBY options
-kill notes about startup process which are not true anymore
1999-12-21 11:27:55 +00:00
drochner
97cb2fa397 put mi ISA, PCI and TC configurations into an own group, mention DEPCA
and isapnp support, remove a "10Mb/s" (there are 100Mb/s chips too)
1999-12-21 11:17:14 +00:00
drochner
b95651b752 set carrier early if used as console or kgdb line, fixes PR kern/6547
by Andreas Gustafsson, gson@iengines.com
1999-12-21 11:04:36 +00:00
pk
03c8221ad0 Use BMSR to test for `negotiation complete'; the alternative bit in the
LXT vendor register 20 is latching high and resets to low on read causing
subsequent status request to return `IFM_NONE'.
1999-12-21 10:47:00 +00:00
fair
0ce579a4d0 add gencat(1) 1999-12-21 09:27:43 +00:00
fair
37d4a35950 A gencat(1) manual page, which satisfies PR 4749 1999-12-21 09:25:43 +00:00
tsutsui
386f0ea7b6 Typo. 1999-12-21 08:37:36 +00:00
fair
dff1f241b0 le.4 is now MI 1999-12-21 08:09:43 +00:00
fair
f9cf214985 Merged le.4 with MI le.4 1999-12-21 07:49:50 +00:00
fair
928c8b9d54 Merged le.4 man pages from amiga, hp300, i386, pmax, sparc, and sun3.
This solves PR 7142

Added configuration information from other GENERIC kernels, including
news68k, newsmips, atari, alpha, and vax.

Added text explaining "dropping chained buffer" diagnostic in more detail;
this solves PR 6230 and partially deals with PR 6475
1999-12-21 07:48:11 +00:00
fair
84c3f9b4b8 merged le.4 with MI le.4 1999-12-21 06:33:00 +00:00
fair
8e92ba6587 merged le.4 with MI le.4 1999-12-21 06:15:15 +00:00
fair
1ad9ae90df merged le.4 with MI le.4 1999-12-21 06:01:19 +00:00
fair
cdd237cc17 merged le.4 with MI le.4 1999-12-21 05:32:02 +00:00
fair
ec4d5af3b9 le.4 moved up to MI 1999-12-21 05:22:59 +00:00
fair
94ea198e13 Merged with man4/le.4 1999-12-21 05:22:18 +00:00
fair
992ab7b70c Moved to le.4,v 1999-12-21 05:10:25 +00:00
fair
b13e70269f Moved from man4.sun3/le.4,v 1999-12-21 05:10:24 +00:00
itojun
8a32f07b83 wording fix. 1999-12-21 01:39:44 +00:00
jwise
850fb37f89 Fix error handling throughout. First off, it is not true as claimed in swap.c
that `systat doesn't handle errors'.  Second off, errx should not be used directly, since
the terminal should be cleaned up before bailing.  Third off, whatever we do we need
to be consistent.

There, I feel better now.
1999-12-20 23:11:50 +00:00
fair
bc2c2462e1 one too many backslashes in an nroff expression, fixed per PR 8724 1999-12-20 23:01:20 +00:00
fair
f466a1ab82 Fix minor nroff source error, per PR 8724 1999-12-20 22:55:20 +00:00
fair
aff3242363 fix trivial nroff source bug, per PR 8724 1999-12-20 22:53:44 +00:00
pk
bbbbfe896e * Remove spurious blockade in the path to get the transceiver status word.
* Make sure to flip the 10baseT/100baseTX bit when doing autoselect.
* Miscellaneous cosmetics.
1999-12-20 22:23:39 +00:00