enami
d06f4f4302
Don't include a trailing comma inside of double quotation.
1999-09-26 00:12:24 +00:00
is
1f417b8ca9
invert u bit to convert EUI64 to RFC2373 interface ID for ARCnet
1999-09-25 22:29:21 +00:00
is
744246fa0b
vm_offset_t -> vaddr_t/paddr_t
1999-09-25 21:47:02 +00:00
tron
9cc91f68f9
Set file modes of whatis.db database file to 444 like the old script did.
1999-09-25 21:40:58 +00:00
tron
a834c2ce72
Fix incorrect error check after writing database file.
1999-09-25 21:25:55 +00:00
is
490ccb0747
vm_offset_t -> vaddr_t or paddr_t, as appropriate.
1999-09-25 21:19:48 +00:00
tron
6b7726b754
Use new "makewhatis" program to create whatis.db database.
1999-09-25 21:18:02 +00:00
tron
ceb9bcabf8
Replace shell script for creating whatis.db database with a C program
...
which is a little bit faster.
1999-09-25 21:17:37 +00:00
is
75321f3ae6
vm_offset_t -> db_addr_t (mostly), v_addr_t (one place).
1999-09-25 21:11:55 +00:00
is
13021b9955
Avoid calling m_pullup in a few places, where not necessary.
1999-09-25 20:43:43 +00:00
is
c0716a7052
New MTU handling, and mention IPv6 support.
1999-09-25 19:35:14 +00:00
is
c861d2e5d4
Replace leftover vm_offset_t's by paddr_t or vaddr_t, as appropriate.
...
Rename variables/parameters from "va" to "pa" where they are a paddr_t.
Correct DCIAS to take a paddr_t (instead of vaddr_t).
1999-09-25 19:27:35 +00:00
is
f546d949b6
Decouple IP mtu for ARCnet devices from interface MTU.
...
This is important, because for most protocols, link level fragmentation is
used, but with different default effective MTUs. (e.g.: IPv4 default MTU
is 1500 octets, IPv6 default MTU is 9072 octets).
1999-09-25 17:49:27 +00:00
uch
d7e2fcf851
Remove obsolete option MIPS3_FLUSH.
1999-09-25 17:13:27 +00:00
ad
2d7488c2c5
Use px_probe_sram() to figure out ringbuffer size instead of defaulting to
...
the minimum value of 128KB (useful only for PMAG-F).
1999-09-25 14:45:21 +00:00
enami
146df5502f
Cosmetic changes:
...
- fold long lines.
- remove white space between make variable and assignment operator.
1999-09-25 13:13:42 +00:00
enami
655a89ab8a
Specify libgcc_spec after lib_spec when DESTDIR is defined to keep
...
consistency with the case DESTDIR is not define. This is part of PR#8369.
1999-09-25 13:06:36 +00:00
uch
1a59333e1b
Regen.
1999-09-25 10:52:50 +00:00
uch
3b2be5bbd2
Add Toshiba TX39 CPU and Philips, Compaq model entry.
1999-09-25 10:51:13 +00:00
enami
ed505bdf67
regen.
1999-09-25 09:48:07 +00:00
enami
9f3378ecd4
Add support for Corega EthernetII PCC T. This diff is submitted
...
as PR#8485 by HEO SeonMeyong.
1999-09-25 09:47:13 +00:00
enami
bb37a5d97f
Use the value of environment variable NM as a name of nm command.
...
This makes us gdb built on cross compile environment. (part of PR#8369).
1999-09-25 05:29:27 +00:00
enami
152dfd2912
Pass down the value of NM to mkinit.sh as environment variable.
1999-09-25 05:27:42 +00:00
enami
d758f82f45
Oops, needs an operator.
1999-09-25 04:27:55 +00:00
enami
cd2531c01e
Build fdisk also on hpcmips.
1999-09-25 04:26:28 +00:00
enami
62d623bfc4
Don't decend into the subdirectory mbr_bootsel except i386,
...
since it currently doesn't contain MI thing and not compile
on ofppc box (thanks Wolfgang) and probably on bebox box.
1999-09-25 04:18:20 +00:00
takemura
bc2048a94e
Delete unnecessary comment which was for the variable, 'cold.
1999-09-25 03:09:01 +00:00
thorpej
c999e3ca1a
Add support for the DECchip 21140[A]. This currently only works with
...
boards which use MII for media attachment.
ISV SROM format information lifted from Matt Thomas's `de' driver.
Thanks to Dave Sainty for experimenting w/ his 21140A MII boards, and
for supplying a fix to the MII bit-bang code (PR #8382 ).
1999-09-25 00:27:00 +00:00
shin
06d83cd302
Delete 'cold'.
1999-09-25 00:18:10 +00:00
thorpej
45a337e088
Add a PHY `offset' (e.g. "first PHY on bus, second PHY on bus, ...") to
...
the PHY's softc.
1999-09-25 00:10:13 +00:00
shin
9fd16d4c7b
[new options]
...
options MIPS3_4100 /* VR4100 core */
options MIPS_16K_PAGE /* enable kernel support for 16k pages */
options SOFTFLOAT /* No FPU; avoid touching FPU registers */
1999-09-25 00:03:22 +00:00
shin
44c2553ded
Changes for NetBSD/hpcmips.
...
Support VR4100.
Support 16KB page.
Support CPU without FPU.
Fix virtual alias problem(physio() case).
[new options]
options MIPS3_4100 /* VR4100 core */
options MIPS_16K_PAGE /* enable kernel support for 16k pages */
options SOFTFLOAT /* No FPU; avoid touching FPU registers */
1999-09-25 00:00:37 +00:00
msaitoh
c67cb58b47
add "-o database" option to specify alternate database file path.
1999-09-24 20:08:08 +00:00
sommerfeld
4a22cb272c
Correct the reference to the current value of MAXLOGNAME to reflect reality
1999-09-24 19:55:15 +00:00
thorpej
c61e95f1f5
Add Tulip ISV-format SROM media block types.
1999-09-24 18:27:22 +00:00
sommerfeld
722a6b762d
Fix PR8428: no longer truncate login name to 8 characters, since
...
NetBSD supports longer login names now.
1999-09-24 17:59:27 +00:00
wrstuden
1a546b9c98
Zap proginstall and scriptinstall - they don't make sense for hostprog.
1999-09-24 17:48:57 +00:00
itojun
304f5842ea
update description for IPSEC_ESP.
...
need a symlink for src/crypto-{us,intl}.
(could someone check the wording?)
1999-09-24 17:18:14 +00:00
minoura
8da8dfb94f
Could not compile w/ options M68060.
...
Supply -m68030 and -m68851 to the assembler.
1999-09-24 15:31:52 +00:00
jdolecek
1bc1c2815d
cleanup
1999-09-24 15:22:32 +00:00
hubertf
1f6247c83d
Add some sanity checks on what pkgdb_retrieve() returns.
...
Noted by D'Arcy J.M. Cain <darcy@druid.druid.net> on current-users.
1999-09-24 14:39:44 +00:00
lukem
a222db7c70
* use %lld instead of %qd to print out (long long) vars.
...
(slightly more portable; e.g, solaris supports this)
* remove some fluff (lint)
1999-09-24 14:28:14 +00:00
hubertf
8f48378bc3
Fix overflow in df on big partitions' raw device.
...
Supplied by Greg Oster, problem noted in OpenBSD PR#924.
1999-09-24 13:35:21 +00:00
lukem
14b5ecf789
use an off_t instead of quad_t (or long #ifndef NO_QUAD) to store the
...
temporary restart point. (yet another portability fix...)
1999-09-24 12:52:18 +00:00
explorer
a54e7e8c68
Merge a few constants from a different telnet.h file.
1999-09-24 07:53:21 +00:00
simonb
edde11af38
Fix tyop in roff macro name.
1999-09-24 07:44:05 +00:00
lukem
ec4e414dc8
fix a couple of thinkos in my recent work:
...
* abort_remote(): replace borken MIN(4,BUFSIZ) with just BUFSIZ; it
should have been MAX(4,BUFSIZ), but it's probably safe to assume that
BUFSIZ is at least 3... (fix from simonb)
* auth_url(): use the correct variable when calculating a buffer size.
1999-09-24 06:57:37 +00:00
is
497a2d0eaa
Make this compile without 68060 support. Apparently, nobody has tried this for
...
a long time.
1999-09-24 06:24:34 +00:00
lukem
cb8c56db8a
if getsockopt() returns a buffer size of <= 0, set them to 8192.
...
this works around a problem in certain OS from Sun with a version < 5.6...
1999-09-24 06:14:40 +00:00
lukem
e73d848293
in complete(), only copy the word if there is one.
...
`cd <TAB>' was triggering _DIAGASSERT(src != NULL)).
1999-09-24 05:35:09 +00:00